From e86b876992e8fa6c5724771ad5bb20ee49f84ad4 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 3 May 2024 21:38:56 -0600 Subject: [PATCH] Changes (#9) --- CMakeLists.txt | 2 +- assets/blueshell.json | 11 - assets/bomb.json | 7 - assets/character_portraits.json | 22 - assets/character_select/bowser_select.json | 19 - .../character_select/donkeykong_select.json | 19 - assets/character_select/luigi_select.json | 19 - assets/character_select/mario_select.json | 19 - assets/character_select/peach_select.json | 19 - assets/character_select/toad_select.json | 19 - assets/character_select/wario_select.json | 19 - assets/character_select/yoshi_select.json | 19 - assets/course_outlines.json | 22 - assets/course_previews.json | 22 - assets/debug_font.json | 4 - assets/ending_ceremony.json | 8 - assets/finish_line_banner.json | 11 - assets/greenshell.json | 11 - assets/hud_type_c.json | 25 - assets/include/blueshell.mk | 42 - assets/include/bomb.mk | 33 - assets/include/character_portraits.mk | 63 - .../include/character_select/bowser_select.mk | 43 - .../character_select/donkeykong_select.mk | 43 - .../include/character_select/luigi_select.mk | 43 - .../include/character_select/mario_select.mk | 43 - .../include/character_select/peach_select.mk | 43 - .../include/character_select/toad_select.mk | 43 - .../include/character_select/wario_select.mk | 43 - .../include/character_select/yoshi_select.mk | 43 - assets/include/course_outlines.mk | 46 - assets/include/course_previews.mk | 46 - assets/include/courses/banshee_boardwalk.mk | 93 - assets/include/courses/bowsers_castle.mk | 38 - assets/include/courses/choco_mountain.mk | 25 - assets/include/courses/dks_jungle_parkway.mk | 54 - assets/include/courses/frappe_snowland.mk | 56 - assets/include/courses/kalimari_desert.mk | 69 - assets/include/courses/koopa_troopa_beach.mk | 44 - assets/include/courses/luigi_raceway.mk | 27 - assets/include/courses/mario_raceway.mk | 47 - assets/include/courses/moo_moo_farm.mk | 88 - assets/include/courses/rainbow_road.mk | 117 -- assets/include/courses/royal_raceway.mk | 23 - assets/include/courses/sherbet_land.mk | 31 - assets/include/courses/toads_turnpike.mk | 57 - assets/include/courses/wario_stadium.mk | 27 - assets/include/courses/yoshi_valley.mk | 35 - assets/include/debug_font.mk | 29 - assets/include/ending_ceremony.mk | 31 - assets/include/finish_line_banner.mk | 42 - assets/include/greenshell.mk | 42 - assets/include/hud_type_c.mk | 69 - assets/include/item_window.mk | 61 - assets/include/karts/bowser_kart.mk | 1510 ----------------- assets/include/karts/donkeykong_kart.mk | 1510 ----------------- assets/include/karts/luigi_kart.mk | 1510 ----------------- assets/include/karts/mario_kart.mk | 1510 ----------------- assets/include/karts/peach_kart.mk | 1510 ----------------- assets/include/karts/toad_kart.mk | 1510 ----------------- assets/include/karts/wario_kart.mk | 1510 ----------------- assets/include/karts/yoshi_kart.mk | 1510 ----------------- assets/include/lakitu/bluelight.mk | 39 - assets/include/lakitu/checkeredflag.mk | 63 - assets/include/lakitu/finallap.mk | 47 - assets/include/lakitu/fishing.mk | 35 - assets/include/lakitu/nolights.mk | 39 - assets/include/lakitu/redlights.mk | 47 - assets/include/lakitu/reverse.mk | 47 - assets/include/lakitu/secondlap.mk | 47 - assets/include/minimap_icons.mk | 33 - assets/include/onomatopoeia.mk | 41 - assets/include/other_textures.mk | 475 ------ assets/include/player_emblems.mk | 33 - assets/include/startup_logo.mk | 23 - assets/include/trees.mk | 49 - assets/include/unused_traffic_light.mk | 39 - assets/item_window.json | 35 - assets/karts/bowser_kart.json | 1480 ---------------- assets/karts/donkeykong_kart.json | 1480 ---------------- assets/karts/luigi_kart.json | 1480 ---------------- assets/karts/mario_kart.json | 1480 ---------------- assets/karts/peach_kart.json | 1480 ---------------- assets/karts/toad_kart.json | 1480 ---------------- assets/karts/wario_kart.json | 1480 ---------------- assets/karts/yoshi_kart.json | 1480 ---------------- assets/lakitu/bluelight.json | 11 - assets/lakitu/checkeredflag.json | 35 - assets/lakitu/finallap.json | 19 - assets/lakitu/fishing.json | 7 - assets/lakitu/nolights.json | 11 - assets/lakitu/redlights.json | 19 - assets/lakitu/reverse.json | 19 - assets/lakitu/secondlap.json | 19 - assets/minimap_icons.json | 12 - assets/onomatopoeia.json | 11 - assets/player_emblems.json | 7 - assets/startup_logo.json | 3 - assets/trees.json | 13 - assets/unused_traffic_light.json | 13 - courses/block_fort/course_offsets.c | 1 + courses/toads_turnpike/course_offsets.c | 24 +- courses/yoshi_valley/course_offsets.c | 1 + include/course_offsets.h | 16 + src/actors/box_truck/render.inc.c | 1 - src/code_80091750.c | 7 +- src/code_80091750.h | 1 - src/data/some_data.c | 2 +- src/menus.c | 2 +- src/racing/actors.c | 3 +- src/racing/actors.h | 43 - src/racing/memory.c | 2 +- src/update_objects.c | 15 +- yamls/us/some_data.yml | 18 + 114 files changed, 65 insertions(+), 27258 deletions(-) delete mode 100644 assets/blueshell.json delete mode 100644 assets/bomb.json delete mode 100644 assets/character_portraits.json delete mode 100644 assets/character_select/bowser_select.json delete mode 100644 assets/character_select/donkeykong_select.json delete mode 100644 assets/character_select/luigi_select.json delete mode 100644 assets/character_select/mario_select.json delete mode 100644 assets/character_select/peach_select.json delete mode 100644 assets/character_select/toad_select.json delete mode 100644 assets/character_select/wario_select.json delete mode 100644 assets/character_select/yoshi_select.json delete mode 100644 assets/course_outlines.json delete mode 100644 assets/course_previews.json delete mode 100644 assets/debug_font.json delete mode 100644 assets/ending_ceremony.json delete mode 100644 assets/finish_line_banner.json delete mode 100644 assets/greenshell.json delete mode 100644 assets/hud_type_c.json delete mode 100644 assets/include/blueshell.mk delete mode 100644 assets/include/bomb.mk delete mode 100644 assets/include/character_portraits.mk delete mode 100644 assets/include/character_select/bowser_select.mk delete mode 100644 assets/include/character_select/donkeykong_select.mk delete mode 100644 assets/include/character_select/luigi_select.mk delete mode 100644 assets/include/character_select/mario_select.mk delete mode 100644 assets/include/character_select/peach_select.mk delete mode 100644 assets/include/character_select/toad_select.mk delete mode 100644 assets/include/character_select/wario_select.mk delete mode 100644 assets/include/character_select/yoshi_select.mk delete mode 100644 assets/include/course_outlines.mk delete mode 100644 assets/include/course_previews.mk delete mode 100644 assets/include/courses/banshee_boardwalk.mk delete mode 100644 assets/include/courses/bowsers_castle.mk delete mode 100644 assets/include/courses/choco_mountain.mk delete mode 100644 assets/include/courses/dks_jungle_parkway.mk delete mode 100644 assets/include/courses/frappe_snowland.mk delete mode 100644 assets/include/courses/kalimari_desert.mk delete mode 100644 assets/include/courses/koopa_troopa_beach.mk delete mode 100644 assets/include/courses/luigi_raceway.mk delete mode 100644 assets/include/courses/mario_raceway.mk delete mode 100644 assets/include/courses/moo_moo_farm.mk delete mode 100644 assets/include/courses/rainbow_road.mk delete mode 100644 assets/include/courses/royal_raceway.mk delete mode 100644 assets/include/courses/sherbet_land.mk delete mode 100644 assets/include/courses/toads_turnpike.mk delete mode 100644 assets/include/courses/wario_stadium.mk delete mode 100644 assets/include/courses/yoshi_valley.mk delete mode 100644 assets/include/debug_font.mk delete mode 100644 assets/include/ending_ceremony.mk delete mode 100644 assets/include/finish_line_banner.mk delete mode 100644 assets/include/greenshell.mk delete mode 100644 assets/include/hud_type_c.mk delete mode 100644 assets/include/item_window.mk delete mode 100644 assets/include/karts/bowser_kart.mk delete mode 100644 assets/include/karts/donkeykong_kart.mk delete mode 100644 assets/include/karts/luigi_kart.mk delete mode 100644 assets/include/karts/mario_kart.mk delete mode 100644 assets/include/karts/peach_kart.mk delete mode 100644 assets/include/karts/toad_kart.mk delete mode 100644 assets/include/karts/wario_kart.mk delete mode 100644 assets/include/karts/yoshi_kart.mk delete mode 100644 assets/include/lakitu/bluelight.mk delete mode 100644 assets/include/lakitu/checkeredflag.mk delete mode 100644 assets/include/lakitu/finallap.mk delete mode 100644 assets/include/lakitu/fishing.mk delete mode 100644 assets/include/lakitu/nolights.mk delete mode 100644 assets/include/lakitu/redlights.mk delete mode 100644 assets/include/lakitu/reverse.mk delete mode 100644 assets/include/lakitu/secondlap.mk delete mode 100644 assets/include/minimap_icons.mk delete mode 100644 assets/include/onomatopoeia.mk delete mode 100644 assets/include/other_textures.mk delete mode 100644 assets/include/player_emblems.mk delete mode 100644 assets/include/startup_logo.mk delete mode 100644 assets/include/trees.mk delete mode 100644 assets/include/unused_traffic_light.mk delete mode 100644 assets/item_window.json delete mode 100644 assets/karts/bowser_kart.json delete mode 100644 assets/karts/donkeykong_kart.json delete mode 100644 assets/karts/luigi_kart.json delete mode 100644 assets/karts/mario_kart.json delete mode 100644 assets/karts/peach_kart.json delete mode 100644 assets/karts/toad_kart.json delete mode 100644 assets/karts/wario_kart.json delete mode 100644 assets/karts/yoshi_kart.json delete mode 100644 assets/lakitu/bluelight.json delete mode 100644 assets/lakitu/checkeredflag.json delete mode 100644 assets/lakitu/finallap.json delete mode 100644 assets/lakitu/fishing.json delete mode 100644 assets/lakitu/nolights.json delete mode 100644 assets/lakitu/redlights.json delete mode 100644 assets/lakitu/reverse.json delete mode 100644 assets/lakitu/secondlap.json delete mode 100644 assets/minimap_icons.json delete mode 100644 assets/onomatopoeia.json delete mode 100644 assets/player_emblems.json delete mode 100644 assets/startup_logo.json delete mode 100644 assets/trees.json delete mode 100644 assets/unused_traffic_light.json create mode 100644 yamls/us/some_data.yml diff --git a/CMakeLists.txt b/CMakeLists.txt index 0589b1f44..3a61bf230 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ file(GLOB_RECURSE ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/port/*.h" "src/port/*.c" "src/port/*.cpp" - # "assets/code/*.c" + "assets/code/*.c" "courses/*.c" "courses/*.h" ) diff --git a/assets/blueshell.json b/assets/blueshell.json deleted file mode 100644 index c75ccf5ef..000000000 --- a/assets/blueshell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"common_tlut_blue_shell": {"output_dir": "blueshell", "rom_offset": "0x132B50", "block_offset": "0x05038", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureBlueShell0": {"output_dir": "blueshell", "rom_offset": "0x68FE20", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell1": {"output_dir": "blueshell", "rom_offset": "0x69004C", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell2": {"output_dir": "blueshell", "rom_offset": "0x690284", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell3": {"output_dir": "blueshell", "rom_offset": "0x6904C4", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell4": {"output_dir": "blueshell", "rom_offset": "0x690708", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell5": {"output_dir": "blueshell", "rom_offset": "0x690960", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell6": {"output_dir": "blueshell", "rom_offset": "0x690BBC", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"}, -"gTextureBlueShell7": {"output_dir": "blueshell", "rom_offset": "0x690DF8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_blue_shell"} -} \ No newline at end of file diff --git a/assets/bomb.json b/assets/bomb.json deleted file mode 100644 index 2e29cd95b..000000000 --- a/assets/bomb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ -"common_tlut_bomb": {"output_dir": "bomb", "rom_offset": "0x132B50", "block_offset": "0x2A858", "width": 16, "height": 16, "type": "rgba16"}, -"common_texture_bomb_1": {"output_dir": "bomb", "rom_offset": "0x132B50", "block_offset": "0x29858", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_bomb"}, -"common_texture_bomb_2": {"output_dir": "bomb", "rom_offset": "0x132B50", "block_offset": "0x29C58", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_bomb"}, -"common_texture_bomb_3": {"output_dir": "bomb", "rom_offset": "0x132B50", "block_offset": "0x2A058", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_bomb"}, -"common_texture_bomb_4": {"output_dir": "bomb", "rom_offset": "0x132B50", "block_offset": "0x2A458", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_bomb"} -} diff --git a/assets/character_portraits.json b/assets/character_portraits.json deleted file mode 100644 index 97b909e65..000000000 --- a/assets/character_portraits.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -"common_tlut_portrait_mario": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1A4D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_luigi": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1A6D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_peach": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1A8D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_toad": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1AAD8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_yoshi": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1ACD8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_donkey_kong": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1AED8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_wario": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1B0D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_bowser": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1B2D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_portrait_bomb_kart_and_question_mark": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1B4D8", "width": 16, "height": 16, "type": "rgba16"}, - -"common_texture_portrait_mario": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1B6D8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_mario"}, -"common_texture_portrait_luigi": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1BAD8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_luigi"}, -"common_texture_portrait_peach": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1BED8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_peach"}, -"common_texture_portrait_toad": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1C2D8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_toad"}, -"common_texture_portrait_yoshi": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1C6D8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_yoshi"}, -"common_texture_portrait_donkey_kong": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1CAD8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_donkey_kong"}, -"common_texture_portrait_wario": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1CED8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_wario"}, -"common_texture_portrait_bowser": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1D2D8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_bowser"}, -"common_texture_portrait_bomb_kart": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1D6D8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_bomb_kart_and_question_mark"}, -"common_texture_portrait_question_mark": {"output_dir": "character_portraits", "rom_offset": "0x132B50", "block_offset": "0x1DAD8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_portrait_bomb_kart_and_question_mark"} -} diff --git a/assets/character_select/bowser_select.json b/assets/character_select/bowser_select.json deleted file mode 100644 index 5a2f58480..000000000 --- a/assets/character_select/bowser_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"bowser_face_00": {"output_dir": "bowser", "rom_offset": "0x78D210", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_01": {"output_dir": "bowser", "rom_offset": "0x78E4F8", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_02": {"output_dir": "bowser", "rom_offset": "0x78F7AC", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_03": {"output_dir": "bowser", "rom_offset": "0x790A74", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_04": {"output_dir": "bowser", "rom_offset": "0x791D40", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_05": {"output_dir": "bowser", "rom_offset": "0x792FE4", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_06": {"output_dir": "bowser", "rom_offset": "0x794270", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_07": {"output_dir": "bowser", "rom_offset": "0x79554C", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_08": {"output_dir": "bowser", "rom_offset": "0x796834", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_09": {"output_dir": "bowser", "rom_offset": "0x797B24", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_10": {"output_dir": "bowser", "rom_offset": "0x798E40", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_11": {"output_dir": "bowser", "rom_offset": "0x79A10C", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_12": {"output_dir": "bowser", "rom_offset": "0x79B448", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_13": {"output_dir": "bowser", "rom_offset": "0x79C7EC", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_14": {"output_dir": "bowser", "rom_offset": "0x79DB68", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_15": {"output_dir": "bowser", "rom_offset": "0x79EEAC", "width": 64, "height": 64, "type": "rgba16"}, -"bowser_face_16": {"output_dir": "bowser", "rom_offset": "0x7A01F4", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/donkeykong_select.json b/assets/character_select/donkeykong_select.json deleted file mode 100644 index 0e46be4ee..000000000 --- a/assets/character_select/donkeykong_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"donkeykong_face_00": {"output_dir": "donkeykong", "rom_offset": "0x76A4EC", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_01": {"output_dir": "donkeykong", "rom_offset": "0x76B2D8", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_02": {"output_dir": "donkeykong", "rom_offset": "0x76C0E0", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_03": {"output_dir": "donkeykong", "rom_offset": "0x76CEC0", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_04": {"output_dir": "donkeykong", "rom_offset": "0x76DC70", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_05": {"output_dir": "donkeykong", "rom_offset": "0x76EA18", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_06": {"output_dir": "donkeykong", "rom_offset": "0x76F7FC", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_07": {"output_dir": "donkeykong", "rom_offset": "0x770628", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_08": {"output_dir": "donkeykong", "rom_offset": "0x7714BC", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_09": {"output_dir": "donkeykong", "rom_offset": "0x772398", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_10": {"output_dir": "donkeykong", "rom_offset": "0x7732E0", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_11": {"output_dir": "donkeykong", "rom_offset": "0x774218", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_12": {"output_dir": "donkeykong", "rom_offset": "0x77519C", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_13": {"output_dir": "donkeykong", "rom_offset": "0x7761A0", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_14": {"output_dir": "donkeykong", "rom_offset": "0x777160", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_15": {"output_dir": "donkeykong", "rom_offset": "0x7780AC", "width": 64, "height": 64, "type": "rgba16"}, -"donkeykong_face_16": {"output_dir": "donkeykong", "rom_offset": "0x778FAC", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/luigi_select.json b/assets/character_select/luigi_select.json deleted file mode 100644 index cb3399f7b..000000000 --- a/assets/character_select/luigi_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"luigi_face_00": {"output_dir": "luigi", "rom_offset": "0x737494", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_01": {"output_dir": "luigi", "rom_offset": "0x7380B0", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_02": {"output_dir": "luigi", "rom_offset": "0x738CD0", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_03": {"output_dir": "luigi", "rom_offset": "0x7398F0", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_04": {"output_dir": "luigi", "rom_offset": "0x73A4D8", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_05": {"output_dir": "luigi", "rom_offset": "0x73B0C0", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_06": {"output_dir": "luigi", "rom_offset": "0x73BC8C", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_07": {"output_dir": "luigi", "rom_offset": "0x73C8B4", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_08": {"output_dir": "luigi", "rom_offset": "0x73D4E8", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_09": {"output_dir": "luigi", "rom_offset": "0x73E174", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_10": {"output_dir": "luigi", "rom_offset": "0x73EDF4", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_11": {"output_dir": "luigi", "rom_offset": "0x73FA84", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_12": {"output_dir": "luigi", "rom_offset": "0x740744", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_13": {"output_dir": "luigi", "rom_offset": "0x741474", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_14": {"output_dir": "luigi", "rom_offset": "0x7421A0", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_15": {"output_dir": "luigi", "rom_offset": "0x742EE8", "width": 64, "height": 64, "type": "rgba16"}, -"luigi_face_16": {"output_dir": "luigi", "rom_offset": "0x743C3C", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/mario_select.json b/assets/character_select/mario_select.json deleted file mode 100644 index 256fe8a2c..000000000 --- a/assets/character_select/mario_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"mario_face_00": {"output_dir": "mario", "rom_offset": "0x729A30", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_01": {"output_dir": "mario", "rom_offset": "0x72A704", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_02": {"output_dir": "mario", "rom_offset": "0x72B3C4", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_03": {"output_dir": "mario", "rom_offset": "0x72C080", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_04": {"output_dir": "mario", "rom_offset": "0x72CCEC", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_05": {"output_dir": "mario", "rom_offset": "0x72D938", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_06": {"output_dir": "mario", "rom_offset": "0x72E578", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_07": {"output_dir": "mario", "rom_offset": "0x72F28C", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_08": {"output_dir": "mario", "rom_offset": "0x72FF98", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_09": {"output_dir": "mario", "rom_offset": "0x730C9C", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_10": {"output_dir": "mario", "rom_offset": "0x73197C", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_11": {"output_dir": "mario", "rom_offset": "0x732678", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_12": {"output_dir": "mario", "rom_offset": "0x733374", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_13": {"output_dir": "mario", "rom_offset": "0x7340B8", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_14": {"output_dir": "mario", "rom_offset": "0x734E0C", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_15": {"output_dir": "mario", "rom_offset": "0x735BB0", "width": 64, "height": 64, "type": "rgba16"}, -"mario_face_16": {"output_dir": "mario", "rom_offset": "0x736950", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/peach_select.json b/assets/character_select/peach_select.json deleted file mode 100644 index fc6b70dc0..000000000 --- a/assets/character_select/peach_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"peach_face_00": {"output_dir": "peach", "rom_offset": "0x744674", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_01": {"output_dir": "peach", "rom_offset": "0x74552C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_02": {"output_dir": "peach", "rom_offset": "0x7463D8", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_03": {"output_dir": "peach", "rom_offset": "0x747294", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_04": {"output_dir": "peach", "rom_offset": "0x74814C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_05": {"output_dir": "peach", "rom_offset": "0x748FD4", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_06": {"output_dir": "peach", "rom_offset": "0x749E74", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_07": {"output_dir": "peach", "rom_offset": "0x74AD3C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_08": {"output_dir": "peach", "rom_offset": "0x74BC2C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_09": {"output_dir": "peach", "rom_offset": "0x74CB3C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_10": {"output_dir": "peach", "rom_offset": "0x74DAF0", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_11": {"output_dir": "peach", "rom_offset": "0x74EAD4", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_12": {"output_dir": "peach", "rom_offset": "0x74FB20", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_13": {"output_dir": "peach", "rom_offset": "0x750B58", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_14": {"output_dir": "peach", "rom_offset": "0x751B3C", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_15": {"output_dir": "peach", "rom_offset": "0x752AD0", "width": 64, "height": 64, "type": "rgba16"}, -"peach_face_16": {"output_dir": "peach", "rom_offset": "0x753A58", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/toad_select.json b/assets/character_select/toad_select.json deleted file mode 100644 index 2cbebfb29..000000000 --- a/assets/character_select/toad_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"toad_face_00": {"output_dir": "toad", "rom_offset": "0x754900", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_01": {"output_dir": "toad", "rom_offset": "0x7552BC", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_02": {"output_dir": "toad", "rom_offset": "0x755C70", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_03": {"output_dir": "toad", "rom_offset": "0x75662C", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_04": {"output_dir": "toad", "rom_offset": "0x756FE4", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_05": {"output_dir": "toad", "rom_offset": "0x7579A0", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_06": {"output_dir": "toad", "rom_offset": "0x758340", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_07": {"output_dir": "toad", "rom_offset": "0x758CD8", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_08": {"output_dir": "toad", "rom_offset": "0x7596A4", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_09": {"output_dir": "toad", "rom_offset": "0x75A058", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_10": {"output_dir": "toad", "rom_offset": "0x75AA40", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_11": {"output_dir": "toad", "rom_offset": "0x75B454", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_12": {"output_dir": "toad", "rom_offset": "0x75BEAC", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_13": {"output_dir": "toad", "rom_offset": "0x75C90C", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_14": {"output_dir": "toad", "rom_offset": "0x75D38C", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_15": {"output_dir": "toad", "rom_offset": "0x75DE00", "width": 64, "height": 64, "type": "rgba16"}, -"toad_face_16": {"output_dir": "toad", "rom_offset": "0x75E860", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/wario_select.json b/assets/character_select/wario_select.json deleted file mode 100644 index 29c8e20b7..000000000 --- a/assets/character_select/wario_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"wario_face_00": {"output_dir": "wario", "rom_offset": "0x779F00", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_01": {"output_dir": "wario", "rom_offset": "0x77B060", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_02": {"output_dir": "wario", "rom_offset": "0x77C1A4", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_03": {"output_dir": "wario", "rom_offset": "0x77D2F8", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_04": {"output_dir": "wario", "rom_offset": "0x77E460", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_05": {"output_dir": "wario", "rom_offset": "0x77F5B4", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_06": {"output_dir": "wario", "rom_offset": "0x780710", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_07": {"output_dir": "wario", "rom_offset": "0x781884", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_08": {"output_dir": "wario", "rom_offset": "0x782A5C", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_09": {"output_dir": "wario", "rom_offset": "0x783C84", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_10": {"output_dir": "wario", "rom_offset": "0x784EF0", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_11": {"output_dir": "wario", "rom_offset": "0x7861D0", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_12": {"output_dir": "wario", "rom_offset": "0x7874D8", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_13": {"output_dir": "wario", "rom_offset": "0x7887BC", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_14": {"output_dir": "wario", "rom_offset": "0x789AE0", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_15": {"output_dir": "wario", "rom_offset": "0x78ADCC", "width": 64, "height": 64, "type": "rgba16"}, -"wario_face_16": {"output_dir": "wario", "rom_offset": "0x78C098", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/character_select/yoshi_select.json b/assets/character_select/yoshi_select.json deleted file mode 100644 index 27aac12fd..000000000 --- a/assets/character_select/yoshi_select.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"yoshi_face_00": {"output_dir": "yoshi", "rom_offset": "0x75F1C4", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_01": {"output_dir": "yoshi", "rom_offset": "0x75FCB0", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_02": {"output_dir": "yoshi", "rom_offset": "0x760794", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_03": {"output_dir": "yoshi", "rom_offset": "0x761274", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_04": {"output_dir": "yoshi", "rom_offset": "0x761D28", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_05": {"output_dir": "yoshi", "rom_offset": "0x762798", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_06": {"output_dir": "yoshi", "rom_offset": "0x7631E0", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_07": {"output_dir": "yoshi", "rom_offset": "0x763D04", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_08": {"output_dir": "yoshi", "rom_offset": "0x764730", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_09": {"output_dir": "yoshi", "rom_offset": "0x7650EC", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_10": {"output_dir": "yoshi", "rom_offset": "0x765A98", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_11": {"output_dir": "yoshi", "rom_offset": "0x766458", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_12": {"output_dir": "yoshi", "rom_offset": "0x766E68", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_13": {"output_dir": "yoshi", "rom_offset": "0x7678C4", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_14": {"output_dir": "yoshi", "rom_offset": "0x7683A4", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_15": {"output_dir": "yoshi", "rom_offset": "0x768EAC", "width": 64, "height": 64, "type": "rgba16"}, -"yoshi_face_16": {"output_dir": "yoshi", "rom_offset": "0x7699C4", "width": 64, "height": 64, "type": "rgba16"} -} diff --git a/assets/course_outlines.json b/assets/course_outlines.json deleted file mode 100644 index 48877d202..000000000 --- a/assets/course_outlines.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -"gTextureCourseOutlineMarioRaceway": {"output_dir": "course_outlines", "rom_offset": "0x720C0C", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineChocoMountain": {"output_dir": "course_outlines", "rom_offset": "0x720ED0", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineBowsersCastle": {"output_dir": "course_outlines", "rom_offset": "0x7211D8", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineBansheeBoardwalk": {"output_dir": "course_outlines", "rom_offset": "0x72143C", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineYoshiValley": {"output_dir": "course_outlines", "rom_offset": "0x721634", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineFrappeSnowland": {"output_dir": "course_outlines", "rom_offset": "0x721A58", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineKoopaTroopaBeach": {"output_dir": "course_outlines", "rom_offset": "0x721CD0", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineRoyalRaceway": {"output_dir": "course_outlines", "rom_offset": "0x721F38", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineLuigiRaceway": {"output_dir": "course_outlines", "rom_offset": "0x722210", "width": 64, "height": 96, "type": "i4"}, -"gTextureCourseOutlineMooMooFarm": {"output_dir": "course_outlines", "rom_offset": "0x72248C", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineToadsTurnpike": {"output_dir": "course_outlines", "rom_offset": "0x7226C4", "width": 128, "height": 64, "type": "i4"}, -"gTextureCourseOutlineKalimariDesert": {"output_dir": "course_outlines", "rom_offset": "0x7229C0", "width": 64, "height": 96, "type": "i4"}, -"gTextureCourseOutlineSherbetLand": {"output_dir": "course_outlines", "rom_offset": "0x722D2C", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineRainbowRoad": {"output_dir": "course_outlines", "rom_offset": "0x723034", "width": 64, "height": 96, "type": "i4"}, -"gTextureCourseOutlineWarioStadium": {"output_dir": "course_outlines", "rom_offset": "0x723370", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineBlockFort": {"output_dir": "course_outlines", "rom_offset": "0x723644", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineSkyscraper": {"output_dir": "course_outlines", "rom_offset": "0x7238E4", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineDoubleDeck": {"output_dir": "course_outlines", "rom_offset": "0x723B18", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineDksJungleParkway": {"output_dir": "course_outlines", "rom_offset": "0x723C9C", "width": 64, "height": 64, "type": "i4"}, -"gTextureCourseOutlineBigDonut": {"output_dir": "course_outlines", "rom_offset": "0x723F84", "width": 64, "height": 64, "type": "i4"} -} diff --git a/assets/course_previews.json b/assets/course_previews.json deleted file mode 100644 index 66f5a35a5..000000000 --- a/assets/course_previews.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -"gTextureCoursePreviewMarioRaceway": {"output_dir": "course_previews", "rom_offset": "0x7A1418", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewChocoMountain": {"output_dir": "course_previews", "rom_offset": "0x7A4570", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewBowsersCastle": {"output_dir": "course_previews", "rom_offset": "0x7A6F94", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewBansheeBoardwalk": {"output_dir": "course_previews", "rom_offset": "0x7AA074", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewYoshiValley": {"output_dir": "course_previews", "rom_offset": "0x7AC720", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewFrappeSnowland": {"output_dir": "course_previews", "rom_offset": "0x7B0160", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewKoopaTroopaBeach": {"output_dir": "course_previews", "rom_offset": "0x7B2568", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewRoyalRaceway": {"output_dir": "course_previews", "rom_offset": "0x7B488C", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewLuigiRaceway": {"output_dir": "course_previews", "rom_offset": "0x7B70AC", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewMooMooFarm": {"output_dir": "course_previews", "rom_offset": "0x7B9E20", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewToadsTurnpike": {"output_dir": "course_previews", "rom_offset": "0x7BC3E8", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewKalimariDesert": {"output_dir": "course_previews", "rom_offset": "0x7BED84", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewSherbetLand": {"output_dir": "course_previews", "rom_offset": "0x7C1590", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewRainbowRoad": {"output_dir": "course_previews", "rom_offset": "0x7C45A0", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewWarioStadium": {"output_dir": "course_previews", "rom_offset": "0x7C6DC4", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewBlockFort": {"output_dir": "course_previews", "rom_offset": "0x7CA098", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewSkyscraper": {"output_dir": "course_previews", "rom_offset": "0x7CC5C0", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewDoubleDeck": {"output_dir": "course_previews", "rom_offset": "0x7CECB0", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewDksJungleParkway": {"output_dir": "course_previews", "rom_offset": "0x7D15A8", "width": 128, "height": 78, "type": "rgba16"}, -"gTextureCoursePreviewBigDonut": {"output_dir": "course_previews", "rom_offset": "0x7D548C", "width": 128, "height": 78, "type": "rgba16"} -} diff --git a/assets/debug_font.json b/assets/debug_font.json deleted file mode 100644 index 9ea759509..000000000 --- a/assets/debug_font.json +++ /dev/null @@ -1,4 +0,0 @@ -{ -"common_tlut_debug_font": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6ED8", "width": 4, "height": 4, "type": "rgba16"}, -"common_texture_debug_font": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6EF8", "width": 128, "height": 32, "type": "ci4", "tlut": "common_tlut_debug_font"} -} diff --git a/assets/ending_ceremony.json b/assets/ending_ceremony.json deleted file mode 100644 index 07eb02108..000000000 --- a/assets/ending_ceremony.json +++ /dev/null @@ -1,8 +0,0 @@ -{ -"gTextureReflectionMapBrass": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x4670", "width": 32, "height": 32, "type": "rgba16"}, -"gTextureReflectionMapSilver": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x4E70", "width": 32, "height": 32, "type": "rgba16"}, -"gTextureReflectionMapGold": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x5670", "width": 32, "height": 32, "type": "rgba16"}, -"gTexturePodium1": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x6BD0", "width": 32, "height": 32, "type": "rgba16"}, -"gTexturePodium2": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x7760", "width": 32, "height": 32, "type": "rgba16"}, -"gTexturePodium3": {"output_dir": "ending_ceremony", "rom_offset": "0x821D10", "block_offset": "0x8070", "width": 32, "height": 32, "type": "rgba16"} -} diff --git a/assets/finish_line_banner.json b/assets/finish_line_banner.json deleted file mode 100644 index 7d0d5a742..000000000 --- a/assets/finish_line_banner.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"common_tlut_finish_line_banner": {"output_dir": "finish_line_banner", "rom_offset": "0x132B50", "block_offset": "0x0", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureFinishLineBanner1": {"output_dir": "finish_line_banner", "rom_offset": "0x696BAC", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner2": {"output_dir": "finish_line_banner", "rom_offset": "0x696E3C", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner3": {"output_dir": "finish_line_banner", "rom_offset": "0x697138", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner4": {"output_dir": "finish_line_banner", "rom_offset": "0x69743C", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner5": {"output_dir": "finish_line_banner", "rom_offset": "0x6977F0", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner6": {"output_dir": "finish_line_banner", "rom_offset": "0x697B10", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner7": {"output_dir": "finish_line_banner", "rom_offset": "0x697E80", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"}, -"gTextureFinishLineBanner8": {"output_dir": "finish_line_banner", "rom_offset": "0x69811C", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_finish_line_banner"} -} diff --git a/assets/greenshell.json b/assets/greenshell.json deleted file mode 100644 index d6feea734..000000000 --- a/assets/greenshell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"common_tlut_green_shell": {"output_dir": "greenshell", "rom_offset": "0x132B50", "block_offset": "0x04E38", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureGreenShell0": {"output_dir": "greenshell", "rom_offset": "0x68EB50", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell1": {"output_dir": "greenshell", "rom_offset": "0x68EDA0", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell2": {"output_dir": "greenshell", "rom_offset": "0x68EFF0", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell3": {"output_dir": "greenshell", "rom_offset": "0x68F248", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell4": {"output_dir": "greenshell", "rom_offset": "0x68F4A8", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell5": {"output_dir": "greenshell", "rom_offset": "0x68F700", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell6": {"output_dir": "greenshell", "rom_offset": "0x68F96C", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"}, -"gTextureGreenShell7": {"output_dir": "greenshell", "rom_offset": "0x68FBCC", "width": 32, "height": 32, "type": "ci8", "tlut": "common_tlut_green_shell"} -} diff --git a/assets/hud_type_c.json b/assets/hud_type_c.json deleted file mode 100644 index f86f63d1f..000000000 --- a/assets/hud_type_c.json +++ /dev/null @@ -1,25 +0,0 @@ -{ -"common_tlut_hud_type_C_rank_font": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19458", "width": 16, "height": 16, "type": "rgba16"}, -"common_texture_hud_type_C_rank_font_1": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19658", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_2": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19758", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_3": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19858", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_4": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19958", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_5": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19A58", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_6": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19B58", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_7": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19C58", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, -"common_texture_hud_type_C_rank_font_8": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19D58", "width": 16, "height": 16, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_font"}, - -"common_tlut_hud_type_C_rank_tiny_font": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x19E58", "width": 16, "height": 16, "type": "rgba16"}, -"common_texture_hud_type_C_rank_tiny_font_0": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A058", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_1": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A098", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_2": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A0D8", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_3": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A118", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_4": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A158", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_5": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A198", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_6": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A1D8", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_7": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A218", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_8": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A258", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, -"common_texture_hud_type_C_rank_tiny_font_9": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A298", "width": 8, "height": 8, "type": "ci8", "tlut": "common_tlut_hud_type_C_rank_tiny_font"}, - -"common_texture_character_portrait_border": {"output_dir": "hud_type_c", "rom_offset": "0x132B50", "block_offset": "0x1A2D8", "width": 32, "height": 32, "type": "ia4"} -} diff --git a/assets/include/blueshell.mk b/assets/include/blueshell.mk deleted file mode 100644 index c344726ff..000000000 --- a/assets/include/blueshell.mk +++ /dev/null @@ -1,42 +0,0 @@ -BLUESHELL_DIR := assets/blueshell - -BLUESHELL_PALETTE := $(BLUESHELL_DIR)/common_tlut_blue_shell.png - -BLUESHELL_FRAMES := \ -$(BLUESHELL_DIR)/gTextureBlueShell0.png \ -$(BLUESHELL_DIR)/gTextureBlueShell1.png \ -$(BLUESHELL_DIR)/gTextureBlueShell2.png \ -$(BLUESHELL_DIR)/gTextureBlueShell3.png \ -$(BLUESHELL_DIR)/gTextureBlueShell4.png \ -$(BLUESHELL_DIR)/gTextureBlueShell5.png \ -$(BLUESHELL_DIR)/gTextureBlueShell6.png \ -$(BLUESHELL_DIR)/gTextureBlueShell7.png - -BLUESHELL_EXPORT_SENTINEL := $(BLUESHELL_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(BLUESHELL_FRAMES:%.png=%.mio0) - -$(BLUESHELL_FRAMES:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(BLUESHELL_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(BLUESHELL_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(BLUESHELL_PALETTE:%.png=%.inc.c) - -$(BLUESHELL_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BLUESHELL_FRAMES) $(BLUESHELL_PALETTE): $(BLUESHELL_EXPORT_SENTINEL) ; - -$(BLUESHELL_EXPORT_SENTINEL): $(ASSET_DIR)/blueshell.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_blueshell -distclean_blueshell: - rm -rf $(BLUESHELL_DIR) - -distclean_assets: distclean_blueshell diff --git a/assets/include/bomb.mk b/assets/include/bomb.mk deleted file mode 100644 index 65cde42cf..000000000 --- a/assets/include/bomb.mk +++ /dev/null @@ -1,33 +0,0 @@ -BOMB_DIR := assets/bomb - -BOMB_PALETTE := $(BOMB_DIR)/common_tlut_bomb.png - -BOMB_FRAMES := \ -$(BOMB_DIR)/common_texture_bomb_1.png \ -$(BOMB_DIR)/common_texture_bomb_2.png \ -$(BOMB_DIR)/common_texture_bomb_3.png \ -$(BOMB_DIR)/common_texture_bomb_4.png - -BOMB_EXPORT_SENTINEL := $(BOMB_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(BOMB_FRAMES:%.png=%.inc.c) $(BOMB_PALETTE:%.png=%.inc.c) - -$(BOMB_FRAMES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(BOMB_PALETTE) - -$(BOMB_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BOMB_FRAMES) $(BOMB_PALETTE): $(BOMB_EXPORT_SENTINEL) ; - -$(BOMB_EXPORT_SENTINEL): $(ASSET_DIR)/bomb.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_bomb -distclean_bomb: - rm -rf $(BOMB_DIR) - -distclean_assets: distclean_bomb diff --git a/assets/include/character_portraits.mk b/assets/include/character_portraits.mk deleted file mode 100644 index 552b01cca..000000000 --- a/assets/include/character_portraits.mk +++ /dev/null @@ -1,63 +0,0 @@ -PORTRAITS_DIR := assets/character_portraits - -PORTRAIT_PALETTES := \ -$(PORTRAITS_DIR)/common_tlut_portrait_mario.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_luigi.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_peach.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_toad.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_yoshi.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_donkey_kong.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_wario.png \ -$(PORTRAITS_DIR)/common_tlut_portrait_bowser.png - -PORTRAIT_PNG := \ -$(PORTRAITS_DIR)/common_texture_portrait_mario.png \ -$(PORTRAITS_DIR)/common_texture_portrait_luigi.png \ -$(PORTRAITS_DIR)/common_texture_portrait_peach.png \ -$(PORTRAITS_DIR)/common_texture_portrait_toad.png \ -$(PORTRAITS_DIR)/common_texture_portrait_yoshi.png \ -$(PORTRAITS_DIR)/common_texture_portrait_donkey_kong.png \ -$(PORTRAITS_DIR)/common_texture_portrait_wario.png \ -$(PORTRAITS_DIR)/common_texture_portrait_bowser.png - -# This is kind of ugly. I think the only fix for it would be to put these two portraits -# and their palette in a separate .mk file. But I think that's even uglier - -SPECIAL_PORTRAIT_PALETTE := $(PORTRAITS_DIR)/common_tlut_portrait_bomb_kart_and_question_mark.png - -SPECIAL_PORTRAIT_PNG := \ -$(PORTRAITS_DIR)/common_texture_portrait_bomb_kart.png \ -$(PORTRAITS_DIR)/common_texture_portrait_question_mark.png - -PORTRAIT_EXPORT_SENTINEL := $(PORTRAITS_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(PORTRAIT_PNG:%.png=%.inc.c) $(PORTRAIT_PALETTES:%.png=%.inc.c) -$(BUILD_DIR)/src/data/common_textures.o: $(SPECIAL_PORTRAIT_PNG:%.png=%.inc.c) $(SPECIAL_PORTRAIT_PALETTE:%.png=%.inc.c) - -$(PORTRAIT_PNG:%.png=%.inc.c): $(PORTRAITS_DIR)/common_texture_portrait_%.inc.c : $(PORTRAITS_DIR)/common_texture_portrait_%.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(PORTRAITS_DIR)/common_tlut_portrait_$*.png - -$(SPECIAL_PORTRAIT_PNG:%.png=%.inc.c): $(PORTRAITS_DIR)/common_texture_portrait_%.inc.c : $(PORTRAITS_DIR)/common_texture_portrait_%.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(SPECIAL_PORTRAIT_PALETTE) - -$(PORTRAIT_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(SPECIAL_PORTRAIT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(PORTRAIT_PNG) $(SPECIAL_PORTRAIT_PNG) $(PORTRAIT_PALETTES) $(SPECIAL_PORTRAIT_PALETTE): $(PORTRAIT_EXPORT_SENTINEL) ; - -$(PORTRAIT_EXPORT_SENTINEL): $(ASSET_DIR)/character_portraits.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_character_portraits -distclean_character_portraits: - rm -rf $(PORTRAITS_DIR) - -distclean_assets: distclean_character_portraits diff --git a/assets/include/character_select/bowser_select.mk b/assets/include/character_select/bowser_select.mk deleted file mode 100644 index b690ada19..000000000 --- a/assets/include/character_select/bowser_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -BOWSER_SELECT_DIR := assets/character_select/bowser - -BOWSER_SELECT_PNG := \ -$(BOWSER_SELECT_DIR)/bowser_face_00.png \ -$(BOWSER_SELECT_DIR)/bowser_face_01.png \ -$(BOWSER_SELECT_DIR)/bowser_face_02.png \ -$(BOWSER_SELECT_DIR)/bowser_face_03.png \ -$(BOWSER_SELECT_DIR)/bowser_face_04.png \ -$(BOWSER_SELECT_DIR)/bowser_face_05.png \ -$(BOWSER_SELECT_DIR)/bowser_face_06.png \ -$(BOWSER_SELECT_DIR)/bowser_face_07.png \ -$(BOWSER_SELECT_DIR)/bowser_face_08.png \ -$(BOWSER_SELECT_DIR)/bowser_face_09.png \ -$(BOWSER_SELECT_DIR)/bowser_face_10.png \ -$(BOWSER_SELECT_DIR)/bowser_face_11.png \ -$(BOWSER_SELECT_DIR)/bowser_face_12.png \ -$(BOWSER_SELECT_DIR)/bowser_face_13.png \ -$(BOWSER_SELECT_DIR)/bowser_face_14.png \ -$(BOWSER_SELECT_DIR)/bowser_face_15.png \ -$(BOWSER_SELECT_DIR)/bowser_face_16.png - -BOWSER_SELECT_EXPORT_SENTINEL := $(BOWSER_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(BOWSER_SELECT_PNG:%.png=%.mio0) - -$(BOWSER_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(BOWSER_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(BOWSER_SELECT_PNG): $(BOWSER_SELECT_EXPORT_SENTINEL) ; - -$(BOWSER_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/bowser_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_bowser_select -distclean_bowser_select: - rm -rf $(BOWSER_SELECT_DIR) - -distclean_assets: distclean_bowser_select diff --git a/assets/include/character_select/donkeykong_select.mk b/assets/include/character_select/donkeykong_select.mk deleted file mode 100644 index 03d042cfe..000000000 --- a/assets/include/character_select/donkeykong_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -DONKEYKONG_SELECT_DIR := assets/character_select/donkeykong - -DONKEYKONG_SELECT_PNG := \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_00.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_01.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_02.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_03.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_04.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_05.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_06.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_07.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_08.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_09.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_10.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_11.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_12.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_13.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_14.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_15.png \ -$(DONKEYKONG_SELECT_DIR)/donkeykong_face_16.png - -DONKEYKONG_SELECT_EXPORT_SENTINEL := $(DONKEYKONG_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(DONKEYKONG_SELECT_PNG:%.png=%.mio0) - -$(DONKEYKONG_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(DONKEYKONG_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(DONKEYKONG_SELECT_PNG): $(DONKEYKONG_SELECT_EXPORT_SENTINEL) ; - -$(DONKEYKONG_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/donkeykong_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_donkeykong_select -distclean_donkeykong_select: - rm -rf $(DONKEYKONG_SELECT_DIR) - -distclean_assets: distclean_donkeykong_select diff --git a/assets/include/character_select/luigi_select.mk b/assets/include/character_select/luigi_select.mk deleted file mode 100644 index 9b1fba793..000000000 --- a/assets/include/character_select/luigi_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -LUIGI_SELECT_DIR := assets/character_select/luigi - -LUIGI_SELECT_PNG := \ -$(LUIGI_SELECT_DIR)/luigi_face_00.png \ -$(LUIGI_SELECT_DIR)/luigi_face_01.png \ -$(LUIGI_SELECT_DIR)/luigi_face_02.png \ -$(LUIGI_SELECT_DIR)/luigi_face_03.png \ -$(LUIGI_SELECT_DIR)/luigi_face_04.png \ -$(LUIGI_SELECT_DIR)/luigi_face_05.png \ -$(LUIGI_SELECT_DIR)/luigi_face_06.png \ -$(LUIGI_SELECT_DIR)/luigi_face_07.png \ -$(LUIGI_SELECT_DIR)/luigi_face_08.png \ -$(LUIGI_SELECT_DIR)/luigi_face_09.png \ -$(LUIGI_SELECT_DIR)/luigi_face_10.png \ -$(LUIGI_SELECT_DIR)/luigi_face_11.png \ -$(LUIGI_SELECT_DIR)/luigi_face_12.png \ -$(LUIGI_SELECT_DIR)/luigi_face_13.png \ -$(LUIGI_SELECT_DIR)/luigi_face_14.png \ -$(LUIGI_SELECT_DIR)/luigi_face_15.png \ -$(LUIGI_SELECT_DIR)/luigi_face_16.png - -LUIGI_SELECT_EXPORT_SENTINEL := $(LUIGI_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(LUIGI_SELECT_PNG:%.png=%.mio0) - -$(LUIGI_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(LUIGI_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(LUIGI_SELECT_PNG): $(LUIGI_SELECT_EXPORT_SENTINEL) ; - -$(LUIGI_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/luigi_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_luigi_select -distclean_luigi_select: - rm -rf $(LUIGI_SELECT_DIR) - -distclean_assets: distclean_luigi_select diff --git a/assets/include/character_select/mario_select.mk b/assets/include/character_select/mario_select.mk deleted file mode 100644 index 9d500b663..000000000 --- a/assets/include/character_select/mario_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -MARIO_SELECT_DIR := assets/character_select/mario - -MARIO_SELECT_PNG := \ -$(MARIO_SELECT_DIR)/mario_face_00.png \ -$(MARIO_SELECT_DIR)/mario_face_01.png \ -$(MARIO_SELECT_DIR)/mario_face_02.png \ -$(MARIO_SELECT_DIR)/mario_face_03.png \ -$(MARIO_SELECT_DIR)/mario_face_04.png \ -$(MARIO_SELECT_DIR)/mario_face_05.png \ -$(MARIO_SELECT_DIR)/mario_face_06.png \ -$(MARIO_SELECT_DIR)/mario_face_07.png \ -$(MARIO_SELECT_DIR)/mario_face_08.png \ -$(MARIO_SELECT_DIR)/mario_face_09.png \ -$(MARIO_SELECT_DIR)/mario_face_10.png \ -$(MARIO_SELECT_DIR)/mario_face_11.png \ -$(MARIO_SELECT_DIR)/mario_face_12.png \ -$(MARIO_SELECT_DIR)/mario_face_13.png \ -$(MARIO_SELECT_DIR)/mario_face_14.png \ -$(MARIO_SELECT_DIR)/mario_face_15.png \ -$(MARIO_SELECT_DIR)/mario_face_16.png - -MARIO_SELECT_EXPORT_SENTINEL := $(MARIO_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(MARIO_SELECT_PNG:%.png=%.mio0) - -$(MARIO_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(MARIO_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(MARIO_SELECT_PNG): $(MARIO_SELECT_EXPORT_SENTINEL) ; - -$(MARIO_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/mario_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_mario_select -distclean_mario_select: - rm -rf $(MARIO_SELECT_DIR) - -distclean_assets: distclean_mario_select diff --git a/assets/include/character_select/peach_select.mk b/assets/include/character_select/peach_select.mk deleted file mode 100644 index 8f50db458..000000000 --- a/assets/include/character_select/peach_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -PEACH_SELECT_DIR := assets/character_select/peach - -PEACH_SELECT_PNG := \ -$(PEACH_SELECT_DIR)/peach_face_00.png \ -$(PEACH_SELECT_DIR)/peach_face_01.png \ -$(PEACH_SELECT_DIR)/peach_face_02.png \ -$(PEACH_SELECT_DIR)/peach_face_03.png \ -$(PEACH_SELECT_DIR)/peach_face_04.png \ -$(PEACH_SELECT_DIR)/peach_face_05.png \ -$(PEACH_SELECT_DIR)/peach_face_06.png \ -$(PEACH_SELECT_DIR)/peach_face_07.png \ -$(PEACH_SELECT_DIR)/peach_face_08.png \ -$(PEACH_SELECT_DIR)/peach_face_09.png \ -$(PEACH_SELECT_DIR)/peach_face_10.png \ -$(PEACH_SELECT_DIR)/peach_face_11.png \ -$(PEACH_SELECT_DIR)/peach_face_12.png \ -$(PEACH_SELECT_DIR)/peach_face_13.png \ -$(PEACH_SELECT_DIR)/peach_face_14.png \ -$(PEACH_SELECT_DIR)/peach_face_15.png \ -$(PEACH_SELECT_DIR)/peach_face_16.png - -PEACH_SELECT_EXPORT_SENTINEL := $(PEACH_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(PEACH_SELECT_PNG:%.png=%.mio0) - -$(PEACH_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(PEACH_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(PEACH_SELECT_PNG): $(PEACH_SELECT_EXPORT_SENTINEL) ; - -$(PEACH_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/peach_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_peach_select -distclean_peach_select: - rm -rf $(PEACH_SELECT_DIR) - -distclean_assets: distclean_peach_select diff --git a/assets/include/character_select/toad_select.mk b/assets/include/character_select/toad_select.mk deleted file mode 100644 index ccfb4b3c5..000000000 --- a/assets/include/character_select/toad_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -TOAD_SELECT_DIR := assets/character_select/toad - -TOAD_SELECT_PNG := \ -$(TOAD_SELECT_DIR)/toad_face_00.png \ -$(TOAD_SELECT_DIR)/toad_face_01.png \ -$(TOAD_SELECT_DIR)/toad_face_02.png \ -$(TOAD_SELECT_DIR)/toad_face_03.png \ -$(TOAD_SELECT_DIR)/toad_face_04.png \ -$(TOAD_SELECT_DIR)/toad_face_05.png \ -$(TOAD_SELECT_DIR)/toad_face_06.png \ -$(TOAD_SELECT_DIR)/toad_face_07.png \ -$(TOAD_SELECT_DIR)/toad_face_08.png \ -$(TOAD_SELECT_DIR)/toad_face_09.png \ -$(TOAD_SELECT_DIR)/toad_face_10.png \ -$(TOAD_SELECT_DIR)/toad_face_11.png \ -$(TOAD_SELECT_DIR)/toad_face_12.png \ -$(TOAD_SELECT_DIR)/toad_face_13.png \ -$(TOAD_SELECT_DIR)/toad_face_14.png \ -$(TOAD_SELECT_DIR)/toad_face_15.png \ -$(TOAD_SELECT_DIR)/toad_face_16.png - -TOAD_SELECT_EXPORT_SENTINEL := $(TOAD_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(TOAD_SELECT_PNG:%.png=%.mio0) - -$(TOAD_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(TOAD_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(TOAD_SELECT_PNG): $(TOAD_SELECT_EXPORT_SENTINEL) ; - -$(TOAD_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/toad_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_toad_select -distclean_toad_select: - rm -rf $(TOAD_SELECT_DIR) - -distclean_assets: distclean_toad_select diff --git a/assets/include/character_select/wario_select.mk b/assets/include/character_select/wario_select.mk deleted file mode 100644 index 845723611..000000000 --- a/assets/include/character_select/wario_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -WARIO_SELECT_DIR := assets/character_select/wario - -WARIO_SELECT_PNG := \ -$(WARIO_SELECT_DIR)/wario_face_00.png \ -$(WARIO_SELECT_DIR)/wario_face_01.png \ -$(WARIO_SELECT_DIR)/wario_face_02.png \ -$(WARIO_SELECT_DIR)/wario_face_03.png \ -$(WARIO_SELECT_DIR)/wario_face_04.png \ -$(WARIO_SELECT_DIR)/wario_face_05.png \ -$(WARIO_SELECT_DIR)/wario_face_06.png \ -$(WARIO_SELECT_DIR)/wario_face_07.png \ -$(WARIO_SELECT_DIR)/wario_face_08.png \ -$(WARIO_SELECT_DIR)/wario_face_09.png \ -$(WARIO_SELECT_DIR)/wario_face_10.png \ -$(WARIO_SELECT_DIR)/wario_face_11.png \ -$(WARIO_SELECT_DIR)/wario_face_12.png \ -$(WARIO_SELECT_DIR)/wario_face_13.png \ -$(WARIO_SELECT_DIR)/wario_face_14.png \ -$(WARIO_SELECT_DIR)/wario_face_15.png \ -$(WARIO_SELECT_DIR)/wario_face_16.png - -WARIO_SELECT_EXPORT_SENTINEL := $(WARIO_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(WARIO_SELECT_PNG:%.png=%.mio0) - -$(WARIO_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(WARIO_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(WARIO_SELECT_PNG): $(WARIO_SELECT_EXPORT_SENTINEL) ; - -$(WARIO_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/wario_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_wario_select -distclean_wario_select: - rm -rf $(WARIO_SELECT_DIR) - -distclean_assets: distclean_wario_select diff --git a/assets/include/character_select/yoshi_select.mk b/assets/include/character_select/yoshi_select.mk deleted file mode 100644 index 3a1abd270..000000000 --- a/assets/include/character_select/yoshi_select.mk +++ /dev/null @@ -1,43 +0,0 @@ -YOSHI_SELECT_DIR := assets/character_select/yoshi - -YOSHI_SELECT_PNG := \ -$(YOSHI_SELECT_DIR)/yoshi_face_00.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_01.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_02.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_03.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_04.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_05.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_06.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_07.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_08.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_09.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_10.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_11.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_12.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_13.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_14.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_15.png \ -$(YOSHI_SELECT_DIR)/yoshi_face_16.png - -YOSHI_SELECT_EXPORT_SENTINEL := $(YOSHI_SELECT_DIR)/.export - -$(BUILD_DIR)/data/course_player_selection.o: $(YOSHI_SELECT_PNG:%.png=%.mio0) - -$(YOSHI_SELECT_PNG:%.png=%.mio0) : %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(YOSHI_SELECT_PNG:%.png=%.bin) : %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(YOSHI_SELECT_PNG): $(YOSHI_SELECT_EXPORT_SENTINEL) ; - -$(YOSHI_SELECT_EXPORT_SENTINEL): $(ASSET_DIR)/character_select/yoshi_select.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_yoshi_select -distclean_yoshi_select: - rm -rf $(YOSHI_SELECT_DIR) - -distclean_assets: distclean_yoshi_select diff --git a/assets/include/course_outlines.mk b/assets/include/course_outlines.mk deleted file mode 100644 index 067e7b4e3..000000000 --- a/assets/include/course_outlines.mk +++ /dev/null @@ -1,46 +0,0 @@ -COURSE_OUTLINE_DIR := assets/course_outlines - -COURSE_OUTLINE_PNG := \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineMarioRaceway.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineChocoMountain.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineBowsersCastle.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineBansheeBoardwalk.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineYoshiValley.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineFrappeSnowland.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineKoopaTroopaBeach.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineRoyalRaceway.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineLuigiRaceway.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineMooMooFarm.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineToadsTurnpike.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineKalimariDesert.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineSherbetLand.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineRainbowRoad.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineWarioStadium.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineBlockFort.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineSkyscraper.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineDoubleDeck.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineDksJungleParkway.png \ -$(COURSE_OUTLINE_DIR)/gTextureCourseOutlineBigDonut.png - -COURSE_OUTLINE_EXPORT_SENTINEL := $(COURSE_OUTLINE_DIR)/.export - -$(BUILD_DIR)/data/other_textures.o: $(COURSE_OUTLINE_PNG:%.png=%.mio0) - -$(COURSE_OUTLINE_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(COURSE_OUTLINE_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f i4 - -$(COURSE_OUTLINE_PNG): $(COURSE_OUTLINE_EXPORT_SENTINEL) ; - -$(COURSE_OUTLINE_EXPORT_SENTINEL): $(ASSET_DIR)/course_outlines.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_course_outlines -distclean_course_outlines: - rm -rf $(COURSE_OUTLINE_DIR) - -distclean_assets: distclean_course_outlines diff --git a/assets/include/course_previews.mk b/assets/include/course_previews.mk deleted file mode 100644 index 2a35cddc6..000000000 --- a/assets/include/course_previews.mk +++ /dev/null @@ -1,46 +0,0 @@ -COURSE_PREVIEW_DIR := assets/course_previews - -COURSE_PREVIEW_PNG := \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewMarioRaceway.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewChocoMountain.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewBowsersCastle.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewBansheeBoardwalk.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewYoshiValley.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewFrappeSnowland.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewKoopaTroopaBeach.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewRoyalRaceway.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewLuigiRaceway.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewMooMooFarm.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewToadsTurnpike.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewKalimariDesert.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewSherbetLand.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewRainbowRoad.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewWarioStadium.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewBlockFort.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewSkyscraper.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewDoubleDeck.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewDksJungleParkway.png \ -$(COURSE_PREVIEW_DIR)/gTextureCoursePreviewBigDonut.png - -COURSE_PREVIEW_EXPORT_SENTINEL := $(COURSE_PREVIEW_DIR)/.export - -$(BUILD_DIR)/src/data/textures.o: $(COURSE_PREVIEW_PNG:%.png=%.mio0) - -$(COURSE_PREVIEW_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(COURSE_PREVIEW_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(COURSE_PREVIEW_PNG): $(COURSE_PREVIEW_EXPORT_SENTINEL) ; - -$(COURSE_PREVIEW_EXPORT_SENTINEL): $(ASSET_DIR)/course_previews.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_course_previews -distclean_course_previews: - rm -rf $(COURSE_PREVIEW_DIR) - -distclean_assets: distclean_course_previews diff --git a/assets/include/courses/banshee_boardwalk.mk b/assets/include/courses/banshee_boardwalk.mk deleted file mode 100644 index b56047e80..000000000 --- a/assets/include/courses/banshee_boardwalk.mk +++ /dev/null @@ -1,93 +0,0 @@ -BANSHEE_BOARDWALK_DIR := assets/courses/banshee_boardwalk - -BANSHEE_BOARDWALK_BOO_PALETTE := $(BANSHEE_BOARDWALK_DIR)/gTLUTBoo.png -BANSHEE_BOARDWALK_BOO_FRAMES := \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo01.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo02.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo03.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo04.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo05.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo06.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo07.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo08.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo09.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo10.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo11.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo12.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo13.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo14.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo15.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo16.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo17.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo18.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo19.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo20.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo21.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo22.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo23.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo24.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo25.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo26.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo27.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo28.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBoo29.png - -BANSHEE_BOARDWALK_BAT_PALETTE := $(BANSHEE_BOARDWALK_DIR)/gTLUTBat.png -BANSHEE_BOARDWALK_BAT_FRAMES := \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBat1.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBat2.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBat3.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBat4.png - -BANSHEE_BOARDWALK_PNG := \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBansheeBoardwalkFishEyes.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBansheBoardwalkA050.png \ -$(BANSHEE_BOARDWALK_DIR)/gTextureBansheBoardwalkAA78.png - -BANSHEE_BOARDWALK_EXPORT_SENTINEL := $(BANSHEE_BOARDWALK_DIR)/.export - -$(BUILD_DIR)/data/other_textures.o: $(BANSHEE_BOARDWALK_DIR)/boo_frames.mio0 - -$(BANSHEE_BOARDWALK_DIR)/boo_frames.mio0: $(BANSHEE_BOARDWALK_DIR)/boo_frames.bin - $(V)$(MIO0TOOL) -c $< $@ - -# Making a .c or .s file that includes the Boo frame data as .inc.c or .bin files, respectively, -# would also work. -# We would then have a rule like -# $(DATA_DIR)/boo_frames.bin: $(DATA_DIR)/boo_frames.o -# $(OBJCOPY) --only-section=.data -O binary $@ $< -# cat'ing the files together is easier though -CAT ?= cat - -$(BANSHEE_BOARDWALK_DIR)/boo_frames.bin: $(BANSHEE_BOARDWALK_BOO_FRAMES:%.png=%.bin) - $(V)$(CAT) $^ > $@ - -$(BANSHEE_BOARDWALK_BOO_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(BANSHEE_BOARDWALK_BOO_PALETTE) - -$(BUILD_DIR)/courses/banshee_boardwalk/course_data.o: $(BANSHEE_BOARDWALK_BOO_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/courses/banshee_boardwalk/course_data.o: $(BANSHEE_BOARDWALK_BAT_PALETTE:%.png=%.inc.c) $(BANSHEE_BOARDWALK_BAT_FRAMES:%.png=%.inc.c) -$(BUILD_DIR)/courses/banshee_boardwalk/course_data.o: $(BANSHEE_BOARDWALK_PNG:%.png=%.inc.c) - -$(BANSHEE_BOARDWALK_BAT_FRAMES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(BANSHEE_BOARDWALK_BAT_PALETTE) - -$(BANSHEE_BOARDWALK_PNG:%.png=%.inc.c) $(BANSHEE_BOARDWALK_BOO_PALETTE:%.png=%.inc.c) $(BANSHEE_BOARDWALK_BAT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BANSHEE_BOARDWALK_BOO_PALETTE) $(BANSHEE_BOARDWALK_BOO_FRAMES): $(BANSHEE_BOARDWALK_EXPORT_SENTINEL) ; -$(BANSHEE_BOARDWALK_BAT_PALETTE) $(BANSHEE_BOARDWALK_BAT_FRAMES): $(BANSHEE_BOARDWALK_EXPORT_SENTINEL) ; -$(BANSHEE_BOARDWALK_PNG): $(BANSHEE_BOARDWALK_EXPORT_SENTINEL) ; - -$(BANSHEE_BOARDWALK_EXPORT_SENTINEL): $(ASSET_DIR)/courses/banshee_boardwalk.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_banshee_boardwalk -distclean_banshee_boardwalk: - rm -rf $(BANSHEE_BOARDWALK_DIR) - -distclean_assets: distclean_banshee_boardwalk diff --git a/assets/include/courses/bowsers_castle.mk b/assets/include/courses/bowsers_castle.mk deleted file mode 100644 index 28a115969..000000000 --- a/assets/include/courses/bowsers_castle.mk +++ /dev/null @@ -1,38 +0,0 @@ -BOWSERS_CASTLE_DIR := assets/courses/bowsers_castle - -THWOMP_PALETTE := $(BOWSERS_CASTLE_DIR)/gTLUTThwomp.png - -THWOMP_FACE_FRAMES := \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace1.png \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace2.png \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace3.png \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace4.png \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace5.png \ -$(BOWSERS_CASTLE_DIR)/gTextureThwompFace6.png - -THOWMP_SIDE_PNG := $(BOWSERS_CASTLE_DIR)/gTextureThwompSide.png - -BOWSERS_CASTLE_EXPORT_SENTINEL := $(BOWSERS_CASTLE_DIR)/.export - -$(BUILD_DIR)/courses/bowsers_castle/course_data.o: $(THWOMP_FACE_FRAMES:%.png=%.inc.c) $(THWOMP_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/courses/bowsers_castle/course_data.o: $(THOWMP_SIDE_PNG:%.png=%.inc.c) - -$(THOWMP_SIDE_PNG:%.png=%.inc.c) $(THWOMP_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(THWOMP_FACE_FRAMES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(THWOMP_PALETTE) - -$(THWOMP_PALETTE) $(THWOMP_FACE_FRAMES) $(THOWMP_SIDE_PNG): $(BOWSERS_CASTLE_EXPORT_SENTINEL) ; - -$(BOWSERS_CASTLE_EXPORT_SENTINEL): $(ASSET_DIR)/courses/bowsers_castle.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_bowsers_castle -distclean_bowsers_castle: - rm -rf $(BOWSERS_CASTLE_DIR) - -distclean_assets: distclean_bowsers_castle diff --git a/assets/include/courses/choco_mountain.mk b/assets/include/courses/choco_mountain.mk deleted file mode 100644 index 744281e07..000000000 --- a/assets/include/courses/choco_mountain.mk +++ /dev/null @@ -1,25 +0,0 @@ -CHOCO_MOUNTAIN_DIR := assets/courses/choco_mountain - -CHOCO_MOUNTAIN_PNG := \ -$(CHOCO_MOUNTAIN_DIR)/gTextureChocoMountainWall.png \ -$(CHOCO_MOUNTAIN_DIR)/gTextureChocoMountainRock.png - -CHOCO_MOUNTAIN_EXPORT_SENTINEL := $(CHOCO_MOUNTAIN_DIR)/.export - -$(BUILD_DIR)/courses/choco_mountain/course_data.o: $(CHOCO_MOUNTAIN_PNG:%.png=%.inc.c) - -$(CHOCO_MOUNTAIN_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(CHOCO_MOUNTAIN_PNG): $(CHOCO_MOUNTAIN_EXPORT_SENTINEL) ; - -$(CHOCO_MOUNTAIN_EXPORT_SENTINEL): $(ASSET_DIR)/courses/choco_mountain.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_choco_mountain -distclean_choco_mountain: - rm -rf $(CHOCO_MOUNTAIN_DIR) - -distclean_assets: distclean_choco_mountain diff --git a/assets/include/courses/dks_jungle_parkway.mk b/assets/include/courses/dks_jungle_parkway.mk deleted file mode 100644 index 9eef14bb2..000000000 --- a/assets/include/courses/dks_jungle_parkway.mk +++ /dev/null @@ -1,54 +0,0 @@ -DKS_JUNGLE_PARKWAY_DIR := assets/courses/dks_jungle_parkway - -DKS_JUNGLE_PARKWAY_PNG := \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatMarioSign.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTreeBark.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatWindowUpper.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatWindowLower.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatRailing.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatPaddle1.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayBoatPaddle2.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTree2Top.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTree2Trunk.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTree3TopRight.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTree3TopLeft.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTreeTrunk.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayTree1Top.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayPalmTreeTop.png - -DKS_JUNGLE_PARKWAY_KIWANO_PALETTE := $(DKS_JUNGLE_PARKWAY_DIR)/gTLUTDksJungleParkwayKiwanoFruit.png -DKS_JUNGLE_PARKWAY_KIWANO_FRAMES := \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayKiwanoFruit1.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayKiwanoFruit2.png \ -$(DKS_JUNGLE_PARKWAY_DIR)/gTextureDksJungleParkwayKiwanoFruit3.png - -DKS_JUNGLE_PARKWAY_EXPORT_SENTINEL := $(DKS_JUNGLE_PARKWAY_DIR)/.export - -$(BUILD_DIR)/data/other_textures.o: $(DKS_JUNGLE_PARKWAY_KIWANO_FRAMES:%.png=%.mio0) - -$(DKS_JUNGLE_PARKWAY_KIWANO_FRAMES:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(DKS_JUNGLE_PARKWAY_KIWANO_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(DKS_JUNGLE_PARKWAY_KIWANO_PALETTE) - -$(BUILD_DIR)/courses/dks_jungle_parkway/course_data.o: $(DKS_JUNGLE_PARKWAY_KIWANO_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/courses/dks_jungle_parkway/course_data.o: $(DKS_JUNGLE_PARKWAY_PNG:%.png=%.inc.c) - -$(DKS_JUNGLE_PARKWAY_PNG:%.png=%.inc.c) $(DKS_JUNGLE_PARKWAY_KIWANO_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(DKS_JUNGLE_PARKWAY_KIWANO_PALETTE) $(DKS_JUNGLE_PARKWAY_KIWANO_FRAMES): $(DKS_JUNGLE_PARKWAY_EXPORT_SENTINEL) ; -$(DKS_JUNGLE_PARKWAY_PNG): $(DKS_JUNGLE_PARKWAY_EXPORT_SENTINEL) ; - -$(DKS_JUNGLE_PARKWAY_EXPORT_SENTINEL): $(ASSET_DIR)/courses/dks_jungle_parkway.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_dks_junk_parkway -distclean_dks_junk_parkway: - rm -rf $(DKS_JUNGLE_PARKWAY_DIR) - -distclean_assets: distclean_dks_junk_parkway diff --git a/assets/include/courses/frappe_snowland.mk b/assets/include/courses/frappe_snowland.mk deleted file mode 100644 index cf15b50ca..000000000 --- a/assets/include/courses/frappe_snowland.mk +++ /dev/null @@ -1,56 +0,0 @@ -FRAPPE_SNOWLAND_DIR := assets/courses/frappe_snowland - -FRAPPE_SNOWLAND_SNOWMAN_PALETTE := $(FRAPPE_SNOWLAND_DIR)/gTLUTSnowman.png -FRAPPE_SNOWLAND_SNOW_PALETTE := $(FRAPPE_SNOWLAND_DIR)/gTLUTSnow.png -FRAPPE_SNOWLAND_TREE_PALETTE := $(FRAPPE_SNOWLAND_DIR)/gTLUTFrappeSnowlandTree.png - -FRAPPE_SNOWLAND_SNOWMAN_PNG := \ -$(FRAPPE_SNOWLAND_DIR)/gTextureSnowmanHead.png \ -$(FRAPPE_SNOWLAND_DIR)/gTextureSnowmanBody.png \ - -FRAPPE_SNOWLAND_SNOW_PNG := \ -$(FRAPPE_SNOWLAND_DIR)/gTextureSnow.png \ - -FRAPPE_SNOWLAND_TREE_PNG := \ -$(FRAPPE_SNOWLAND_DIR)/gTextureFrappeSnowlandTreeLeft.png \ -$(FRAPPE_SNOWLAND_DIR)/gTextureFrappeSnowlandTreeRight.png \ - -FRAPPE_SNOWLAND_EXPORT_SENTINEL := $(FRAPPE_SNOWLAND_DIR)/.export - -$(BUILD_DIR)/courses/frappe_snowland/course_data.o: $(FRAPPE_SNOWLAND_SNOWMAN_PNG:%.png=%.inc.c) $(FRAPPE_SNOWLAND_SNOW_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/frappe_snowland/course_data.o: $(FRAPPE_SNOWLAND_SNOWMAN_PALETTE:%.png=%.inc.c) $(FRAPPE_SNOWLAND_SNOW_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/courses/frappe_snowland/course_data.o: $(FRAPPE_SNOWLAND_TREE_PALETTE:%.png=%.inc.c) - -$(FRAPPE_SNOWLAND_SNOWMAN_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(FRAPPE_SNOWLAND_SNOWMAN_PALETTE) - -$(FRAPPE_SNOWLAND_SNOW_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(FRAPPE_SNOWLAND_SNOW_PALETTE) - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(FRAPPE_SNOWLAND_TREE_PNG:%.png=%.mio0) - -$(FRAPPE_SNOWLAND_TREE_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(FRAPPE_SNOWLAND_TREE_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(FRAPPE_SNOWLAND_TREE_PALETTE) - -$(FRAPPE_SNOWLAND_SNOWMAN_PALETTE:%.png=%.inc.c) $(FRAPPE_SNOWLAND_SNOW_PALETTE:%.png=%.inc.c) $(FRAPPE_SNOWLAND_TREE_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(FRAPPE_SNOWLAND_SNOWMAN_PNG) $(FRAPPE_SNOWLAND_SNOW_PNG) $(FRAPPE_SNOWLAND_TREE_PNG): $(FRAPPE_SNOWLAND_EXPORT_SENTINEL) ; -$(FRAPPE_SNOWLAND_SNOWMAN_PALETTE) $(FRAPPE_SNOWLAND_SNOW_PALETTE) $(FRAPPE_SNOWLAND_TREE_PALETTE): $(FRAPPE_SNOWLAND_EXPORT_SENTINEL) ; - -$(FRAPPE_SNOWLAND_EXPORT_SENTINEL): $(ASSET_DIR)/courses/frappe_snowland.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_frappe_snowland -distclean_frappe_snowland: - rm -rf $(FRAPPE_SNOWLAND_DIR) - -distclean_assets: distclean_frappe_snowland diff --git a/assets/include/courses/kalimari_desert.mk b/assets/include/courses/kalimari_desert.mk deleted file mode 100644 index 3038f1fcb..000000000 --- a/assets/include/courses/kalimari_desert.mk +++ /dev/null @@ -1,69 +0,0 @@ -KALIMARI_DESERT_DIR := assets/courses/kalimari_desert - -# The Cactus palette is really really strange. There's only 4x29 (116) entires as opposed to the usual 16x16 (256) that TLUTs have. -# So we do something a little strange. We extract 2 versions of the TLUT. -# gTLUTCactus is 16x16, meaning that is has some vertex data filling out the backend. This is the one used to extract/import the rest of -# the cow pictures -# gTLUTCactusImport is 4x29. Only used as an inc.c file. -CACTUS_PALETTE := $(KALIMARI_DESERT_DIR)/gTLUTCactus.png -CACTUS_PALETTE_IMPORT := $(KALIMARI_DESERT_DIR)/gTLUTCactusImport.png - -CACTUS_PNG := \ -$(KALIMARI_DESERT_DIR)/gTextureCactus1Left.png \ -$(KALIMARI_DESERT_DIR)/gTextureCactus1Right.png \ -$(KALIMARI_DESERT_DIR)/gTextureCactus2Left.png \ -$(KALIMARI_DESERT_DIR)/gTextureCactus2Right.png \ -$(KALIMARI_DESERT_DIR)/gTextureCactus3.png - -KALIMARI_DESERT_PNG := \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalInactiveTopLeft.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalInactiveTopRight.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalInactiveBottomLeft.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalInactiveBottomRight.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalActiveTopLeft.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalActiveTopRight.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalActiveBottomLeft.png \ -$(KALIMARI_DESERT_DIR)/gTextureCrossingSignalActiveBottomRight.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotive64.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveCabWindow.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveCabWindowFront.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveChasis.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveLamp.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveBoiler.png \ -$(KALIMARI_DESERT_DIR)/gTextureCarriageRailing.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveTender.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveBallast.png \ -$(KALIMARI_DESERT_DIR)/gTextureCarriageLower.png \ -$(KALIMARI_DESERT_DIR)/gTextureCarriageDoor.png \ -$(KALIMARI_DESERT_DIR)/gTextureCarriageWindow.png \ -$(KALIMARI_DESERT_DIR)/gTextureLocomotiveBogie.png - -KALIMARI_DESERT_EXPORT_SENTINEL := $(KALIMARI_DESERT_DIR)/.export - -$(BUILD_DIR)/courses/kalimari_desert/course_data.o: $(KALIMARI_DESERT_PNG:%.png=%.inc.c) $(CACTUS_PALETTE_IMPORT:%.png=%.inc.c) - -$(KALIMARI_DESERT_PNG:%.png=%.inc.c) $(CACTUS_PALETTE_IMPORT:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BUILD_DIR)/data/other_textures.o: $(CACTUS_PNG:%.png=%.mio0) - -$(CACTUS_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(CACTUS_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(CACTUS_PALETTE) - -$(CACTUS_PALETTE) $(CACTUS_PALETTE_IMPORT) $(CACTUS_PNG): $(KALIMARI_DESERT_EXPORT_SENTINEL) ; -$(KALIMARI_DESERT_PNG): $(KALIMARI_DESERT_EXPORT_SENTINEL) ; - -$(KALIMARI_DESERT_EXPORT_SENTINEL): $(ASSET_DIR)/courses/kalimari_desert.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_kalimari_desert -distclean_kalimari_desert: - rm -rf $(KALIMARI_DESERT_DIR) - -distclean_assets: distclean_kalimari_desert diff --git a/assets/include/courses/koopa_troopa_beach.mk b/assets/include/courses/koopa_troopa_beach.mk deleted file mode 100644 index a12e5cbc0..000000000 --- a/assets/include/courses/koopa_troopa_beach.mk +++ /dev/null @@ -1,44 +0,0 @@ -KOOPA_TROOPA_BEACH_DIR := assets/courses/koopa_troopa_beach - -KOOPA_TROOPA_BEACH_CRAB_PALETTE := $(KOOPA_TROOPA_BEACH_DIR)/gTLUTCrab.png - -KOOPA_TROOPA_BEACH_CRAB_FRAMES := \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab1.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab2.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab3.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab4.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab5.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab6.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureCrab7.png - -KOOPA_TROOPA_BEACH_PNG := \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureKoopaTroopaBirdWing.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureKoopaTroopaBirdEye.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureKoopaTroopaBirdBeak.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureKoopaTroopaPalmFrond.png \ -$(KOOPA_TROOPA_BEACH_DIR)/gTextureKoopaTroopaPalmTrunk.png - -KOOPA_TROOPA_BEACH_EXPORT_SENTINEL := $(KOOPA_TROOPA_BEACH_DIR)/.export - -$(BUILD_DIR)/courses/koopa_troopa_beach/course_data.o: $(KOOPA_TROOPA_BEACH_CRAB_PALETTE:%.png=%.inc.c) $(KOOPA_TROOPA_BEACH_CRAB_FRAMES:%.png=%.inc.c) -$(BUILD_DIR)/courses/koopa_troopa_beach/course_data.o: $(KOOPA_TROOPA_BEACH_PNG:%.png=%.inc.c) - -$(KOOPA_TROOPA_BEACH_CRAB_FRAMES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(KOOPA_TROOPA_BEACH_CRAB_PALETTE) - -$(KOOPA_TROOPA_BEACH_CRAB_PALETTE:%.png=%.inc.c) $(KOOPA_TROOPA_BEACH_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(KOOPA_TROOPA_BEACH_CRAB_PALETTE) $(KOOPA_TROOPA_BEACH_CRAB_FRAMES) $(KOOPA_TROOPA_BEACH_PNG): $(KOOPA_TROOPA_BEACH_EXPORT_SENTINEL) ; - -$(KOOPA_TROOPA_BEACH_EXPORT_SENTINEL): $(ASSET_DIR)/courses/koopa_troopa_beach.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_koopa_troopa_beach -distclean_koopa_troopa_beach: - rm -rf $(KOOPA_TROOPA_BEACH_DIR) - -distclean_assets: distclean_koopa_troopa_beach diff --git a/assets/include/courses/luigi_raceway.mk b/assets/include/courses/luigi_raceway.mk deleted file mode 100644 index cb1deb37f..000000000 --- a/assets/include/courses/luigi_raceway.mk +++ /dev/null @@ -1,27 +0,0 @@ -LUIGI_RACEWAY_DIR := assets/courses/luigi_raceway - -LUIGI_RACEWAY_PNG := \ -$(LUIGI_RACEWAY_DIR)/gTextureLuigiRacewaySignLeft.png \ -$(LUIGI_RACEWAY_DIR)/gTextureLuigiRacewaySignRight.png \ -$(LUIGI_RACEWAY_DIR)/gTextureLuigiRacewayBalloonBasket.png \ -$(LUIGI_RACEWAY_DIR)/gTextureLuigiRacewayBalloonRope.png - -LUIGI_RACEWAY_EXPORT_SENTINEL := $(LUIGI_RACEWAY_DIR)/.export - -$(BUILD_DIR)/courses/luigi_raceway/course_data.o: $(LUIGI_RACEWAY_PNG:%.png=%.inc.c) - -$(LUIGI_RACEWAY_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(LUIGI_RACEWAY_PNG): $(LUIGI_RACEWAY_EXPORT_SENTINEL) ; - -$(LUIGI_RACEWAY_EXPORT_SENTINEL): $(ASSET_DIR)/courses/luigi_raceway.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_luigi_raceway -distclean_luigi_raceway: - rm -rf $(LUIGI_RACEWAY_DIR) - -distclean_assets: distclean_luigi_raceway diff --git a/assets/include/courses/mario_raceway.mk b/assets/include/courses/mario_raceway.mk deleted file mode 100644 index c89695216..000000000 --- a/assets/include/courses/mario_raceway.mk +++ /dev/null @@ -1,47 +0,0 @@ -MARIO_RACEWAY_DIR := assets/courses/mario_raceway - -MARIO_RACEWAY_PIRANHA_PLANT_PALETTE := $(MARIO_RACEWAY_DIR)/gTLUTMarioRacewayPiranhaPlant.png - -PIRANHA_PLANT_FRAMES := \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant1.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant2.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant3.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant4.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant5.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant6.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant7.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant8.png \ -$(MARIO_RACEWAY_DIR)/gTexturePiranhaPlant9.png - -MARIO_RACEWAY_SIGN := \ -$(MARIO_RACEWAY_DIR)/gTextureMarioRacewaySignLeft.png \ -$(MARIO_RACEWAY_DIR)/gTextureMarioRacewaySignRight.png - -PIRANHA_PLANT_EXPORT_SENTINEL := $(MARIO_RACEWAY_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(PIRANHA_PLANT_FRAMES:%.png=%.mio0) - -$(PIRANHA_PLANT_FRAMES:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(PIRANHA_PLANT_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(MARIO_RACEWAY_PIRANHA_PLANT_PALETTE) - -$(BUILD_DIR)/courses/mario_raceway/course_data.o: $(MARIO_RACEWAY_PIRANHA_PLANT_PALETTE:%.png=%.inc.c) $(MARIO_RACEWAY_SIGN:%.png=%.inc.c) - -$(MARIO_RACEWAY_PIRANHA_PLANT_PALETTE:%.png=%.inc.c) $(MARIO_RACEWAY_SIGN:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(PIRANHA_PLANT_FRAMES) $(MARIO_RACEWAY_PIRANHA_PLANT_PALETTE) $(MARIO_RACEWAY_SIGN): $(PIRANHA_PLANT_EXPORT_SENTINEL) ; - -$(PIRANHA_PLANT_EXPORT_SENTINEL): $(ASSET_DIR)/courses/mario_raceway.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_mario_raceway -distclean_mario_raceway: - rm -rf $(MARIO_RACEWAY_DIR) - -distclean_assets: distclean_mario_raceway diff --git a/assets/include/courses/moo_moo_farm.mk b/assets/include/courses/moo_moo_farm.mk deleted file mode 100644 index 738c43995..000000000 --- a/assets/include/courses/moo_moo_farm.mk +++ /dev/null @@ -1,88 +0,0 @@ -MOO_MOO_FARM_DIR := assets/courses/moo_moo_farm - -MOLE_PALETTE := $(MOO_MOO_FARM_DIR)/gTLUTMole.png - -MOLE_FRAMES := \ -$(MOO_MOO_FARM_DIR)/gTextureMole1.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole2.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole3.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole4.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole5.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole6.png \ -$(MOO_MOO_FARM_DIR)/gTextureMole7.png - -# The Cow palette is really really strange. There's only 12x17 (204) entires as opposed to the usual 16x16 (256) that TLUTs have. -# So we do something a little strange. We extract 2 versions of the TLUT. -# gTLUTCow is 16x16, meaning that is has some vertex data filling out the backend. This is the one used to extract/import the rest of -# the cow pictures -# gTLUTCowImport is 12x17. Only used as an inc.c file. -COW_PALETTE := $(MOO_MOO_FARM_DIR)/gTLUTCow.png -COW_PALETTE_IMPORT := $(MOO_MOO_FARM_DIR)/gTLUTCowImport.png - -COW_PNG := \ -$(MOO_MOO_FARM_DIR)/gTextureCow01Left.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow01Right.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow02Left.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow02Right.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow03Left.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow03Right.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow04Left.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow04Right.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow05Left.png \ -$(MOO_MOO_FARM_DIR)/gTextureCow05Right.png - -MOO_MOO_FARM_SIGN_PNG := \ -$(MOO_MOO_FARM_DIR)/gTextureMooMooFarmSignLeft.png \ -$(MOO_MOO_FARM_DIR)/gTextureMooMooFarmSignRight.png - -MOO_MOO_FARM_DIRT_PNG := $(MOO_MOO_FARM_DIR)/gTextureMooMooFarmDirt.png - -MOO_MOO_FARM_EXPORT_SENTINEL := $(MOO_MOO_FARM_DIR)/.export - -$(BUILD_DIR)/courses/moo_moo_farm/course_data.o: $(MOLE_PALETTE:%.png=%.inc.c) $(MOLE_FRAMES:%.png=%.inc.c) -$(BUILD_DIR)/courses/moo_moo_farm/course_data.o: $(COW_PALETTE_IMPORT:%.png=%.inc.c) -$(BUILD_DIR)/courses/moo_moo_farm/course_data.o: $(MOO_MOO_FARM_DIRT_PNG:%.png=%.inc.c) - -$(MOLE_FRAMES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(MOLE_PALETTE) - -$(MOLE_PALETTE:%.png=%.inc.c) $(COW_PALETTE_IMPORT:%.png=%.inc.c) $(MOO_MOO_FARM_DIRT_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BUILD_DIR)/data/other_textures.o: $(COW_PNG:%.png=%.mio0) -$(BUILD_DIR)/data/other_textures.o: $(MOO_MOO_FARM_SIGN_PNG:%.png=%.mio0) - -$(COW_PNG:%.png=%.mio0) $(MOO_MOO_FARM_SIGN_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(MOO_MOO_FARM_SIGN_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(BUILD_DIR)/courses/moo_moo_farm/course_textures.linkonly.o: $(MOO_MOO_FARM_SIGN_PNG:%.png=%.inc.c) - -$(MOO_MOO_FARM_SIGN_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(COW_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(COW_PALETTE) - -$(MOLE_PALETTE) $(COW_PALETTE) $(COW_PALETTE_IMPORT): $(MOO_MOO_FARM_EXPORT_SENTINEL) ; - -$(MOLE_FRAMES) $(COW_PNG): $(MOO_MOO_FARM_EXPORT_SENTINEL) ; - -$(MOO_MOO_FARM_SIGN_PNG) $(MOO_MOO_FARM_DIRT_PNG): $(MOO_MOO_FARM_EXPORT_SENTINEL) ; - -$(MOO_MOO_FARM_EXPORT_SENTINEL): $(ASSET_DIR)/courses/moo_moo_farm.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_moo_moo_farm -distclean_moo_moo_farm: - rm -rf $(MOO_MOO_FARM_DIR) - -distclean_assets: distclean_moo_moo_farm diff --git a/assets/include/courses/rainbow_road.mk b/assets/include/courses/rainbow_road.mk deleted file mode 100644 index 47c29bdb2..000000000 --- a/assets/include/courses/rainbow_road.mk +++ /dev/null @@ -1,117 +0,0 @@ -RAINBOW_ROAD_DIR := assets/courses/rainbow_road - -RAINBOW_ROAD_MUSHROOM_PALETTES := \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom1.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom2.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom3.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom4.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom5.png - -RAINBOW_ROAD_MUSHROOM_PNG := $(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonMushroom.png - -RAINBOW_ROAD_MARIO_PALETTES := \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario1.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario2.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario3.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario4.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario5.png - -RAINBOW_ROAD_MARIO_PNG := $(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonMario.png - -RAINBOW_ROAD_BOO_PALETTES := \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo1.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo2.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo3.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo4.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo5.png - -RAINBOW_ROAD_BOO_PNG := $(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonBoo.png - -RAINBOW_ROAD_CHARACTER_PALETTES := \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonPeach.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonLuigi.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonDonkeyKong.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonYoshi.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBowser.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonWario.png \ -$(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonToad.png - -RAINBOW_ROAD_CHARACTER_PNG := \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonPeach.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonLuigi.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonDonkeyKong.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonYoshi.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonBowser.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonWario.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeonToad.png - -RAINBOW_ROAD_PNG := \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadSphere.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadReflectionMapMetal.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadReflectionMapGold.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadChainChompTongue.png \ -$(RAINBOW_ROAD_DIR)/gTextureRainbowRoadChainChompEye.png - -RAINBOW_ROAD_EXPORT_SENTINEL := $(RAINBOW_ROAD_DIR)/.export - -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_MUSHROOM_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_MARIO_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_BOO_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_CHARACTER_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_MUSHROOM_PALETTES:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_MARIO_PALETTES:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_BOO_PALETTES:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_CHARACTER_PALETTES:%.png=%.inc.c) -$(BUILD_DIR)/courses/rainbow_road/course_data.o: $(RAINBOW_ROAD_PNG:%.png=%.inc.c) - -$(RAINBOW_ROAD_MUSHROOM_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMushroom4.png - -$(RAINBOW_ROAD_MARIO_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonMario5.png - -$(RAINBOW_ROAD_BOO_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeonBoo5.png - -$(RAINBOW_ROAD_CHARACTER_PNG:%.png=%.inc.c) : $(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeon%.inc.c : $(RAINBOW_ROAD_DIR)/gTextureRainbowRoadNeon%.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(RAINBOW_ROAD_DIR)/gTLUTRainbowRoadNeon$*.png - -$(RAINBOW_ROAD_MUSHROOM_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(RAINBOW_ROAD_MARIO_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(RAINBOW_ROAD_BOO_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(RAINBOW_ROAD_CHARACTER_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(RAINBOW_ROAD_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(RAINBOW_ROAD_MUSHROOM_PALETTES) $(RAINBOW_ROAD_MUSHROOM_PNG): $(RAINBOW_ROAD_EXPORT_SENTINEL) ; -$(RAINBOW_ROAD_MARIO_PALETTES) $(RAINBOW_ROAD_MARIO_PNG): $(RAINBOW_ROAD_EXPORT_SENTINEL) ; -$(RAINBOW_ROAD_BOO_PALETTES) $(RAINBOW_ROAD_BOO_PNG): $(RAINBOW_ROAD_EXPORT_SENTINEL) ; -$(RAINBOW_ROAD_CHARACTER_PALETTES) $(RAINBOW_ROAD_CHARACTER_PNG): $(RAINBOW_ROAD_EXPORT_SENTINEL) ; -$(RAINBOW_ROAD_PNG): $(RAINBOW_ROAD_EXPORT_SENTINEL) ; - -$(RAINBOW_ROAD_EXPORT_SENTINEL): $(ASSET_DIR)/courses/rainbow_road.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_rainbow_road -distclean_rainbow_road: - rm -rf $(RAINBOW_ROAD_DIR) - -distclean_assets: distclean_rainbow_road diff --git a/assets/include/courses/royal_raceway.mk b/assets/include/courses/royal_raceway.mk deleted file mode 100644 index 43679f468..000000000 --- a/assets/include/courses/royal_raceway.mk +++ /dev/null @@ -1,23 +0,0 @@ -ROYAL_RACEWAY_DIR := assets/courses/royal_raceway - -ROYAL_RACEWAY_PIRANHA_PLANT_PALETTE := $(ROYAL_RACEWAY_DIR)/gTLUTRoyalRacewayPiranhaPlant.png - -ROYAL_RACEWAY_EXPORT_SENTINEL := $(ROYAL_RACEWAY_DIR)/.export - -$(BUILD_DIR)/courses/royal_raceway/course_data.o: $(ROYAL_RACEWAY_PIRANHA_PLANT_PALETTE:%.png=%.inc.c) - -$(ROYAL_RACEWAY_PIRANHA_PLANT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(ROYAL_RACEWAY_PIRANHA_PLANT_PALETTE): $(ROYAL_RACEWAY_EXPORT_SENTINEL) ; - -$(ROYAL_RACEWAY_EXPORT_SENTINEL): $(ASSET_DIR)/courses/royal_raceway.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_royal_raceway -distclean_royal_raceway: - rm -rf $(ROYAL_RACEWAY_DIR) - -distclean_assets: distclean_royal_raceway diff --git a/assets/include/courses/sherbet_land.mk b/assets/include/courses/sherbet_land.mk deleted file mode 100644 index e5f395308..000000000 --- a/assets/include/courses/sherbet_land.mk +++ /dev/null @@ -1,31 +0,0 @@ -SHERBET_LAND_DIR := assets/courses/sherbet_land - -SHERBET_LAND_ICE := $(SHERBET_LAND_DIR)/gTextureSherbetLandIce.png - -PENGUIN_PNG := \ -$(SHERBET_LAND_DIR)/gTexturePenguinBeak.png \ -$(SHERBET_LAND_DIR)/gTexturePenguinEye.png - -SHERBET_LAND_EXPORT_SENTINEL := $(SHERBET_LAND_DIR)/.export - -$(BUILD_DIR)/courses/sherbet_land/course_data.o: $(SHERBET_LAND_ICE:%.png=%.inc.c) $(PENGUIN_PNG:%.png=%.inc.c) - -$(SHERBET_LAND_ICE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f ia16 - -$(PENGUIN_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(SHERBET_LAND_PNG) $(PENGUIN_PNG) $(SHERBET_LAND_ICE): $(SHERBET_LAND_EXPORT_SENTINEL) ; - -$(SHERBET_LAND_EXPORT_SENTINEL): $(ASSET_DIR)/courses/sherbet_land.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_sherbet_land -distclean_sherbet_land: - rm -rf $(SHERBET_LAND_DIR) - -distclean_assets: distclean_sherbet_land diff --git a/assets/include/courses/toads_turnpike.mk b/assets/include/courses/toads_turnpike.mk deleted file mode 100644 index cb747c360..000000000 --- a/assets/include/courses/toads_turnpike.mk +++ /dev/null @@ -1,57 +0,0 @@ -TOADS_TURNPIKE_DIR := assets/courses/toads_turnpike - -TOADS_TURNPIKE_PNG := \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckWindshieldLeft.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckWindshieldRight.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckBox1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckHeadlights.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckTyre.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckCab.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckCabSide.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusBackLod0.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusSide.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusDoorLod0.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusWindow.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusFrontLod0.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusUnknown1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusDriverWindow.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusDoorLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusSideLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusFrontLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeBusBackLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerStripe.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerWindshield.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerFront.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerHeadlights.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerBumper.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerSideBackLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerBackLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerSideFrontLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTankerFrontLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckBox2.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeTruckBox3.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeCarHeadlights.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeCarTaillights.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeCarFrontLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeCarBackLod1.png \ -$(TOADS_TURNPIKE_DIR)/gTextureToadsTurnpikeCarSideLod1.png - -TOADS_TURNPIKE_EXPORT_SENTINEL := $(TOADS_TURNPIKE_DIR)/.export - -$(BUILD_DIR)/courses/toads_turnpike/course_data.o: $(TOADS_TURNPIKE_PNG:%.png=%.inc.c) - -$(TOADS_TURNPIKE_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(TOADS_TURNPIKE_PNG): $(TOADS_TURNPIKE_EXPORT_SENTINEL) ; - -$(TOADS_TURNPIKE_EXPORT_SENTINEL): $(ASSET_DIR)/courses/toads_turnpike.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_toads_turnpike -distclean_toads_turnpike: - rm -rf $(TOADS_TURNPIKE_DIR) - -distclean_assets: distclean_toads_turnpike diff --git a/assets/include/courses/wario_stadium.mk b/assets/include/courses/wario_stadium.mk deleted file mode 100644 index 0e738a0a5..000000000 --- a/assets/include/courses/wario_stadium.mk +++ /dev/null @@ -1,27 +0,0 @@ -WARIO_STADIUM_DIR := assets/courses/wario_stadium - -WARIO_STADIUM_SIGN := \ -$(WARIO_STADIUM_DIR)/gTextureWarioStadiumSignTopLeft.png \ -$(WARIO_STADIUM_DIR)/gTextureWarioStadiumSignBottomLeft.png \ -$(WARIO_STADIUM_DIR)/gTextureWarioStadiumSignTopRight.png \ -$(WARIO_STADIUM_DIR)/gTextureWarioStadiumSignBottomRight.png - -WARIO_STADIUM_EXPORT_SENTINEL := $(WARIO_STADIUM_DIR)/.export - -$(BUILD_DIR)/courses/wario_stadium/course_data.o: $(WARIO_STADIUM_SIGN:%.png=%.inc.c) - -$(WARIO_STADIUM_SIGN:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(WARIO_STADIUM_SIGN): $(WARIO_STADIUM_EXPORT_SENTINEL) ; - -$(WARIO_STADIUM_EXPORT_SENTINEL): $(ASSET_DIR)/courses/wario_stadium.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_wario_stadium -distclean_wario_stadium: - rm -rf $(WARIO_STADIUM_DIR) - -distclean_assets: distclean_wario_stadium diff --git a/assets/include/courses/yoshi_valley.mk b/assets/include/courses/yoshi_valley.mk deleted file mode 100644 index 6ccb72626..000000000 --- a/assets/include/courses/yoshi_valley.mk +++ /dev/null @@ -1,35 +0,0 @@ -YOSHI_VALLEY_DIR := assets/courses/yoshi_valley - -YOSHI_VALLEY_PNG := \ -$(YOSHI_VALLEY_DIR)/gTextureYoshiValleyYoshiFlag.png \ -$(YOSHI_VALLEY_DIR)/gTextureYoshiValleyEggSpot.png \ -$(YOSHI_VALLEY_DIR)/gTextureYoshiValleyEgg.png - -YOSHI_VALLEY_HEDGEHOG_PALETTE := $(YOSHI_VALLEY_DIR)/gTLUTYoshiValleyHedgehog.png -YOSHI_VALLEY_HEDGEHOG_PNG := $(YOSHI_VALLEY_DIR)/gTextureYoshiValleyHedgehog.png - -YOSHI_VALLEY_EXPORT_SENTINEL := $(YOSHI_VALLEY_DIR)/.export - -$(BUILD_DIR)/courses/yoshi_valley/course_data.o: $(YOSHI_VALLEY_HEDGEHOG_PALETTE:%.png=%.inc.c) $(YOSHI_VALLEY_HEDGEHOG_PNG:%.png=%.inc.c) -$(BUILD_DIR)/courses/yoshi_valley/course_data.o: $(YOSHI_VALLEY_PNG:%.png=%.inc.c) - -$(YOSHI_VALLEY_HEDGEHOG_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(YOSHI_VALLEY_HEDGEHOG_PALETTE) - -$(YOSHI_VALLEY_PNG:%.png=%.inc.c) $(YOSHI_VALLEY_HEDGEHOG_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(YOSHI_VALLEY_HEDGEHOG_PALETTE) $(YOSHI_VALLEY_HEDGEHOG_PNG): $(YOSHI_VALLEY_EXPORT_SENTINEL) ; -$(YOSHI_VALLEY_PNG): $(YOSHI_VALLEY_EXPORT_SENTINEL) ; - -$(YOSHI_VALLEY_EXPORT_SENTINEL): $(ASSET_DIR)/courses/yoshi_valley.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_yoshi_valley -distclean_yoshi_valley: - rm -rf $(YOSHI_VALLEY_DIR) - -distclean_assets: distclean_yoshi_valley diff --git a/assets/include/debug_font.mk b/assets/include/debug_font.mk deleted file mode 100644 index 8df9f0a0a..000000000 --- a/assets/include/debug_font.mk +++ /dev/null @@ -1,29 +0,0 @@ -DEBUG_FONT_DIR := assets/debug_font - -DEBUG_FONT_PALETTE := $(DEBUG_FONT_DIR)/common_tlut_debug_font.png - -DEBUG_FONT_PNG := $(DEBUG_FONT_DIR)/common_texture_debug_font.png - -DEBUG_FONT_EXPORT_SENTINEL := $(DEBUG_FONT_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(DEBUG_FONT_PNG:%.png=%.inc.c) $(DEBUG_FONT_PALETTE:%.png=%.inc.c) - -$(DEBUG_FONT_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci4 -c rgba16 -p $(DEBUG_FONT_PALETTE) - -$(DEBUG_FONT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(DEBUG_FONT_PNG) $(DEBUG_FONT_PALETTE): $(DEBUG_FONT_EXPORT_SENTINEL) ; - -$(DEBUG_FONT_EXPORT_SENTINEL): $(ASSET_DIR)/debug_font.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_debug_font -distclean_debug_font: - rm -rf $(DEBUG_FONT_DIR) - -distclean_assets: distclean_debug_font diff --git a/assets/include/ending_ceremony.mk b/assets/include/ending_ceremony.mk deleted file mode 100644 index 2488d2e4e..000000000 --- a/assets/include/ending_ceremony.mk +++ /dev/null @@ -1,31 +0,0 @@ -ENDING_CEREMONY := assets/ending_ceremony - -TROHPY_PNG := \ -$(ENDING_CEREMONY)/gTextureReflectionMapBrass.png \ -$(ENDING_CEREMONY)/gTextureReflectionMapSilver.png \ -$(ENDING_CEREMONY)/gTextureReflectionMapGold.png - -PODIUM_PNG := \ -$(ENDING_CEREMONY)/gTexturePodium1.png \ -$(ENDING_CEREMONY)/gTexturePodium2.png \ -$(ENDING_CEREMONY)/gTexturePodium3.png - -ENDING_CEREMONY_EXPORT_SENTINEL := $(ENDING_CEREMONY)/.export - -$(BUILD_DIR)/src/ending/ceremony_data.o: $(TROHPY_PNG:%.png=%.inc.c) $(PODIUM_PNG:%.png=%.inc.c) - -$(TROHPY_PNG:%.png=%.inc.c) $(PODIUM_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(TROHPY_PNG) $(PODIUM_PNG): $(ENDING_CEREMONY_EXPORT_SENTINEL) ; - -$(ENDING_CEREMONY_EXPORT_SENTINEL): $(ASSET_DIR)/ending_ceremony.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_ending_ceremony -distclean_ending_ceremony: - rm -rf $(ENDING_CEREMONY) - -distclean_assets: distclean_ending_ceremony diff --git a/assets/include/finish_line_banner.mk b/assets/include/finish_line_banner.mk deleted file mode 100644 index 248b8bf85..000000000 --- a/assets/include/finish_line_banner.mk +++ /dev/null @@ -1,42 +0,0 @@ -FINISH_LINE_BANNER_DIR := assets/finish_line_banner - -FINISH_LINE_BANNER_PALETTE := $(FINISH_LINE_BANNER_DIR)/common_tlut_finish_line_banner.png - -FINISH_LINE_BANNER_PNG := \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner1.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner2.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner3.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner4.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner5.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner6.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner7.png \ -$(FINISH_LINE_BANNER_DIR)/gTextureFinishLineBanner8.png - -FINISH_LINE_BANNER_EXPORT_SENTINEL := $(FINISH_LINE_BANNER_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(FINISH_LINE_BANNER_PNG:%.png=%.mio0) - -$(FINISH_LINE_BANNER_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(FINISH_LINE_BANNER_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(FINISH_LINE_BANNER_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(FINISH_LINE_BANNER_PALETTE:%.png=%.inc.c) - -$(FINISH_LINE_BANNER_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(FINISH_LINE_BANNER_PNG) $(FINISH_LINE_BANNER_PALETTE): $(FINISH_LINE_BANNER_EXPORT_SENTINEL) ; - -$(FINISH_LINE_BANNER_EXPORT_SENTINEL): $(ASSET_DIR)/finish_line_banner.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_finish_line_banner -distclean_finish_line_banner: - rm -rf $(FINISH_LINE_BANNER_DIR) - -distclean_assets: distclean_finish_line_banner diff --git a/assets/include/greenshell.mk b/assets/include/greenshell.mk deleted file mode 100644 index 870962eb5..000000000 --- a/assets/include/greenshell.mk +++ /dev/null @@ -1,42 +0,0 @@ -GREENSHELL_DIR := assets/greenshell - -GREENSHELL_PALETTE := $(GREENSHELL_DIR)/common_tlut_green_shell.png - -GREENSHELL_FRAMES := \ -$(GREENSHELL_DIR)/gTextureGreenShell0.png \ -$(GREENSHELL_DIR)/gTextureGreenShell1.png \ -$(GREENSHELL_DIR)/gTextureGreenShell2.png \ -$(GREENSHELL_DIR)/gTextureGreenShell3.png \ -$(GREENSHELL_DIR)/gTextureGreenShell4.png \ -$(GREENSHELL_DIR)/gTextureGreenShell5.png \ -$(GREENSHELL_DIR)/gTextureGreenShell6.png \ -$(GREENSHELL_DIR)/gTextureGreenShell7.png - -GREENSHELL_EXPORT_SENTINEL := $(GREENSHELL_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(GREENSHELL_FRAMES:%.png=%.mio0) - -$(GREENSHELL_FRAMES:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(GREENSHELL_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(GREENSHELL_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(GREENSHELL_PALETTE:%.png=%.inc.c) - -$(GREENSHELL_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(GREENSHELL_FRAMES) $(GREENSHELL_PALETTE): $(GREENSHELL_EXPORT_SENTINEL) ; - -$(GREENSHELL_EXPORT_SENTINEL): $(ASSET_DIR)/greenshell.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_greenshell -distclean_greenshell: - rm -rf $(GREENSHELL_DIR) - -distclean_assets: distclean_greenshell diff --git a/assets/include/hud_type_c.mk b/assets/include/hud_type_c.mk deleted file mode 100644 index 76944c6a6..000000000 --- a/assets/include/hud_type_c.mk +++ /dev/null @@ -1,69 +0,0 @@ -HUD_TYPE_C_DIR := assets/hud_type_c - -HUD_TYPE_C_FONT_PALETTE := $(HUD_TYPE_C_DIR)/common_tlut_hud_type_C_rank_font.png - -HUD_TYPE_C_FONT_PNG := \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_1.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_2.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_3.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_4.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_5.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_6.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_7.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_font_8.png - -HUD_TYPE_C_TINY_FONT_PALETTE := $(HUD_TYPE_C_DIR)/common_tlut_hud_type_C_rank_tiny_font.png - -HUD_TYPE_C_TINY_FONT_PNG := \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_0.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_1.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_2.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_3.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_4.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_5.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_6.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_7.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_8.png \ -$(HUD_TYPE_C_DIR)/common_texture_hud_type_C_rank_tiny_font_9.png - -HUD_TYPE_C_PORTRAIT_BORDER_PNG := $(HUD_TYPE_C_DIR)/common_texture_character_portrait_border.png - -HUD_TYPE_C_EXPORT_SENTINEL := $(HUD_TYPE_C_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(HUD_TYPE_C_FONT_PNG:%.png=%.inc.c) $(HUD_TYPE_C_FONT_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/src/data/common_textures.o: $(HUD_TYPE_C_TINY_FONT_PNG:%.png=%.inc.c) $(HUD_TYPE_C_TINY_FONT_PALETTE:%.png=%.inc.c) -$(BUILD_DIR)/src/data/common_textures.o: $(HUD_TYPE_C_PORTRAIT_BORDER_PNG:%.png=%.inc.c) - -$(HUD_TYPE_C_FONT_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(HUD_TYPE_C_FONT_PALETTE) - -$(HUD_TYPE_C_FONT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(HUD_TYPE_C_TINY_FONT_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(HUD_TYPE_C_TINY_FONT_PALETTE) - -$(HUD_TYPE_C_TINY_FONT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(HUD_TYPE_C_PORTRAIT_BORDER_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f ia4 - -$(HUD_TYPE_C_FONT_PNG) $(HUD_TYPE_C_FONT_PALETTE): $(HUD_TYPE_C_EXPORT_SENTINEL) ; -$(HUD_TYPE_C_TINY_FONT_PNG) $(HUD_TYPE_C_TINY_FONT_PALETTE): $(HUD_TYPE_C_EXPORT_SENTINEL) ; -$(HUD_TYPE_C_PORTRAIT_BORDER_PNG): $(HUD_TYPE_C_EXPORT_SENTINEL) ; - -$(HUD_TYPE_C_EXPORT_SENTINEL): $(ASSET_DIR)/hud_type_c.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_hud_type_c -distclean_hud_type_c: - rm -rf $(HUD_TYPE_C_DIR) - -distclean_assets: distclean_hud_type_c diff --git a/assets/include/item_window.mk b/assets/include/item_window.mk deleted file mode 100644 index f240cc7e3..000000000 --- a/assets/include/item_window.mk +++ /dev/null @@ -1,61 +0,0 @@ -ITEM_WINDOW_DIR := assets/item_window - -ITEM_WINDOW_PALETTES := \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_none.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_banana.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_banana_bunch.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_double_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_triple_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_super_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_blue_shell.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_boo.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_green_shell.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_triple_green_shell.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_red_shell.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_triple_red_shell.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_star.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_thunder_bolt.png \ -$(ITEM_WINDOW_DIR)/common_tlut_item_window_fake_item_box.png - -ITEM_WINDOW_PNG := \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_none.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_banana.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_banana_bunch.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_double_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_triple_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_super_mushroom.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_blue_shell.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_boo.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_green_shell.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_triple_green_shell.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_red_shell.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_triple_red_shell.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_star.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_thunder_bolt.png \ -$(ITEM_WINDOW_DIR)/common_texture_item_window_fake_item_box.png - -ITEM_WINDOW_EXPORT_SENTINEL := $(ITEM_WINDOW_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(ITEM_WINDOW_PNG:%.png=%.inc.c) $(ITEM_WINDOW_PALETTES:%.png=%.inc.c) - -$(ITEM_WINDOW_DIR)/common_texture_%.inc.c: $(ITEM_WINDOW_DIR)/common_texture_%.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(ITEM_WINDOW_DIR)/common_tlut_$*.png - -$(ITEM_WINDOW_PALETTES:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(ITEM_WINDOW_PNG) $(ITEM_WINDOW_PALETTES): $(ITEM_WINDOW_EXPORT_SENTINEL) ; - -$(ITEM_WINDOW_EXPORT_SENTINEL): $(ASSET_DIR)/item_window.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_item_window -distclean_item_window: - rm -rf $(ITEM_WINDOW_DIR) - -distclean_assets: distclean_item_window diff --git a/assets/include/karts/bowser_kart.mk b/assets/include/karts/bowser_kart.mk deleted file mode 100644 index 8bb4d2077..000000000 --- a/assets/include/karts/bowser_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -BOWSER_KART_DIR := assets/karts/bowser - -BOWSER_KART_FRAME_PNG := \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame000.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame001.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame002.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame003.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame004.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame005.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame006.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame007.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame008.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame009.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame010.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame011.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame012.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame013.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame014.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame015.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame016.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame017.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame018.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame019.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame020.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame021.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame022.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame023.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame024.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame025.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame026.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame027.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame028.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame029.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame030.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame031.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame032.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame033.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame034.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame035.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame036.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame037.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame038.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame039.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame040.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame041.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame042.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame043.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame044.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame045.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame046.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame047.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame048.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame049.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame050.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame051.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame052.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame053.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame054.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame055.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame056.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame057.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame058.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame059.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame060.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame061.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame062.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame063.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame064.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame065.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame066.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame067.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame068.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame069.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame070.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame071.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame072.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame073.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame074.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame075.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame076.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame077.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame078.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame079.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame080.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame081.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame082.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame083.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame084.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame085.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame086.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame087.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame088.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame089.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame090.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame091.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame092.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame093.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame094.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame095.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame096.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame097.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame098.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame099.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame100.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame101.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame102.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame103.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame104.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame105.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame106.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame107.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame108.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame109.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame110.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame111.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame112.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame113.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame114.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame115.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame116.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame117.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame118.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame119.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame120.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame121.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame122.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame123.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame124.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame125.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame126.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame127.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame128.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame129.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame130.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame131.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame132.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame133.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame134.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame135.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame136.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame137.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame138.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame139.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame140.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame141.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame142.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame143.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame144.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame145.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame146.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame147.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame148.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame149.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame150.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame151.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame152.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame153.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame154.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame155.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame156.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame157.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame158.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame159.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame160.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame161.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame162.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame163.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame164.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame165.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame166.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame167.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame168.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame169.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame170.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame171.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame172.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame173.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame174.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame175.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame176.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame177.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame178.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame179.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame180.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame181.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame182.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame183.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame184.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame185.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame186.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame187.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame188.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame189.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame190.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame191.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame192.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame193.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame194.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame195.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame196.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame197.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame198.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame199.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame200.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame201.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame202.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame203.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame204.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame205.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame206.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame207.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame208.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame209.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame210.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame211.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame212.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame213.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame214.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame215.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame216.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame217.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame218.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame219.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame220.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame221.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame222.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame223.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame224.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame225.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame226.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame227.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame228.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame229.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame230.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame231.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame232.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame233.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame234.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame235.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame236.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame237.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame238.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame239.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame240.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame241.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame242.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame243.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame244.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame245.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame246.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame247.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame248.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame249.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame250.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame251.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame252.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame253.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame254.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame255.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame256.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame257.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame258.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame259.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame260.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame261.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame262.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame263.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame264.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame265.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame266.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame267.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame268.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame269.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame270.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame271.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame272.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame273.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame274.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame275.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame276.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame277.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame278.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame279.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame280.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame281.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame282.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame283.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame284.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame285.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame286.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame287.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame288.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame289.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame290.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame291.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame292.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame293.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame294.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame295.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame296.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame297.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame298.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame299.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame300.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame301.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame302.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame303.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame304.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame305.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame306.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame307.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame308.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame309.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame310.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame311.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame312.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame313.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame314.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame315.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame316.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame317.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame318.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame319.png \ - $(BOWSER_KART_DIR)/frames/bowser_kart_frame320.png - -BOWSER_KART_PALETTE_PNG := \ - $(BOWSER_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(BOWSER_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(BOWSER_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(BOWSER_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(BOWSER_KART_DIR)/palettes/bowser_kart_palette.png - -BOWSER_EXPORT_SENTINEL := $(BOWSER_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/bowser_kart.o: $(BOWSER_KART_FRAME_PNG:%.png=%.mio0) $(BOWSER_KART_PALETTE_PNG:%.png=%.bin) - -$(BOWSER_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(BOWSER_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(BOWSER_KART_FRAME_PNG) $(BOWSER_KART_PALETTE_PNG): $(BOWSER_EXPORT_SENTINEL) ; - -$(BOWSER_EXPORT_SENTINEL): $(ASSET_DIR)/karts/bowser_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_bowser_kart -distclean_bowser_kart: - rm -rf $(BOWSER_KART_DIR) - -distclean_assets: distclean_bowser_kart diff --git a/assets/include/karts/donkeykong_kart.mk b/assets/include/karts/donkeykong_kart.mk deleted file mode 100644 index 176b90d7d..000000000 --- a/assets/include/karts/donkeykong_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -DONKEYKONG_KART_DIR := assets/karts/donkeykong - -DONKEYKONG_KART_FRAME_PNG := \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame000.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame001.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame002.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame003.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame004.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame005.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame006.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame007.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame008.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame009.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame010.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame011.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame012.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame013.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame014.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame015.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame016.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame017.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame018.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame019.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame020.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame021.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame022.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame023.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame024.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame025.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame026.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame027.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame028.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame029.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame030.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame031.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame032.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame033.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame034.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame035.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame036.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame037.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame038.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame039.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame040.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame041.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame042.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame043.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame044.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame045.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame046.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame047.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame048.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame049.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame050.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame051.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame052.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame053.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame054.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame055.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame056.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame057.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame058.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame059.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame060.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame061.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame062.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame063.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame064.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame065.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame066.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame067.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame068.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame069.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame070.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame071.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame072.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame073.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame074.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame075.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame076.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame077.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame078.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame079.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame080.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame081.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame082.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame083.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame084.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame085.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame086.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame087.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame088.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame089.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame090.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame091.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame092.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame093.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame094.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame095.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame096.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame097.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame098.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame099.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame100.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame101.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame102.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame103.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame104.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame105.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame106.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame107.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame108.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame109.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame110.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame111.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame112.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame113.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame114.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame115.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame116.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame117.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame118.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame119.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame120.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame121.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame122.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame123.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame124.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame125.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame126.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame127.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame128.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame129.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame130.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame131.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame132.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame133.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame134.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame135.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame136.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame137.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame138.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame139.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame140.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame141.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame142.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame143.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame144.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame145.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame146.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame147.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame148.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame149.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame150.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame151.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame152.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame153.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame154.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame155.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame156.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame157.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame158.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame159.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame160.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame161.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame162.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame163.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame164.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame165.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame166.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame167.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame168.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame169.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame170.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame171.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame172.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame173.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame174.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame175.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame176.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame177.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame178.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame179.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame180.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame181.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame182.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame183.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame184.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame185.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame186.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame187.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame188.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame189.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame190.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame191.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame192.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame193.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame194.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame195.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame196.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame197.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame198.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame199.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame200.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame201.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame202.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame203.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame204.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame205.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame206.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame207.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame208.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame209.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame210.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame211.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame212.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame213.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame214.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame215.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame216.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame217.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame218.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame219.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame220.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame221.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame222.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame223.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame224.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame225.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame226.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame227.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame228.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame229.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame230.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame231.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame232.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame233.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame234.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame235.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame236.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame237.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame238.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame239.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame240.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame241.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame242.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame243.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame244.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame245.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame246.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame247.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame248.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame249.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame250.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame251.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame252.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame253.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame254.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame255.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame256.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame257.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame258.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame259.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame260.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame261.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame262.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame263.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame264.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame265.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame266.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame267.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame268.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame269.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame270.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame271.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame272.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame273.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame274.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame275.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame276.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame277.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame278.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame279.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame280.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame281.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame282.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame283.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame284.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame285.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame286.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame287.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame288.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame289.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame290.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame291.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame292.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame293.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame294.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame295.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame296.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame297.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame298.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame299.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame300.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame301.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame302.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame303.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame304.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame305.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame306.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame307.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame308.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame309.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame310.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame311.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame312.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame313.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame314.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame315.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame316.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame317.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame318.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame319.png \ - $(DONKEYKONG_KART_DIR)/frames/donkeykong_kart_frame320.png - -DONKEYKONG_KART_PALETTE_PNG := \ - $(DONKEYKONG_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(DONKEYKONG_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(DONKEYKONG_KART_DIR)/palettes/donkeykong_kart_palette.png - -DONKEYKONG_EXPORT_SENTINEL := $(DONKEYKONG_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/donkeykong_kart.o: $(DONKEYKONG_KART_FRAME_PNG:%.png=%.mio0) $(DONKEYKONG_KART_PALETTE_PNG:%.png=%.bin) - -$(DONKEYKONG_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(DONKEYKONG_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(DONKEYKONG_KART_FRAME_PNG) $(DONKEYKONG_KART_PALETTE_PNG): $(DONKEYKONG_EXPORT_SENTINEL) ; - -$(DONKEYKONG_EXPORT_SENTINEL): $(ASSET_DIR)/karts/donkeykong_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_donkeykong_kart -distclean_donkeykong_kart: - rm -rf $(DONKEYKONG_KART_DIR) - -distclean_assets: distclean_donkeykong_kart diff --git a/assets/include/karts/luigi_kart.mk b/assets/include/karts/luigi_kart.mk deleted file mode 100644 index 337942226..000000000 --- a/assets/include/karts/luigi_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -LUIGI_KART_DIR := assets/karts/luigi - -LUIGI_KART_FRAME_PNG := \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame000.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame001.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame002.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame003.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame004.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame005.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame006.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame007.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame008.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame009.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame010.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame011.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame012.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame013.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame014.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame015.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame016.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame017.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame018.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame019.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame020.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame021.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame022.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame023.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame024.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame025.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame026.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame027.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame028.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame029.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame030.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame031.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame032.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame033.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame034.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame035.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame036.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame037.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame038.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame039.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame040.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame041.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame042.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame043.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame044.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame045.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame046.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame047.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame048.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame049.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame050.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame051.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame052.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame053.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame054.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame055.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame056.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame057.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame058.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame059.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame060.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame061.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame062.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame063.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame064.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame065.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame066.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame067.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame068.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame069.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame070.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame071.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame072.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame073.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame074.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame075.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame076.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame077.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame078.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame079.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame080.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame081.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame082.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame083.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame084.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame085.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame086.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame087.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame088.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame089.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame090.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame091.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame092.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame093.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame094.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame095.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame096.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame097.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame098.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame099.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame100.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame101.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame102.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame103.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame104.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame105.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame106.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame107.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame108.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame109.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame110.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame111.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame112.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame113.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame114.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame115.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame116.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame117.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame118.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame119.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame120.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame121.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame122.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame123.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame124.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame125.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame126.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame127.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame128.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame129.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame130.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame131.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame132.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame133.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame134.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame135.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame136.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame137.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame138.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame139.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame140.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame141.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame142.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame143.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame144.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame145.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame146.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame147.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame148.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame149.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame150.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame151.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame152.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame153.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame154.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame155.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame156.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame157.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame158.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame159.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame160.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame161.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame162.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame163.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame164.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame165.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame166.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame167.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame168.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame169.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame170.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame171.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame172.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame173.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame174.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame175.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame176.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame177.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame178.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame179.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame180.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame181.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame182.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame183.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame184.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame185.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame186.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame187.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame188.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame189.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame190.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame191.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame192.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame193.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame194.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame195.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame196.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame197.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame198.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame199.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame200.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame201.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame202.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame203.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame204.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame205.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame206.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame207.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame208.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame209.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame210.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame211.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame212.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame213.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame214.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame215.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame216.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame217.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame218.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame219.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame220.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame221.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame222.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame223.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame224.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame225.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame226.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame227.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame228.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame229.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame230.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame231.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame232.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame233.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame234.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame235.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame236.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame237.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame238.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame239.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame240.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame241.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame242.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame243.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame244.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame245.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame246.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame247.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame248.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame249.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame250.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame251.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame252.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame253.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame254.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame255.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame256.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame257.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame258.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame259.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame260.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame261.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame262.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame263.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame264.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame265.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame266.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame267.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame268.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame269.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame270.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame271.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame272.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame273.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame274.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame275.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame276.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame277.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame278.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame279.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame280.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame281.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame282.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame283.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame284.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame285.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame286.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame287.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame288.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame289.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame290.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame291.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame292.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame293.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame294.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame295.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame296.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame297.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame298.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame299.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame300.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame301.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame302.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame303.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame304.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame305.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame306.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame307.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame308.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame309.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame310.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame311.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame312.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame313.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame314.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame315.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame316.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame317.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame318.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame319.png \ - $(LUIGI_KART_DIR)/frames/luigi_kart_frame320.png - -LUIGI_KART_PALETTE_PNG := \ - $(LUIGI_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(LUIGI_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(LUIGI_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(LUIGI_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(LUIGI_KART_DIR)/palettes/luigi_kart_palette.png - -LUIGI_EXPORT_SENTINEL := $(LUIGI_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/luigi_kart.o: $(LUIGI_KART_FRAME_PNG:%.png=%.mio0) $(LUIGI_KART_PALETTE_PNG:%.png=%.bin) - -$(LUIGI_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(LUIGI_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(LUIGI_KART_FRAME_PNG) $(LUIGI_KART_PALETTE_PNG): $(LUIGI_EXPORT_SENTINEL) ; - -$(LUIGI_EXPORT_SENTINEL): $(ASSET_DIR)/karts/luigi_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_luigi_kart -distclean_luigi_kart: - rm -rf $(LUIGI_KART_DIR) - -distclean_assets: distclean_luigi_kart diff --git a/assets/include/karts/mario_kart.mk b/assets/include/karts/mario_kart.mk deleted file mode 100644 index 997d38523..000000000 --- a/assets/include/karts/mario_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -MARIO_KART_DIR := assets/karts/mario - -MARIO_KART_FRAME_PNG := \ - $(MARIO_KART_DIR)/frames/mario_kart_frame000.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame001.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame002.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame003.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame004.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame005.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame006.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame007.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame008.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame009.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame010.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame011.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame012.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame013.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame014.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame015.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame016.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame017.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame018.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame019.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame020.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame021.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame022.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame023.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame024.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame025.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame026.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame027.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame028.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame029.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame030.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame031.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame032.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame033.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame034.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame035.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame036.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame037.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame038.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame039.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame040.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame041.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame042.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame043.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame044.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame045.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame046.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame047.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame048.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame049.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame050.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame051.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame052.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame053.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame054.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame055.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame056.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame057.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame058.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame059.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame060.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame061.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame062.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame063.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame064.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame065.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame066.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame067.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame068.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame069.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame070.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame071.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame072.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame073.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame074.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame075.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame076.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame077.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame078.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame079.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame080.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame081.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame082.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame083.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame084.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame085.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame086.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame087.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame088.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame089.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame090.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame091.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame092.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame093.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame094.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame095.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame096.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame097.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame098.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame099.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame100.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame101.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame102.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame103.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame104.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame105.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame106.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame107.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame108.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame109.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame110.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame111.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame112.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame113.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame114.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame115.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame116.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame117.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame118.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame119.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame120.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame121.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame122.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame123.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame124.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame125.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame126.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame127.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame128.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame129.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame130.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame131.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame132.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame133.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame134.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame135.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame136.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame137.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame138.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame139.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame140.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame141.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame142.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame143.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame144.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame145.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame146.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame147.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame148.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame149.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame150.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame151.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame152.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame153.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame154.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame155.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame156.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame157.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame158.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame159.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame160.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame161.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame162.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame163.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame164.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame165.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame166.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame167.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame168.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame169.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame170.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame171.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame172.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame173.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame174.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame175.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame176.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame177.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame178.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame179.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame180.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame181.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame182.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame183.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame184.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame185.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame186.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame187.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame188.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame189.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame190.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame191.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame192.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame193.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame194.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame195.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame196.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame197.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame198.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame199.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame200.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame201.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame202.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame203.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame204.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame205.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame206.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame207.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame208.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame209.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame210.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame211.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame212.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame213.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame214.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame215.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame216.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame217.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame218.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame219.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame220.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame221.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame222.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame223.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame224.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame225.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame226.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame227.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame228.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame229.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame230.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame231.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame232.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame233.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame234.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame235.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame236.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame237.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame238.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame239.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame240.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame241.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame242.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame243.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame244.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame245.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame246.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame247.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame248.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame249.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame250.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame251.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame252.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame253.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame254.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame255.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame256.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame257.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame258.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame259.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame260.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame261.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame262.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame263.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame264.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame265.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame266.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame267.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame268.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame269.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame270.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame271.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame272.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame273.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame274.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame275.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame276.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame277.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame278.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame279.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame280.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame281.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame282.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame283.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame284.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame285.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame286.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame287.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame288.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame289.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame290.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame291.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame292.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame293.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame294.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame295.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame296.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame297.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame298.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame299.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame300.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame301.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame302.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame303.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame304.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame305.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame306.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame307.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame308.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame309.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame310.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame311.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame312.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame313.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame314.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame315.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame316.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame317.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame318.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame319.png \ - $(MARIO_KART_DIR)/frames/mario_kart_frame320.png - -MARIO_KART_PALETTE_PNG := \ - $(MARIO_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(MARIO_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(MARIO_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(MARIO_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(MARIO_KART_DIR)/palettes/mario_kart_palette.png - -MARIO_EXPORT_SENTINEL := $(MARIO_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/mario_kart.o: $(MARIO_KART_FRAME_PNG:%.png=%.mio0) $(MARIO_KART_PALETTE_PNG:%.png=%.bin) - -$(MARIO_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(MARIO_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(MARIO_KART_FRAME_PNG) $(MARIO_KART_PALETTE_PNG): $(MARIO_EXPORT_SENTINEL) ; - -$(MARIO_EXPORT_SENTINEL): $(ASSET_DIR)/karts/mario_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_mario_kart -distclean_mario_kart: - rm -rf $(MARIO_KART_DIR) - -distclean_assets: distclean_mario_kart diff --git a/assets/include/karts/peach_kart.mk b/assets/include/karts/peach_kart.mk deleted file mode 100644 index 0d1041309..000000000 --- a/assets/include/karts/peach_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -PEACH_KART_DIR := assets/karts/peach - -PEACH_KART_FRAME_PNG := \ - $(PEACH_KART_DIR)/frames/peach_kart_frame000.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame001.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame002.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame003.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame004.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame005.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame006.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame007.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame008.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame009.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame010.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame011.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame012.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame013.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame014.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame015.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame016.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame017.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame018.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame019.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame020.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame021.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame022.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame023.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame024.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame025.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame026.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame027.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame028.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame029.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame030.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame031.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame032.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame033.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame034.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame035.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame036.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame037.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame038.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame039.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame040.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame041.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame042.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame043.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame044.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame045.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame046.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame047.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame048.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame049.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame050.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame051.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame052.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame053.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame054.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame055.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame056.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame057.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame058.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame059.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame060.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame061.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame062.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame063.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame064.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame065.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame066.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame067.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame068.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame069.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame070.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame071.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame072.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame073.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame074.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame075.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame076.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame077.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame078.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame079.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame080.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame081.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame082.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame083.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame084.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame085.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame086.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame087.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame088.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame089.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame090.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame091.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame092.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame093.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame094.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame095.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame096.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame097.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame098.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame099.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame100.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame101.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame102.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame103.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame104.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame105.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame106.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame107.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame108.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame109.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame110.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame111.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame112.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame113.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame114.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame115.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame116.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame117.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame118.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame119.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame120.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame121.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame122.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame123.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame124.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame125.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame126.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame127.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame128.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame129.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame130.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame131.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame132.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame133.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame134.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame135.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame136.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame137.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame138.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame139.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame140.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame141.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame142.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame143.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame144.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame145.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame146.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame147.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame148.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame149.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame150.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame151.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame152.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame153.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame154.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame155.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame156.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame157.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame158.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame159.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame160.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame161.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame162.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame163.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame164.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame165.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame166.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame167.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame168.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame169.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame170.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame171.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame172.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame173.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame174.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame175.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame176.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame177.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame178.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame179.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame180.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame181.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame182.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame183.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame184.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame185.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame186.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame187.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame188.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame189.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame190.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame191.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame192.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame193.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame194.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame195.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame196.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame197.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame198.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame199.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame200.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame201.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame202.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame203.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame204.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame205.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame206.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame207.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame208.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame209.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame210.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame211.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame212.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame213.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame214.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame215.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame216.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame217.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame218.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame219.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame220.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame221.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame222.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame223.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame224.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame225.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame226.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame227.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame228.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame229.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame230.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame231.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame232.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame233.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame234.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame235.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame236.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame237.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame238.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame239.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame240.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame241.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame242.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame243.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame244.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame245.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame246.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame247.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame248.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame249.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame250.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame251.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame252.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame253.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame254.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame255.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame256.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame257.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame258.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame259.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame260.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame261.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame262.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame263.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame264.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame265.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame266.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame267.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame268.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame269.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame270.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame271.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame272.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame273.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame274.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame275.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame276.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame277.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame278.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame279.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame280.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame281.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame282.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame283.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame284.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame285.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame286.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame287.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame288.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame289.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame290.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame291.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame292.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame293.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame294.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame295.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame296.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame297.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame298.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame299.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame300.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame301.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame302.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame303.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame304.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame305.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame306.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame307.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame308.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame309.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame310.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame311.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame312.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame313.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame314.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame315.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame316.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame317.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame318.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame319.png \ - $(PEACH_KART_DIR)/frames/peach_kart_frame320.png - -PEACH_KART_PALETTE_PNG := \ - $(PEACH_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(PEACH_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(PEACH_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(PEACH_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(PEACH_KART_DIR)/palettes/peach_kart_palette.png - -PEACH_EXPORT_SENTINEL := $(PEACH_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/peach_kart.o: $(PEACH_KART_FRAME_PNG:%.png=%.mio0) $(PEACH_KART_PALETTE_PNG:%.png=%.bin) - -$(PEACH_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(PEACH_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(PEACH_KART_FRAME_PNG) $(PEACH_KART_PALETTE_PNG): $(PEACH_EXPORT_SENTINEL) ; - -$(PEACH_EXPORT_SENTINEL): $(ASSET_DIR)/karts/peach_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_peach_kart -distclean_peach_kart: - rm -rf $(PEACH_KART_DIR) - -distclean_assets: distclean_peach_kart diff --git a/assets/include/karts/toad_kart.mk b/assets/include/karts/toad_kart.mk deleted file mode 100644 index 8666b2d43..000000000 --- a/assets/include/karts/toad_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -TOAD_KART_DIR := assets/karts/toad - -TOAD_KART_FRAME_PNG := \ - $(TOAD_KART_DIR)/frames/toad_kart_frame000.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame001.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame002.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame003.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame004.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame005.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame006.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame007.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame008.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame009.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame010.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame011.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame012.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame013.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame014.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame015.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame016.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame017.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame018.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame019.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame020.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame021.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame022.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame023.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame024.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame025.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame026.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame027.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame028.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame029.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame030.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame031.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame032.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame033.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame034.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame035.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame036.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame037.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame038.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame039.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame040.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame041.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame042.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame043.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame044.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame045.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame046.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame047.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame048.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame049.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame050.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame051.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame052.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame053.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame054.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame055.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame056.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame057.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame058.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame059.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame060.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame061.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame062.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame063.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame064.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame065.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame066.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame067.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame068.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame069.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame070.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame071.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame072.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame073.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame074.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame075.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame076.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame077.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame078.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame079.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame080.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame081.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame082.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame083.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame084.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame085.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame086.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame087.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame088.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame089.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame090.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame091.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame092.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame093.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame094.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame095.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame096.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame097.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame098.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame099.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame100.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame101.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame102.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame103.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame104.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame105.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame106.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame107.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame108.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame109.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame110.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame111.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame112.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame113.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame114.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame115.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame116.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame117.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame118.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame119.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame120.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame121.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame122.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame123.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame124.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame125.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame126.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame127.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame128.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame129.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame130.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame131.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame132.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame133.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame134.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame135.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame136.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame137.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame138.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame139.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame140.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame141.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame142.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame143.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame144.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame145.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame146.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame147.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame148.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame149.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame150.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame151.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame152.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame153.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame154.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame155.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame156.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame157.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame158.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame159.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame160.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame161.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame162.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame163.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame164.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame165.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame166.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame167.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame168.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame169.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame170.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame171.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame172.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame173.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame174.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame175.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame176.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame177.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame178.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame179.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame180.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame181.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame182.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame183.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame184.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame185.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame186.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame187.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame188.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame189.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame190.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame191.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame192.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame193.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame194.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame195.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame196.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame197.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame198.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame199.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame200.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame201.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame202.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame203.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame204.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame205.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame206.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame207.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame208.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame209.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame210.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame211.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame212.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame213.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame214.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame215.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame216.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame217.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame218.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame219.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame220.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame221.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame222.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame223.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame224.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame225.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame226.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame227.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame228.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame229.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame230.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame231.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame232.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame233.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame234.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame235.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame236.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame237.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame238.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame239.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame240.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame241.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame242.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame243.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame244.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame245.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame246.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame247.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame248.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame249.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame250.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame251.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame252.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame253.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame254.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame255.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame256.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame257.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame258.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame259.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame260.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame261.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame262.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame263.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame264.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame265.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame266.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame267.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame268.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame269.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame270.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame271.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame272.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame273.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame274.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame275.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame276.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame277.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame278.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame279.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame280.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame281.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame282.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame283.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame284.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame285.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame286.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame287.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame288.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame289.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame290.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame291.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame292.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame293.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame294.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame295.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame296.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame297.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame298.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame299.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame300.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame301.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame302.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame303.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame304.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame305.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame306.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame307.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame308.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame309.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame310.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame311.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame312.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame313.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame314.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame315.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame316.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame317.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame318.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame319.png \ - $(TOAD_KART_DIR)/frames/toad_kart_frame320.png - -TOAD_KART_PALETTE_PNG := \ - $(TOAD_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(TOAD_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(TOAD_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(TOAD_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(TOAD_KART_DIR)/palettes/toad_kart_palette.png - -TOAD_EXPORT_SENTINEL := $(TOAD_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/toad_kart.o: $(TOAD_KART_FRAME_PNG:%.png=%.mio0) $(TOAD_KART_PALETTE_PNG:%.png=%.bin) - -$(TOAD_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(TOAD_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(TOAD_KART_FRAME_PNG) $(TOAD_KART_PALETTE_PNG): $(TOAD_EXPORT_SENTINEL) ; - -$(TOAD_EXPORT_SENTINEL): $(ASSET_DIR)/karts/toad_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_toad_kart -distclean_toad_kart: - rm -rf $(TOAD_KART_DIR) - -distclean_assets: distclean_toad_kart diff --git a/assets/include/karts/wario_kart.mk b/assets/include/karts/wario_kart.mk deleted file mode 100644 index 8ef796a0a..000000000 --- a/assets/include/karts/wario_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -WARIO_KART_DIR := assets/karts/wario - -WARIO_KART_FRAME_PNG := \ - $(WARIO_KART_DIR)/frames/wario_kart_frame000.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame001.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame002.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame003.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame004.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame005.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame006.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame007.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame008.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame009.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame010.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame011.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame012.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame013.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame014.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame015.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame016.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame017.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame018.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame019.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame020.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame021.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame022.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame023.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame024.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame025.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame026.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame027.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame028.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame029.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame030.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame031.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame032.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame033.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame034.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame035.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame036.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame037.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame038.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame039.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame040.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame041.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame042.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame043.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame044.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame045.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame046.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame047.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame048.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame049.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame050.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame051.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame052.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame053.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame054.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame055.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame056.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame057.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame058.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame059.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame060.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame061.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame062.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame063.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame064.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame065.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame066.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame067.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame068.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame069.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame070.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame071.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame072.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame073.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame074.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame075.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame076.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame077.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame078.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame079.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame080.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame081.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame082.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame083.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame084.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame085.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame086.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame087.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame088.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame089.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame090.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame091.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame092.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame093.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame094.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame095.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame096.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame097.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame098.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame099.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame100.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame101.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame102.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame103.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame104.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame105.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame106.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame107.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame108.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame109.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame110.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame111.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame112.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame113.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame114.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame115.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame116.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame117.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame118.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame119.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame120.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame121.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame122.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame123.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame124.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame125.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame126.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame127.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame128.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame129.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame130.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame131.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame132.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame133.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame134.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame135.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame136.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame137.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame138.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame139.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame140.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame141.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame142.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame143.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame144.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame145.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame146.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame147.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame148.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame149.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame150.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame151.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame152.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame153.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame154.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame155.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame156.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame157.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame158.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame159.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame160.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame161.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame162.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame163.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame164.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame165.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame166.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame167.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame168.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame169.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame170.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame171.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame172.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame173.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame174.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame175.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame176.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame177.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame178.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame179.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame180.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame181.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame182.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame183.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame184.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame185.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame186.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame187.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame188.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame189.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame190.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame191.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame192.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame193.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame194.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame195.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame196.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame197.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame198.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame199.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame200.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame201.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame202.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame203.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame204.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame205.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame206.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame207.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame208.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame209.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame210.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame211.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame212.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame213.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame214.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame215.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame216.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame217.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame218.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame219.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame220.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame221.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame222.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame223.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame224.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame225.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame226.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame227.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame228.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame229.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame230.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame231.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame232.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame233.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame234.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame235.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame236.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame237.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame238.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame239.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame240.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame241.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame242.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame243.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame244.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame245.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame246.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame247.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame248.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame249.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame250.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame251.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame252.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame253.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame254.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame255.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame256.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame257.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame258.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame259.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame260.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame261.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame262.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame263.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame264.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame265.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame266.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame267.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame268.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame269.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame270.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame271.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame272.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame273.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame274.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame275.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame276.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame277.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame278.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame279.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame280.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame281.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame282.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame283.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame284.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame285.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame286.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame287.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame288.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame289.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame290.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame291.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame292.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame293.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame294.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame295.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame296.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame297.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame298.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame299.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame300.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame301.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame302.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame303.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame304.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame305.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame306.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame307.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame308.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame309.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame310.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame311.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame312.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame313.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame314.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame315.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame316.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame317.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame318.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame319.png \ - $(WARIO_KART_DIR)/frames/wario_kart_frame320.png - -WARIO_KART_PALETTE_PNG := \ - $(WARIO_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(WARIO_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(WARIO_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(WARIO_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(WARIO_KART_DIR)/palettes/wario_kart_palette.png - -WARIO_EXPORT_SENTINEL := $(WARIO_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/wario_kart.o: $(WARIO_KART_FRAME_PNG:%.png=%.mio0) $(WARIO_KART_PALETTE_PNG:%.png=%.bin) - -$(WARIO_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(WARIO_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(WARIO_KART_FRAME_PNG) $(WARIO_KART_PALETTE_PNG): $(WARIO_EXPORT_SENTINEL) ; - -$(WARIO_EXPORT_SENTINEL): $(ASSET_DIR)/karts/wario_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_wario_kart -distclean_wario_kart: - rm -rf $(WARIO_KART_DIR) - -distclean_assets: distclean_wario_kart diff --git a/assets/include/karts/yoshi_kart.mk b/assets/include/karts/yoshi_kart.mk deleted file mode 100644 index baa1b1923..000000000 --- a/assets/include/karts/yoshi_kart.mk +++ /dev/null @@ -1,1510 +0,0 @@ -YOSHI_KART_DIR := assets/karts/yoshi - -YOSHI_KART_FRAME_PNG := \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame000.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame001.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame002.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame003.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame004.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame005.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame006.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame007.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame008.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame009.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame010.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame011.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame012.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame013.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame014.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame015.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame016.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame017.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame018.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame019.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame020.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame021.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame022.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame023.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame024.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame025.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame026.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame027.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame028.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame029.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame030.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame031.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame032.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame033.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame034.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame035.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame036.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame037.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame038.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame039.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame040.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame041.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame042.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame043.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame044.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame045.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame046.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame047.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame048.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame049.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame050.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame051.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame052.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame053.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame054.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame055.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame056.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame057.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame058.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame059.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame060.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame061.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame062.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame063.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame064.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame065.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame066.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame067.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame068.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame069.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame070.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame071.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame072.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame073.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame074.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame075.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame076.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame077.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame078.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame079.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame080.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame081.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame082.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame083.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame084.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame085.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame086.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame087.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame088.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame089.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame090.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame091.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame092.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame093.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame094.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame095.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame096.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame097.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame098.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame099.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame100.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame101.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame102.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame103.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame104.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame105.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame106.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame107.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame108.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame109.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame110.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame111.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame112.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame113.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame114.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame115.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame116.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame117.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame118.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame119.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame120.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame121.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame122.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame123.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame124.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame125.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame126.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame127.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame128.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame129.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame130.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame131.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame132.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame133.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame134.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame135.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame136.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame137.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame138.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame139.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame140.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame141.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame142.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame143.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame144.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame145.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame146.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame147.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame148.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame149.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame150.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame151.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame152.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame153.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame154.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame155.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame156.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame157.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame158.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame159.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame160.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame161.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame162.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame163.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame164.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame165.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame166.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame167.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame168.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame169.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame170.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame171.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame172.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame173.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame174.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame175.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame176.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame177.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame178.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame179.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame180.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame181.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame182.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame183.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame184.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame185.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame186.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame187.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame188.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame189.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame190.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame191.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame192.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame193.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame194.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame195.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame196.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame197.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame198.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame199.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame200.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame201.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame202.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame203.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame204.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame205.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame206.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame207.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame208.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame209.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame210.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame211.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame212.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame213.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame214.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame215.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame216.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame217.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame218.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame219.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame220.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame221.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame222.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame223.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame224.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame225.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame226.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame227.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame228.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame229.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame230.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame231.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame232.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame233.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame234.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame235.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame236.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame237.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame238.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame239.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame240.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame241.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame242.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame243.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame244.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame245.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame246.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame247.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame248.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame249.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame250.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame251.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame252.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame253.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame254.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame255.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame256.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame257.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame258.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame259.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame260.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame261.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame262.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame263.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame264.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame265.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame266.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame267.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame268.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame269.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame270.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame271.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame272.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame273.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame274.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame275.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame276.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame277.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame278.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame279.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame280.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame281.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame282.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame283.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame284.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame285.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame286.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame287.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame288.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame289.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame290.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame291.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame292.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame293.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame294.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame295.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame296.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame297.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame298.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame299.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame300.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame301.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame302.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame303.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame304.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame305.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame306.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame307.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame308.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame309.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame310.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame311.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame312.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame313.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame314.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame315.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame316.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame317.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame318.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame319.png \ - $(YOSHI_KART_DIR)/frames/yoshi_kart_frame320.png - -YOSHI_KART_PALETTE_PNG := \ - $(YOSHI_KART_DIR)/palettes/kart_000_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_000_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_000_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_000_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_001_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_001_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_001_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_001_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_002_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_002_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_002_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_002_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_003_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_003_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_003_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_003_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_004_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_004_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_004_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_004_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_005_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_005_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_005_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_005_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_006_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_006_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_006_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_006_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_007_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_007_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_007_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_007_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_008_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_008_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_008_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_008_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_009_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_009_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_009_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_009_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_010_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_010_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_010_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_010_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_011_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_011_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_011_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_011_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_012_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_012_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_012_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_012_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_013_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_013_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_013_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_013_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_014_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_014_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_014_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_014_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_015_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_015_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_015_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_015_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_016_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_016_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_016_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_016_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_017_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_017_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_017_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_017_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_018_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_018_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_018_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_018_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_019_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_019_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_019_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_019_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_020_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_020_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_020_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_020_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_021_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_021_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_021_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_021_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_022_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_022_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_022_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_022_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_023_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_023_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_023_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_023_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_024_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_024_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_024_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_024_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_025_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_025_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_025_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_025_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_026_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_026_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_026_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_026_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_027_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_027_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_027_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_027_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_028_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_028_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_028_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_028_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_029_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_029_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_029_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_029_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_030_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_030_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_030_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_030_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_031_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_031_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_031_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_031_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_032_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_032_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_032_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_032_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_033_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_033_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_033_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_033_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_034_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_034_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_034_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_034_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_035_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_035_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_035_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_035_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_036_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_036_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_036_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_036_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_037_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_037_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_037_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_037_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_038_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_038_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_038_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_038_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_039_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_039_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_039_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_039_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_040_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_040_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_040_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_040_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_041_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_041_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_041_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_041_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_042_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_042_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_042_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_042_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_043_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_043_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_043_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_043_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_044_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_044_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_044_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_044_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_045_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_045_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_045_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_045_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_046_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_046_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_046_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_046_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_047_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_047_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_047_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_047_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_048_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_048_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_048_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_048_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_049_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_049_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_049_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_049_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_050_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_050_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_050_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_050_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_051_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_051_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_051_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_051_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_052_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_052_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_052_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_052_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_053_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_053_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_053_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_053_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_054_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_054_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_054_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_054_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_055_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_055_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_055_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_055_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_056_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_056_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_056_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_056_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_057_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_057_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_057_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_057_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_058_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_058_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_058_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_058_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_059_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_059_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_059_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_059_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_060_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_060_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_060_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_060_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_061_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_061_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_061_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_061_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_062_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_062_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_062_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_062_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_063_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_063_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_063_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_063_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_064_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_064_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_064_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_064_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_065_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_065_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_065_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_065_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_066_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_066_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_066_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_066_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_067_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_067_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_067_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_067_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_068_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_068_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_068_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_068_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_069_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_069_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_069_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_069_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_070_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_070_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_070_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_070_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_071_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_071_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_071_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_071_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_072_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_072_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_072_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_072_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_073_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_073_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_073_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_073_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_074_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_074_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_074_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_074_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_075_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_075_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_075_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_075_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_076_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_076_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_076_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_076_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_077_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_077_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_077_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_077_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_078_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_078_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_078_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_078_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_079_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_079_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_079_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_079_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_080_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_080_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_080_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_080_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_081_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_081_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_081_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_081_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_082_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_082_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_082_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_082_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_083_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_083_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_083_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_083_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_084_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_084_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_084_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_084_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_085_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_085_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_085_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_085_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_086_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_086_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_086_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_086_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_087_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_087_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_087_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_087_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_088_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_088_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_088_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_088_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_089_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_089_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_089_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_089_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_090_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_090_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_090_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_090_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_091_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_091_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_091_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_091_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_092_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_092_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_092_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_092_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_093_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_093_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_093_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_093_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_094_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_094_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_094_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_094_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_095_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_095_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_095_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_095_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_096_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_096_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_096_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_096_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_097_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_097_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_097_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_097_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_098_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_098_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_098_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_098_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_099_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_099_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_099_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_099_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_100_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_100_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_100_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_100_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_101_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_101_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_101_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_101_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_102_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_102_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_102_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_102_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_103_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_103_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_103_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_103_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_104_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_104_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_104_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_104_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_105_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_105_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_105_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_105_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_106_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_106_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_106_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_106_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_107_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_107_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_107_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_107_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_108_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_108_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_108_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_108_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_109_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_109_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_109_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_109_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_110_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_110_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_110_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_110_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_111_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_111_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_111_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_111_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_112_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_112_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_112_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_112_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_113_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_113_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_113_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_113_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_114_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_114_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_114_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_114_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_115_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_115_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_115_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_115_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_116_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_116_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_116_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_116_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_117_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_117_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_117_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_117_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_118_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_118_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_118_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_118_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_119_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_119_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_119_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_119_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_120_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_120_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_120_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_120_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_121_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_121_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_121_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_121_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_122_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_122_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_122_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_122_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_123_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_123_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_123_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_123_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_124_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_124_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_124_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_124_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_125_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_125_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_125_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_125_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_126_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_126_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_126_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_126_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_127_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_127_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_127_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_127_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_128_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_128_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_128_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_128_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_129_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_129_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_129_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_129_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_130_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_130_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_130_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_130_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_131_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_131_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_131_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_131_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_132_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_132_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_132_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_132_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_133_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_133_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_133_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_133_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_134_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_134_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_134_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_134_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_135_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_135_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_135_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_135_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_136_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_136_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_136_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_136_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_137_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_137_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_137_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_137_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_138_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_138_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_138_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_138_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_139_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_139_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_139_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_139_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_140_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_140_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_140_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_140_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_141_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_141_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_141_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_141_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_142_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_142_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_142_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_142_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_143_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_143_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_143_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_143_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_144_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_144_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_144_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_144_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_145_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_145_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_145_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_145_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_146_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_146_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_146_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_146_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_147_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_147_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_147_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_147_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_148_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_148_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_148_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_148_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_149_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_149_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_149_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_149_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_150_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_150_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_150_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_150_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_151_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_151_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_151_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_151_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_152_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_152_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_152_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_152_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_153_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_153_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_153_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_153_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_154_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_154_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_154_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_154_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_155_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_155_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_155_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_155_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_156_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_156_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_156_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_156_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_157_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_157_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_157_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_157_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_158_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_158_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_158_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_158_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_159_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_159_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_159_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_159_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_160_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_160_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_160_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_160_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_161_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_161_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_161_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_161_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_162_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_162_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_162_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_162_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_163_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_163_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_163_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_163_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_164_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_164_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_164_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_164_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_165_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_165_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_165_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_165_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_166_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_166_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_166_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_166_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_167_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_167_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_167_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_167_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_168_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_168_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_168_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_168_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_169_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_169_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_169_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_169_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_170_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_170_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_170_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_170_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_171_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_171_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_171_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_171_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_172_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_172_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_172_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_172_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_173_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_173_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_173_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_173_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_174_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_174_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_174_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_174_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_175_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_175_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_175_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_175_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_176_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_176_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_176_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_176_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_177_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_177_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_177_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_177_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_178_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_178_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_178_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_178_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_179_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_179_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_179_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_179_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_180_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_180_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_180_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_180_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_181_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_181_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_181_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_181_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_182_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_182_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_182_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_182_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_183_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_183_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_183_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_183_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_184_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_184_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_184_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_184_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_185_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_185_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_185_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_185_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_186_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_186_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_186_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_186_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_187_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_187_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_187_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_187_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_188_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_188_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_188_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_188_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_189_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_189_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_189_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_189_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_190_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_190_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_190_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_190_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_191_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_191_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_191_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_191_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_192_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_192_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_192_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_192_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_193_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_193_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_193_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_193_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_194_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_194_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_194_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_194_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_195_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_195_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_195_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_195_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_196_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_196_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_196_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_196_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_197_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_197_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_197_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_197_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_198_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_198_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_198_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_198_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_199_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_199_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_199_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_199_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_200_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_200_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_200_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_200_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_201_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_201_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_201_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_201_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_202_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_202_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_202_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_202_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_203_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_203_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_203_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_203_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_204_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_204_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_204_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_204_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_205_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_205_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_205_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_205_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_206_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_206_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_206_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_206_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_207_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_207_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_207_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_207_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_208_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_208_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_208_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_208_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_209_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_209_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_209_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_209_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_210_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_210_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_210_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_210_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_211_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_211_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_211_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_211_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_212_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_212_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_212_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_212_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_213_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_213_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_213_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_213_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_214_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_214_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_214_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_214_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_215_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_215_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_215_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_215_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_216_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_216_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_216_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_216_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_217_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_217_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_217_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_217_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_218_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_218_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_218_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_218_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_219_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_219_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_219_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_219_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_220_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_220_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_220_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_220_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_221_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_221_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_221_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_221_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_222_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_222_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_222_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_222_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_223_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_223_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_223_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_223_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_224_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_224_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_224_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_224_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_225_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_225_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_225_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_225_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_226_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_226_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_226_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_226_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_227_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_227_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_227_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_227_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_228_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_228_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_228_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_228_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_229_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_229_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_229_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_229_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_230_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_230_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_230_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_230_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_231_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_231_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_231_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_231_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_232_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_232_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_232_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_232_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_233_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_233_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_233_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_233_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_234_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_234_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_234_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_234_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_235_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_235_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_235_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_235_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_236_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_236_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_236_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_236_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_237_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_237_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_237_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_237_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_238_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_238_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_238_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_238_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_239_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_239_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_239_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_239_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_240_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_240_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_240_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_240_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_241_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_241_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_241_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_241_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_242_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_242_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_242_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_242_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_243_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_243_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_243_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_243_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_244_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_244_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_244_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_244_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_245_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_245_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_245_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_245_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_246_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_246_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_246_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_246_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_247_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_247_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_247_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_247_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_248_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_248_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_248_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_248_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_249_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_249_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_249_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_249_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_250_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_250_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_250_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_250_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_251_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_251_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_251_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_251_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_252_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_252_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_252_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_252_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_253_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_253_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_253_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_253_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_254_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_254_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_254_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_254_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_255_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_255_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_255_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_255_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_256_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_256_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_256_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_256_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_257_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_257_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_257_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_257_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_258_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_258_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_258_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_258_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_259_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_259_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_259_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_259_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_260_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_260_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_260_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_260_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_261_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_261_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_261_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_261_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_262_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_262_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_262_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_262_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_263_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_263_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_263_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_263_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_264_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_264_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_264_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_264_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_265_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_265_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_265_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_265_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_266_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_266_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_266_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_266_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_267_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_267_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_267_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_267_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_268_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_268_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_268_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_268_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_269_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_269_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_269_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_269_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_270_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_270_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_270_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_270_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_271_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_271_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_271_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_271_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_272_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_272_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_272_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_272_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_273_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_273_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_273_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_273_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_274_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_274_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_274_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_274_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_275_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_275_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_275_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_275_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_276_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_276_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_276_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_276_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_277_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_277_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_277_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_277_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_278_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_278_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_278_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_278_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_279_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_279_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_279_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_279_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_280_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_280_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_280_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_280_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_281_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_281_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_281_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_281_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_282_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_282_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_282_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_282_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_283_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_283_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_283_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_283_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_284_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_284_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_284_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_284_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_285_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_285_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_285_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_285_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_286_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_286_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_286_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_286_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_287_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_287_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_287_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_287_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/kart_288_wheel_0.png \ - $(YOSHI_KART_DIR)/palettes/kart_288_wheel_1.png \ - $(YOSHI_KART_DIR)/palettes/kart_288_wheel_2.png \ - $(YOSHI_KART_DIR)/palettes/kart_288_wheel_3.png \ - $(YOSHI_KART_DIR)/palettes/yoshi_kart_palette.png - -YOSHI_EXPORT_SENTINEL := $(YOSHI_KART_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/karts/yoshi_kart.o: $(YOSHI_KART_FRAME_PNG:%.png=%.mio0) $(YOSHI_KART_PALETTE_PNG:%.png=%.bin) - -$(YOSHI_KART_FRAME_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(YOSHI_KART_FRAME_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $( $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s raw -f rgba16 - -$(YOSHI_KART_FRAME_PNG) $(YOSHI_KART_PALETTE_PNG): $(YOSHI_EXPORT_SENTINEL) ; - -$(YOSHI_EXPORT_SENTINEL): $(ASSET_DIR)/karts/yoshi_kart.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_yoshi_kart -distclean_yoshi_kart: - rm -rf $(YOSHI_KART_DIR) - -distclean_assets: distclean_yoshi_kart diff --git a/assets/include/lakitu/bluelight.mk b/assets/include/lakitu/bluelight.mk deleted file mode 100644 index e58e9ecb3..000000000 --- a/assets/include/lakitu/bluelight.mk +++ /dev/null @@ -1,39 +0,0 @@ -BLUELIGHT_DIR := assets/lakitu/bluelight - -BLUELIGHT_PALETTE := $(BLUELIGHT_DIR)/common_tlut_lakitu_blue_lights.png - -BLUELIGHT_FRAMES := \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight1.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight2.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight3.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight4.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight5.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight6.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight7.png \ -$(BLUELIGHT_DIR)/gTextureLakituBlueLight8.png - -BLUELIGHT_EXPORT_SENTINEL := $(BLUELIGHT_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(BLUELIGHT_FRAMES:%.png=%.bin) - -$(BLUELIGHT_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(BLUELIGHT_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(BLUELIGHT_PALETTE:%.png=%.inc.c) - -$(BLUELIGHT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BLUELIGHT_FRAMES) $(BLUELIGHT_PALETTE): $(BLUELIGHT_EXPORT_SENTINEL) ; - -$(BLUELIGHT_EXPORT_SENTINEL): assets/lakitu/bluelight.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_bluelight -distclean_lakitu_bluelight: - rm -rf $(BLUELIGHT_DIR) - -distclean_assets: distclean_lakitu_bluelight diff --git a/assets/include/lakitu/checkeredflag.mk b/assets/include/lakitu/checkeredflag.mk deleted file mode 100644 index def8776c8..000000000 --- a/assets/include/lakitu/checkeredflag.mk +++ /dev/null @@ -1,63 +0,0 @@ -CHECKEREDFLAG_DIR := assets/lakitu/checkeredflag - -CHECKEREDFLAG_PALETTE := $(CHECKEREDFLAG_DIR)/common_tlut_lakitu_checkered_flag.png - -CHECKEREDFLAG_FRAMES := \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag01.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag02.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag03.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag04.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag05.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag06.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag07.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag08.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag09.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag10.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag11.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag12.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag13.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag14.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag15.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag16.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag17.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag18.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag19.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag20.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag21.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag22.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag23.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag24.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag25.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag26.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag27.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag28.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag29.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag30.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag31.png \ -$(CHECKEREDFLAG_DIR)/gTextureLakituCheckeredFlag32.png - -CHECKEREDFLAG_EXPORT_SENTINEL := $(CHECKEREDFLAG_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(CHECKEREDFLAG_FRAMES:%.png=%.bin) - -$(CHECKEREDFLAG_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(CHECKEREDFLAG_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(CHECKEREDFLAG_PALETTE:%.png=%.inc.c) - -$(CHECKEREDFLAG_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(CHECKEREDFLAG_FRAMES) $(CHECKEREDFLAG_PALETTE): $(CHECKEREDFLAG_EXPORT_SENTINEL) ; - -$(CHECKEREDFLAG_EXPORT_SENTINEL): assets/lakitu/checkeredflag.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_checkeredflag -distclean_lakitu_checkeredflag: - rm -rf $(CHECKEREDFLAG_DIR) - -distclean_assets: distclean_lakitu_checkeredflag diff --git a/assets/include/lakitu/finallap.mk b/assets/include/lakitu/finallap.mk deleted file mode 100644 index 9a8497552..000000000 --- a/assets/include/lakitu/finallap.mk +++ /dev/null @@ -1,47 +0,0 @@ -FINALLAP_DIR := assets/lakitu/finallap - -FINALLAP_PALETTE := $(FINALLAP_DIR)/common_tlut_lakitu_final_lap.png - -FINALLAP_FRAMES := \ -$(FINALLAP_DIR)/gTextureLakituFinalLap01.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap02.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap03.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap04.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap05.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap06.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap07.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap08.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap09.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap10.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap11.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap12.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap13.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap14.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap15.png \ -$(FINALLAP_DIR)/gTextureLakituFinalLap16.png - -FINALLAP_EXPORT_SENTINEL := $(FINALLAP_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(FINALLAP_FRAMES:%.png=%.bin) - -$(FINALLAP_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(FINALLAP_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(FINALLAP_PALETTE:%.png=%.inc.c) - -$(FINALLAP_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(FINALLAP_FRAMES) $(FINALLAP_PALETTE): $(FINALLAP_EXPORT_SENTINEL) ; - -$(FINALLAP_EXPORT_SENTINEL): assets/lakitu/finallap.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_finallap -distclean_lakitu_finallap: - rm -rf $(FINALLAP_DIR) - -distclean_assets: distclean_lakitu_finallap diff --git a/assets/include/lakitu/fishing.mk b/assets/include/lakitu/fishing.mk deleted file mode 100644 index 7acf855e1..000000000 --- a/assets/include/lakitu/fishing.mk +++ /dev/null @@ -1,35 +0,0 @@ -FISHING_DIR := assets/lakitu/fishing - -FISHING_PALETTE := $(FISHING_DIR)/common_tlut_lakitu_fishing.png - -FISHING_FRAMES := \ -$(FISHING_DIR)/gTextureLakituFishing1.png \ -$(FISHING_DIR)/gTextureLakituFishing2.png \ -$(FISHING_DIR)/gTextureLakituFishing3.png \ -$(FISHING_DIR)/gTextureLakituFishing4.png - -FISHING_EXPORT_SENTINEL := $(FISHING_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(FISHING_FRAMES:%.png=%.bin) - -$(FISHING_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(FISHING_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(FISHING_PALETTE:%.png=%.inc.c) - -$(FISHING_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(FISHING_FRAMES) $(FISHING_PALETTE): $(FISHING_EXPORT_SENTINEL) ; - -$(FISHING_EXPORT_SENTINEL): assets/lakitu/fishing.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_fishing -distclean_lakitu_fishing: - rm -rf $(FISHING_DIR) - -distclean_assets: distclean_lakitu_fishing diff --git a/assets/include/lakitu/nolights.mk b/assets/include/lakitu/nolights.mk deleted file mode 100644 index 8036dfb5d..000000000 --- a/assets/include/lakitu/nolights.mk +++ /dev/null @@ -1,39 +0,0 @@ -NOLIGHTS_DIR := assets/lakitu/nolights - -NOLIGHTS_PALETTE := $(NOLIGHTS_DIR)/common_tlut_lakitu_no_lights.png - -NOLIGHTS_FRAMES := \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights1.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights2.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights3.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights4.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights5.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights6.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights7.png \ -$(NOLIGHTS_DIR)/gTextureLakituNoLights8.png - -NOLIGHTS_EXPORT_SENTINEL := $(NOLIGHTS_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(NOLIGHTS_FRAMES:%.png=%.bin) - -$(NOLIGHTS_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(NOLIGHTS_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(NOLIGHTS_PALETTE:%.png=%.inc.c) - -$(NOLIGHTS_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(NOLIGHTS_FRAMES) $(NOLIGHTS_PALETTE): $(NOLIGHTS_EXPORT_SENTINEL) ; - -$(NOLIGHTS_EXPORT_SENTINEL): assets/lakitu/nolights.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_nolights -distclean_lakitu_nolights: - rm -rf $(NOLIGHTS_DIR) - -distclean_assets: distclean_lakitu_nolights diff --git a/assets/include/lakitu/redlights.mk b/assets/include/lakitu/redlights.mk deleted file mode 100644 index c5c85021c..000000000 --- a/assets/include/lakitu/redlights.mk +++ /dev/null @@ -1,47 +0,0 @@ -REDLIGHTS_DIR := assets/lakitu/redlights - -REDLIGHTS_PALETTE := $(REDLIGHTS_DIR)/common_tlut_lakitu_red_lights.png - -REDLIGHTS_FRAMES := \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights01.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights02.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights03.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights04.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights05.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights06.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights07.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights08.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights09.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights10.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights11.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights12.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights13.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights14.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights15.png \ -$(REDLIGHTS_DIR)/gTextureLakituRedLights16.png - -REDLIGHTS_EXPORT_SENTINEL := $(REDLIGHTS_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(REDLIGHTS_FRAMES:%.png=%.bin) - -$(REDLIGHTS_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(REDLIGHTS_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(REDLIGHTS_PALETTE:%.png=%.inc.c) - -$(REDLIGHTS_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(REDLIGHTS_FRAMES) $(REDLIGHTS_PALETTE): $(REDLIGHTS_EXPORT_SENTINEL) ; - -$(REDLIGHTS_EXPORT_SENTINEL): assets/lakitu/redlights.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_redlights -distclean_lakitu_redlights: - rm -rf $(REDLIGHTS_DIR) - -distclean_assets: distclean_lakitu_redlights diff --git a/assets/include/lakitu/reverse.mk b/assets/include/lakitu/reverse.mk deleted file mode 100644 index 415962e24..000000000 --- a/assets/include/lakitu/reverse.mk +++ /dev/null @@ -1,47 +0,0 @@ -REVERSE_DIR := assets/lakitu/reverse - -REVERSE_PALETTE := $(REVERSE_DIR)/common_tlut_lakitu_reverse.png - -REVERSE_FRAMES := \ -$(REVERSE_DIR)/gTextureLakituReverse01.png \ -$(REVERSE_DIR)/gTextureLakituReverse02.png \ -$(REVERSE_DIR)/gTextureLakituReverse03.png \ -$(REVERSE_DIR)/gTextureLakituReverse04.png \ -$(REVERSE_DIR)/gTextureLakituReverse05.png \ -$(REVERSE_DIR)/gTextureLakituReverse06.png \ -$(REVERSE_DIR)/gTextureLakituReverse07.png \ -$(REVERSE_DIR)/gTextureLakituReverse08.png \ -$(REVERSE_DIR)/gTextureLakituReverse09.png \ -$(REVERSE_DIR)/gTextureLakituReverse10.png \ -$(REVERSE_DIR)/gTextureLakituReverse11.png \ -$(REVERSE_DIR)/gTextureLakituReverse12.png \ -$(REVERSE_DIR)/gTextureLakituReverse13.png \ -$(REVERSE_DIR)/gTextureLakituReverse14.png \ -$(REVERSE_DIR)/gTextureLakituReverse15.png \ -$(REVERSE_DIR)/gTextureLakituReverse16.png - -REVERSE_EXPORT_SENTINEL := $(REVERSE_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(REVERSE_FRAMES:%.png=%.bin) - -$(REVERSE_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(REVERSE_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(REVERSE_PALETTE:%.png=%.inc.c) - -$(REVERSE_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(REVERSE_FRAMES) $(REVERSE_PALETTE): $(REVERSE_EXPORT_SENTINEL) ; - -$(REVERSE_EXPORT_SENTINEL): assets/lakitu/reverse.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_reverse -distclean_lakitu_reverse: - rm -rf $(REVERSE_DIR) - -distclean_assets: distclean_lakitu_reverse diff --git a/assets/include/lakitu/secondlap.mk b/assets/include/lakitu/secondlap.mk deleted file mode 100644 index 425123a79..000000000 --- a/assets/include/lakitu/secondlap.mk +++ /dev/null @@ -1,47 +0,0 @@ -SECONDLAP_DIR := assets/lakitu/secondlap - -SECONDLAP_PALETTE := $(SECONDLAP_DIR)/common_tlut_lakitu_second_lap.png - -SECONDLAP_FRAMES := \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap01.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap02.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap03.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap04.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap05.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap06.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap07.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap08.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap09.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap10.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap11.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap12.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap13.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap14.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap15.png \ -$(SECONDLAP_DIR)/gTextureLakituSecondLap16.png - -SECONDLAP_EXPORT_SENTINEL := $(SECONDLAP_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(SECONDLAP_FRAMES:%.png=%.bin) - -$(SECONDLAP_FRAMES:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(SECONDLAP_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(SECONDLAP_PALETTE:%.png=%.inc.c) - -$(SECONDLAP_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(SECONDLAP_FRAMES) $(SECONDLAP_PALETTE): $(SECONDLAP_EXPORT_SENTINEL) ; - -$(SECONDLAP_EXPORT_SENTINEL): assets/lakitu/secondlap.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_lakitu_secondlap -distclean_lakitu_secondlap: - rm -rf $(SECONDLAP_DIR) - -distclean_assets: distclean_lakitu_secondlap diff --git a/assets/include/minimap_icons.mk b/assets/include/minimap_icons.mk deleted file mode 100644 index dc3f76a68..000000000 --- a/assets/include/minimap_icons.mk +++ /dev/null @@ -1,33 +0,0 @@ -MINIMAP_ICONS_DIR := assets/minimap_icons - -MINIMAP_ICONS_PNG := \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_finish_line.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_mario.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_luigi.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_yoshi.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_toad.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_donkey_kong.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_wario.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_peach.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_kart_bowser.png \ -$(MINIMAP_ICONS_DIR)/common_texture_minimap_progress_dot.png - -MINIMAP_ICONS_EXPORT_SENTINEL := $(MINIMAP_ICONS_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(MINIMAP_ICONS_PNG:%.png=%.inc.c) - -$(MINIMAP_ICONS_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(MINIMAP_ICONS_PNG): $(MINIMAP_ICONS_EXPORT_SENTINEL) ; - -$(MINIMAP_ICONS_EXPORT_SENTINEL): $(ASSET_DIR)/minimap_icons.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_minimap_icons -distclean_minimap_icons: - rm -rf $(MINIMAP_ICONS_DIR) - -distclean_assets: distclean_minimap_icons diff --git a/assets/include/onomatopoeia.mk b/assets/include/onomatopoeia.mk deleted file mode 100644 index aa26b48ad..000000000 --- a/assets/include/onomatopoeia.mk +++ /dev/null @@ -1,41 +0,0 @@ -ONOMATOPOEIA_DIR := assets/onomatopoeia - -ONOMATOPOEIA_PALETTE := $(ONOMATOPOEIA_DIR)/gTLUTOnomatopoeia.png - -ONOMATOPOEIA_PNG := \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaCrash1.png \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaCrash2.png \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaWhrrrr1.png \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaWhrrrr2.png \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaPoomp1.png \ -$(ONOMATOPOEIA_DIR)/gTextureOnomatopoeiaPoomp2.png \ -$(ONOMATOPOEIA_DIR)/gTextureBalloon1.png \ -$(ONOMATOPOEIA_DIR)/gTextureBalloon2.png - -ONOMATOPOEIA_EXPORT_SENTINEL := $(ONOMATOPOEIA_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(ONOMATOPOEIA_PNG:%.png=%.mio0) -$(BUILD_DIR)/src/data/some_data.o: $(ONOMATOPOEIA_PALETTE:%.png=%.inc.c) - -$(ONOMATOPOEIA_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(ONOMATOPOEIA_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(ONOMATOPOEIA_PALETTE) - -$(ONOMATOPOEIA_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(ONOMATOPOEIA_PNG) $(ONOMATOPOEIA_PALETTE): $(ONOMATOPOEIA_EXPORT_SENTINEL) ; - -$(ONOMATOPOEIA_EXPORT_SENTINEL): $(ASSET_DIR)/onomatopoeia.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_onomatopoeia -distclean_onomatopoeia: - rm -rf $(ONOMATOPOEIA_DIR) - -distclean_assets: distclean_onomatopoeia diff --git a/assets/include/other_textures.mk b/assets/include/other_textures.mk deleted file mode 100644 index 6dcab9e92..000000000 --- a/assets/include/other_textures.mk +++ /dev/null @@ -1,475 +0,0 @@ -OTHER_TEXTURES_DIR := textures/standalone - -MARIO_RACEWAY_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_gray.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_yellow_pink.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/flag_red.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_10.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_5.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_7.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_finish_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_yoshi.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64619C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64BB60.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_663F90.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6640B4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6642A4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66C8F4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_670AC8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_674354.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67B9B0.rgba16.inc.c - -$(BUILD_DIR)/courses/mario_raceway/course_textures.linkonly.o: $(MARIO_RACEWAY_TEXTURES) - -CHOCO_MOUNTAIN_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_gray.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_backside.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_falling_rocks.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_yoshi.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64619C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64647C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_647F4C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64FBF4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_652B54.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65315C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_653DB0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6774D8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_679C04.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67B864.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67DC20.rgba16.inc.c - -$(BUILD_DIR)/courses/choco_mountain/course_textures.linkonly.o: $(CHOCO_MOUNTAIN_TEXTURES) - -BOWSERS_CASTLE_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_6.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/roof_tile.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_bowser_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_bowser_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_green_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64313C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_651F40.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6522E0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6528DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_653DB0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66ABA4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CA98.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66ED38.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_673118.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6733CC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_673990.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_673FF8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_674B28.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_676C6C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_676D7C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_676EA8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_679D34.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67A370.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67A91C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67ADF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67EFEC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68D834.rgba16.inc.c - -$(BUILD_DIR)/courses/bowsers_castle/course_textures.linkonly.o: $(BOWSERS_CASTLE_TEXTURES) - -BANSHEE_BOARDWALK_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_welcome_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_welcome_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wood_red_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wooden_back_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wooden_back_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643B3C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6447C4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64BB60.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64BCCC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64FBF4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_651B20.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66262C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668728.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66A3DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CA98.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CD64.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66D698.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66E608.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_676FB0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67B388.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_685AC0.ia16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68D940.rgba16.inc.c - -$(BUILD_DIR)/courses/banshee_boardwalk/course_textures.linkonly.o: $(BANSHEE_BOARDWALK_TEXTURES) - -YOSHI_VALLEY_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_black_white.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/fence_rope.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wood_red_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643B3C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64CC20.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65E2EC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6775EC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6846DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_685108.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68DEC0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68E2D0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wood_bridge_slats.rgba16.inc.c - -$(BUILD_DIR)/courses/yoshi_valley/course_textures.linkonly.o: $(YOSHI_VALLEY_TEXTURES) - -FRAPPE_SNOWLAND_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CA98.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_675434.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_677F04.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_678118.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_679258.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67973C.rgba16.inc.c - -$(BUILD_DIR)/courses/frappe_snowland/course_textures.linkonly.o: $(FRAPPE_SNOWLAND_TEXTURES) - -KOOPA_TROOPA_BEACH_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_12.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sand_finish.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wood_red_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643430.ia16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643B3C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6609D0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_660D8C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_669570.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66A3DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CA98.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66DD38.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67BEE8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/waves_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/waves_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wheel_steam_engine.rgba16.inc.c - -$(BUILD_DIR)/courses/koopa_troopa_beach/course_textures.linkonly.o: $(KOOPA_TROOPA_BEACH_TEXTURES) - -ROYAL_RACEWAY_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/bricks_red.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/castle_bricks.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/castle_bridge.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_gray.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_pink.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/crown.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/crown_jewel_blue.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/crown_jewel_pink.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/fence_post_wooden.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/flag_red.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/flag_red_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_3.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_9.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_finish_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_yoshi.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/stainglass_peach_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/stainglass_peach_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6449D4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_645134.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64619C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_648508.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64BB60.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64F9E8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_664408.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6646B8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_665C0C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6661AC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6663A4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_667BAC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66CA98.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66DB60.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_670AC8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67FE0C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wood_door_1.rgba16.inc.c - -$(BUILD_DIR)/courses/royal_raceway/course_textures.linkonly.o: $(ROYAL_RACEWAY_TEXTURES) - -LUIGI_RACEWAY_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_gray.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_green.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerbord_yellow_blue.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/flag_red.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_11.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_3.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_finish_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_blue_64.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigi_face_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigi_face_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_yoshi.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64619C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65100C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65112C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_653608.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66C7A8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_670AC8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_671A88.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6735DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_673C68.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6747C4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67BBD8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68272C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682928.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682B24.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682D20.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682F1C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_683118.rgba16.inc.c - -$(BUILD_DIR)/courses/luigi_raceway/course_textures.linkonly.o: $(LUIGI_RACEWAY_TEXTURES) - -MOO_MOO_FARM_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6442D4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64440C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6446AC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64ACAC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64AF50.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64B090.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64B3F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64B54C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66D698.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_674D58.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_675064.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_675220.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6775EC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_683314.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68CDA0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wheel_steam_engine_real.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wood_door_0.rgba16.inc.c - -$(BUILD_DIR)/courses/moo_moo_farm/course_textures.linkonly.o: $(MOO_MOO_FARM_TEXTURES) - -TOADS_TURNPIKE_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/grass_11.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_3.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_5.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/road_finish_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_merging_lanes.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_toad_green.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_toad_red.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_toad_yellow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_645134.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64FE68.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65127C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6607C0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6608C8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668228.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_671A88.rgba16.inc.c - -$(BUILD_DIR)/courses/toads_turnpike/course_textures.linkonly.o: $(TOADS_TURNPIKE_TEXTURES) - -KALIMARI_DESERT_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_blue_gray.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/fence_barbed_wire.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/railroad_crossing_track.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/railroad_track.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_koopa_air_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_luigis_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_mario_star_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_nintendo_red_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_shell_shot_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_yoshi.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_646CA8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6473E4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_647994.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668920.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67291C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67490C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67D304.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67E010.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67EEAC.rgba16.inc.c - -$(BUILD_DIR)/courses/kalimari_desert/course_textures.linkonly.o: $(KALIMARI_DESERT_TEXTURES) - -SHERBET_LAND_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wood_red_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643B3C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_651428.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_651984.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_662924.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66D024.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_678118.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67842C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67893C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_678CC8.rgba16.inc.c - -$(BUILD_DIR)/courses/sherbet_land/course_textures.linkonly.o: $(SHERBET_LAND_TEXTURES) - -RAINBOW_ROAD_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_black_white.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/rainbow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/star_outline.ia16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_662A34.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67A1B8.rgba16.inc.c - -$(BUILD_DIR)/courses/rainbow_road/course_textures.linkonly.o: $(RAINBOW_ROAD_TEXTURES) - -WARIO_STADIUM := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/checkerboard_black_white.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_wario_face.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_643A34.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64C11C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64C7B4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668228.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668358.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66AEB8.ia16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66EBF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_670AC8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_677A40.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67E428.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67F15C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67F450.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68272C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682928.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682B24.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682D20.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_682F1C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_683118.rgba16.inc.c - -$(BUILD_DIR)/courses/wario_stadium/course_textures.linkonly.o: $(WARIO_STADIUM) - -BLOCK_FORT_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/gray_checkerboard.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/gray_cobblestone.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64275C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64286C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_642978.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6442D4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6747C4.rgba16.inc.c - -$(BUILD_DIR)/courses/block_fort/course_textures.linkonly.o: $(BLOCK_FORT_TEXTURES) - -SKYSCRAPER_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/number_yellow_blue_1.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/number_yellow_blue_2.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/number_yellow_blue_3.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/number_yellow_blue_4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_645660.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6457D8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6462C0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64B8D8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_668608.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67B75C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6835F0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6864E8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_686CF0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6875A8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_687EE8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68876C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_689230.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_689C00.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68A484.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68AC5C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68B6A4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68BE6C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_68C310.rgba16.inc.c - -$(BUILD_DIR)/courses/skyscraper/course_textures.linkonly.o: $(SKYSCRAPER_TEXTURES) - -DOUBLE_DECK_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/gray_cobblestone.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_642978.rgba16.inc.c - -$(BUILD_DIR)/courses/double_deck/course_textures.linkonly.o: $(DOUBLE_DECK_TEXTURES) - -DKS_JUNGLE_PARKWAY_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/sign_pink_arrow.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_648508.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_654460.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_654F74.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_655998.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_655F38.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_656AF4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6575C8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_658370.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65912C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_659EE8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65ADE0.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65BB3C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65C8DC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65D5D4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65E2EC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65E59C.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65EAEC.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65EE38.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_65FB18.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6684F8.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_683844.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/waves_0.ia16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/wood_bridge_slats.rgba16.inc.c - -$(BUILD_DIR)/courses/dks_jungle_parkway/course_textures.linkonly.o: $(DKS_JUNGLE_PARKWAY_TEXTURES) - -BIG_DONUT_TEXTURES := \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_64BA50.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_66ABA4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_6747C4.rgba16.inc.c \ -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/texture_67490C.rgba16.inc.c - -$(BUILD_DIR)/courses/big_donut/course_textures.linkonly.o: $(BIG_DONUT_TEXTURES) - -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/%.rgba16.inc.c: $(OTHER_TEXTURES_DIR)/%.rgba16.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(BUILD_DIR)/$(OTHER_TEXTURES_DIR)/%.ia16.inc.c: $(OTHER_TEXTURES_DIR)/%.ia16.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f ia16 diff --git a/assets/include/player_emblems.mk b/assets/include/player_emblems.mk deleted file mode 100644 index 90a828144..000000000 --- a/assets/include/player_emblems.mk +++ /dev/null @@ -1,33 +0,0 @@ -PLAYER_EMBLEM_DIR := assets/player_emblems - -PLAYER_EMBLEM_PALETTE := $(PLAYER_EMBLEM_DIR)/common_tlut_player_emblem.png - -PLAYER_EMBLEM_PNGS := \ -$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_1p.png \ -$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_2p.png \ -$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_3p.png \ -$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_4p.png - -PLAYER_EMBLEM_EXPORT_SENTINEL := $(PLAYER_EMBLEM_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(PLAYER_EMBLEM_PNGS:%.png=%.inc.c) $(PLAYER_EMBLEM_PALETTE:%.png=%.inc.c) - -$(PLAYER_EMBLEM_PNGS:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(PLAYER_EMBLEM_PALETTE) - -$(PLAYER_EMBLEM_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(PLAYER_EMBLEM_PNGS) $(PLAYER_EMBLEM_PALETTE): $(PLAYER_EMBLEM_EXPORT_SENTINEL) ; - -$(PLAYER_EMBLEM_EXPORT_SENTINEL): $(ASSET_DIR)/player_emblems.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_player_emblems -distclean_player_emblems: - rm -rf $(PLAYER_EMBLEM_DIR) - -distclean_assets: distclean_player_emblems diff --git a/assets/include/startup_logo.mk b/assets/include/startup_logo.mk deleted file mode 100644 index 0f5b7c2ce..000000000 --- a/assets/include/startup_logo.mk +++ /dev/null @@ -1,23 +0,0 @@ -STARTUP_LOGO := assets/startup_logo - -REFLECTION_MAP := $(STARTUP_LOGO)/gTextureReflectionMapGold.png - -STARTUP_LOGO_EXPORT_SENTINEL := $(STARTUP_LOGO)/.export - -$(BUILD_DIR)/src/data/startup_logo.o: $(REFLECTION_MAP:%.png=%.inc.c) - -$(REFLECTION_MAP:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(REFLECTION_MAP): $(STARTUP_LOGO_EXPORT_SENTINEL) ; - -$(STARTUP_LOGO_EXPORT_SENTINEL): $(ASSET_DIR)/startup_logo.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_startup_logo -distclean_startup_logo: - rm -rf $(STARTUP_LOGO) - -distclean_assets: distclean_startup_logo diff --git a/assets/include/trees.mk b/assets/include/trees.mk deleted file mode 100644 index 05e7b1360..000000000 --- a/assets/include/trees.mk +++ /dev/null @@ -1,49 +0,0 @@ -TREES_DIR := assets/trees - -# The Tree palette is really really strange. There's only 8x29 (232) entires as opposed to the usual 16x16 (256) that TLUTs have. -# So we do something a little strange. We extract 2 versions of the TLUT. -# gTLUTTrees is 16x16, meaning that is has some other TLUT data filling out the backend. This is the one used to extract/import the rest of -# the tree pictures -# common_tlut_trees_import is 8x29. Only used as an inc.c file. -TREES_PALETTE_IMPORT := $(TREES_DIR)/common_tlut_trees_import.png -TREES_PALETTE := $(TREES_DIR)/gTLUTTrees.png - -TREES_PNG := \ -$(TREES_DIR)/gTextureTrees1.png \ -$(TREES_DIR)/gTextureTrees2.png \ -$(TREES_DIR)/gTextureTrees3.png \ -$(TREES_DIR)/gTextureTrees4Left.png \ -$(TREES_DIR)/gTextureTrees4Right.png \ -$(TREES_DIR)/gTextureTrees5Left.png \ -$(TREES_DIR)/gTextureTrees5Right.png \ -$(TREES_DIR)/gTextureTrees6.png \ -$(TREES_DIR)/gTextureTrees7.png - -TREES_EXPORT_SENTINEL := $(TREES_DIR)/.export - -$(BUILD_DIR)/$(DATA_DIR)/other_textures.o: $(TREES_PNG:%.png=%.mio0) - -$(TREES_PNG:%.png=%.mio0): %.mio0 : %.bin - $(V)$(MIO0TOOL) -c $< $@ - -$(TREES_PNG:%.png=%.bin): %.bin : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s raw -f ci8 -c rgba16 -p $(TREES_PALETTE) - -$(BUILD_DIR)/src/data/common_textures.o: $(TREES_PALETTE_IMPORT:%.png=%.inc.c) - -$(TREES_PALETTE:%.png=%.inc.c) $(TREES_PALETTE_IMPORT:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(TREES_PNG) $(TREES_PALETTE) $(TREES_PALETTE_IMPORT): $(TREES_EXPORT_SENTINEL) ; - -$(TREES_EXPORT_SENTINEL): $(ASSET_DIR)/trees.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_trees -distclean_trees: - rm -rf $(TREES_DIR) - -distclean_assets: distclean_trees diff --git a/assets/include/unused_traffic_light.mk b/assets/include/unused_traffic_light.mk deleted file mode 100644 index aa33d8cb9..000000000 --- a/assets/include/unused_traffic_light.mk +++ /dev/null @@ -1,39 +0,0 @@ -UNUSED_TRAFFIC_LIGHT_DIR := assets/unused_traffic_light - -UNUSED_TRAFFIC_LIGHT_PALETTE := $(UNUSED_TRAFFIC_LIGHT_DIR)/common_tlut_traffic_light.png - -UNUSED_TRAFFIC_LIGHT_PNG := \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_01.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_02.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_03.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_04.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_05.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_06.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_07.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_08.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_09.png \ -$(UNUSED_TRAFFIC_LIGHT_DIR)/common_texture_traffic_light_10.png - -UNUSED_TRAFFIC_LIGHT_EXPORT_SENTINEL := $(UNUSED_TRAFFIC_LIGHT_DIR)/.export - -$(BUILD_DIR)/src/data/common_textures.o: $(UNUSED_TRAFFIC_LIGHT_PNG:%.png=%.inc.c) $(UNUSED_TRAFFIC_LIGHT_PALETTE:%.png=%.inc.c) - -$(UNUSED_TRAFFIC_LIGHT_PNG:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -Z $@ -g $< -s u8 -f ci8 -c rgba16 -p $(UNUSED_TRAFFIC_LIGHT_PALETTE) - -$(UNUSED_TRAFFIC_LIGHT_PALETTE:%.png=%.inc.c): %.inc.c : %.png - @$(PRINT) "$(GREEN)Converting: $(BLUE) $< -> $@$(NO_COL)\n" - $(V)$(N64GRAPHICS) -i $@ -g $< -s u8 -f rgba16 - -$(UNUSED_TRAFFIC_LIGHT_PNG) $(UNUSED_TRAFFIC_LIGHT_PALETTE): $(UNUSED_TRAFFIC_LIGHT_EXPORT_SENTINEL) ; - -$(UNUSED_TRAFFIC_LIGHT_EXPORT_SENTINEL): $(ASSET_DIR)/unused_traffic_light.json - $(V)$(ASSET_EXTRACT) $(BASEROM) $< - $(V)$(TOUCH) $@ - -.PHONY: distclean_unused_traffic_light -distclean_unused_traffic_light: - rm -rf $(UNUSED_TRAFFIC_LIGHT_DIR) - -distclean_assets: distclean_unused_traffic_light diff --git a/assets/item_window.json b/assets/item_window.json deleted file mode 100644 index 13cab6fc5..000000000 --- a/assets/item_window.json +++ /dev/null @@ -1,35 +0,0 @@ -{ -"common_texture_item_window_none": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1FED8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_none"}, -"common_texture_item_window_banana": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x203D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_banana"}, -"common_texture_item_window_banana_bunch": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x208D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_banana_bunch"}, -"common_texture_item_window_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x20DD8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_mushroom"}, -"common_texture_item_window_double_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x212D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_double_mushroom"}, -"common_texture_item_window_triple_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x217D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_triple_mushroom"}, -"common_texture_item_window_super_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x21CD8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_super_mushroom"}, -"common_texture_item_window_blue_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x221D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_blue_shell"}, -"common_texture_item_window_boo": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x226D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_boo"}, -"common_texture_item_window_green_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x22BD8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_green_shell"}, -"common_texture_item_window_triple_green_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x230D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_triple_green_shell"}, -"common_texture_item_window_red_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x235D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_red_shell"}, -"common_texture_item_window_triple_red_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x23AD8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_triple_red_shell"}, -"common_texture_item_window_star": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x23FD8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_star"}, -"common_texture_item_window_thunder_bolt": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x244D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_thunder_bolt"}, -"common_texture_item_window_fake_item_box": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x249D8", "width": 40, "height": 32, "type": "ci8", "tlut": "common_tlut_item_window_fake_item_box"}, - -"common_tlut_item_window_none": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1DED8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_banana": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1E0D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_banana_bunch": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1E2D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1E4D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_double_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1E6D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_triple_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1E8D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_super_mushroom": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1EAD8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_blue_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1ECD8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_boo": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1EED8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_green_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1F0D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_triple_green_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1F2D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_red_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1F4D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_triple_red_shell": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1F6D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_star": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1F8D8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_thunder_bolt": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1FAD8", "width": 16, "height": 16, "type": "rgba16"}, -"common_tlut_item_window_fake_item_box": {"output_dir": "item_window", "rom_offset": "0x132B50", "block_offset": "0x1FCD8", "width": 16, "height": 16, "type": "rgba16"} -} diff --git a/assets/karts/bowser_kart.json b/assets/karts/bowser_kart.json deleted file mode 100644 index 38d39699a..000000000 --- a/assets/karts/bowser_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"bowser_kart_frame000": {"output_dir": "bowser/frames", "rom_offset": "0x57DE70", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame001": {"output_dir": "bowser/frames", "rom_offset": "0x57E4C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame002": {"output_dir": "bowser/frames", "rom_offset": "0x57EB4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame003": {"output_dir": "bowser/frames", "rom_offset": "0x57F1CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame004": {"output_dir": "bowser/frames", "rom_offset": "0x57F830", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame005": {"output_dir": "bowser/frames", "rom_offset": "0x57FED0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame006": {"output_dir": "bowser/frames", "rom_offset": "0x580580", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame007": {"output_dir": "bowser/frames", "rom_offset": "0x580C64", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame008": {"output_dir": "bowser/frames", "rom_offset": "0x581380", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame009": {"output_dir": "bowser/frames", "rom_offset": "0x581AAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame010": {"output_dir": "bowser/frames", "rom_offset": "0x5821F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame011": {"output_dir": "bowser/frames", "rom_offset": "0x582964", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame012": {"output_dir": "bowser/frames", "rom_offset": "0x5830DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame013": {"output_dir": "bowser/frames", "rom_offset": "0x583858", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame014": {"output_dir": "bowser/frames", "rom_offset": "0x583FF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame015": {"output_dir": "bowser/frames", "rom_offset": "0x5847AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame016": {"output_dir": "bowser/frames", "rom_offset": "0x584F64", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame017": {"output_dir": "bowser/frames", "rom_offset": "0x585734", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame018": {"output_dir": "bowser/frames", "rom_offset": "0x585EF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame019": {"output_dir": "bowser/frames", "rom_offset": "0x5866A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame020": {"output_dir": "bowser/frames", "rom_offset": "0x586E84", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame021": {"output_dir": "bowser/frames", "rom_offset": "0x587658", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame022": {"output_dir": "bowser/frames", "rom_offset": "0x587CCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame023": {"output_dir": "bowser/frames", "rom_offset": "0x58836C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame024": {"output_dir": "bowser/frames", "rom_offset": "0x5889F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame025": {"output_dir": "bowser/frames", "rom_offset": "0x589078", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame026": {"output_dir": "bowser/frames", "rom_offset": "0x589708", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame027": {"output_dir": "bowser/frames", "rom_offset": "0x589DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame028": {"output_dir": "bowser/frames", "rom_offset": "0x58A4E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame029": {"output_dir": "bowser/frames", "rom_offset": "0x58AC10", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame030": {"output_dir": "bowser/frames", "rom_offset": "0x58B35C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame031": {"output_dir": "bowser/frames", "rom_offset": "0x58BAC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame032": {"output_dir": "bowser/frames", "rom_offset": "0x58C24C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame033": {"output_dir": "bowser/frames", "rom_offset": "0x58C9DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame034": {"output_dir": "bowser/frames", "rom_offset": "0x58D198", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame035": {"output_dir": "bowser/frames", "rom_offset": "0x58D95C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame036": {"output_dir": "bowser/frames", "rom_offset": "0x58E12C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame037": {"output_dir": "bowser/frames", "rom_offset": "0x58E8F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame038": {"output_dir": "bowser/frames", "rom_offset": "0x58F0C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame039": {"output_dir": "bowser/frames", "rom_offset": "0x58F890", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame040": {"output_dir": "bowser/frames", "rom_offset": "0x590078", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame041": {"output_dir": "bowser/frames", "rom_offset": "0x590854", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame042": {"output_dir": "bowser/frames", "rom_offset": "0x59105C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame043": {"output_dir": "bowser/frames", "rom_offset": "0x5916FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame044": {"output_dir": "bowser/frames", "rom_offset": "0x591DB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame045": {"output_dir": "bowser/frames", "rom_offset": "0x592464", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame046": {"output_dir": "bowser/frames", "rom_offset": "0x592B24", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame047": {"output_dir": "bowser/frames", "rom_offset": "0x593204", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame048": {"output_dir": "bowser/frames", "rom_offset": "0x5938EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame049": {"output_dir": "bowser/frames", "rom_offset": "0x594010", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame050": {"output_dir": "bowser/frames", "rom_offset": "0x594774", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame051": {"output_dir": "bowser/frames", "rom_offset": "0x594EE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame052": {"output_dir": "bowser/frames", "rom_offset": "0x595698", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame053": {"output_dir": "bowser/frames", "rom_offset": "0x595E3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame054": {"output_dir": "bowser/frames", "rom_offset": "0x596604", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame055": {"output_dir": "bowser/frames", "rom_offset": "0x596DD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame056": {"output_dir": "bowser/frames", "rom_offset": "0x597590", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame057": {"output_dir": "bowser/frames", "rom_offset": "0x597D80", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame058": {"output_dir": "bowser/frames", "rom_offset": "0x59855C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame059": {"output_dir": "bowser/frames", "rom_offset": "0x598D40", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame060": {"output_dir": "bowser/frames", "rom_offset": "0x599528", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame061": {"output_dir": "bowser/frames", "rom_offset": "0x599D24", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame062": {"output_dir": "bowser/frames", "rom_offset": "0x59A53C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame063": {"output_dir": "bowser/frames", "rom_offset": "0x59AD60", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame064": {"output_dir": "bowser/frames", "rom_offset": "0x59B42C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame065": {"output_dir": "bowser/frames", "rom_offset": "0x59BB08", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame066": {"output_dir": "bowser/frames", "rom_offset": "0x59C208", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame067": {"output_dir": "bowser/frames", "rom_offset": "0x59C8E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame068": {"output_dir": "bowser/frames", "rom_offset": "0x59CFBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame069": {"output_dir": "bowser/frames", "rom_offset": "0x59D6DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame070": {"output_dir": "bowser/frames", "rom_offset": "0x59DE2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame071": {"output_dir": "bowser/frames", "rom_offset": "0x59E594", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame072": {"output_dir": "bowser/frames", "rom_offset": "0x59ED14", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame073": {"output_dir": "bowser/frames", "rom_offset": "0x59F4D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame074": {"output_dir": "bowser/frames", "rom_offset": "0x59FC98", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame075": {"output_dir": "bowser/frames", "rom_offset": "0x5A046C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame076": {"output_dir": "bowser/frames", "rom_offset": "0x5A0C44", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame077": {"output_dir": "bowser/frames", "rom_offset": "0x5A142C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame078": {"output_dir": "bowser/frames", "rom_offset": "0x5A1C2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame079": {"output_dir": "bowser/frames", "rom_offset": "0x5A2444", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame080": {"output_dir": "bowser/frames", "rom_offset": "0x5A2C48", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame081": {"output_dir": "bowser/frames", "rom_offset": "0x5A3460", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame082": {"output_dir": "bowser/frames", "rom_offset": "0x5A3C74", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame083": {"output_dir": "bowser/frames", "rom_offset": "0x5A4494", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame084": {"output_dir": "bowser/frames", "rom_offset": "0x5A4CB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame085": {"output_dir": "bowser/frames", "rom_offset": "0x5A5394", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame086": {"output_dir": "bowser/frames", "rom_offset": "0x5A5A78", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame087": {"output_dir": "bowser/frames", "rom_offset": "0x5A6178", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame088": {"output_dir": "bowser/frames", "rom_offset": "0x5A6864", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame089": {"output_dir": "bowser/frames", "rom_offset": "0x5A6F78", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame090": {"output_dir": "bowser/frames", "rom_offset": "0x5A76B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame091": {"output_dir": "bowser/frames", "rom_offset": "0x5A7E10", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame092": {"output_dir": "bowser/frames", "rom_offset": "0x5A85A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame093": {"output_dir": "bowser/frames", "rom_offset": "0x5A8D4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame094": {"output_dir": "bowser/frames", "rom_offset": "0x5A9528", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame095": {"output_dir": "bowser/frames", "rom_offset": "0x5A9D0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame096": {"output_dir": "bowser/frames", "rom_offset": "0x5AA500", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame097": {"output_dir": "bowser/frames", "rom_offset": "0x5AAD04", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame098": {"output_dir": "bowser/frames", "rom_offset": "0x5AB514", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame099": {"output_dir": "bowser/frames", "rom_offset": "0x5ABD2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame100": {"output_dir": "bowser/frames", "rom_offset": "0x5AC540", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame101": {"output_dir": "bowser/frames", "rom_offset": "0x5ACD5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame102": {"output_dir": "bowser/frames", "rom_offset": "0x5AD590", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame103": {"output_dir": "bowser/frames", "rom_offset": "0x5ADDC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame104": {"output_dir": "bowser/frames", "rom_offset": "0x5AE5F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame105": {"output_dir": "bowser/frames", "rom_offset": "0x5AEE40", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame106": {"output_dir": "bowser/frames", "rom_offset": "0x5AF528", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame107": {"output_dir": "bowser/frames", "rom_offset": "0x5AFC38", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame108": {"output_dir": "bowser/frames", "rom_offset": "0x5B0348", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame109": {"output_dir": "bowser/frames", "rom_offset": "0x5B0A6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame110": {"output_dir": "bowser/frames", "rom_offset": "0x5B1190", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame111": {"output_dir": "bowser/frames", "rom_offset": "0x5B1904", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame112": {"output_dir": "bowser/frames", "rom_offset": "0x5B2094", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame113": {"output_dir": "bowser/frames", "rom_offset": "0x5B2844", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame114": {"output_dir": "bowser/frames", "rom_offset": "0x5B3008", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame115": {"output_dir": "bowser/frames", "rom_offset": "0x5B37E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame116": {"output_dir": "bowser/frames", "rom_offset": "0x5B3FC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame117": {"output_dir": "bowser/frames", "rom_offset": "0x5B47E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame118": {"output_dir": "bowser/frames", "rom_offset": "0x5B4FE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame119": {"output_dir": "bowser/frames", "rom_offset": "0x5B5808", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame120": {"output_dir": "bowser/frames", "rom_offset": "0x5B6040", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame121": {"output_dir": "bowser/frames", "rom_offset": "0x5B6868", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame122": {"output_dir": "bowser/frames", "rom_offset": "0x5B70A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame123": {"output_dir": "bowser/frames", "rom_offset": "0x5B78C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame124": {"output_dir": "bowser/frames", "rom_offset": "0x5B8118", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame125": {"output_dir": "bowser/frames", "rom_offset": "0x5B8938", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame126": {"output_dir": "bowser/frames", "rom_offset": "0x5B91A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame127": {"output_dir": "bowser/frames", "rom_offset": "0x5B98B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame128": {"output_dir": "bowser/frames", "rom_offset": "0x5B9FEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame129": {"output_dir": "bowser/frames", "rom_offset": "0x5BA714", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame130": {"output_dir": "bowser/frames", "rom_offset": "0x5BAE50", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame131": {"output_dir": "bowser/frames", "rom_offset": "0x5BB5B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame132": {"output_dir": "bowser/frames", "rom_offset": "0x5BBD24", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame133": {"output_dir": "bowser/frames", "rom_offset": "0x5BC4CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame134": {"output_dir": "bowser/frames", "rom_offset": "0x5BCC94", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame135": {"output_dir": "bowser/frames", "rom_offset": "0x5BD464", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame136": {"output_dir": "bowser/frames", "rom_offset": "0x5BDC5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame137": {"output_dir": "bowser/frames", "rom_offset": "0x5BE450", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame138": {"output_dir": "bowser/frames", "rom_offset": "0x5BEC74", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame139": {"output_dir": "bowser/frames", "rom_offset": "0x5BF4AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame140": {"output_dir": "bowser/frames", "rom_offset": "0x5BFCE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame141": {"output_dir": "bowser/frames", "rom_offset": "0x5C0534", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame142": {"output_dir": "bowser/frames", "rom_offset": "0x5C0D74", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame143": {"output_dir": "bowser/frames", "rom_offset": "0x5C15B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame144": {"output_dir": "bowser/frames", "rom_offset": "0x5C1E08", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame145": {"output_dir": "bowser/frames", "rom_offset": "0x5C2670", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame146": {"output_dir": "bowser/frames", "rom_offset": "0x5C2EC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame147": {"output_dir": "bowser/frames", "rom_offset": "0x5C373C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame148": {"output_dir": "bowser/frames", "rom_offset": "0x5C3E7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame149": {"output_dir": "bowser/frames", "rom_offset": "0x5C45C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame150": {"output_dir": "bowser/frames", "rom_offset": "0x5C4D20", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame151": {"output_dir": "bowser/frames", "rom_offset": "0x5C5484", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame152": {"output_dir": "bowser/frames", "rom_offset": "0x5C5C04", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame153": {"output_dir": "bowser/frames", "rom_offset": "0x5C63BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame154": {"output_dir": "bowser/frames", "rom_offset": "0x5C6B98", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame155": {"output_dir": "bowser/frames", "rom_offset": "0x5C738C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame156": {"output_dir": "bowser/frames", "rom_offset": "0x5C7B90", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame157": {"output_dir": "bowser/frames", "rom_offset": "0x5C837C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame158": {"output_dir": "bowser/frames", "rom_offset": "0x5C8B7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame159": {"output_dir": "bowser/frames", "rom_offset": "0x5C93B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame160": {"output_dir": "bowser/frames", "rom_offset": "0x5C9BF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame161": {"output_dir": "bowser/frames", "rom_offset": "0x5CA460", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame162": {"output_dir": "bowser/frames", "rom_offset": "0x5CACCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame163": {"output_dir": "bowser/frames", "rom_offset": "0x5CB514", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame164": {"output_dir": "bowser/frames", "rom_offset": "0x5CBD84", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame165": {"output_dir": "bowser/frames", "rom_offset": "0x5CC5F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame166": {"output_dir": "bowser/frames", "rom_offset": "0x5CCE98", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame167": {"output_dir": "bowser/frames", "rom_offset": "0x5CD720", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame168": {"output_dir": "bowser/frames", "rom_offset": "0x5CDFB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame169": {"output_dir": "bowser/frames", "rom_offset": "0x5CE70C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame170": {"output_dir": "bowser/frames", "rom_offset": "0x5CEE84", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame171": {"output_dir": "bowser/frames", "rom_offset": "0x5CF600", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame172": {"output_dir": "bowser/frames", "rom_offset": "0x5CFD90", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame173": {"output_dir": "bowser/frames", "rom_offset": "0x5D0564", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame174": {"output_dir": "bowser/frames", "rom_offset": "0x5D0D2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame175": {"output_dir": "bowser/frames", "rom_offset": "0x5D151C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame176": {"output_dir": "bowser/frames", "rom_offset": "0x5D1D28", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame177": {"output_dir": "bowser/frames", "rom_offset": "0x5D252C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame178": {"output_dir": "bowser/frames", "rom_offset": "0x5D2D54", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame179": {"output_dir": "bowser/frames", "rom_offset": "0x5D3588", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame180": {"output_dir": "bowser/frames", "rom_offset": "0x5D3DD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame181": {"output_dir": "bowser/frames", "rom_offset": "0x5D4634", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame182": {"output_dir": "bowser/frames", "rom_offset": "0x5D4EA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame183": {"output_dir": "bowser/frames", "rom_offset": "0x5D573C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame184": {"output_dir": "bowser/frames", "rom_offset": "0x5D5FC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame185": {"output_dir": "bowser/frames", "rom_offset": "0x5D6874", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame186": {"output_dir": "bowser/frames", "rom_offset": "0x5D70F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame187": {"output_dir": "bowser/frames", "rom_offset": "0x5D799C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame188": {"output_dir": "bowser/frames", "rom_offset": "0x5D8238", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame189": {"output_dir": "bowser/frames", "rom_offset": "0x5D8AE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame190": {"output_dir": "bowser/frames", "rom_offset": "0x5D9160", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame191": {"output_dir": "bowser/frames", "rom_offset": "0x5D981C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame192": {"output_dir": "bowser/frames", "rom_offset": "0x5D9F44", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame193": {"output_dir": "bowser/frames", "rom_offset": "0x5DA694", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame194": {"output_dir": "bowser/frames", "rom_offset": "0x5DAE20", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame195": {"output_dir": "bowser/frames", "rom_offset": "0x5DB5C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame196": {"output_dir": "bowser/frames", "rom_offset": "0x5DBDAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame197": {"output_dir": "bowser/frames", "rom_offset": "0x5DC5C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame198": {"output_dir": "bowser/frames", "rom_offset": "0x5DCDEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame199": {"output_dir": "bowser/frames", "rom_offset": "0x5DD680", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame200": {"output_dir": "bowser/frames", "rom_offset": "0x5DDF28", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame201": {"output_dir": "bowser/frames", "rom_offset": "0x5DE7FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame202": {"output_dir": "bowser/frames", "rom_offset": "0x5DF0CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame203": {"output_dir": "bowser/frames", "rom_offset": "0x5DF9B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame204": {"output_dir": "bowser/frames", "rom_offset": "0x5E0288", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame205": {"output_dir": "bowser/frames", "rom_offset": "0x5E0B48", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame206": {"output_dir": "bowser/frames", "rom_offset": "0x5E13A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame207": {"output_dir": "bowser/frames", "rom_offset": "0x5E1BE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame208": {"output_dir": "bowser/frames", "rom_offset": "0x5E2430", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame209": {"output_dir": "bowser/frames", "rom_offset": "0x5E2C60", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame210": {"output_dir": "bowser/frames", "rom_offset": "0x5E3320", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame211": {"output_dir": "bowser/frames", "rom_offset": "0x5E3A34", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame212": {"output_dir": "bowser/frames", "rom_offset": "0x5E41B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame213": {"output_dir": "bowser/frames", "rom_offset": "0x5E4968", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame214": {"output_dir": "bowser/frames", "rom_offset": "0x5E5108", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame215": {"output_dir": "bowser/frames", "rom_offset": "0x5E58E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame216": {"output_dir": "bowser/frames", "rom_offset": "0x5E6114", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame217": {"output_dir": "bowser/frames", "rom_offset": "0x5E6958", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame218": {"output_dir": "bowser/frames", "rom_offset": "0x5E71C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame219": {"output_dir": "bowser/frames", "rom_offset": "0x5E7A3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame220": {"output_dir": "bowser/frames", "rom_offset": "0x5E82B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame221": {"output_dir": "bowser/frames", "rom_offset": "0x5E8B70", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame222": {"output_dir": "bowser/frames", "rom_offset": "0x5E942C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame223": {"output_dir": "bowser/frames", "rom_offset": "0x5E9CD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame224": {"output_dir": "bowser/frames", "rom_offset": "0x5EA570", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame225": {"output_dir": "bowser/frames", "rom_offset": "0x5EADF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame226": {"output_dir": "bowser/frames", "rom_offset": "0x5EB620", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame227": {"output_dir": "bowser/frames", "rom_offset": "0x5EBE3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame228": {"output_dir": "bowser/frames", "rom_offset": "0x5EC658", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame229": {"output_dir": "bowser/frames", "rom_offset": "0x5ECE34", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame230": {"output_dir": "bowser/frames", "rom_offset": "0x5ED528", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame231": {"output_dir": "bowser/frames", "rom_offset": "0x5EDC88", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame232": {"output_dir": "bowser/frames", "rom_offset": "0x5EE434", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame233": {"output_dir": "bowser/frames", "rom_offset": "0x5EEC04", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame234": {"output_dir": "bowser/frames", "rom_offset": "0x5EF408", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame235": {"output_dir": "bowser/frames", "rom_offset": "0x5EFC30", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame236": {"output_dir": "bowser/frames", "rom_offset": "0x5F0478", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame237": {"output_dir": "bowser/frames", "rom_offset": "0x5F0CD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame238": {"output_dir": "bowser/frames", "rom_offset": "0x5F153C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame239": {"output_dir": "bowser/frames", "rom_offset": "0x5F1DBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame240": {"output_dir": "bowser/frames", "rom_offset": "0x5F2654", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame241": {"output_dir": "bowser/frames", "rom_offset": "0x5F2F04", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame242": {"output_dir": "bowser/frames", "rom_offset": "0x5F3754", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame243": {"output_dir": "bowser/frames", "rom_offset": "0x5F3FE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame244": {"output_dir": "bowser/frames", "rom_offset": "0x5F485C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame245": {"output_dir": "bowser/frames", "rom_offset": "0x5F5098", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame246": {"output_dir": "bowser/frames", "rom_offset": "0x5F5898", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame247": {"output_dir": "bowser/frames", "rom_offset": "0x5F6070", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame248": {"output_dir": "bowser/frames", "rom_offset": "0x5F6850", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame249": {"output_dir": "bowser/frames", "rom_offset": "0x5F700C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame250": {"output_dir": "bowser/frames", "rom_offset": "0x5F774C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame251": {"output_dir": "bowser/frames", "rom_offset": "0x5F7EDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame252": {"output_dir": "bowser/frames", "rom_offset": "0x5F86A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame253": {"output_dir": "bowser/frames", "rom_offset": "0x5F8E98", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame254": {"output_dir": "bowser/frames", "rom_offset": "0x5F96AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame255": {"output_dir": "bowser/frames", "rom_offset": "0x5F9EEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame256": {"output_dir": "bowser/frames", "rom_offset": "0x5FA764", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame257": {"output_dir": "bowser/frames", "rom_offset": "0x5FAFE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame258": {"output_dir": "bowser/frames", "rom_offset": "0x5FB858", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame259": {"output_dir": "bowser/frames", "rom_offset": "0x5FC0EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame260": {"output_dir": "bowser/frames", "rom_offset": "0x5FC988", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame261": {"output_dir": "bowser/frames", "rom_offset": "0x5FD220", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame262": {"output_dir": "bowser/frames", "rom_offset": "0x5FDA90", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame263": {"output_dir": "bowser/frames", "rom_offset": "0x5FE2D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame264": {"output_dir": "bowser/frames", "rom_offset": "0x5FEAFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame265": {"output_dir": "bowser/frames", "rom_offset": "0x5FF304", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame266": {"output_dir": "bowser/frames", "rom_offset": "0x5FFAD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame267": {"output_dir": "bowser/frames", "rom_offset": "0x60027C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame268": {"output_dir": "bowser/frames", "rom_offset": "0x600A14", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame269": {"output_dir": "bowser/frames", "rom_offset": "0x601184", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame270": {"output_dir": "bowser/frames", "rom_offset": "0x601930", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame271": {"output_dir": "bowser/frames", "rom_offset": "0x6020F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame272": {"output_dir": "bowser/frames", "rom_offset": "0x6028D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame273": {"output_dir": "bowser/frames", "rom_offset": "0x6030F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame274": {"output_dir": "bowser/frames", "rom_offset": "0x603940", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame275": {"output_dir": "bowser/frames", "rom_offset": "0x6041D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame276": {"output_dir": "bowser/frames", "rom_offset": "0x604A6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame277": {"output_dir": "bowser/frames", "rom_offset": "0x605310", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame278": {"output_dir": "bowser/frames", "rom_offset": "0x605B90", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame279": {"output_dir": "bowser/frames", "rom_offset": "0x606428", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame280": {"output_dir": "bowser/frames", "rom_offset": "0x606C90", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame281": {"output_dir": "bowser/frames", "rom_offset": "0x6074F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame282": {"output_dir": "bowser/frames", "rom_offset": "0x607D54", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame283": {"output_dir": "bowser/frames", "rom_offset": "0x608564", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame284": {"output_dir": "bowser/frames", "rom_offset": "0x608D34", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame285": {"output_dir": "bowser/frames", "rom_offset": "0x6094DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame286": {"output_dir": "bowser/frames", "rom_offset": "0x609C48", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame287": {"output_dir": "bowser/frames", "rom_offset": "0x60A380", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame288": {"output_dir": "bowser/frames", "rom_offset": "0x60AAAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame289": {"output_dir": "bowser/frames", "rom_offset": "0x60B1A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame290": {"output_dir": "bowser/frames", "rom_offset": "0x60B80C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame291": {"output_dir": "bowser/frames", "rom_offset": "0x60BE98", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame292": {"output_dir": "bowser/frames", "rom_offset": "0x60C5B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame293": {"output_dir": "bowser/frames", "rom_offset": "0x60CD70", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame294": {"output_dir": "bowser/frames", "rom_offset": "0x60D470", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame295": {"output_dir": "bowser/frames", "rom_offset": "0x60DC1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame296": {"output_dir": "bowser/frames", "rom_offset": "0x60E3FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame297": {"output_dir": "bowser/frames", "rom_offset": "0x60EBC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame298": {"output_dir": "bowser/frames", "rom_offset": "0x60F2D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame299": {"output_dir": "bowser/frames", "rom_offset": "0x60FA04", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame300": {"output_dir": "bowser/frames", "rom_offset": "0x610168", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame301": {"output_dir": "bowser/frames", "rom_offset": "0x6108E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame302": {"output_dir": "bowser/frames", "rom_offset": "0x61109C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame303": {"output_dir": "bowser/frames", "rom_offset": "0x6118D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame304": {"output_dir": "bowser/frames", "rom_offset": "0x6120AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame305": {"output_dir": "bowser/frames", "rom_offset": "0x6127F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame306": {"output_dir": "bowser/frames", "rom_offset": "0x612DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame307": {"output_dir": "bowser/frames", "rom_offset": "0x6134D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame308": {"output_dir": "bowser/frames", "rom_offset": "0x613C60", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame309": {"output_dir": "bowser/frames", "rom_offset": "0x614440", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame310": {"output_dir": "bowser/frames", "rom_offset": "0x614B7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame311": {"output_dir": "bowser/frames", "rom_offset": "0x615334", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame312": {"output_dir": "bowser/frames", "rom_offset": "0x615B2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame313": {"output_dir": "bowser/frames", "rom_offset": "0x6162C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame314": {"output_dir": "bowser/frames", "rom_offset": "0x6169DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame315": {"output_dir": "bowser/frames", "rom_offset": "0x61710C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame316": {"output_dir": "bowser/frames", "rom_offset": "0x617854", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame317": {"output_dir": "bowser/frames", "rom_offset": "0x617FDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame318": {"output_dir": "bowser/frames", "rom_offset": "0x61873C", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame319": {"output_dir": "bowser/frames", "rom_offset": "0x618F40", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"bowser_kart_frame320": {"output_dir": "bowser/frames", "rom_offset": "0x619730", "width": 64, "height": 64, "type": "ci8", "tlut": ["bowser_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x619EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x619F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x619FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61A078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61A0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61A178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61A1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61A278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61A2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61A378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61A3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61A478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61A4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61A578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61A5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61A678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61A6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61A778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61A7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61A878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61A8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61A978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61A9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61AA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61AAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61AB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61ABF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61AC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61ACF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61AD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61ADF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61AE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61AEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61AF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61AFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61B078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61B0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61B178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61B1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61B278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61B2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61B378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61B3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61B478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61B4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61B578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61B5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61B678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61B6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61B778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61B7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61B878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61B8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61B978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61B9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61BA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61BAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61BB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61BBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61BC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61BCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61BD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61BDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61BE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61BEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61BF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61BFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61C078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61C0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61C178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61C1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61C278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61C2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61C378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61C3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61C478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61C4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61C578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61C5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61C678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61C6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61C778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61C7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61C878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61C8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61C978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61C9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61CA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61CAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61CB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61CBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61CC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61CCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61CD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61CDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61CE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61CEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61CF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61CFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61D078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61D0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61D178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61D1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61D278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61D2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61D378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61D3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61D478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61D4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61D578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61D5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61D678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61D6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61D778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61D7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61D878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61D8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61D978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61D9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61DA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61DAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61DB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61DBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61DC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61DCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61DD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61DDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61DE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61DEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61DF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61DFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61E078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61E0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61E178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61E1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61E278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61E2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61E378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61E3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61E478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61E4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61E578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61E5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61E678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61E6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61E778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61E7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61E878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61E8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61E978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61E9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61EA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61EAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61EB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61EBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61EC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61ECF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61ED78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61EDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61EE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61EEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61EF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61EFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61F078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61F0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61F178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61F1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61F278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61F2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61F378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61F3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61F478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61F4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61F578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61F5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61F678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61F6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61F778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61F7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61F878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61F8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61F978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61F9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61FA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61FAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61FB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61FBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61FC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61FCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61FD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61FDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x61FE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x61FEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x61FF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x61FFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6200F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6201F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6202F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6203F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6204F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6205F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6206F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6207F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6208F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6209F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x620AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x620BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x620CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x620DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x620E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x620EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x620F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x620FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6210F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6211F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6212F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6213F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6214F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6215F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6216F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6217F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6218F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6219F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x621AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x621BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x621CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x621DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x621E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x621EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x621F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x621FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6220F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6221F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6222F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6223F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6224F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6225F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6226F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6227F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6228F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6229F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x622AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x622BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x622CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x622DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x622E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x622EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x622F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x622FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6230F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6231F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6232F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6233F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6234F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6235F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6236F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6237F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6238F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6239F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x623AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x623BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x623CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x623DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x623E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x623EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x623F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x623FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6240F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6241F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6242F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6243F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6244F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6245F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6246F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6247F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6248F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6249F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x624AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x624BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x624CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x624DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x624E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x624EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x624F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x624FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6250F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6251F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6252F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6253F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6254F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6255F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6256F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6257F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6258F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6259F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x625AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x625BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x625CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x625DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x625E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x625EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x625F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x625FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6260F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6261F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6262F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6263F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6264F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6265F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6266F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6267F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6268F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6269F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x626AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x626BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x626CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x626DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x626E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x626EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x626F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x626FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6270F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6271F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6272F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6273F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6274F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6275F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6276F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6277F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6278F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6279F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x627AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x627BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x627CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x627DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x627E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x627EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x627F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x627FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6280F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6281F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6282F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6283F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6284F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6285F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6286F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6287F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6288F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6289F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x628AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x628BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x628CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x628DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x628E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x628EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x628F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x628FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6290F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6291F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6292F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6293F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6294F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6295F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6296F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6297F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6298F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6299F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x629AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x629BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x629CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x629DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x629E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x629EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x629F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x629FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62A078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62A0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62A178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62A1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62A278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62A2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62A378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62A3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62A478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62A4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62A578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62A5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62A678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62A6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62A778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62A7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62A878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62A8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62A978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62A9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62AA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62AAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62AB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62ABF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62AC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62ACF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62AD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62ADF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62AE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62AEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62AF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62AFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62B078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62B0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62B178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62B1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62B278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62B2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62B378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62B3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62B478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62B4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62B578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62B5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62B678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62B6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62B778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62B7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62B878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62B8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62B978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62B9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62BA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62BAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62BB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62BBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62BC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62BCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62BD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62BDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62BE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62BEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62BF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62BFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62C078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62C0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62C178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62C1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62C278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62C2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62C378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62C3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62C478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62C4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62C578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62C5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62C678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62C6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62C778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62C7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62C878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62C8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62C978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62C9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62CA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62CAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62CB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62CBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62CC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62CCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62CD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62CDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62CE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62CEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62CF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62CFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62D078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62D0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62D178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62D1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62D278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62D2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62D378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62D3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62D478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62D4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62D578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62D5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62D678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62D6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62D778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62D7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62D878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62D8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62D978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62D9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62DA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62DAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62DB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62DBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62DC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62DCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62DD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62DDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62DE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62DEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62DF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62DFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62E078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62E0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62E178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62E1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62E278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62E2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62E378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62E3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62E478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62E4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62E578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62E5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62E678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62E6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62E778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62E7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62E878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62E8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62E978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62E9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62EA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62EAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62EB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62EBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62EC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62ECF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62ED78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62EDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62EE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62EEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62EF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62EFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62F078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62F0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62F178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62F1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62F278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62F2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62F378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62F3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62F478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62F4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62F578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62F5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62F678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62F6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62F778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62F7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62F878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62F8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62F978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62F9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62FA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62FAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62FB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62FBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62FC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62FCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62FD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62FDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x62FE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x62FEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x62FF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x62FFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6300F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6301F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6302F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6303F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6304F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6305F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6306F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6307F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6308F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6309F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x630AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x630BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x630CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x630DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x630E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x630EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x630F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x630FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6310F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6311F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6312F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6313F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6314F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6315F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6316F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6317F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6318F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6319F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x631AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x631BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x631CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x631DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x631E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x631EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x631F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x631FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6320F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6321F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6322F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6323F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6324F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6325F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6326F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6327F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6328F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6329F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x632AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x632BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x632CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x632DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x632E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x632EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x632F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x632FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6330F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6331F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6332F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6333F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6334F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6335F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6336F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6337F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6338F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6339F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x633AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x633BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x633CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x633DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x633E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x633EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x633F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x633FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6340F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6341F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6342F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6343F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6344F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6345F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6346F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6347F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6348F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6349F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x634AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x634BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x634CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x634DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x634E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x634EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x634F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x634FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6350F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6351F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6352F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6353F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6354F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6355F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6356F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6357F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6358F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6359F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x635AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x635BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x635CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x635DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x635E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x635EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x635F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x635FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6360F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6361F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6362F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6363F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6364F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6365F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6366F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6367F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6368F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6369F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x636AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x636BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x636CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x636DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x636E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x636EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x636F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x636FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6370F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6371F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6372F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6373F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6374F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6375F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6376F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6377F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6378F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6379F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x637AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x637BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x637CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x637DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x637E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x637EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x637F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x637FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6380F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6381F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6382F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6383F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6384F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6385F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6386F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6387F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6388F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6389F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x638AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x638BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x638CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x638DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x638E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x638EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x638F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x638FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6390F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6391F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6392F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6393F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6394F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6395F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6396F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6397F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x6398F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x6399F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639A78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x639AF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639B78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x639BF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639C78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x639CF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639D78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x639DF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x639E78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x639EF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x639F78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x639FF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63A078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63A0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63A178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63A1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63A278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63A2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63A378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63A3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63A478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63A4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63A578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63A5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63A678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63A6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63A778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63A7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63A878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63A8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63A978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63A9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63AA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63AAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63AB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63ABF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63AC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63ACF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63AD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63ADF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63AE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63AEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63AF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63AFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63B078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63B0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63B178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63B1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63B278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63B2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63B378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63B3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63B478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63B4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63B578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63B5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63B678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63B6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63B778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63B7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63B878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63B8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63B978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63B9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63BA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63BAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63BB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63BBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63BC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63BCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63BD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63BDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63BE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63BEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63BF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63BFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63C078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63C0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63C178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63C1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63C278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63C2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63C378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63C3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63C478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63C4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63C578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63C5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63C678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63C6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63C778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63C7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63C878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63C8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63C978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63C9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63CA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63CAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63CB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63CBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63CC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63CCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63CD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63CDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63CE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63CEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63CF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63CFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63D078", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63D0F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63D178", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63D1F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63D278", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63D2F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63D378", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63D3F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63D478", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63D4F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63D578", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63D5F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63D678", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63D6F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63D778", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63D7F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63D878", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63D8F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63D978", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63D9F8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63DA78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63DAF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63DB78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63DBF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63DC78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63DCF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63DD78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63DDF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63DE78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "bowser/palettes", "rom_offset": "0x63DEF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "bowser/palettes", "rom_offset": "0x63DF78", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "bowser/palettes", "rom_offset": "0x63DFF8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "bowser/palettes", "rom_offset": "0x63E078", "width": 16, "height": 4, "type": "rgba16"}, -"bowser_kart_palette": {"output_dir": "bowser/palettes", "rom_offset": "0x63E0F8", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/donkeykong_kart.json b/assets/karts/donkeykong_kart.json deleted file mode 100644 index 794fca868..000000000 --- a/assets/karts/donkeykong_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"donkeykong_kart_frame000": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CBE50", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame001": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CC514", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame002": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CCBCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame003": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CD270", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame004": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CD918", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame005": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CDF90", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame006": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CE634", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame007": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CECC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame008": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CF348", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame009": {"output_dir": "donkeykong/frames", "rom_offset": "0x4CF9DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame010": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D009C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame011": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D0764", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame012": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D0E24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame013": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D14DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame014": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D1BA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame015": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D226C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame016": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D2954", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame017": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D305C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame018": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D375C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame019": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D3E6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame020": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D457C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame021": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D4CA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame022": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D5398", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame023": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D5A68", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame024": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D6100", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame025": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D67B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame026": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D6E60", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame027": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D750C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame028": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D7BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame029": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D8280", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame030": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D8958", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame031": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D900C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame032": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D96CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame033": {"output_dir": "donkeykong/frames", "rom_offset": "0x4D9D90", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame034": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DA45C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame035": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DAB40", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame036": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DB224", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame037": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DB908", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame038": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DC00C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame039": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DC720", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame040": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DCE48", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame041": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DD56C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame042": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DDCA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame043": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DE388", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame044": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DEA74", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame045": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DF140", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame046": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DF81C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame047": {"output_dir": "donkeykong/frames", "rom_offset": "0x4DFEFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame048": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E05D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame049": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E0C98", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame050": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E1360", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame051": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E1A10", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame052": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E20EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame053": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E27C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame054": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E2E90", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame055": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E355C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame056": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E3C38", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame057": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E4324", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame058": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E4A18", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame059": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E511C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame060": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E5828", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame061": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E5F54", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame062": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E6670", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame063": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E6DA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame064": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E74B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame065": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E7BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame066": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E82B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame067": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E89AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame068": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E90AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame069": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E9788", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame070": {"output_dir": "donkeykong/frames", "rom_offset": "0x4E9E54", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame071": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EA538", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame072": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EAC04", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame073": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EB2D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame074": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EB9A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame075": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EC080", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame076": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EC758", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame077": {"output_dir": "donkeykong/frames", "rom_offset": "0x4ECE38", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame078": {"output_dir": "donkeykong/frames", "rom_offset": "0x4ED524", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame079": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EDC24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame080": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EE34C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame081": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EEA7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame082": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EF1B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame083": {"output_dir": "donkeykong/frames", "rom_offset": "0x4EF8EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame084": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F002C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame085": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F0728", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame086": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F0E2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame087": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F1510", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame088": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F1C20", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame089": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F2310", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame090": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F2A08", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame091": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F30FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame092": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F37E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame093": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F3EC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame094": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F45A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame095": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F4C80", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame096": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F5364", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame097": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F5A44", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame098": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F613C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame099": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F6844", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame100": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F6F4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame101": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F767C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame102": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F7DCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame103": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F84FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame104": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F8C34", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame105": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F9384", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame106": {"output_dir": "donkeykong/frames", "rom_offset": "0x4F9A90", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame107": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FA1AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame108": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FA8CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame109": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FAFF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame110": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FB70C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame111": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FBE28", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame112": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FC520", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame113": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FCC10", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame114": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FD310", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame115": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FD9F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame116": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FE0DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame117": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FE7BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame118": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FEEBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame119": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FF5B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame120": {"output_dir": "donkeykong/frames", "rom_offset": "0x4FFCC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame121": {"output_dir": "donkeykong/frames", "rom_offset": "0x5003D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame122": {"output_dir": "donkeykong/frames", "rom_offset": "0x500AFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame123": {"output_dir": "donkeykong/frames", "rom_offset": "0x501224", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame124": {"output_dir": "donkeykong/frames", "rom_offset": "0x501958", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame125": {"output_dir": "donkeykong/frames", "rom_offset": "0x502090", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame126": {"output_dir": "donkeykong/frames", "rom_offset": "0x5027E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame127": {"output_dir": "donkeykong/frames", "rom_offset": "0x502F1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame128": {"output_dir": "donkeykong/frames", "rom_offset": "0x503648", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame129": {"output_dir": "donkeykong/frames", "rom_offset": "0x503D88", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame130": {"output_dir": "donkeykong/frames", "rom_offset": "0x5044A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame131": {"output_dir": "donkeykong/frames", "rom_offset": "0x504BB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame132": {"output_dir": "donkeykong/frames", "rom_offset": "0x5052BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame133": {"output_dir": "donkeykong/frames", "rom_offset": "0x5059CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame134": {"output_dir": "donkeykong/frames", "rom_offset": "0x5060CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame135": {"output_dir": "donkeykong/frames", "rom_offset": "0x5067CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame136": {"output_dir": "donkeykong/frames", "rom_offset": "0x506EC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame137": {"output_dir": "donkeykong/frames", "rom_offset": "0x5075A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame138": {"output_dir": "donkeykong/frames", "rom_offset": "0x507C88", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame139": {"output_dir": "donkeykong/frames", "rom_offset": "0x508374", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame140": {"output_dir": "donkeykong/frames", "rom_offset": "0x508A64", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame141": {"output_dir": "donkeykong/frames", "rom_offset": "0x509168", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame142": {"output_dir": "donkeykong/frames", "rom_offset": "0x50988C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame143": {"output_dir": "donkeykong/frames", "rom_offset": "0x509FC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame144": {"output_dir": "donkeykong/frames", "rom_offset": "0x50A6F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame145": {"output_dir": "donkeykong/frames", "rom_offset": "0x50AE34", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame146": {"output_dir": "donkeykong/frames", "rom_offset": "0x50B578", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame147": {"output_dir": "donkeykong/frames", "rom_offset": "0x50BCD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame148": {"output_dir": "donkeykong/frames", "rom_offset": "0x50C41C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame149": {"output_dir": "donkeykong/frames", "rom_offset": "0x50CB5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame150": {"output_dir": "donkeykong/frames", "rom_offset": "0x50D290", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame151": {"output_dir": "donkeykong/frames", "rom_offset": "0x50D9AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame152": {"output_dir": "donkeykong/frames", "rom_offset": "0x50E0CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame153": {"output_dir": "donkeykong/frames", "rom_offset": "0x50E7F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame154": {"output_dir": "donkeykong/frames", "rom_offset": "0x50EF24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame155": {"output_dir": "donkeykong/frames", "rom_offset": "0x50F644", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame156": {"output_dir": "donkeykong/frames", "rom_offset": "0x50FD44", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame157": {"output_dir": "donkeykong/frames", "rom_offset": "0x510434", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame158": {"output_dir": "donkeykong/frames", "rom_offset": "0x510B28", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame159": {"output_dir": "donkeykong/frames", "rom_offset": "0x511224", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame160": {"output_dir": "donkeykong/frames", "rom_offset": "0x511920", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame161": {"output_dir": "donkeykong/frames", "rom_offset": "0x512020", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame162": {"output_dir": "donkeykong/frames", "rom_offset": "0x512744", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame163": {"output_dir": "donkeykong/frames", "rom_offset": "0x512E74", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame164": {"output_dir": "donkeykong/frames", "rom_offset": "0x5135A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame165": {"output_dir": "donkeykong/frames", "rom_offset": "0x513CEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame166": {"output_dir": "donkeykong/frames", "rom_offset": "0x514450", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame167": {"output_dir": "donkeykong/frames", "rom_offset": "0x514BA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame168": {"output_dir": "donkeykong/frames", "rom_offset": "0x515308", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame169": {"output_dir": "donkeykong/frames", "rom_offset": "0x515A48", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame170": {"output_dir": "donkeykong/frames", "rom_offset": "0x516194", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame171": {"output_dir": "donkeykong/frames", "rom_offset": "0x5168D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame172": {"output_dir": "donkeykong/frames", "rom_offset": "0x51700C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame173": {"output_dir": "donkeykong/frames", "rom_offset": "0x517728", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame174": {"output_dir": "donkeykong/frames", "rom_offset": "0x517E38", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame175": {"output_dir": "donkeykong/frames", "rom_offset": "0x518568", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame176": {"output_dir": "donkeykong/frames", "rom_offset": "0x518C70", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame177": {"output_dir": "donkeykong/frames", "rom_offset": "0x519360", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame178": {"output_dir": "donkeykong/frames", "rom_offset": "0x519A58", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame179": {"output_dir": "donkeykong/frames", "rom_offset": "0x51A154", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame180": {"output_dir": "donkeykong/frames", "rom_offset": "0x51A844", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame181": {"output_dir": "donkeykong/frames", "rom_offset": "0x51AF44", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame182": {"output_dir": "donkeykong/frames", "rom_offset": "0x51B640", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame183": {"output_dir": "donkeykong/frames", "rom_offset": "0x51BD58", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame184": {"output_dir": "donkeykong/frames", "rom_offset": "0x51C484", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame185": {"output_dir": "donkeykong/frames", "rom_offset": "0x51CBDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame186": {"output_dir": "donkeykong/frames", "rom_offset": "0x51D330", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame187": {"output_dir": "donkeykong/frames", "rom_offset": "0x51DAA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame188": {"output_dir": "donkeykong/frames", "rom_offset": "0x51E228", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame189": {"output_dir": "donkeykong/frames", "rom_offset": "0x51E9A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame190": {"output_dir": "donkeykong/frames", "rom_offset": "0x51F068", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame191": {"output_dir": "donkeykong/frames", "rom_offset": "0x51F758", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame192": {"output_dir": "donkeykong/frames", "rom_offset": "0x51FE58", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame193": {"output_dir": "donkeykong/frames", "rom_offset": "0x520580", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame194": {"output_dir": "donkeykong/frames", "rom_offset": "0x520C9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame195": {"output_dir": "donkeykong/frames", "rom_offset": "0x5213B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame196": {"output_dir": "donkeykong/frames", "rom_offset": "0x521AD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame197": {"output_dir": "donkeykong/frames", "rom_offset": "0x522210", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame198": {"output_dir": "donkeykong/frames", "rom_offset": "0x522930", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame199": {"output_dir": "donkeykong/frames", "rom_offset": "0x523070", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame200": {"output_dir": "donkeykong/frames", "rom_offset": "0x5237D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame201": {"output_dir": "donkeykong/frames", "rom_offset": "0x523F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame202": {"output_dir": "donkeykong/frames", "rom_offset": "0x524728", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame203": {"output_dir": "donkeykong/frames", "rom_offset": "0x524EF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame204": {"output_dir": "donkeykong/frames", "rom_offset": "0x5256BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame205": {"output_dir": "donkeykong/frames", "rom_offset": "0x525E6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame206": {"output_dir": "donkeykong/frames", "rom_offset": "0x526650", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame207": {"output_dir": "donkeykong/frames", "rom_offset": "0x526E2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame208": {"output_dir": "donkeykong/frames", "rom_offset": "0x5275E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame209": {"output_dir": "donkeykong/frames", "rom_offset": "0x527D98", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame210": {"output_dir": "donkeykong/frames", "rom_offset": "0x528490", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame211": {"output_dir": "donkeykong/frames", "rom_offset": "0x528BA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame212": {"output_dir": "donkeykong/frames", "rom_offset": "0x5292EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame213": {"output_dir": "donkeykong/frames", "rom_offset": "0x529A3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame214": {"output_dir": "donkeykong/frames", "rom_offset": "0x52A150", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame215": {"output_dir": "donkeykong/frames", "rom_offset": "0x52A880", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame216": {"output_dir": "donkeykong/frames", "rom_offset": "0x52AFCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame217": {"output_dir": "donkeykong/frames", "rom_offset": "0x52B708", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame218": {"output_dir": "donkeykong/frames", "rom_offset": "0x52BE20", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame219": {"output_dir": "donkeykong/frames", "rom_offset": "0x52C550", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame220": {"output_dir": "donkeykong/frames", "rom_offset": "0x52CC94", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame221": {"output_dir": "donkeykong/frames", "rom_offset": "0x52D3E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame222": {"output_dir": "donkeykong/frames", "rom_offset": "0x52DB4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame223": {"output_dir": "donkeykong/frames", "rom_offset": "0x52E2D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame224": {"output_dir": "donkeykong/frames", "rom_offset": "0x52EA4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame225": {"output_dir": "donkeykong/frames", "rom_offset": "0x52F1CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame226": {"output_dir": "donkeykong/frames", "rom_offset": "0x52F95C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame227": {"output_dir": "donkeykong/frames", "rom_offset": "0x5300CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame228": {"output_dir": "donkeykong/frames", "rom_offset": "0x530848", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame229": {"output_dir": "donkeykong/frames", "rom_offset": "0x530F9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame230": {"output_dir": "donkeykong/frames", "rom_offset": "0x5316B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame231": {"output_dir": "donkeykong/frames", "rom_offset": "0x531E1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame232": {"output_dir": "donkeykong/frames", "rom_offset": "0x532578", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame233": {"output_dir": "donkeykong/frames", "rom_offset": "0x532CD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame234": {"output_dir": "donkeykong/frames", "rom_offset": "0x533428", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame235": {"output_dir": "donkeykong/frames", "rom_offset": "0x533B70", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame236": {"output_dir": "donkeykong/frames", "rom_offset": "0x5342C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame237": {"output_dir": "donkeykong/frames", "rom_offset": "0x534A0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame238": {"output_dir": "donkeykong/frames", "rom_offset": "0x535148", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame239": {"output_dir": "donkeykong/frames", "rom_offset": "0x53586C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame240": {"output_dir": "donkeykong/frames", "rom_offset": "0x535F98", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame241": {"output_dir": "donkeykong/frames", "rom_offset": "0x5366F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame242": {"output_dir": "donkeykong/frames", "rom_offset": "0x536E5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame243": {"output_dir": "donkeykong/frames", "rom_offset": "0x5375BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame244": {"output_dir": "donkeykong/frames", "rom_offset": "0x537D24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame245": {"output_dir": "donkeykong/frames", "rom_offset": "0x53846C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame246": {"output_dir": "donkeykong/frames", "rom_offset": "0x538BC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame247": {"output_dir": "donkeykong/frames", "rom_offset": "0x539300", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame248": {"output_dir": "donkeykong/frames", "rom_offset": "0x539A24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame249": {"output_dir": "donkeykong/frames", "rom_offset": "0x53A130", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame250": {"output_dir": "donkeykong/frames", "rom_offset": "0x53A84C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame251": {"output_dir": "donkeykong/frames", "rom_offset": "0x53AFA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame252": {"output_dir": "donkeykong/frames", "rom_offset": "0x53B6FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame253": {"output_dir": "donkeykong/frames", "rom_offset": "0x53BE4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame254": {"output_dir": "donkeykong/frames", "rom_offset": "0x53C590", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame255": {"output_dir": "donkeykong/frames", "rom_offset": "0x53CCE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame256": {"output_dir": "donkeykong/frames", "rom_offset": "0x53D434", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame257": {"output_dir": "donkeykong/frames", "rom_offset": "0x53DB8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame258": {"output_dir": "donkeykong/frames", "rom_offset": "0x53E2B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame259": {"output_dir": "donkeykong/frames", "rom_offset": "0x53E9EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame260": {"output_dir": "donkeykong/frames", "rom_offset": "0x53F130", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame261": {"output_dir": "donkeykong/frames", "rom_offset": "0x53F870", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame262": {"output_dir": "donkeykong/frames", "rom_offset": "0x53FFB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame263": {"output_dir": "donkeykong/frames", "rom_offset": "0x5406CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame264": {"output_dir": "donkeykong/frames", "rom_offset": "0x540DD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame265": {"output_dir": "donkeykong/frames", "rom_offset": "0x541504", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame266": {"output_dir": "donkeykong/frames", "rom_offset": "0x541C24", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame267": {"output_dir": "donkeykong/frames", "rom_offset": "0x542314", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame268": {"output_dir": "donkeykong/frames", "rom_offset": "0x542A00", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame269": {"output_dir": "donkeykong/frames", "rom_offset": "0x5430BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame270": {"output_dir": "donkeykong/frames", "rom_offset": "0x5437F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame271": {"output_dir": "donkeykong/frames", "rom_offset": "0x543F6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame272": {"output_dir": "donkeykong/frames", "rom_offset": "0x5446D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame273": {"output_dir": "donkeykong/frames", "rom_offset": "0x544E60", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame274": {"output_dir": "donkeykong/frames", "rom_offset": "0x5455C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame275": {"output_dir": "donkeykong/frames", "rom_offset": "0x545D40", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame276": {"output_dir": "donkeykong/frames", "rom_offset": "0x54649C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame277": {"output_dir": "donkeykong/frames", "rom_offset": "0x546BFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame278": {"output_dir": "donkeykong/frames", "rom_offset": "0x547340", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame279": {"output_dir": "donkeykong/frames", "rom_offset": "0x547A74", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame280": {"output_dir": "donkeykong/frames", "rom_offset": "0x5481B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame281": {"output_dir": "donkeykong/frames", "rom_offset": "0x5488E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame282": {"output_dir": "donkeykong/frames", "rom_offset": "0x549008", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame283": {"output_dir": "donkeykong/frames", "rom_offset": "0x549704", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame284": {"output_dir": "donkeykong/frames", "rom_offset": "0x549DF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame285": {"output_dir": "donkeykong/frames", "rom_offset": "0x54A4D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame286": {"output_dir": "donkeykong/frames", "rom_offset": "0x54AB84", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame287": {"output_dir": "donkeykong/frames", "rom_offset": "0x54B200", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame288": {"output_dir": "donkeykong/frames", "rom_offset": "0x54B85C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame289": {"output_dir": "donkeykong/frames", "rom_offset": "0x54BEA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame290": {"output_dir": "donkeykong/frames", "rom_offset": "0x54C558", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame291": {"output_dir": "donkeykong/frames", "rom_offset": "0x54CC18", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame292": {"output_dir": "donkeykong/frames", "rom_offset": "0x54D2BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame293": {"output_dir": "donkeykong/frames", "rom_offset": "0x54D98C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame294": {"output_dir": "donkeykong/frames", "rom_offset": "0x54DFE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame295": {"output_dir": "donkeykong/frames", "rom_offset": "0x54E668", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame296": {"output_dir": "donkeykong/frames", "rom_offset": "0x54ED50", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame297": {"output_dir": "donkeykong/frames", "rom_offset": "0x54F494", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame298": {"output_dir": "donkeykong/frames", "rom_offset": "0x54FB6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame299": {"output_dir": "donkeykong/frames", "rom_offset": "0x5502B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame300": {"output_dir": "donkeykong/frames", "rom_offset": "0x55099C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame301": {"output_dir": "donkeykong/frames", "rom_offset": "0x551038", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame302": {"output_dir": "donkeykong/frames", "rom_offset": "0x551700", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame303": {"output_dir": "donkeykong/frames", "rom_offset": "0x551E20", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame304": {"output_dir": "donkeykong/frames", "rom_offset": "0x55258C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame305": {"output_dir": "donkeykong/frames", "rom_offset": "0x552D04", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame306": {"output_dir": "donkeykong/frames", "rom_offset": "0x553308", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame307": {"output_dir": "donkeykong/frames", "rom_offset": "0x5539F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame308": {"output_dir": "donkeykong/frames", "rom_offset": "0x5540B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame309": {"output_dir": "donkeykong/frames", "rom_offset": "0x554758", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame310": {"output_dir": "donkeykong/frames", "rom_offset": "0x554DE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame311": {"output_dir": "donkeykong/frames", "rom_offset": "0x555450", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame312": {"output_dir": "donkeykong/frames", "rom_offset": "0x555B68", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame313": {"output_dir": "donkeykong/frames", "rom_offset": "0x556284", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame314": {"output_dir": "donkeykong/frames", "rom_offset": "0x556960", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame315": {"output_dir": "donkeykong/frames", "rom_offset": "0x5570D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame316": {"output_dir": "donkeykong/frames", "rom_offset": "0x5577FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame317": {"output_dir": "donkeykong/frames", "rom_offset": "0x557E8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame318": {"output_dir": "donkeykong/frames", "rom_offset": "0x558554", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame319": {"output_dir": "donkeykong/frames", "rom_offset": "0x558C1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"donkeykong_kart_frame320": {"output_dir": "donkeykong/frames", "rom_offset": "0x559374", "width": 64, "height": 64, "type": "ci8", "tlut": ["donkeykong_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x559FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55A9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55ABE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55ACE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55ADE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55AFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55B9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55BFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55C9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55CFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55D9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55DFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55E9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55ECE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55ED64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55EFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55F9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x55FFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5600E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5601E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5602E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5603E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5604E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5605E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5606E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5607E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5608E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5609E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x560FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5610E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5611E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5612E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5613E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5614E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5615E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5616E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5617E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5618E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5619E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x561FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5620E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5621E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5622E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5623E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5624E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5625E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5626E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5627E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5628E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5629E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x562FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5630E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5631E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5632E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5633E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5634E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5635E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5636E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5637E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5638E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5639E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x563FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5640E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5641E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5642E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5643E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5644E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5645E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5646E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5647E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5648E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5649E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x564FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5650E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5651E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5652E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5653E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5654E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5655E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5656E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5657E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5658E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5659E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x565FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5660E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5661E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5662E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5663E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5664E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5665E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5666E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5667E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5668E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5669E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x566FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5670E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5671E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5672E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5673E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5674E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5675E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5676E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5677E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5678E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5679E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x567FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5680E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5681E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5682E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5683E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5684E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5685E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5686E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5687E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5688E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5689E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x568FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5690E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5691E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5692E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5693E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5694E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5695E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5696E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5697E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5698E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5699E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x569FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56A9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56ABE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56ACE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56ADE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56AFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56B9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56BFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56C9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56CFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56D9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56DFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56E9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56ECE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56ED64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56EFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56F9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x56FFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5700E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5701E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5702E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5703E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5704E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5705E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5706E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5707E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5708E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5709E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x570FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5710E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5711E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5712E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5713E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5714E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5715E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5716E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5717E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5718E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5719E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x571FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5720E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5721E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5722E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5723E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5724E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5725E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5726E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5727E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5728E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5729E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x572FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5730E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5731E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5732E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5733E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5734E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5735E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5736E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5737E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5738E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5739E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x573FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5740E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5741E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5742E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5743E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5744E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5745E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5746E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5747E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5748E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5749E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x574FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5750E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5751E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5752E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5753E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5754E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5755E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5756E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5757E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5758E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5759E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x575FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5760E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5761E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5762E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5763E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5764E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5765E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5766E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5767E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5768E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5769E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x576FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5770E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5771E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5772E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5773E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5774E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5775E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5776E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5777E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5778E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5779E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x577FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5780E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5781E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5782E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5783E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5784E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5785E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5786E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5787E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5788E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5789E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x578FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5790E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5791E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5792E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5793E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5794E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5795E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5796E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5797E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5798E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x5799E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579A64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579AE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579B64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579BE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579C64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579CE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579D64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579DE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579E64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579EE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579F64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x579FE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57A9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57ABE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57ACE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57ADE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57AFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57B9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57BFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57C9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CC64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CCE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CD64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CDE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CE64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CEE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CF64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57CFE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D064", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D0E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D164", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D1E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D264", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D2E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D364", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D3E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D464", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D4E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D564", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D5E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D664", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D6E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D764", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D7E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D864", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D8E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D964", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57D9E4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DA64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DAE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DB64", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DBE4", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DC64", "width": 16, "height": 4, "type": "rgba16"}, -"donkeykong_kart_palette": {"output_dir": "donkeykong/palettes", "rom_offset": "0x57DCE4", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/luigi_kart.json b/assets/karts/luigi_kart.json deleted file mode 100644 index cf2aa38e7..000000000 --- a/assets/karts/luigi_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"luigi_kart_frame000": {"output_dir": "luigi/frames", "rom_offset": "0x145470", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame001": {"output_dir": "luigi/frames", "rom_offset": "0x145964", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame002": {"output_dir": "luigi/frames", "rom_offset": "0x145E64", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame003": {"output_dir": "luigi/frames", "rom_offset": "0x146368", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame004": {"output_dir": "luigi/frames", "rom_offset": "0x146888", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame005": {"output_dir": "luigi/frames", "rom_offset": "0x146DB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame006": {"output_dir": "luigi/frames", "rom_offset": "0x1472EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame007": {"output_dir": "luigi/frames", "rom_offset": "0x147840", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame008": {"output_dir": "luigi/frames", "rom_offset": "0x147DA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame009": {"output_dir": "luigi/frames", "rom_offset": "0x148328", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame010": {"output_dir": "luigi/frames", "rom_offset": "0x1488B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame011": {"output_dir": "luigi/frames", "rom_offset": "0x148E58", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame012": {"output_dir": "luigi/frames", "rom_offset": "0x149420", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame013": {"output_dir": "luigi/frames", "rom_offset": "0x1499F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame014": {"output_dir": "luigi/frames", "rom_offset": "0x149FC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame015": {"output_dir": "luigi/frames", "rom_offset": "0x14A5A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame016": {"output_dir": "luigi/frames", "rom_offset": "0x14ABA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame017": {"output_dir": "luigi/frames", "rom_offset": "0x14B1AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame018": {"output_dir": "luigi/frames", "rom_offset": "0x14B7C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame019": {"output_dir": "luigi/frames", "rom_offset": "0x14BDD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame020": {"output_dir": "luigi/frames", "rom_offset": "0x14C3E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame021": {"output_dir": "luigi/frames", "rom_offset": "0x14C9E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame022": {"output_dir": "luigi/frames", "rom_offset": "0x14CED4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame023": {"output_dir": "luigi/frames", "rom_offset": "0x14D3D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame024": {"output_dir": "luigi/frames", "rom_offset": "0x14D8D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame025": {"output_dir": "luigi/frames", "rom_offset": "0x14DDF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame026": {"output_dir": "luigi/frames", "rom_offset": "0x14E338", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame027": {"output_dir": "luigi/frames", "rom_offset": "0x14E878", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame028": {"output_dir": "luigi/frames", "rom_offset": "0x14EDE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame029": {"output_dir": "luigi/frames", "rom_offset": "0x14F364", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame030": {"output_dir": "luigi/frames", "rom_offset": "0x14F900", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame031": {"output_dir": "luigi/frames", "rom_offset": "0x14FEA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame032": {"output_dir": "luigi/frames", "rom_offset": "0x150470", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame033": {"output_dir": "luigi/frames", "rom_offset": "0x150A48", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame034": {"output_dir": "luigi/frames", "rom_offset": "0x151020", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame035": {"output_dir": "luigi/frames", "rom_offset": "0x151614", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame036": {"output_dir": "luigi/frames", "rom_offset": "0x151C1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame037": {"output_dir": "luigi/frames", "rom_offset": "0x152230", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame038": {"output_dir": "luigi/frames", "rom_offset": "0x152840", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame039": {"output_dir": "luigi/frames", "rom_offset": "0x152E54", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame040": {"output_dir": "luigi/frames", "rom_offset": "0x153478", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame041": {"output_dir": "luigi/frames", "rom_offset": "0x153A7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame042": {"output_dir": "luigi/frames", "rom_offset": "0x1540B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame043": {"output_dir": "luigi/frames", "rom_offset": "0x154598", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame044": {"output_dir": "luigi/frames", "rom_offset": "0x154A9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame045": {"output_dir": "luigi/frames", "rom_offset": "0x154FCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame046": {"output_dir": "luigi/frames", "rom_offset": "0x155508", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame047": {"output_dir": "luigi/frames", "rom_offset": "0x155A88", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame048": {"output_dir": "luigi/frames", "rom_offset": "0x155FF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame049": {"output_dir": "luigi/frames", "rom_offset": "0x156570", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame050": {"output_dir": "luigi/frames", "rom_offset": "0x156B0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame051": {"output_dir": "luigi/frames", "rom_offset": "0x1570B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame052": {"output_dir": "luigi/frames", "rom_offset": "0x157670", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame053": {"output_dir": "luigi/frames", "rom_offset": "0x157C54", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame054": {"output_dir": "luigi/frames", "rom_offset": "0x158248", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame055": {"output_dir": "luigi/frames", "rom_offset": "0x158824", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame056": {"output_dir": "luigi/frames", "rom_offset": "0x158E34", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame057": {"output_dir": "luigi/frames", "rom_offset": "0x159428", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame058": {"output_dir": "luigi/frames", "rom_offset": "0x159A30", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame059": {"output_dir": "luigi/frames", "rom_offset": "0x15A058", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame060": {"output_dir": "luigi/frames", "rom_offset": "0x15A690", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame061": {"output_dir": "luigi/frames", "rom_offset": "0x15ACC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame062": {"output_dir": "luigi/frames", "rom_offset": "0x15B308", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame063": {"output_dir": "luigi/frames", "rom_offset": "0x15B940", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame064": {"output_dir": "luigi/frames", "rom_offset": "0x15BE50", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame065": {"output_dir": "luigi/frames", "rom_offset": "0x15C364", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame066": {"output_dir": "luigi/frames", "rom_offset": "0x15C888", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame067": {"output_dir": "luigi/frames", "rom_offset": "0x15CDE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame068": {"output_dir": "luigi/frames", "rom_offset": "0x15D358", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame069": {"output_dir": "luigi/frames", "rom_offset": "0x15D8EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame070": {"output_dir": "luigi/frames", "rom_offset": "0x15DE84", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame071": {"output_dir": "luigi/frames", "rom_offset": "0x15E424", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame072": {"output_dir": "luigi/frames", "rom_offset": "0x15E9EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame073": {"output_dir": "luigi/frames", "rom_offset": "0x15EFC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame074": {"output_dir": "luigi/frames", "rom_offset": "0x15F5B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame075": {"output_dir": "luigi/frames", "rom_offset": "0x15FBA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame076": {"output_dir": "luigi/frames", "rom_offset": "0x16019C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame077": {"output_dir": "luigi/frames", "rom_offset": "0x1607AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame078": {"output_dir": "luigi/frames", "rom_offset": "0x160DCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame079": {"output_dir": "luigi/frames", "rom_offset": "0x1613F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame080": {"output_dir": "luigi/frames", "rom_offset": "0x161A14", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame081": {"output_dir": "luigi/frames", "rom_offset": "0x162054", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame082": {"output_dir": "luigi/frames", "rom_offset": "0x162694", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame083": {"output_dir": "luigi/frames", "rom_offset": "0x162CCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame084": {"output_dir": "luigi/frames", "rom_offset": "0x163300", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame085": {"output_dir": "luigi/frames", "rom_offset": "0x16380C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame086": {"output_dir": "luigi/frames", "rom_offset": "0x163D2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame087": {"output_dir": "luigi/frames", "rom_offset": "0x164278", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame088": {"output_dir": "luigi/frames", "rom_offset": "0x1647CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame089": {"output_dir": "luigi/frames", "rom_offset": "0x164D50", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame090": {"output_dir": "luigi/frames", "rom_offset": "0x1652DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame091": {"output_dir": "luigi/frames", "rom_offset": "0x165878", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame092": {"output_dir": "luigi/frames", "rom_offset": "0x165E24", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame093": {"output_dir": "luigi/frames", "rom_offset": "0x1663F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame094": {"output_dir": "luigi/frames", "rom_offset": "0x1669CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame095": {"output_dir": "luigi/frames", "rom_offset": "0x166FB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame096": {"output_dir": "luigi/frames", "rom_offset": "0x1675B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame097": {"output_dir": "luigi/frames", "rom_offset": "0x167BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame098": {"output_dir": "luigi/frames", "rom_offset": "0x1681C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame099": {"output_dir": "luigi/frames", "rom_offset": "0x1687F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame100": {"output_dir": "luigi/frames", "rom_offset": "0x168E38", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame101": {"output_dir": "luigi/frames", "rom_offset": "0x16948C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame102": {"output_dir": "luigi/frames", "rom_offset": "0x169AD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame103": {"output_dir": "luigi/frames", "rom_offset": "0x16A120", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame104": {"output_dir": "luigi/frames", "rom_offset": "0x16A764", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame105": {"output_dir": "luigi/frames", "rom_offset": "0x16ADA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame106": {"output_dir": "luigi/frames", "rom_offset": "0x16B2C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame107": {"output_dir": "luigi/frames", "rom_offset": "0x16B7F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame108": {"output_dir": "luigi/frames", "rom_offset": "0x16BD5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame109": {"output_dir": "luigi/frames", "rom_offset": "0x16C2E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame110": {"output_dir": "luigi/frames", "rom_offset": "0x16C85C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame111": {"output_dir": "luigi/frames", "rom_offset": "0x16CDF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame112": {"output_dir": "luigi/frames", "rom_offset": "0x16D388", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame113": {"output_dir": "luigi/frames", "rom_offset": "0x16D94C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame114": {"output_dir": "luigi/frames", "rom_offset": "0x16DF20", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame115": {"output_dir": "luigi/frames", "rom_offset": "0x16E51C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame116": {"output_dir": "luigi/frames", "rom_offset": "0x16EB04", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame117": {"output_dir": "luigi/frames", "rom_offset": "0x16F11C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame118": {"output_dir": "luigi/frames", "rom_offset": "0x16F720", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame119": {"output_dir": "luigi/frames", "rom_offset": "0x16FD3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame120": {"output_dir": "luigi/frames", "rom_offset": "0x170364", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame121": {"output_dir": "luigi/frames", "rom_offset": "0x1709A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame122": {"output_dir": "luigi/frames", "rom_offset": "0x170FFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame123": {"output_dir": "luigi/frames", "rom_offset": "0x171640", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame124": {"output_dir": "luigi/frames", "rom_offset": "0x171C9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame125": {"output_dir": "luigi/frames", "rom_offset": "0x1722F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame126": {"output_dir": "luigi/frames", "rom_offset": "0x17293C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame127": {"output_dir": "luigi/frames", "rom_offset": "0x172E84", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame128": {"output_dir": "luigi/frames", "rom_offset": "0x1733C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame129": {"output_dir": "luigi/frames", "rom_offset": "0x173954", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame130": {"output_dir": "luigi/frames", "rom_offset": "0x173EB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame131": {"output_dir": "luigi/frames", "rom_offset": "0x174458", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame132": {"output_dir": "luigi/frames", "rom_offset": "0x174A04", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame133": {"output_dir": "luigi/frames", "rom_offset": "0x174FC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame134": {"output_dir": "luigi/frames", "rom_offset": "0x17557C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame135": {"output_dir": "luigi/frames", "rom_offset": "0x175B40", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame136": {"output_dir": "luigi/frames", "rom_offset": "0x176128", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame137": {"output_dir": "luigi/frames", "rom_offset": "0x17671C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame138": {"output_dir": "luigi/frames", "rom_offset": "0x176D20", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame139": {"output_dir": "luigi/frames", "rom_offset": "0x17733C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame140": {"output_dir": "luigi/frames", "rom_offset": "0x177964", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame141": {"output_dir": "luigi/frames", "rom_offset": "0x177FA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame142": {"output_dir": "luigi/frames", "rom_offset": "0x1785F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame143": {"output_dir": "luigi/frames", "rom_offset": "0x178C54", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame144": {"output_dir": "luigi/frames", "rom_offset": "0x1792B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame145": {"output_dir": "luigi/frames", "rom_offset": "0x179920", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame146": {"output_dir": "luigi/frames", "rom_offset": "0x179F80", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame147": {"output_dir": "luigi/frames", "rom_offset": "0x17A5F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame148": {"output_dir": "luigi/frames", "rom_offset": "0x17AB48", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame149": {"output_dir": "luigi/frames", "rom_offset": "0x17B0AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame150": {"output_dir": "luigi/frames", "rom_offset": "0x17B620", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame151": {"output_dir": "luigi/frames", "rom_offset": "0x17BBB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame152": {"output_dir": "luigi/frames", "rom_offset": "0x17C174", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame153": {"output_dir": "luigi/frames", "rom_offset": "0x17C744", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame154": {"output_dir": "luigi/frames", "rom_offset": "0x17CD10", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame155": {"output_dir": "luigi/frames", "rom_offset": "0x17D2D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame156": {"output_dir": "luigi/frames", "rom_offset": "0x17D8D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame157": {"output_dir": "luigi/frames", "rom_offset": "0x17DECC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame158": {"output_dir": "luigi/frames", "rom_offset": "0x17E4D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame159": {"output_dir": "luigi/frames", "rom_offset": "0x17EADC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame160": {"output_dir": "luigi/frames", "rom_offset": "0x17F0FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame161": {"output_dir": "luigi/frames", "rom_offset": "0x17F74C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame162": {"output_dir": "luigi/frames", "rom_offset": "0x17FDA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame163": {"output_dir": "luigi/frames", "rom_offset": "0x180400", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame164": {"output_dir": "luigi/frames", "rom_offset": "0x180A70", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame165": {"output_dir": "luigi/frames", "rom_offset": "0x1810EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame166": {"output_dir": "luigi/frames", "rom_offset": "0x181750", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame167": {"output_dir": "luigi/frames", "rom_offset": "0x181DDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame168": {"output_dir": "luigi/frames", "rom_offset": "0x182458", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame169": {"output_dir": "luigi/frames", "rom_offset": "0x1829D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame170": {"output_dir": "luigi/frames", "rom_offset": "0x182F74", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame171": {"output_dir": "luigi/frames", "rom_offset": "0x183538", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame172": {"output_dir": "luigi/frames", "rom_offset": "0x183AEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame173": {"output_dir": "luigi/frames", "rom_offset": "0x18408C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame174": {"output_dir": "luigi/frames", "rom_offset": "0x184670", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame175": {"output_dir": "luigi/frames", "rom_offset": "0x184C48", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame176": {"output_dir": "luigi/frames", "rom_offset": "0x185218", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame177": {"output_dir": "luigi/frames", "rom_offset": "0x185808", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame178": {"output_dir": "luigi/frames", "rom_offset": "0x185E24", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame179": {"output_dir": "luigi/frames", "rom_offset": "0x186434", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame180": {"output_dir": "luigi/frames", "rom_offset": "0x186A50", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame181": {"output_dir": "luigi/frames", "rom_offset": "0x187080", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame182": {"output_dir": "luigi/frames", "rom_offset": "0x1876B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame183": {"output_dir": "luigi/frames", "rom_offset": "0x187CF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame184": {"output_dir": "luigi/frames", "rom_offset": "0x188340", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame185": {"output_dir": "luigi/frames", "rom_offset": "0x1889A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame186": {"output_dir": "luigi/frames", "rom_offset": "0x189030", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame187": {"output_dir": "luigi/frames", "rom_offset": "0x1896C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame188": {"output_dir": "luigi/frames", "rom_offset": "0x189D28", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame189": {"output_dir": "luigi/frames", "rom_offset": "0x18A3A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame190": {"output_dir": "luigi/frames", "rom_offset": "0x18A8BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame191": {"output_dir": "luigi/frames", "rom_offset": "0x18AE10", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame192": {"output_dir": "luigi/frames", "rom_offset": "0x18B398", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame193": {"output_dir": "luigi/frames", "rom_offset": "0x18B954", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame194": {"output_dir": "luigi/frames", "rom_offset": "0x18BF34", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame195": {"output_dir": "luigi/frames", "rom_offset": "0x18C534", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame196": {"output_dir": "luigi/frames", "rom_offset": "0x18CB50", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame197": {"output_dir": "luigi/frames", "rom_offset": "0x18D184", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame198": {"output_dir": "luigi/frames", "rom_offset": "0x18D7E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame199": {"output_dir": "luigi/frames", "rom_offset": "0x18DE4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame200": {"output_dir": "luigi/frames", "rom_offset": "0x18E4D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame201": {"output_dir": "luigi/frames", "rom_offset": "0x18EB7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame202": {"output_dir": "luigi/frames", "rom_offset": "0x18F234", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame203": {"output_dir": "luigi/frames", "rom_offset": "0x18F8E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame204": {"output_dir": "luigi/frames", "rom_offset": "0x18FF80", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame205": {"output_dir": "luigi/frames", "rom_offset": "0x190634", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame206": {"output_dir": "luigi/frames", "rom_offset": "0x190CB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame207": {"output_dir": "luigi/frames", "rom_offset": "0x191320", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame208": {"output_dir": "luigi/frames", "rom_offset": "0x191978", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame209": {"output_dir": "luigi/frames", "rom_offset": "0x191F94", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame210": {"output_dir": "luigi/frames", "rom_offset": "0x1924DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame211": {"output_dir": "luigi/frames", "rom_offset": "0x192A58", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame212": {"output_dir": "luigi/frames", "rom_offset": "0x193010", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame213": {"output_dir": "luigi/frames", "rom_offset": "0x1935E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame214": {"output_dir": "luigi/frames", "rom_offset": "0x193BE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame215": {"output_dir": "luigi/frames", "rom_offset": "0x194200", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame216": {"output_dir": "luigi/frames", "rom_offset": "0x194844", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame217": {"output_dir": "luigi/frames", "rom_offset": "0x194E9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame218": {"output_dir": "luigi/frames", "rom_offset": "0x1954F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame219": {"output_dir": "luigi/frames", "rom_offset": "0x195B4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame220": {"output_dir": "luigi/frames", "rom_offset": "0x1961BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame221": {"output_dir": "luigi/frames", "rom_offset": "0x196844", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame222": {"output_dir": "luigi/frames", "rom_offset": "0x196ECC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame223": {"output_dir": "luigi/frames", "rom_offset": "0x197564", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame224": {"output_dir": "luigi/frames", "rom_offset": "0x197BD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame225": {"output_dir": "luigi/frames", "rom_offset": "0x198248", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame226": {"output_dir": "luigi/frames", "rom_offset": "0x1988B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame227": {"output_dir": "luigi/frames", "rom_offset": "0x198ED8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame228": {"output_dir": "luigi/frames", "rom_offset": "0x1994C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame229": {"output_dir": "luigi/frames", "rom_offset": "0x199A74", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame230": {"output_dir": "luigi/frames", "rom_offset": "0x199FC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame231": {"output_dir": "luigi/frames", "rom_offset": "0x19A568", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame232": {"output_dir": "luigi/frames", "rom_offset": "0x19AB4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame233": {"output_dir": "luigi/frames", "rom_offset": "0x19B150", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame234": {"output_dir": "luigi/frames", "rom_offset": "0x19B780", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame235": {"output_dir": "luigi/frames", "rom_offset": "0x19BDC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame236": {"output_dir": "luigi/frames", "rom_offset": "0x19C414", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame237": {"output_dir": "luigi/frames", "rom_offset": "0x19CA74", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame238": {"output_dir": "luigi/frames", "rom_offset": "0x19D0DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame239": {"output_dir": "luigi/frames", "rom_offset": "0x19D730", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame240": {"output_dir": "luigi/frames", "rom_offset": "0x19DDAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame241": {"output_dir": "luigi/frames", "rom_offset": "0x19E414", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame242": {"output_dir": "luigi/frames", "rom_offset": "0x19EA78", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame243": {"output_dir": "luigi/frames", "rom_offset": "0x19F0E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame244": {"output_dir": "luigi/frames", "rom_offset": "0x19F718", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame245": {"output_dir": "luigi/frames", "rom_offset": "0x19FD2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame246": {"output_dir": "luigi/frames", "rom_offset": "0x1A0334", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame247": {"output_dir": "luigi/frames", "rom_offset": "0x1A091C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame248": {"output_dir": "luigi/frames", "rom_offset": "0x1A0EE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame249": {"output_dir": "luigi/frames", "rom_offset": "0x1A1464", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame250": {"output_dir": "luigi/frames", "rom_offset": "0x1A19E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame251": {"output_dir": "luigi/frames", "rom_offset": "0x1A1FAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame252": {"output_dir": "luigi/frames", "rom_offset": "0x1A259C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame253": {"output_dir": "luigi/frames", "rom_offset": "0x1A2BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame254": {"output_dir": "luigi/frames", "rom_offset": "0x1A320C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame255": {"output_dir": "luigi/frames", "rom_offset": "0x1A385C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame256": {"output_dir": "luigi/frames", "rom_offset": "0x1A3ED8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame257": {"output_dir": "luigi/frames", "rom_offset": "0x1A4548", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame258": {"output_dir": "luigi/frames", "rom_offset": "0x1A4BAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame259": {"output_dir": "luigi/frames", "rom_offset": "0x1A5210", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame260": {"output_dir": "luigi/frames", "rom_offset": "0x1A586C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame261": {"output_dir": "luigi/frames", "rom_offset": "0x1A5EBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame262": {"output_dir": "luigi/frames", "rom_offset": "0x1A64F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame263": {"output_dir": "luigi/frames", "rom_offset": "0x1A6B14", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame264": {"output_dir": "luigi/frames", "rom_offset": "0x1A7110", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame265": {"output_dir": "luigi/frames", "rom_offset": "0x1A7710", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame266": {"output_dir": "luigi/frames", "rom_offset": "0x1A7CD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame267": {"output_dir": "luigi/frames", "rom_offset": "0x1A8280", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame268": {"output_dir": "luigi/frames", "rom_offset": "0x1A87F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame269": {"output_dir": "luigi/frames", "rom_offset": "0x1A8D20", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame270": {"output_dir": "luigi/frames", "rom_offset": "0x1A92C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame271": {"output_dir": "luigi/frames", "rom_offset": "0x1A98A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame272": {"output_dir": "luigi/frames", "rom_offset": "0x1A9EB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame273": {"output_dir": "luigi/frames", "rom_offset": "0x1AA4F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame274": {"output_dir": "luigi/frames", "rom_offset": "0x1AAB40", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame275": {"output_dir": "luigi/frames", "rom_offset": "0x1AB1AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame276": {"output_dir": "luigi/frames", "rom_offset": "0x1AB834", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame277": {"output_dir": "luigi/frames", "rom_offset": "0x1ABEB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame278": {"output_dir": "luigi/frames", "rom_offset": "0x1AC514", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame279": {"output_dir": "luigi/frames", "rom_offset": "0x1ACB84", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame280": {"output_dir": "luigi/frames", "rom_offset": "0x1AD1DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame281": {"output_dir": "luigi/frames", "rom_offset": "0x1AD828", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame282": {"output_dir": "luigi/frames", "rom_offset": "0x1ADE34", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame283": {"output_dir": "luigi/frames", "rom_offset": "0x1AE438", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame284": {"output_dir": "luigi/frames", "rom_offset": "0x1AEA00", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame285": {"output_dir": "luigi/frames", "rom_offset": "0x1AEFB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame286": {"output_dir": "luigi/frames", "rom_offset": "0x1AF528", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame287": {"output_dir": "luigi/frames", "rom_offset": "0x1AFA74", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame288": {"output_dir": "luigi/frames", "rom_offset": "0x1AFF80", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame289": {"output_dir": "luigi/frames", "rom_offset": "0x1B0438", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame290": {"output_dir": "luigi/frames", "rom_offset": "0x1B0934", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame291": {"output_dir": "luigi/frames", "rom_offset": "0x1B0EC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame292": {"output_dir": "luigi/frames", "rom_offset": "0x1B14A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame293": {"output_dir": "luigi/frames", "rom_offset": "0x1B1B4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame294": {"output_dir": "luigi/frames", "rom_offset": "0x1B21A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame295": {"output_dir": "luigi/frames", "rom_offset": "0x1B2800", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame296": {"output_dir": "luigi/frames", "rom_offset": "0x1B2E24", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame297": {"output_dir": "luigi/frames", "rom_offset": "0x1B33CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame298": {"output_dir": "luigi/frames", "rom_offset": "0x1B38FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame299": {"output_dir": "luigi/frames", "rom_offset": "0x1B3EB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame300": {"output_dir": "luigi/frames", "rom_offset": "0x1B4498", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame301": {"output_dir": "luigi/frames", "rom_offset": "0x1B4A60", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame302": {"output_dir": "luigi/frames", "rom_offset": "0x1B5020", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame303": {"output_dir": "luigi/frames", "rom_offset": "0x1B55F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame304": {"output_dir": "luigi/frames", "rom_offset": "0x1B5BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame305": {"output_dir": "luigi/frames", "rom_offset": "0x1B6124", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame306": {"output_dir": "luigi/frames", "rom_offset": "0x1B65C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame307": {"output_dir": "luigi/frames", "rom_offset": "0x1B6BB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame308": {"output_dir": "luigi/frames", "rom_offset": "0x1B723C", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame309": {"output_dir": "luigi/frames", "rom_offset": "0x1B78EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame310": {"output_dir": "luigi/frames", "rom_offset": "0x1B7F38", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame311": {"output_dir": "luigi/frames", "rom_offset": "0x1B8588", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame312": {"output_dir": "luigi/frames", "rom_offset": "0x1B8BA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame313": {"output_dir": "luigi/frames", "rom_offset": "0x1B9100", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame314": {"output_dir": "luigi/frames", "rom_offset": "0x1B9618", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame315": {"output_dir": "luigi/frames", "rom_offset": "0x1B9BD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame316": {"output_dir": "luigi/frames", "rom_offset": "0x1BA1AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame317": {"output_dir": "luigi/frames", "rom_offset": "0x1BA760", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame318": {"output_dir": "luigi/frames", "rom_offset": "0x1BAD10", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame319": {"output_dir": "luigi/frames", "rom_offset": "0x1BB2E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"luigi_kart_frame320": {"output_dir": "luigi/frames", "rom_offset": "0x1BB8B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["luigi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BBE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BBEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BBF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BBFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BC9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BCFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BD9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BDFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BE9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BECEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BED6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BEFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BF9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1BFFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C006C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C00EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C016C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C01EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C026C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C02EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C036C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C03EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C046C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C04EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C056C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C05EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C066C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C06EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C076C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C07EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C086C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C08EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C096C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C09EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C0FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C106C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C10EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C116C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C11EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C126C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C12EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C136C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C13EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C146C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C14EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C156C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C15EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C166C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C16EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C176C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C17EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C186C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C18EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C196C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C19EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C1FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C206C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C20EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C216C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C21EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C226C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C22EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C236C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C23EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C246C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C24EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C256C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C25EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C266C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C26EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C276C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C27EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C286C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C28EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C296C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C29EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C2FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C306C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C30EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C316C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C31EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C326C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C32EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C336C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C33EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C346C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C34EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C356C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C35EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C366C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C36EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C376C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C37EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C386C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C38EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C396C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C39EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C3FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C406C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C40EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C416C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C41EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C426C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C42EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C436C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C43EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C446C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C44EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C456C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C45EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C466C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C46EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C476C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C47EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C486C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C48EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C496C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C49EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C4FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C506C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C50EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C516C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C51EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C526C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C52EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C536C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C53EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C546C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C54EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C556C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C55EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C566C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C56EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C576C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C57EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C586C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C58EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C596C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C59EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C5FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C606C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C60EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C616C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C61EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C626C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C62EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C636C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C63EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C646C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C64EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C656C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C65EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C666C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C66EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C676C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C67EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C686C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C68EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C696C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C69EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C6FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C706C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C70EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C716C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C71EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C726C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C72EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C736C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C73EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C746C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C74EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C756C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C75EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C766C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C76EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C776C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C77EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C786C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C78EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C796C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C79EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C7FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C806C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C80EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C816C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C81EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C826C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C82EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C836C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C83EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C846C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C84EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C856C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C85EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C866C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C86EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C876C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C87EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C886C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C88EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C896C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C89EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C8FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C906C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C90EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C916C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C91EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C926C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C92EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C936C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C93EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C946C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C94EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C956C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C95EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C966C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C96EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C976C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C97EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C986C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C98EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C996C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C99EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1C9FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CA9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CABEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CACEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CADEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CAFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CB9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CBFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CC9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CCFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CD9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CDFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CE9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CECEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CED6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CEFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CF9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1CFFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D006C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D00EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D016C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D01EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D026C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D02EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D036C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D03EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D046C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D04EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D056C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D05EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D066C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D06EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D076C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D07EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D086C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D08EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D096C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D09EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D0FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D106C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D10EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D116C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D11EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D126C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D12EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D136C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D13EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D146C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D14EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D156C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D15EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D166C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D16EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D176C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D17EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D186C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D18EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D196C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D19EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D1FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D206C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D20EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D216C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D21EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D226C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D22EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D236C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D23EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D246C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D24EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D256C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D25EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D266C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D26EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D276C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D27EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D286C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D28EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D296C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D29EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D2FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D306C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D30EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D316C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D31EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D326C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D32EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D336C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D33EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D346C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D34EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D356C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D35EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D366C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D36EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D376C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D37EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D386C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D38EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D396C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D39EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D3FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D406C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D40EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D416C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D41EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D426C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D42EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D436C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D43EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D446C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D44EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D456C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D45EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D466C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D46EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D476C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D47EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D486C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D48EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D496C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D49EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D4FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D506C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D50EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D516C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D51EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D526C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D52EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D536C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D53EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D546C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D54EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D556C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D55EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D566C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D56EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D576C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D57EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D586C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D58EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D596C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D59EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D5FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D606C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D60EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D616C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D61EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D626C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D62EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D636C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D63EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D646C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D64EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D656C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D65EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D666C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D66EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D676C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D67EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D686C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D68EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D696C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D69EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D6FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D706C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D70EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D716C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D71EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D726C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D72EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D736C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D73EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D746C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D74EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D756C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D75EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D766C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D76EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D776C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D77EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D786C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D78EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D796C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D79EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D7FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D806C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D80EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D816C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D81EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D826C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D82EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D836C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D83EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D846C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D84EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D856C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D85EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D866C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D86EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D876C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D87EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D886C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D88EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D896C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D89EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D8FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D906C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D90EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D916C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D91EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D926C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D92EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D936C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D93EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D946C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D94EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D956C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D95EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D966C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D96EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D976C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D97EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D986C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D98EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D996C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D99EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9A6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9AEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9B6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9BEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9C6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9CEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9D6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9DEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9E6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9EEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9F6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1D9FEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DA9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DABEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DACEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DADEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DAFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DB9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DBFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DC9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DCFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DD9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DDFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DE9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DECEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DED6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DEFEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF06C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF0EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF16C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF1EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF26C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF2EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF36C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF3EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF46C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF4EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF56C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF5EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF66C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF6EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF76C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF7EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF86C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF8EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF96C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DF9EC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFA6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFAEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFB6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFBEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFC6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFCEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFD6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFDEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFE6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFEEC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFF6C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "luigi/palettes", "rom_offset": "0x1DFFEC", "width": 16, "height": 4, "type": "rgba16"}, -"luigi_kart_palette": {"output_dir": "luigi/palettes", "rom_offset": "0x1E006C", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/mario_kart.json b/assets/karts/mario_kart.json deleted file mode 100644 index cea8a9722..000000000 --- a/assets/karts/mario_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"mario_kart_frame000": {"output_dir": "mario/frames", "rom_offset": "0x1E01F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame001": {"output_dir": "mario/frames", "rom_offset": "0x1E0680", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame002": {"output_dir": "mario/frames", "rom_offset": "0x1E0B18", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame003": {"output_dir": "mario/frames", "rom_offset": "0x1E0FB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame004": {"output_dir": "mario/frames", "rom_offset": "0x1E1460", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame005": {"output_dir": "mario/frames", "rom_offset": "0x1E1918", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame006": {"output_dir": "mario/frames", "rom_offset": "0x1E1DD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame007": {"output_dir": "mario/frames", "rom_offset": "0x1E22B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame008": {"output_dir": "mario/frames", "rom_offset": "0x1E27A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame009": {"output_dir": "mario/frames", "rom_offset": "0x1E2CC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame010": {"output_dir": "mario/frames", "rom_offset": "0x1E31FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame011": {"output_dir": "mario/frames", "rom_offset": "0x1E372C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame012": {"output_dir": "mario/frames", "rom_offset": "0x1E3C74", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame013": {"output_dir": "mario/frames", "rom_offset": "0x1E41C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame014": {"output_dir": "mario/frames", "rom_offset": "0x1E472C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame015": {"output_dir": "mario/frames", "rom_offset": "0x1E4CA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame016": {"output_dir": "mario/frames", "rom_offset": "0x1E5228", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame017": {"output_dir": "mario/frames", "rom_offset": "0x1E57A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame018": {"output_dir": "mario/frames", "rom_offset": "0x1E5D28", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame019": {"output_dir": "mario/frames", "rom_offset": "0x1E62B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame020": {"output_dir": "mario/frames", "rom_offset": "0x1E6858", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame021": {"output_dir": "mario/frames", "rom_offset": "0x1E6DF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame022": {"output_dir": "mario/frames", "rom_offset": "0x1E7288", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame023": {"output_dir": "mario/frames", "rom_offset": "0x1E7740", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame024": {"output_dir": "mario/frames", "rom_offset": "0x1E7BD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame025": {"output_dir": "mario/frames", "rom_offset": "0x1E80A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame026": {"output_dir": "mario/frames", "rom_offset": "0x1E857C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame027": {"output_dir": "mario/frames", "rom_offset": "0x1E8A50", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame028": {"output_dir": "mario/frames", "rom_offset": "0x1E8F50", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame029": {"output_dir": "mario/frames", "rom_offset": "0x1E9458", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame030": {"output_dir": "mario/frames", "rom_offset": "0x1E9988", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame031": {"output_dir": "mario/frames", "rom_offset": "0x1E9EC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame032": {"output_dir": "mario/frames", "rom_offset": "0x1EA420", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame033": {"output_dir": "mario/frames", "rom_offset": "0x1EA984", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame034": {"output_dir": "mario/frames", "rom_offset": "0x1EAED8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame035": {"output_dir": "mario/frames", "rom_offset": "0x1EB458", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame036": {"output_dir": "mario/frames", "rom_offset": "0x1EB9C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame037": {"output_dir": "mario/frames", "rom_offset": "0x1EBF58", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame038": {"output_dir": "mario/frames", "rom_offset": "0x1EC4E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame039": {"output_dir": "mario/frames", "rom_offset": "0x1ECA6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame040": {"output_dir": "mario/frames", "rom_offset": "0x1ECFEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame041": {"output_dir": "mario/frames", "rom_offset": "0x1ED574", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame042": {"output_dir": "mario/frames", "rom_offset": "0x1EDB10", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame043": {"output_dir": "mario/frames", "rom_offset": "0x1EDFD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame044": {"output_dir": "mario/frames", "rom_offset": "0x1EE494", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame045": {"output_dir": "mario/frames", "rom_offset": "0x1EE968", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame046": {"output_dir": "mario/frames", "rom_offset": "0x1EEE40", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame047": {"output_dir": "mario/frames", "rom_offset": "0x1EF33C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame048": {"output_dir": "mario/frames", "rom_offset": "0x1EF85C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame049": {"output_dir": "mario/frames", "rom_offset": "0x1EFD80", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame050": {"output_dir": "mario/frames", "rom_offset": "0x1F02A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame051": {"output_dir": "mario/frames", "rom_offset": "0x1F07EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame052": {"output_dir": "mario/frames", "rom_offset": "0x1F0D3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame053": {"output_dir": "mario/frames", "rom_offset": "0x1F12AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame054": {"output_dir": "mario/frames", "rom_offset": "0x1F1814", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame055": {"output_dir": "mario/frames", "rom_offset": "0x1F1D90", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame056": {"output_dir": "mario/frames", "rom_offset": "0x1F231C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame057": {"output_dir": "mario/frames", "rom_offset": "0x1F289C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame058": {"output_dir": "mario/frames", "rom_offset": "0x1F2E18", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame059": {"output_dir": "mario/frames", "rom_offset": "0x1F33A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame060": {"output_dir": "mario/frames", "rom_offset": "0x1F394C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame061": {"output_dir": "mario/frames", "rom_offset": "0x1F3F00", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame062": {"output_dir": "mario/frames", "rom_offset": "0x1F44AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame063": {"output_dir": "mario/frames", "rom_offset": "0x1F4A5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame064": {"output_dir": "mario/frames", "rom_offset": "0x1F4F1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame065": {"output_dir": "mario/frames", "rom_offset": "0x1F53F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame066": {"output_dir": "mario/frames", "rom_offset": "0x1F58D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame067": {"output_dir": "mario/frames", "rom_offset": "0x1F5DAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame068": {"output_dir": "mario/frames", "rom_offset": "0x1F62A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame069": {"output_dir": "mario/frames", "rom_offset": "0x1F67BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame070": {"output_dir": "mario/frames", "rom_offset": "0x1F6CE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame071": {"output_dir": "mario/frames", "rom_offset": "0x1F7228", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame072": {"output_dir": "mario/frames", "rom_offset": "0x1F7768", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame073": {"output_dir": "mario/frames", "rom_offset": "0x1F7CC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame074": {"output_dir": "mario/frames", "rom_offset": "0x1F8238", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame075": {"output_dir": "mario/frames", "rom_offset": "0x1F8794", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame076": {"output_dir": "mario/frames", "rom_offset": "0x1F8D10", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame077": {"output_dir": "mario/frames", "rom_offset": "0x1F9284", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame078": {"output_dir": "mario/frames", "rom_offset": "0x1F9810", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame079": {"output_dir": "mario/frames", "rom_offset": "0x1F9DB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame080": {"output_dir": "mario/frames", "rom_offset": "0x1FA360", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame081": {"output_dir": "mario/frames", "rom_offset": "0x1FA914", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame082": {"output_dir": "mario/frames", "rom_offset": "0x1FAED8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame083": {"output_dir": "mario/frames", "rom_offset": "0x1FB48C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame084": {"output_dir": "mario/frames", "rom_offset": "0x1FBA40", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame085": {"output_dir": "mario/frames", "rom_offset": "0x1FBEF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame086": {"output_dir": "mario/frames", "rom_offset": "0x1FC3D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame087": {"output_dir": "mario/frames", "rom_offset": "0x1FC8C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame088": {"output_dir": "mario/frames", "rom_offset": "0x1FCDBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame089": {"output_dir": "mario/frames", "rom_offset": "0x1FD2C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame090": {"output_dir": "mario/frames", "rom_offset": "0x1FD7EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame091": {"output_dir": "mario/frames", "rom_offset": "0x1FDD30", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame092": {"output_dir": "mario/frames", "rom_offset": "0x1FE290", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame093": {"output_dir": "mario/frames", "rom_offset": "0x1FE7FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame094": {"output_dir": "mario/frames", "rom_offset": "0x1FED70", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame095": {"output_dir": "mario/frames", "rom_offset": "0x1FF2EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame096": {"output_dir": "mario/frames", "rom_offset": "0x1FF86C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame097": {"output_dir": "mario/frames", "rom_offset": "0x1FFDF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame098": {"output_dir": "mario/frames", "rom_offset": "0x200378", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame099": {"output_dir": "mario/frames", "rom_offset": "0x20091C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame100": {"output_dir": "mario/frames", "rom_offset": "0x200EC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame101": {"output_dir": "mario/frames", "rom_offset": "0x20146C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame102": {"output_dir": "mario/frames", "rom_offset": "0x201A14", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame103": {"output_dir": "mario/frames", "rom_offset": "0x201FD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame104": {"output_dir": "mario/frames", "rom_offset": "0x202598", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame105": {"output_dir": "mario/frames", "rom_offset": "0x202B50", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame106": {"output_dir": "mario/frames", "rom_offset": "0x203030", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame107": {"output_dir": "mario/frames", "rom_offset": "0x203518", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame108": {"output_dir": "mario/frames", "rom_offset": "0x203A0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame109": {"output_dir": "mario/frames", "rom_offset": "0x203F1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame110": {"output_dir": "mario/frames", "rom_offset": "0x204424", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame111": {"output_dir": "mario/frames", "rom_offset": "0x204970", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame112": {"output_dir": "mario/frames", "rom_offset": "0x204EC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame113": {"output_dir": "mario/frames", "rom_offset": "0x205420", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame114": {"output_dir": "mario/frames", "rom_offset": "0x205990", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame115": {"output_dir": "mario/frames", "rom_offset": "0x205F00", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame116": {"output_dir": "mario/frames", "rom_offset": "0x206480", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame117": {"output_dir": "mario/frames", "rom_offset": "0x206A0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame118": {"output_dir": "mario/frames", "rom_offset": "0x206FA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame119": {"output_dir": "mario/frames", "rom_offset": "0x207538", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame120": {"output_dir": "mario/frames", "rom_offset": "0x207AFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame121": {"output_dir": "mario/frames", "rom_offset": "0x2080B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame122": {"output_dir": "mario/frames", "rom_offset": "0x208678", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame123": {"output_dir": "mario/frames", "rom_offset": "0x208C2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame124": {"output_dir": "mario/frames", "rom_offset": "0x20920C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame125": {"output_dir": "mario/frames", "rom_offset": "0x2097D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame126": {"output_dir": "mario/frames", "rom_offset": "0x209DA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame127": {"output_dir": "mario/frames", "rom_offset": "0x20A290", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame128": {"output_dir": "mario/frames", "rom_offset": "0x20A790", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame129": {"output_dir": "mario/frames", "rom_offset": "0x20ACAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame130": {"output_dir": "mario/frames", "rom_offset": "0x20B1BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame131": {"output_dir": "mario/frames", "rom_offset": "0x20B6EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame132": {"output_dir": "mario/frames", "rom_offset": "0x20BC28", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame133": {"output_dir": "mario/frames", "rom_offset": "0x20C174", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame134": {"output_dir": "mario/frames", "rom_offset": "0x20C6C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame135": {"output_dir": "mario/frames", "rom_offset": "0x20CC2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame136": {"output_dir": "mario/frames", "rom_offset": "0x20D190", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame137": {"output_dir": "mario/frames", "rom_offset": "0x20D720", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame138": {"output_dir": "mario/frames", "rom_offset": "0x20DCB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame139": {"output_dir": "mario/frames", "rom_offset": "0x20E24C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame140": {"output_dir": "mario/frames", "rom_offset": "0x20E7E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame141": {"output_dir": "mario/frames", "rom_offset": "0x20ED98", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame142": {"output_dir": "mario/frames", "rom_offset": "0x20F360", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame143": {"output_dir": "mario/frames", "rom_offset": "0x20F928", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame144": {"output_dir": "mario/frames", "rom_offset": "0x20FEE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame145": {"output_dir": "mario/frames", "rom_offset": "0x2104AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame146": {"output_dir": "mario/frames", "rom_offset": "0x210A74", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame147": {"output_dir": "mario/frames", "rom_offset": "0x211054", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame148": {"output_dir": "mario/frames", "rom_offset": "0x211570", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame149": {"output_dir": "mario/frames", "rom_offset": "0x211A8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame150": {"output_dir": "mario/frames", "rom_offset": "0x211FB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame151": {"output_dir": "mario/frames", "rom_offset": "0x2124EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame152": {"output_dir": "mario/frames", "rom_offset": "0x212A38", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame153": {"output_dir": "mario/frames", "rom_offset": "0x212F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame154": {"output_dir": "mario/frames", "rom_offset": "0x2134D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame155": {"output_dir": "mario/frames", "rom_offset": "0x213A28", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame156": {"output_dir": "mario/frames", "rom_offset": "0x213FB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame157": {"output_dir": "mario/frames", "rom_offset": "0x214540", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame158": {"output_dir": "mario/frames", "rom_offset": "0x214AEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame159": {"output_dir": "mario/frames", "rom_offset": "0x21509C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame160": {"output_dir": "mario/frames", "rom_offset": "0x215650", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame161": {"output_dir": "mario/frames", "rom_offset": "0x215BF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame162": {"output_dir": "mario/frames", "rom_offset": "0x2161A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame163": {"output_dir": "mario/frames", "rom_offset": "0x216774", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame164": {"output_dir": "mario/frames", "rom_offset": "0x216D38", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame165": {"output_dir": "mario/frames", "rom_offset": "0x217304", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame166": {"output_dir": "mario/frames", "rom_offset": "0x2178F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame167": {"output_dir": "mario/frames", "rom_offset": "0x217ECC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame168": {"output_dir": "mario/frames", "rom_offset": "0x2184B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame169": {"output_dir": "mario/frames", "rom_offset": "0x2189D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame170": {"output_dir": "mario/frames", "rom_offset": "0x218EFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame171": {"output_dir": "mario/frames", "rom_offset": "0x219450", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame172": {"output_dir": "mario/frames", "rom_offset": "0x219980", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame173": {"output_dir": "mario/frames", "rom_offset": "0x219EC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame174": {"output_dir": "mario/frames", "rom_offset": "0x21A420", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame175": {"output_dir": "mario/frames", "rom_offset": "0x21A99C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame176": {"output_dir": "mario/frames", "rom_offset": "0x21AF10", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame177": {"output_dir": "mario/frames", "rom_offset": "0x21B490", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame178": {"output_dir": "mario/frames", "rom_offset": "0x21BA24", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame179": {"output_dir": "mario/frames", "rom_offset": "0x21BFCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame180": {"output_dir": "mario/frames", "rom_offset": "0x21C578", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame181": {"output_dir": "mario/frames", "rom_offset": "0x21CB30", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame182": {"output_dir": "mario/frames", "rom_offset": "0x21D0E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame183": {"output_dir": "mario/frames", "rom_offset": "0x21D6B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame184": {"output_dir": "mario/frames", "rom_offset": "0x21DC8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame185": {"output_dir": "mario/frames", "rom_offset": "0x21E270", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame186": {"output_dir": "mario/frames", "rom_offset": "0x21E850", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame187": {"output_dir": "mario/frames", "rom_offset": "0x21EE40", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame188": {"output_dir": "mario/frames", "rom_offset": "0x21F41C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame189": {"output_dir": "mario/frames", "rom_offset": "0x21FA14", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame190": {"output_dir": "mario/frames", "rom_offset": "0x21FEB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame191": {"output_dir": "mario/frames", "rom_offset": "0x220388", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame192": {"output_dir": "mario/frames", "rom_offset": "0x220898", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame193": {"output_dir": "mario/frames", "rom_offset": "0x220DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame194": {"output_dir": "mario/frames", "rom_offset": "0x221328", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame195": {"output_dir": "mario/frames", "rom_offset": "0x2218A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame196": {"output_dir": "mario/frames", "rom_offset": "0x221E20", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame197": {"output_dir": "mario/frames", "rom_offset": "0x2223D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame198": {"output_dir": "mario/frames", "rom_offset": "0x222984", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame199": {"output_dir": "mario/frames", "rom_offset": "0x222F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame200": {"output_dir": "mario/frames", "rom_offset": "0x22356C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame201": {"output_dir": "mario/frames", "rom_offset": "0x223B88", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame202": {"output_dir": "mario/frames", "rom_offset": "0x2241CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame203": {"output_dir": "mario/frames", "rom_offset": "0x224818", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame204": {"output_dir": "mario/frames", "rom_offset": "0x224E74", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame205": {"output_dir": "mario/frames", "rom_offset": "0x2254C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame206": {"output_dir": "mario/frames", "rom_offset": "0x225AF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame207": {"output_dir": "mario/frames", "rom_offset": "0x226124", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame208": {"output_dir": "mario/frames", "rom_offset": "0x226740", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame209": {"output_dir": "mario/frames", "rom_offset": "0x226D2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame210": {"output_dir": "mario/frames", "rom_offset": "0x22720C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame211": {"output_dir": "mario/frames", "rom_offset": "0x227734", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame212": {"output_dir": "mario/frames", "rom_offset": "0x227C74", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame213": {"output_dir": "mario/frames", "rom_offset": "0x2281DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame214": {"output_dir": "mario/frames", "rom_offset": "0x228748", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame215": {"output_dir": "mario/frames", "rom_offset": "0x228CE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame216": {"output_dir": "mario/frames", "rom_offset": "0x229298", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame217": {"output_dir": "mario/frames", "rom_offset": "0x229860", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame218": {"output_dir": "mario/frames", "rom_offset": "0x229E28", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame219": {"output_dir": "mario/frames", "rom_offset": "0x22A410", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame220": {"output_dir": "mario/frames", "rom_offset": "0x22A9E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame221": {"output_dir": "mario/frames", "rom_offset": "0x22AFC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame222": {"output_dir": "mario/frames", "rom_offset": "0x22B5E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame223": {"output_dir": "mario/frames", "rom_offset": "0x22BBF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame224": {"output_dir": "mario/frames", "rom_offset": "0x22C210", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame225": {"output_dir": "mario/frames", "rom_offset": "0x22C818", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame226": {"output_dir": "mario/frames", "rom_offset": "0x22CE2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame227": {"output_dir": "mario/frames", "rom_offset": "0x22D410", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame228": {"output_dir": "mario/frames", "rom_offset": "0x22D9E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame229": {"output_dir": "mario/frames", "rom_offset": "0x22DF84", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame230": {"output_dir": "mario/frames", "rom_offset": "0x22E460", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame231": {"output_dir": "mario/frames", "rom_offset": "0x22E990", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame232": {"output_dir": "mario/frames", "rom_offset": "0x22EEF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame233": {"output_dir": "mario/frames", "rom_offset": "0x22F46C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame234": {"output_dir": "mario/frames", "rom_offset": "0x22F9F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame235": {"output_dir": "mario/frames", "rom_offset": "0x22FF90", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame236": {"output_dir": "mario/frames", "rom_offset": "0x230558", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame237": {"output_dir": "mario/frames", "rom_offset": "0x230B38", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame238": {"output_dir": "mario/frames", "rom_offset": "0x23110C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame239": {"output_dir": "mario/frames", "rom_offset": "0x2316F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame240": {"output_dir": "mario/frames", "rom_offset": "0x231CB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame241": {"output_dir": "mario/frames", "rom_offset": "0x232298", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame242": {"output_dir": "mario/frames", "rom_offset": "0x232874", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame243": {"output_dir": "mario/frames", "rom_offset": "0x232E70", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame244": {"output_dir": "mario/frames", "rom_offset": "0x233460", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame245": {"output_dir": "mario/frames", "rom_offset": "0x233A30", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame246": {"output_dir": "mario/frames", "rom_offset": "0x234014", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame247": {"output_dir": "mario/frames", "rom_offset": "0x2345C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame248": {"output_dir": "mario/frames", "rom_offset": "0x234B58", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame249": {"output_dir": "mario/frames", "rom_offset": "0x2350A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame250": {"output_dir": "mario/frames", "rom_offset": "0x2355A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame251": {"output_dir": "mario/frames", "rom_offset": "0x235ADC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame252": {"output_dir": "mario/frames", "rom_offset": "0x236038", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame253": {"output_dir": "mario/frames", "rom_offset": "0x2365CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame254": {"output_dir": "mario/frames", "rom_offset": "0x236B5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame255": {"output_dir": "mario/frames", "rom_offset": "0x237118", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame256": {"output_dir": "mario/frames", "rom_offset": "0x2376FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame257": {"output_dir": "mario/frames", "rom_offset": "0x237CE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame258": {"output_dir": "mario/frames", "rom_offset": "0x2382D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame259": {"output_dir": "mario/frames", "rom_offset": "0x2388A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame260": {"output_dir": "mario/frames", "rom_offset": "0x238E68", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame261": {"output_dir": "mario/frames", "rom_offset": "0x239440", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame262": {"output_dir": "mario/frames", "rom_offset": "0x239A20", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame263": {"output_dir": "mario/frames", "rom_offset": "0x239FF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame264": {"output_dir": "mario/frames", "rom_offset": "0x23A59C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame265": {"output_dir": "mario/frames", "rom_offset": "0x23AB38", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame266": {"output_dir": "mario/frames", "rom_offset": "0x23B0CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame267": {"output_dir": "mario/frames", "rom_offset": "0x23B644", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame268": {"output_dir": "mario/frames", "rom_offset": "0x23BB9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame269": {"output_dir": "mario/frames", "rom_offset": "0x23C0AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame270": {"output_dir": "mario/frames", "rom_offset": "0x23C5FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame271": {"output_dir": "mario/frames", "rom_offset": "0x23CB50", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame272": {"output_dir": "mario/frames", "rom_offset": "0x23D0CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame273": {"output_dir": "mario/frames", "rom_offset": "0x23D658", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame274": {"output_dir": "mario/frames", "rom_offset": "0x23DC0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame275": {"output_dir": "mario/frames", "rom_offset": "0x23E1D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame276": {"output_dir": "mario/frames", "rom_offset": "0x23E7C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame277": {"output_dir": "mario/frames", "rom_offset": "0x23EDB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame278": {"output_dir": "mario/frames", "rom_offset": "0x23F37C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame279": {"output_dir": "mario/frames", "rom_offset": "0x23F960", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame280": {"output_dir": "mario/frames", "rom_offset": "0x23FF14", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame281": {"output_dir": "mario/frames", "rom_offset": "0x2404E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame282": {"output_dir": "mario/frames", "rom_offset": "0x240A88", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame283": {"output_dir": "mario/frames", "rom_offset": "0x241028", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame284": {"output_dir": "mario/frames", "rom_offset": "0x2415B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame285": {"output_dir": "mario/frames", "rom_offset": "0x241B30", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame286": {"output_dir": "mario/frames", "rom_offset": "0x24207C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame287": {"output_dir": "mario/frames", "rom_offset": "0x2425A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame288": {"output_dir": "mario/frames", "rom_offset": "0x242AB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame289": {"output_dir": "mario/frames", "rom_offset": "0x242F64", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame290": {"output_dir": "mario/frames", "rom_offset": "0x243434", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame291": {"output_dir": "mario/frames", "rom_offset": "0x2439A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame292": {"output_dir": "mario/frames", "rom_offset": "0x243F74", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame293": {"output_dir": "mario/frames", "rom_offset": "0x244620", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame294": {"output_dir": "mario/frames", "rom_offset": "0x244C58", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame295": {"output_dir": "mario/frames", "rom_offset": "0x245298", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame296": {"output_dir": "mario/frames", "rom_offset": "0x245864", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame297": {"output_dir": "mario/frames", "rom_offset": "0x245DEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame298": {"output_dir": "mario/frames", "rom_offset": "0x246304", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame299": {"output_dir": "mario/frames", "rom_offset": "0x2468C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame300": {"output_dir": "mario/frames", "rom_offset": "0x246E8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame301": {"output_dir": "mario/frames", "rom_offset": "0x247478", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame302": {"output_dir": "mario/frames", "rom_offset": "0x247A18", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame303": {"output_dir": "mario/frames", "rom_offset": "0x247FB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame304": {"output_dir": "mario/frames", "rom_offset": "0x248550", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame305": {"output_dir": "mario/frames", "rom_offset": "0x248AA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame306": {"output_dir": "mario/frames", "rom_offset": "0x248F6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame307": {"output_dir": "mario/frames", "rom_offset": "0x249558", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame308": {"output_dir": "mario/frames", "rom_offset": "0x249BFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame309": {"output_dir": "mario/frames", "rom_offset": "0x24A298", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame310": {"output_dir": "mario/frames", "rom_offset": "0x24A8C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame311": {"output_dir": "mario/frames", "rom_offset": "0x24AEEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame312": {"output_dir": "mario/frames", "rom_offset": "0x24B4B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame313": {"output_dir": "mario/frames", "rom_offset": "0x24BA08", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame314": {"output_dir": "mario/frames", "rom_offset": "0x24BF18", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame315": {"output_dir": "mario/frames", "rom_offset": "0x24C4D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame316": {"output_dir": "mario/frames", "rom_offset": "0x24CAB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame317": {"output_dir": "mario/frames", "rom_offset": "0x24D068", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame318": {"output_dir": "mario/frames", "rom_offset": "0x24D60C", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame319": {"output_dir": "mario/frames", "rom_offset": "0x24DBBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"mario_kart_frame320": {"output_dir": "mario/frames", "rom_offset": "0x24E134", "width": 64, "height": 64, "type": "ci8", "tlut": ["mario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24E6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24E720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24E7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24E820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24E8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24E920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24E9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24EA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24EAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24EB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24EBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24EC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24ECA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24ED20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24EDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24EE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24EEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24EF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24EFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24F020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24F0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24F120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24F1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24F220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24F2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24F320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24F3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24F420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24F4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24F520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24F5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24F620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24F6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24F720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24F7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24F820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24F8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24F920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24F9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24FA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24FAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24FB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24FBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24FC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24FCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24FD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24FDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x24FE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x24FEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x24FF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x24FFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2500A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2501A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2502A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2503A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2504A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2505A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2506A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2507A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2508A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2509A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x250AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x250BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x250CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x250DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x250E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x250EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x250F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x250FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2510A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2511A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2512A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2513A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2514A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2515A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2516A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2517A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2518A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2519A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x251AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x251BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x251CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x251DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x251E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x251EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x251F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x251FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2520A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2521A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2522A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2523A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2524A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2525A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2526A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2527A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2528A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2529A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x252AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x252BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x252CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x252DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x252E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x252EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x252F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x252FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2530A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2531A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2532A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2533A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2534A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2535A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2536A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2537A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2538A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2539A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x253AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x253BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x253CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x253DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x253E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x253EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x253F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x253FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2540A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2541A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2542A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2543A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2544A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2545A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2546A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2547A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2548A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2549A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x254AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x254BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x254CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x254DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x254E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x254EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x254F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x254FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2550A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2551A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2552A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2553A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2554A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2555A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2556A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2557A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2558A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2559A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x255AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x255BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x255CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x255DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x255E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x255EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x255F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x255FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2560A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2561A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2562A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2563A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2564A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2565A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2566A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2567A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2568A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2569A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x256AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x256BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x256CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x256DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x256E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x256EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x256F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x256FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2570A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2571A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2572A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2573A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2574A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2575A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2576A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2577A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2578A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2579A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x257AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x257BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x257CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x257DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x257E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x257EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x257F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x257FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2580A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2581A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2582A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2583A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2584A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2585A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2586A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2587A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2588A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2589A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x258AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x258BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x258CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x258DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x258E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x258EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x258F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x258FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2590A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2591A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2592A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2593A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2594A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2595A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2596A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2597A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2598A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2599A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x259AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x259BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x259CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x259DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x259E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x259EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x259F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x259FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25A020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25A0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25A120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25A1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25A220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25A2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25A320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25A3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25A420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25A4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25A520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25A5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25A620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25A6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25A720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25A7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25A820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25A8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25A920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25A9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25AA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25AAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25AB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25ABA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25AC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25ACA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25AD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25ADA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25AE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25AEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25AF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25AFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25B020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25B0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25B120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25B1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25B220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25B2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25B320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25B3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25B420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25B4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25B520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25B5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25B620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25B6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25B720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25B7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25B820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25B8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25B920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25B9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25BA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25BAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25BB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25BBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25BC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25BCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25BD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25BDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25BE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25BEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25BF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25BFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25C020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25C0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25C120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25C1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25C220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25C2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25C320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25C3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25C420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25C4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25C520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25C5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25C620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25C6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25C720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25C7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25C820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25C8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25C920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25C9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25CA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25CAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25CB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25CBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25CC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25CCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25CD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25CDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25CE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25CEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25CF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25CFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25D020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25D0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25D120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25D1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25D220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25D2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25D320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25D3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25D420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25D4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25D520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25D5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25D620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25D6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25D720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25D7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25D820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25D8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25D920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25D9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25DA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25DAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25DB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25DBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25DC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25DCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25DD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25DDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25DE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25DEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25DF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25DFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25E020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25E0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25E120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25E1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25E220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25E2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25E320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25E3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25E420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25E4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25E520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25E5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25E620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25E6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25E720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25E7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25E820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25E8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25E920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25E9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25EA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25EAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25EB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25EBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25EC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25ECA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25ED20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25EDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25EE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25EEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25EF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25EFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25F020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25F0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25F120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25F1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25F220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25F2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25F320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25F3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25F420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25F4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25F520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25F5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25F620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25F6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25F720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25F7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25F820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25F8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25F920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25F9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25FA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25FAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25FB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25FBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25FC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25FCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25FD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25FDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x25FE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x25FEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x25FF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x25FFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2600A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2601A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2602A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2603A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2604A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2605A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2606A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2607A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2608A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2609A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x260AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x260BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x260CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x260DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x260E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x260EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x260F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x260FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2610A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2611A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2612A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2613A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2614A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2615A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2616A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2617A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2618A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2619A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x261AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x261BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x261CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x261DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x261E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x261EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x261F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x261FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2620A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2621A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2622A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2623A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2624A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2625A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2626A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2627A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2628A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2629A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x262AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x262BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x262CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x262DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x262E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x262EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x262F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x262FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2630A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2631A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2632A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2633A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2634A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2635A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2636A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2637A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2638A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2639A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x263AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x263BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x263CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x263DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x263E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x263EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x263F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x263FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2640A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2641A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2642A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2643A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2644A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2645A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2646A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2647A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2648A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2649A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x264AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x264BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x264CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x264DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x264E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x264EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x264F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x264FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2650A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2651A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2652A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2653A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2654A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2655A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2656A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2657A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2658A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2659A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x265AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x265BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x265CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x265DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x265E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x265EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x265F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x265FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2660A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2661A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2662A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2663A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2664A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2665A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2666A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2667A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2668A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2669A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x266AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x266BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x266CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x266DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x266E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x266EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x266F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x266FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2670A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2671A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2672A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2673A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2674A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2675A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2676A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2677A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2678A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2679A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x267AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x267BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x267CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x267DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x267E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x267EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x267F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x267FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2680A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2681A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2682A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2683A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2684A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2685A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2686A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2687A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2688A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2689A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x268AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x268BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x268CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x268DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x268E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x268EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x268F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x268FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2690A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2691A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2692A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2693A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2694A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2695A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2696A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2697A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2698A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2699A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x269AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x269BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x269CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x269DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x269E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x269EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x269F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x269FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26A020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26A0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26A120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26A1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26A220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26A2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26A320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26A3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26A420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26A4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26A520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26A5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26A620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26A6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26A720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26A7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26A820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26A8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26A920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26A9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26AA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26AAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26AB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26ABA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26AC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26ACA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26AD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26ADA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26AE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26AEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26AF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26AFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26B020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26B0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26B120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26B1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26B220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26B2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26B320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26B3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26B420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26B4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26B520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26B5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26B620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26B6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26B720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26B7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26B820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26B8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26B920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26B9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26BA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26BAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26BB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26BBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26BC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26BCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26BD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26BDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26BE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26BEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26BF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26BFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26C020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26C0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26C120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26C1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26C220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26C2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26C320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26C3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26C420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26C4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26C520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26C5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26C620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26C6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26C720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26C7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26C820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26C8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26C920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26C9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26CA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26CAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26CB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26CBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26CC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26CCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26CD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26CDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26CE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26CEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26CF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26CFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26D020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26D0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26D120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26D1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26D220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26D2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26D320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26D3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26D420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26D4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26D520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26D5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26D620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26D6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26D720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26D7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26D820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26D8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26D920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26D9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26DA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26DAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26DB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26DBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26DC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26DCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26DD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26DDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26DE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26DEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26DF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26DFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26E020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26E0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26E120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26E1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26E220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26E2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26E320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26E3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26E420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26E4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26E520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26E5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26E620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26E6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26E720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26E7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26E820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26E8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26E920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26E9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26EA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26EAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26EB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26EBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26EC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26ECA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26ED20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26EDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26EE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26EEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26EF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26EFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26F020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26F0A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26F120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26F1A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26F220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26F2A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26F320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26F3A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26F420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26F4A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26F520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26F5A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26F620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26F6A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26F720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26F7A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26F820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26F8A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26F920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26F9A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26FA20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26FAA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26FB20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26FBA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26FC20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26FCA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26FD20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26FDA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x26FE20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x26FEA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x26FF20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x26FFA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2700A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2701A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2702A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2703A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2704A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2705A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2706A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2707A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2708A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2709A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x270AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x270BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x270CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x270DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x270E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x270EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x270F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x270FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2710A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2711A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2712A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2713A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2714A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2715A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2716A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2717A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271820", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2718A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271920", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2719A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271A20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x271AA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271B20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x271BA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271C20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x271CA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271D20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x271DA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x271E20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x271EA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x271F20", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x271FA0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x272020", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2720A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x272120", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2721A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x272220", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2722A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x272320", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2723A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x272420", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2724A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x272520", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2725A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x272620", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "mario/palettes", "rom_offset": "0x2726A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "mario/palettes", "rom_offset": "0x272720", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "mario/palettes", "rom_offset": "0x2727A0", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "mario/palettes", "rom_offset": "0x272820", "width": 16, "height": 4, "type": "rgba16"}, -"mario_kart_palette": {"output_dir": "mario/palettes", "rom_offset": "0x2728A0", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/peach_kart.json b/assets/karts/peach_kart.json deleted file mode 100644 index 0ee27bc9f..000000000 --- a/assets/karts/peach_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"peach_kart_frame000": {"output_dir": "peach/frames", "rom_offset": "0x309F50", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame001": {"output_dir": "peach/frames", "rom_offset": "0x30A430", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame002": {"output_dir": "peach/frames", "rom_offset": "0x30A930", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame003": {"output_dir": "peach/frames", "rom_offset": "0x30AE34", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame004": {"output_dir": "peach/frames", "rom_offset": "0x30B354", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame005": {"output_dir": "peach/frames", "rom_offset": "0x30B874", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame006": {"output_dir": "peach/frames", "rom_offset": "0x30BD94", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame007": {"output_dir": "peach/frames", "rom_offset": "0x30C2DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame008": {"output_dir": "peach/frames", "rom_offset": "0x30C834", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame009": {"output_dir": "peach/frames", "rom_offset": "0x30CD98", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame010": {"output_dir": "peach/frames", "rom_offset": "0x30D30C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame011": {"output_dir": "peach/frames", "rom_offset": "0x30D87C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame012": {"output_dir": "peach/frames", "rom_offset": "0x30DE04", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame013": {"output_dir": "peach/frames", "rom_offset": "0x30E388", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame014": {"output_dir": "peach/frames", "rom_offset": "0x30E910", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame015": {"output_dir": "peach/frames", "rom_offset": "0x30EE9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame016": {"output_dir": "peach/frames", "rom_offset": "0x30F424", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame017": {"output_dir": "peach/frames", "rom_offset": "0x30F9CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame018": {"output_dir": "peach/frames", "rom_offset": "0x30FF74", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame019": {"output_dir": "peach/frames", "rom_offset": "0x310518", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame020": {"output_dir": "peach/frames", "rom_offset": "0x310AD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame021": {"output_dir": "peach/frames", "rom_offset": "0x311090", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame022": {"output_dir": "peach/frames", "rom_offset": "0x311554", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame023": {"output_dir": "peach/frames", "rom_offset": "0x311A3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame024": {"output_dir": "peach/frames", "rom_offset": "0x311F28", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame025": {"output_dir": "peach/frames", "rom_offset": "0x312440", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame026": {"output_dir": "peach/frames", "rom_offset": "0x31296C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame027": {"output_dir": "peach/frames", "rom_offset": "0x312E7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame028": {"output_dir": "peach/frames", "rom_offset": "0x3133BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame029": {"output_dir": "peach/frames", "rom_offset": "0x313918", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame030": {"output_dir": "peach/frames", "rom_offset": "0x313E88", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame031": {"output_dir": "peach/frames", "rom_offset": "0x314400", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame032": {"output_dir": "peach/frames", "rom_offset": "0x314990", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame033": {"output_dir": "peach/frames", "rom_offset": "0x314F30", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame034": {"output_dir": "peach/frames", "rom_offset": "0x3154CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame035": {"output_dir": "peach/frames", "rom_offset": "0x315A54", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame036": {"output_dir": "peach/frames", "rom_offset": "0x315FF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame037": {"output_dir": "peach/frames", "rom_offset": "0x31659C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame038": {"output_dir": "peach/frames", "rom_offset": "0x316B5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame039": {"output_dir": "peach/frames", "rom_offset": "0x317114", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame040": {"output_dir": "peach/frames", "rom_offset": "0x3176C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame041": {"output_dir": "peach/frames", "rom_offset": "0x317C84", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame042": {"output_dir": "peach/frames", "rom_offset": "0x31824C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame043": {"output_dir": "peach/frames", "rom_offset": "0x318738", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame044": {"output_dir": "peach/frames", "rom_offset": "0x318C48", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame045": {"output_dir": "peach/frames", "rom_offset": "0x319154", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame046": {"output_dir": "peach/frames", "rom_offset": "0x31967C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame047": {"output_dir": "peach/frames", "rom_offset": "0x319BA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame048": {"output_dir": "peach/frames", "rom_offset": "0x31A108", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame049": {"output_dir": "peach/frames", "rom_offset": "0x31A66C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame050": {"output_dir": "peach/frames", "rom_offset": "0x31ABEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame051": {"output_dir": "peach/frames", "rom_offset": "0x31B164", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame052": {"output_dir": "peach/frames", "rom_offset": "0x31B6F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame053": {"output_dir": "peach/frames", "rom_offset": "0x31BC78", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame054": {"output_dir": "peach/frames", "rom_offset": "0x31C218", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame055": {"output_dir": "peach/frames", "rom_offset": "0x31C7C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame056": {"output_dir": "peach/frames", "rom_offset": "0x31CD6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame057": {"output_dir": "peach/frames", "rom_offset": "0x31D308", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame058": {"output_dir": "peach/frames", "rom_offset": "0x31D8C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame059": {"output_dir": "peach/frames", "rom_offset": "0x31DE74", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame060": {"output_dir": "peach/frames", "rom_offset": "0x31E440", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame061": {"output_dir": "peach/frames", "rom_offset": "0x31EA0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame062": {"output_dir": "peach/frames", "rom_offset": "0x31EFE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame063": {"output_dir": "peach/frames", "rom_offset": "0x31F5A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame064": {"output_dir": "peach/frames", "rom_offset": "0x31FA6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame065": {"output_dir": "peach/frames", "rom_offset": "0x31FF64", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame066": {"output_dir": "peach/frames", "rom_offset": "0x320474", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame067": {"output_dir": "peach/frames", "rom_offset": "0x3209B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame068": {"output_dir": "peach/frames", "rom_offset": "0x320EE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame069": {"output_dir": "peach/frames", "rom_offset": "0x321450", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame070": {"output_dir": "peach/frames", "rom_offset": "0x3219C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame071": {"output_dir": "peach/frames", "rom_offset": "0x321F30", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame072": {"output_dir": "peach/frames", "rom_offset": "0x3224A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame073": {"output_dir": "peach/frames", "rom_offset": "0x322A38", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame074": {"output_dir": "peach/frames", "rom_offset": "0x322FD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame075": {"output_dir": "peach/frames", "rom_offset": "0x32356C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame076": {"output_dir": "peach/frames", "rom_offset": "0x323B10", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame077": {"output_dir": "peach/frames", "rom_offset": "0x3240BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame078": {"output_dir": "peach/frames", "rom_offset": "0x324668", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame079": {"output_dir": "peach/frames", "rom_offset": "0x324C4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame080": {"output_dir": "peach/frames", "rom_offset": "0x32520C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame081": {"output_dir": "peach/frames", "rom_offset": "0x3257DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame082": {"output_dir": "peach/frames", "rom_offset": "0x325DA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame083": {"output_dir": "peach/frames", "rom_offset": "0x326354", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame084": {"output_dir": "peach/frames", "rom_offset": "0x326930", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame085": {"output_dir": "peach/frames", "rom_offset": "0x326E20", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame086": {"output_dir": "peach/frames", "rom_offset": "0x32732C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame087": {"output_dir": "peach/frames", "rom_offset": "0x32784C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame088": {"output_dir": "peach/frames", "rom_offset": "0x327D94", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame089": {"output_dir": "peach/frames", "rom_offset": "0x3282DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame090": {"output_dir": "peach/frames", "rom_offset": "0x328848", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame091": {"output_dir": "peach/frames", "rom_offset": "0x328DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame092": {"output_dir": "peach/frames", "rom_offset": "0x32935C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame093": {"output_dir": "peach/frames", "rom_offset": "0x3298D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame094": {"output_dir": "peach/frames", "rom_offset": "0x329E74", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame095": {"output_dir": "peach/frames", "rom_offset": "0x32A420", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame096": {"output_dir": "peach/frames", "rom_offset": "0x32A9C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame097": {"output_dir": "peach/frames", "rom_offset": "0x32AF70", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame098": {"output_dir": "peach/frames", "rom_offset": "0x32B520", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame099": {"output_dir": "peach/frames", "rom_offset": "0x32BAD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame100": {"output_dir": "peach/frames", "rom_offset": "0x32C0A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame101": {"output_dir": "peach/frames", "rom_offset": "0x32C680", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame102": {"output_dir": "peach/frames", "rom_offset": "0x32CC70", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame103": {"output_dir": "peach/frames", "rom_offset": "0x32D240", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame104": {"output_dir": "peach/frames", "rom_offset": "0x32D7FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame105": {"output_dir": "peach/frames", "rom_offset": "0x32DDBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame106": {"output_dir": "peach/frames", "rom_offset": "0x32E2B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame107": {"output_dir": "peach/frames", "rom_offset": "0x32E7C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame108": {"output_dir": "peach/frames", "rom_offset": "0x32ECFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame109": {"output_dir": "peach/frames", "rom_offset": "0x32F254", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame110": {"output_dir": "peach/frames", "rom_offset": "0x32F7CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame111": {"output_dir": "peach/frames", "rom_offset": "0x32FD50", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame112": {"output_dir": "peach/frames", "rom_offset": "0x3302E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame113": {"output_dir": "peach/frames", "rom_offset": "0x330874", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame114": {"output_dir": "peach/frames", "rom_offset": "0x330E1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame115": {"output_dir": "peach/frames", "rom_offset": "0x3313C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame116": {"output_dir": "peach/frames", "rom_offset": "0x331970", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame117": {"output_dir": "peach/frames", "rom_offset": "0x331F10", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame118": {"output_dir": "peach/frames", "rom_offset": "0x3324B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame119": {"output_dir": "peach/frames", "rom_offset": "0x332A64", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame120": {"output_dir": "peach/frames", "rom_offset": "0x33303C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame121": {"output_dir": "peach/frames", "rom_offset": "0x333610", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame122": {"output_dir": "peach/frames", "rom_offset": "0x333BE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame123": {"output_dir": "peach/frames", "rom_offset": "0x3341DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame124": {"output_dir": "peach/frames", "rom_offset": "0x3347C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame125": {"output_dir": "peach/frames", "rom_offset": "0x334DAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame126": {"output_dir": "peach/frames", "rom_offset": "0x335388", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame127": {"output_dir": "peach/frames", "rom_offset": "0x33588C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame128": {"output_dir": "peach/frames", "rom_offset": "0x335D94", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame129": {"output_dir": "peach/frames", "rom_offset": "0x3362C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame130": {"output_dir": "peach/frames", "rom_offset": "0x336814", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame131": {"output_dir": "peach/frames", "rom_offset": "0x336D8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame132": {"output_dir": "peach/frames", "rom_offset": "0x337318", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame133": {"output_dir": "peach/frames", "rom_offset": "0x3378AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame134": {"output_dir": "peach/frames", "rom_offset": "0x337E58", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame135": {"output_dir": "peach/frames", "rom_offset": "0x338400", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame136": {"output_dir": "peach/frames", "rom_offset": "0x3389B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame137": {"output_dir": "peach/frames", "rom_offset": "0x338F50", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame138": {"output_dir": "peach/frames", "rom_offset": "0x3394F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame139": {"output_dir": "peach/frames", "rom_offset": "0x339AA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame140": {"output_dir": "peach/frames", "rom_offset": "0x33A058", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame141": {"output_dir": "peach/frames", "rom_offset": "0x33A630", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame142": {"output_dir": "peach/frames", "rom_offset": "0x33AC18", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame143": {"output_dir": "peach/frames", "rom_offset": "0x33B208", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame144": {"output_dir": "peach/frames", "rom_offset": "0x33B7EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame145": {"output_dir": "peach/frames", "rom_offset": "0x33BDD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame146": {"output_dir": "peach/frames", "rom_offset": "0x33C3C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame147": {"output_dir": "peach/frames", "rom_offset": "0x33C990", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame148": {"output_dir": "peach/frames", "rom_offset": "0x33CE90", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame149": {"output_dir": "peach/frames", "rom_offset": "0x33D3C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame150": {"output_dir": "peach/frames", "rom_offset": "0x33D8EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame151": {"output_dir": "peach/frames", "rom_offset": "0x33DE54", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame152": {"output_dir": "peach/frames", "rom_offset": "0x33E3DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame153": {"output_dir": "peach/frames", "rom_offset": "0x33E984", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame154": {"output_dir": "peach/frames", "rom_offset": "0x33EF2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame155": {"output_dir": "peach/frames", "rom_offset": "0x33F4D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame156": {"output_dir": "peach/frames", "rom_offset": "0x33FA98", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame157": {"output_dir": "peach/frames", "rom_offset": "0x34004C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame158": {"output_dir": "peach/frames", "rom_offset": "0x340610", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame159": {"output_dir": "peach/frames", "rom_offset": "0x340BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame160": {"output_dir": "peach/frames", "rom_offset": "0x341198", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame161": {"output_dir": "peach/frames", "rom_offset": "0x34177C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame162": {"output_dir": "peach/frames", "rom_offset": "0x341D50", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame163": {"output_dir": "peach/frames", "rom_offset": "0x342348", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame164": {"output_dir": "peach/frames", "rom_offset": "0x342930", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame165": {"output_dir": "peach/frames", "rom_offset": "0x342F18", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame166": {"output_dir": "peach/frames", "rom_offset": "0x343508", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame167": {"output_dir": "peach/frames", "rom_offset": "0x343AF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame168": {"output_dir": "peach/frames", "rom_offset": "0x3440DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame169": {"output_dir": "peach/frames", "rom_offset": "0x3445E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame170": {"output_dir": "peach/frames", "rom_offset": "0x344B08", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame171": {"output_dir": "peach/frames", "rom_offset": "0x34504C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame172": {"output_dir": "peach/frames", "rom_offset": "0x3455A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame173": {"output_dir": "peach/frames", "rom_offset": "0x345B2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame174": {"output_dir": "peach/frames", "rom_offset": "0x3460D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame175": {"output_dir": "peach/frames", "rom_offset": "0x346698", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame176": {"output_dir": "peach/frames", "rom_offset": "0x346C64", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame177": {"output_dir": "peach/frames", "rom_offset": "0x347244", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame178": {"output_dir": "peach/frames", "rom_offset": "0x347810", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame179": {"output_dir": "peach/frames", "rom_offset": "0x347DF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame180": {"output_dir": "peach/frames", "rom_offset": "0x3483D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame181": {"output_dir": "peach/frames", "rom_offset": "0x3489B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame182": {"output_dir": "peach/frames", "rom_offset": "0x348F90", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame183": {"output_dir": "peach/frames", "rom_offset": "0x349590", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame184": {"output_dir": "peach/frames", "rom_offset": "0x349B9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame185": {"output_dir": "peach/frames", "rom_offset": "0x34A198", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame186": {"output_dir": "peach/frames", "rom_offset": "0x34A790", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame187": {"output_dir": "peach/frames", "rom_offset": "0x34AD78", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame188": {"output_dir": "peach/frames", "rom_offset": "0x34B374", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame189": {"output_dir": "peach/frames", "rom_offset": "0x34B960", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame190": {"output_dir": "peach/frames", "rom_offset": "0x34BE68", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame191": {"output_dir": "peach/frames", "rom_offset": "0x34C370", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame192": {"output_dir": "peach/frames", "rom_offset": "0x34C8A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame193": {"output_dir": "peach/frames", "rom_offset": "0x34CE1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame194": {"output_dir": "peach/frames", "rom_offset": "0x34D3A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame195": {"output_dir": "peach/frames", "rom_offset": "0x34D944", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame196": {"output_dir": "peach/frames", "rom_offset": "0x34DEF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame197": {"output_dir": "peach/frames", "rom_offset": "0x34E4D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame198": {"output_dir": "peach/frames", "rom_offset": "0x34EAA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame199": {"output_dir": "peach/frames", "rom_offset": "0x34F09C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame200": {"output_dir": "peach/frames", "rom_offset": "0x34F6B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame201": {"output_dir": "peach/frames", "rom_offset": "0x34FCF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame202": {"output_dir": "peach/frames", "rom_offset": "0x350318", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame203": {"output_dir": "peach/frames", "rom_offset": "0x350928", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame204": {"output_dir": "peach/frames", "rom_offset": "0x350F28", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame205": {"output_dir": "peach/frames", "rom_offset": "0x351538", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame206": {"output_dir": "peach/frames", "rom_offset": "0x351B30", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame207": {"output_dir": "peach/frames", "rom_offset": "0x35211C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame208": {"output_dir": "peach/frames", "rom_offset": "0x352720", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame209": {"output_dir": "peach/frames", "rom_offset": "0x352CF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame210": {"output_dir": "peach/frames", "rom_offset": "0x3531F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame211": {"output_dir": "peach/frames", "rom_offset": "0x353724", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame212": {"output_dir": "peach/frames", "rom_offset": "0x353C90", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame213": {"output_dir": "peach/frames", "rom_offset": "0x354218", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame214": {"output_dir": "peach/frames", "rom_offset": "0x3547A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame215": {"output_dir": "peach/frames", "rom_offset": "0x354D48", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame216": {"output_dir": "peach/frames", "rom_offset": "0x35530C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame217": {"output_dir": "peach/frames", "rom_offset": "0x3558CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame218": {"output_dir": "peach/frames", "rom_offset": "0x355EB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame219": {"output_dir": "peach/frames", "rom_offset": "0x356494", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame220": {"output_dir": "peach/frames", "rom_offset": "0x356A88", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame221": {"output_dir": "peach/frames", "rom_offset": "0x35708C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame222": {"output_dir": "peach/frames", "rom_offset": "0x35766C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame223": {"output_dir": "peach/frames", "rom_offset": "0x357C54", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame224": {"output_dir": "peach/frames", "rom_offset": "0x35822C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame225": {"output_dir": "peach/frames", "rom_offset": "0x35881C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame226": {"output_dir": "peach/frames", "rom_offset": "0x358DF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame227": {"output_dir": "peach/frames", "rom_offset": "0x3593AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame228": {"output_dir": "peach/frames", "rom_offset": "0x359968", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame229": {"output_dir": "peach/frames", "rom_offset": "0x359F04", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame230": {"output_dir": "peach/frames", "rom_offset": "0x35A424", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame231": {"output_dir": "peach/frames", "rom_offset": "0x35A964", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame232": {"output_dir": "peach/frames", "rom_offset": "0x35AEEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame233": {"output_dir": "peach/frames", "rom_offset": "0x35B47C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame234": {"output_dir": "peach/frames", "rom_offset": "0x35BA40", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame235": {"output_dir": "peach/frames", "rom_offset": "0x35BFF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame236": {"output_dir": "peach/frames", "rom_offset": "0x35C5B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame237": {"output_dir": "peach/frames", "rom_offset": "0x35CB7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame238": {"output_dir": "peach/frames", "rom_offset": "0x35D164", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame239": {"output_dir": "peach/frames", "rom_offset": "0x35D750", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame240": {"output_dir": "peach/frames", "rom_offset": "0x35DD48", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame241": {"output_dir": "peach/frames", "rom_offset": "0x35E334", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame242": {"output_dir": "peach/frames", "rom_offset": "0x35E914", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame243": {"output_dir": "peach/frames", "rom_offset": "0x35EEE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame244": {"output_dir": "peach/frames", "rom_offset": "0x35F498", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame245": {"output_dir": "peach/frames", "rom_offset": "0x35FA68", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame246": {"output_dir": "peach/frames", "rom_offset": "0x360024", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame247": {"output_dir": "peach/frames", "rom_offset": "0x3605C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame248": {"output_dir": "peach/frames", "rom_offset": "0x360B30", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame249": {"output_dir": "peach/frames", "rom_offset": "0x361088", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame250": {"output_dir": "peach/frames", "rom_offset": "0x3615A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame251": {"output_dir": "peach/frames", "rom_offset": "0x361AF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame252": {"output_dir": "peach/frames", "rom_offset": "0x362068", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame253": {"output_dir": "peach/frames", "rom_offset": "0x3625FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame254": {"output_dir": "peach/frames", "rom_offset": "0x362BB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame255": {"output_dir": "peach/frames", "rom_offset": "0x363170", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame256": {"output_dir": "peach/frames", "rom_offset": "0x36373C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame257": {"output_dir": "peach/frames", "rom_offset": "0x363D2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame258": {"output_dir": "peach/frames", "rom_offset": "0x364328", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame259": {"output_dir": "peach/frames", "rom_offset": "0x36491C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame260": {"output_dir": "peach/frames", "rom_offset": "0x364F04", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame261": {"output_dir": "peach/frames", "rom_offset": "0x3654F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame262": {"output_dir": "peach/frames", "rom_offset": "0x365AAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame263": {"output_dir": "peach/frames", "rom_offset": "0x366060", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame264": {"output_dir": "peach/frames", "rom_offset": "0x3665E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame265": {"output_dir": "peach/frames", "rom_offset": "0x366B8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame266": {"output_dir": "peach/frames", "rom_offset": "0x367110", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame267": {"output_dir": "peach/frames", "rom_offset": "0x367668", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame268": {"output_dir": "peach/frames", "rom_offset": "0x367B9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame269": {"output_dir": "peach/frames", "rom_offset": "0x3680C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame270": {"output_dir": "peach/frames", "rom_offset": "0x3685F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame271": {"output_dir": "peach/frames", "rom_offset": "0x368B54", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame272": {"output_dir": "peach/frames", "rom_offset": "0x3690E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame273": {"output_dir": "peach/frames", "rom_offset": "0x36967C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame274": {"output_dir": "peach/frames", "rom_offset": "0x369C20", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame275": {"output_dir": "peach/frames", "rom_offset": "0x36A1F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame276": {"output_dir": "peach/frames", "rom_offset": "0x36A7D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame277": {"output_dir": "peach/frames", "rom_offset": "0x36ADAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame278": {"output_dir": "peach/frames", "rom_offset": "0x36B3A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame279": {"output_dir": "peach/frames", "rom_offset": "0x36B980", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame280": {"output_dir": "peach/frames", "rom_offset": "0x36BF70", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame281": {"output_dir": "peach/frames", "rom_offset": "0x36C524", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame282": {"output_dir": "peach/frames", "rom_offset": "0x36CABC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame283": {"output_dir": "peach/frames", "rom_offset": "0x36D050", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame284": {"output_dir": "peach/frames", "rom_offset": "0x36D5E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame285": {"output_dir": "peach/frames", "rom_offset": "0x36DB50", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame286": {"output_dir": "peach/frames", "rom_offset": "0x36E094", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame287": {"output_dir": "peach/frames", "rom_offset": "0x36E5B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame288": {"output_dir": "peach/frames", "rom_offset": "0x36EAB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame289": {"output_dir": "peach/frames", "rom_offset": "0x36EF90", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame290": {"output_dir": "peach/frames", "rom_offset": "0x36F420", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame291": {"output_dir": "peach/frames", "rom_offset": "0x36F908", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame292": {"output_dir": "peach/frames", "rom_offset": "0x36FE98", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame293": {"output_dir": "peach/frames", "rom_offset": "0x3704FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame294": {"output_dir": "peach/frames", "rom_offset": "0x370B30", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame295": {"output_dir": "peach/frames", "rom_offset": "0x371168", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame296": {"output_dir": "peach/frames", "rom_offset": "0x3716CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame297": {"output_dir": "peach/frames", "rom_offset": "0x371BCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame298": {"output_dir": "peach/frames", "rom_offset": "0x3720A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame299": {"output_dir": "peach/frames", "rom_offset": "0x372628", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame300": {"output_dir": "peach/frames", "rom_offset": "0x372BD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame301": {"output_dir": "peach/frames", "rom_offset": "0x37317C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame302": {"output_dir": "peach/frames", "rom_offset": "0x3736EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame303": {"output_dir": "peach/frames", "rom_offset": "0x373C0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame304": {"output_dir": "peach/frames", "rom_offset": "0x3740EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame305": {"output_dir": "peach/frames", "rom_offset": "0x3745E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame306": {"output_dir": "peach/frames", "rom_offset": "0x374A84", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame307": {"output_dir": "peach/frames", "rom_offset": "0x375020", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame308": {"output_dir": "peach/frames", "rom_offset": "0x37567C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame309": {"output_dir": "peach/frames", "rom_offset": "0x375D04", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame310": {"output_dir": "peach/frames", "rom_offset": "0x3762F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame311": {"output_dir": "peach/frames", "rom_offset": "0x3768D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame312": {"output_dir": "peach/frames", "rom_offset": "0x376E18", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame313": {"output_dir": "peach/frames", "rom_offset": "0x3772D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame314": {"output_dir": "peach/frames", "rom_offset": "0x3777AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame315": {"output_dir": "peach/frames", "rom_offset": "0x377D18", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame316": {"output_dir": "peach/frames", "rom_offset": "0x3782DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame317": {"output_dir": "peach/frames", "rom_offset": "0x37886C", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame318": {"output_dir": "peach/frames", "rom_offset": "0x378DF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame319": {"output_dir": "peach/frames", "rom_offset": "0x379350", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"peach_kart_frame320": {"output_dir": "peach/frames", "rom_offset": "0x379864", "width": 64, "height": 64, "type": "ci8", "tlut": ["peach_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x379D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x379DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x379E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x379EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x379F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x379FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37A038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37A0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37A138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37A1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37A238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37A2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37A338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37A3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37A438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37A4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37A538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37A5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37A638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37A6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37A738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37A7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37A838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37A8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37A938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37A9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37AA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37AAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37AB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37ABB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37AC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37ACB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37AD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37ADB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37AE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37AEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37AF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37AFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37B038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37B0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37B138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37B1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37B238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37B2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37B338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37B3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37B438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37B4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37B538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37B5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37B638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37B6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37B738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37B7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37B838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37B8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37B938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37B9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37BA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37BAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37BB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37BBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37BC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37BCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37BD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37BDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37BE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37BEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37BF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37BFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37C038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37C0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37C138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37C1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37C238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37C2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37C338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37C3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37C438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37C4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37C538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37C5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37C638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37C6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37C738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37C7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37C838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37C8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37C938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37C9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37CA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37CAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37CB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37CBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37CC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37CCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37CD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37CDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37CE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37CEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37CF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37CFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37D038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37D0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37D138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37D1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37D238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37D2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37D338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37D3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37D438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37D4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37D538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37D5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37D638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37D6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37D738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37D7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37D838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37D8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37D938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37D9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37DA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37DAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37DB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37DBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37DC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37DCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37DD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37DDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37DE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37DEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37DF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37DFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37E038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37E0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37E138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37E1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37E238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37E2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37E338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37E3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37E438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37E4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37E538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37E5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37E638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37E6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37E738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37E7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37E838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37E8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37E938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37E9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37EA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37EAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37EB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37EBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37EC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37ECB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37ED38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37EDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37EE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37EEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37EF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37EFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37F038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37F0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37F138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37F1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37F238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37F2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37F338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37F3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37F438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37F4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37F538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37F5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37F638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37F6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37F738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37F7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37F838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37F8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37F938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37F9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37FA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37FAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37FB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37FBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37FC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37FCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37FD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37FDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x37FE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x37FEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x37FF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x37FFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3800B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3801B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3802B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3803B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3804B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3805B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3806B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3807B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3808B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3809B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x380AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x380BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x380CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x380DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x380E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x380EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x380F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x380FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3810B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3811B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3812B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3813B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3814B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3815B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3816B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3817B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3818B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3819B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x381AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x381BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x381CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x381DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x381E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x381EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x381F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x381FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3820B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3821B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3822B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3823B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3824B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3825B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3826B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3827B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3828B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3829B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x382AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x382BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x382CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x382DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x382E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x382EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x382F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x382FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3830B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3831B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3832B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3833B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3834B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3835B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3836B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3837B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3838B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3839B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x383AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x383BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x383CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x383DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x383E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x383EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x383F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x383FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3840B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3841B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3842B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3843B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3844B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3845B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3846B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3847B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3848B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3849B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x384AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x384BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x384CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x384DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x384E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x384EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x384F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x384FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3850B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3851B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3852B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3853B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3854B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3855B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3856B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3857B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3858B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3859B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x385AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x385BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x385CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x385DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x385E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x385EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x385F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x385FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3860B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3861B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3862B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3863B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3864B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3865B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3866B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3867B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3868B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3869B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x386AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x386BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x386CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x386DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x386E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x386EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x386F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x386FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3870B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3871B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3872B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3873B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3874B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3875B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3876B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3877B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3878B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3879B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x387AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x387BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x387CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x387DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x387E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x387EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x387F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x387FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3880B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3881B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3882B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3883B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3884B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3885B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3886B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3887B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3888B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3889B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x388AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x388BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x388CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x388DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x388E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x388EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x388F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x388FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3890B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3891B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3892B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3893B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3894B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3895B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3896B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3897B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3898B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3899B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x389AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x389BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x389CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x389DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x389E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x389EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x389F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x389FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38A038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38A0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38A138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38A1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38A238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38A2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38A338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38A3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38A438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38A4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38A538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38A5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38A638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38A6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38A738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38A7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38A838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38A8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38A938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38A9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38AA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38AAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38AB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38ABB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38AC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38ACB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38AD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38ADB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38AE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38AEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38AF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38AFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38B038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38B0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38B138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38B1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38B238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38B2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38B338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38B3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38B438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38B4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38B538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38B5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38B638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38B6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38B738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38B7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38B838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38B8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38B938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38B9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38BA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38BAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38BB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38BBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38BC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38BCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38BD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38BDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38BE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38BEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38BF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38BFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38C038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38C0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38C138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38C1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38C238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38C2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38C338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38C3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38C438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38C4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38C538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38C5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38C638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38C6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38C738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38C7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38C838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38C8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38C938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38C9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38CA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38CAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38CB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38CBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38CC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38CCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38CD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38CDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38CE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38CEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38CF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38CFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38D038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38D0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38D138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38D1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38D238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38D2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38D338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38D3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38D438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38D4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38D538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38D5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38D638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38D6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38D738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38D7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38D838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38D8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38D938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38D9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38DA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38DAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38DB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38DBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38DC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38DCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38DD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38DDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38DE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38DEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38DF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38DFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38E038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38E0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38E138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38E1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38E238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38E2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38E338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38E3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38E438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38E4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38E538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38E5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38E638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38E6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38E738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38E7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38E838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38E8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38E938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38E9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38EA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38EAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38EB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38EBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38EC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38ECB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38ED38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38EDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38EE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38EEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38EF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38EFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38F038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38F0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38F138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38F1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38F238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38F2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38F338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38F3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38F438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38F4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38F538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38F5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38F638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38F6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38F738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38F7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38F838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38F8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38F938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38F9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38FA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38FAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38FB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38FBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38FC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38FCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38FD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38FDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x38FE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x38FEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x38FF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x38FFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3900B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3901B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3902B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3903B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3904B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3905B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3906B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3907B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3908B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3909B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x390AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x390BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x390CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x390DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x390E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x390EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x390F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x390FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3910B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3911B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3912B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3913B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3914B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3915B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3916B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3917B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3918B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3919B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x391AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x391BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x391CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x391DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x391E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x391EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x391F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x391FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3920B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3921B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3922B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3923B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3924B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3925B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3926B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3927B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3928B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3929B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x392AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x392BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x392CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x392DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x392E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x392EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x392F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x392FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3930B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3931B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3932B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3933B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3934B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3935B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3936B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3937B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3938B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3939B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x393AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x393BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x393CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x393DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x393E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x393EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x393F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x393FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3940B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3941B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3942B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3943B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3944B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3945B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3946B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3947B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3948B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3949B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x394AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x394BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x394CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x394DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x394E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x394EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x394F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x394FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3950B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3951B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3952B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3953B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3954B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3955B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3956B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3957B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3958B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3959B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x395AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x395BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x395CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x395DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x395E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x395EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x395F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x395FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3960B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3961B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3962B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3963B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3964B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3965B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3966B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3967B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3968B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3969B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x396AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x396BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x396CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x396DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x396E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x396EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x396F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x396FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3970B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3971B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3972B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3973B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3974B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3975B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3976B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3977B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3978B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3979B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x397AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x397BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x397CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x397DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x397E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x397EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x397F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x397FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3980B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3981B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3982B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3983B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3984B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3985B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3986B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3987B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3988B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3989B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x398AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x398BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x398CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x398DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x398E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x398EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x398F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x398FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3990B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3991B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3992B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3993B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3994B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3995B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3996B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3997B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x3998B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x3999B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399A38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x399AB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399B38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x399BB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399C38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x399CB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399D38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x399DB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x399E38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x399EB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x399F38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x399FB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39A038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39A0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39A138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39A1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39A238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39A2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39A338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39A3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39A438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39A4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39A538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39A5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39A638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39A6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39A738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39A7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39A838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39A8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39A938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39A9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39AA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39AAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39AB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39ABB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39AC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39ACB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39AD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39ADB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39AE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39AEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39AF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39AFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39B038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39B0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39B138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39B1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39B238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39B2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39B338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39B3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39B438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39B4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39B538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39B5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39B638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39B6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39B738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39B7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39B838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39B8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39B938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39B9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39BA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39BAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39BB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39BBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39BC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39BCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39BD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39BDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39BE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39BEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39BF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39BFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39C038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39C0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39C138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39C1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39C238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39C2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39C338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39C3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39C438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39C4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39C538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39C5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39C638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39C6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39C738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39C7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39C838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39C8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39C938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39C9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39CA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39CAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39CB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39CBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39CC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39CCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39CD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39CDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39CE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39CEB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39CF38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39CFB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39D038", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39D0B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39D138", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39D1B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39D238", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39D2B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39D338", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39D3B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39D438", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39D4B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39D538", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39D5B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39D638", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39D6B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39D738", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39D7B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39D838", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39D8B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39D938", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39D9B8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39DA38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39DAB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39DB38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39DBB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39DC38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39DCB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "peach/palettes", "rom_offset": "0x39DD38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "peach/palettes", "rom_offset": "0x39DDB8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "peach/palettes", "rom_offset": "0x39DE38", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "peach/palettes", "rom_offset": "0x39DEB8", "width": 16, "height": 4, "type": "rgba16"}, -"peach_kart_palette": {"output_dir": "peach/palettes", "rom_offset": "0x39DF38", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/toad_kart.json b/assets/karts/toad_kart.json deleted file mode 100644 index d9616cc14..000000000 --- a/assets/karts/toad_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"toad_kart_frame000": {"output_dir": "toad/frames", "rom_offset": "0x43B3E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame001": {"output_dir": "toad/frames", "rom_offset": "0x43B848", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame002": {"output_dir": "toad/frames", "rom_offset": "0x43BCCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame003": {"output_dir": "toad/frames", "rom_offset": "0x43C158", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame004": {"output_dir": "toad/frames", "rom_offset": "0x43C608", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame005": {"output_dir": "toad/frames", "rom_offset": "0x43CABC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame006": {"output_dir": "toad/frames", "rom_offset": "0x43CF90", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame007": {"output_dir": "toad/frames", "rom_offset": "0x43D46C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame008": {"output_dir": "toad/frames", "rom_offset": "0x43D94C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame009": {"output_dir": "toad/frames", "rom_offset": "0x43DE3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame010": {"output_dir": "toad/frames", "rom_offset": "0x43E338", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame011": {"output_dir": "toad/frames", "rom_offset": "0x43E838", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame012": {"output_dir": "toad/frames", "rom_offset": "0x43ED48", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame013": {"output_dir": "toad/frames", "rom_offset": "0x43F260", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame014": {"output_dir": "toad/frames", "rom_offset": "0x43F78C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame015": {"output_dir": "toad/frames", "rom_offset": "0x43FCC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame016": {"output_dir": "toad/frames", "rom_offset": "0x440218", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame017": {"output_dir": "toad/frames", "rom_offset": "0x440760", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame018": {"output_dir": "toad/frames", "rom_offset": "0x440CBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame019": {"output_dir": "toad/frames", "rom_offset": "0x441224", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame020": {"output_dir": "toad/frames", "rom_offset": "0x4417A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame021": {"output_dir": "toad/frames", "rom_offset": "0x441D40", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame022": {"output_dir": "toad/frames", "rom_offset": "0x4421BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame023": {"output_dir": "toad/frames", "rom_offset": "0x442648", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame024": {"output_dir": "toad/frames", "rom_offset": "0x442AEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame025": {"output_dir": "toad/frames", "rom_offset": "0x442F9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame026": {"output_dir": "toad/frames", "rom_offset": "0x44344C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame027": {"output_dir": "toad/frames", "rom_offset": "0x443900", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame028": {"output_dir": "toad/frames", "rom_offset": "0x443DD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame029": {"output_dir": "toad/frames", "rom_offset": "0x4442C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame030": {"output_dir": "toad/frames", "rom_offset": "0x4447CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame031": {"output_dir": "toad/frames", "rom_offset": "0x444CE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame032": {"output_dir": "toad/frames", "rom_offset": "0x4451F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame033": {"output_dir": "toad/frames", "rom_offset": "0x445728", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame034": {"output_dir": "toad/frames", "rom_offset": "0x445C58", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame035": {"output_dir": "toad/frames", "rom_offset": "0x446198", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame036": {"output_dir": "toad/frames", "rom_offset": "0x4466DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame037": {"output_dir": "toad/frames", "rom_offset": "0x446C18", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame038": {"output_dir": "toad/frames", "rom_offset": "0x447174", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame039": {"output_dir": "toad/frames", "rom_offset": "0x4476D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame040": {"output_dir": "toad/frames", "rom_offset": "0x447C54", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame041": {"output_dir": "toad/frames", "rom_offset": "0x4481E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame042": {"output_dir": "toad/frames", "rom_offset": "0x44878C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame043": {"output_dir": "toad/frames", "rom_offset": "0x448C14", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame044": {"output_dir": "toad/frames", "rom_offset": "0x4490B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame045": {"output_dir": "toad/frames", "rom_offset": "0x449564", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame046": {"output_dir": "toad/frames", "rom_offset": "0x449A2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame047": {"output_dir": "toad/frames", "rom_offset": "0x449EF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame048": {"output_dir": "toad/frames", "rom_offset": "0x44A3D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame049": {"output_dir": "toad/frames", "rom_offset": "0x44A8C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame050": {"output_dir": "toad/frames", "rom_offset": "0x44ADD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame051": {"output_dir": "toad/frames", "rom_offset": "0x44B2EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame052": {"output_dir": "toad/frames", "rom_offset": "0x44B828", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame053": {"output_dir": "toad/frames", "rom_offset": "0x44BD5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame054": {"output_dir": "toad/frames", "rom_offset": "0x44C2B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame055": {"output_dir": "toad/frames", "rom_offset": "0x44C80C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame056": {"output_dir": "toad/frames", "rom_offset": "0x44CD60", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame057": {"output_dir": "toad/frames", "rom_offset": "0x44D2A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame058": {"output_dir": "toad/frames", "rom_offset": "0x44D7FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame059": {"output_dir": "toad/frames", "rom_offset": "0x44DD74", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame060": {"output_dir": "toad/frames", "rom_offset": "0x44E2F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame061": {"output_dir": "toad/frames", "rom_offset": "0x44E894", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame062": {"output_dir": "toad/frames", "rom_offset": "0x44EE20", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame063": {"output_dir": "toad/frames", "rom_offset": "0x44F3E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame064": {"output_dir": "toad/frames", "rom_offset": "0x44F870", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame065": {"output_dir": "toad/frames", "rom_offset": "0x44FD14", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame066": {"output_dir": "toad/frames", "rom_offset": "0x4501BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame067": {"output_dir": "toad/frames", "rom_offset": "0x450678", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame068": {"output_dir": "toad/frames", "rom_offset": "0x450B60", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame069": {"output_dir": "toad/frames", "rom_offset": "0x45104C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame070": {"output_dir": "toad/frames", "rom_offset": "0x451558", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame071": {"output_dir": "toad/frames", "rom_offset": "0x451A78", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame072": {"output_dir": "toad/frames", "rom_offset": "0x451FAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame073": {"output_dir": "toad/frames", "rom_offset": "0x4524FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame074": {"output_dir": "toad/frames", "rom_offset": "0x452A48", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame075": {"output_dir": "toad/frames", "rom_offset": "0x452FA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame076": {"output_dir": "toad/frames", "rom_offset": "0x4534FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame077": {"output_dir": "toad/frames", "rom_offset": "0x453A70", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame078": {"output_dir": "toad/frames", "rom_offset": "0x453FE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame079": {"output_dir": "toad/frames", "rom_offset": "0x45456C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame080": {"output_dir": "toad/frames", "rom_offset": "0x454B04", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame081": {"output_dir": "toad/frames", "rom_offset": "0x455098", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame082": {"output_dir": "toad/frames", "rom_offset": "0x455634", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame083": {"output_dir": "toad/frames", "rom_offset": "0x455BD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame084": {"output_dir": "toad/frames", "rom_offset": "0x456184", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame085": {"output_dir": "toad/frames", "rom_offset": "0x45663C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame086": {"output_dir": "toad/frames", "rom_offset": "0x456B04", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame087": {"output_dir": "toad/frames", "rom_offset": "0x456FE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame088": {"output_dir": "toad/frames", "rom_offset": "0x4574E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame089": {"output_dir": "toad/frames", "rom_offset": "0x4579E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame090": {"output_dir": "toad/frames", "rom_offset": "0x457EDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame091": {"output_dir": "toad/frames", "rom_offset": "0x4583E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame092": {"output_dir": "toad/frames", "rom_offset": "0x458910", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame093": {"output_dir": "toad/frames", "rom_offset": "0x458E58", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame094": {"output_dir": "toad/frames", "rom_offset": "0x4593A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame095": {"output_dir": "toad/frames", "rom_offset": "0x459910", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame096": {"output_dir": "toad/frames", "rom_offset": "0x459E80", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame097": {"output_dir": "toad/frames", "rom_offset": "0x45A3E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame098": {"output_dir": "toad/frames", "rom_offset": "0x45A950", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame099": {"output_dir": "toad/frames", "rom_offset": "0x45AED0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame100": {"output_dir": "toad/frames", "rom_offset": "0x45B458", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame101": {"output_dir": "toad/frames", "rom_offset": "0x45B9F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame102": {"output_dir": "toad/frames", "rom_offset": "0x45BF98", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame103": {"output_dir": "toad/frames", "rom_offset": "0x45C54C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame104": {"output_dir": "toad/frames", "rom_offset": "0x45CB08", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame105": {"output_dir": "toad/frames", "rom_offset": "0x45D0D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame106": {"output_dir": "toad/frames", "rom_offset": "0x45D594", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame107": {"output_dir": "toad/frames", "rom_offset": "0x45DA88", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame108": {"output_dir": "toad/frames", "rom_offset": "0x45DF7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame109": {"output_dir": "toad/frames", "rom_offset": "0x45E49C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame110": {"output_dir": "toad/frames", "rom_offset": "0x45E9B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame111": {"output_dir": "toad/frames", "rom_offset": "0x45EEE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame112": {"output_dir": "toad/frames", "rom_offset": "0x45F40C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame113": {"output_dir": "toad/frames", "rom_offset": "0x45F950", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame114": {"output_dir": "toad/frames", "rom_offset": "0x45FE9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame115": {"output_dir": "toad/frames", "rom_offset": "0x4603FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame116": {"output_dir": "toad/frames", "rom_offset": "0x460970", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame117": {"output_dir": "toad/frames", "rom_offset": "0x460EE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame118": {"output_dir": "toad/frames", "rom_offset": "0x461464", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame119": {"output_dir": "toad/frames", "rom_offset": "0x4619E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame120": {"output_dir": "toad/frames", "rom_offset": "0x461F8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame121": {"output_dir": "toad/frames", "rom_offset": "0x46251C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame122": {"output_dir": "toad/frames", "rom_offset": "0x462ABC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame123": {"output_dir": "toad/frames", "rom_offset": "0x463070", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame124": {"output_dir": "toad/frames", "rom_offset": "0x463634", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame125": {"output_dir": "toad/frames", "rom_offset": "0x463C08", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame126": {"output_dir": "toad/frames", "rom_offset": "0x4641EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame127": {"output_dir": "toad/frames", "rom_offset": "0x4646C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame128": {"output_dir": "toad/frames", "rom_offset": "0x464BA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame129": {"output_dir": "toad/frames", "rom_offset": "0x46509C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame130": {"output_dir": "toad/frames", "rom_offset": "0x4655AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame131": {"output_dir": "toad/frames", "rom_offset": "0x465AC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame132": {"output_dir": "toad/frames", "rom_offset": "0x465FEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame133": {"output_dir": "toad/frames", "rom_offset": "0x466528", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame134": {"output_dir": "toad/frames", "rom_offset": "0x466A80", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame135": {"output_dir": "toad/frames", "rom_offset": "0x466FDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame136": {"output_dir": "toad/frames", "rom_offset": "0x46755C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame137": {"output_dir": "toad/frames", "rom_offset": "0x467AD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame138": {"output_dir": "toad/frames", "rom_offset": "0x468070", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame139": {"output_dir": "toad/frames", "rom_offset": "0x46860C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame140": {"output_dir": "toad/frames", "rom_offset": "0x468BA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame141": {"output_dir": "toad/frames", "rom_offset": "0x469140", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame142": {"output_dir": "toad/frames", "rom_offset": "0x4696C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame143": {"output_dir": "toad/frames", "rom_offset": "0x469C7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame144": {"output_dir": "toad/frames", "rom_offset": "0x46A260", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame145": {"output_dir": "toad/frames", "rom_offset": "0x46A830", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame146": {"output_dir": "toad/frames", "rom_offset": "0x46AE04", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame147": {"output_dir": "toad/frames", "rom_offset": "0x46B3EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame148": {"output_dir": "toad/frames", "rom_offset": "0x46B8E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame149": {"output_dir": "toad/frames", "rom_offset": "0x46BE00", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame150": {"output_dir": "toad/frames", "rom_offset": "0x46C330", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame151": {"output_dir": "toad/frames", "rom_offset": "0x46C854", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame152": {"output_dir": "toad/frames", "rom_offset": "0x46CD80", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame153": {"output_dir": "toad/frames", "rom_offset": "0x46D2CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame154": {"output_dir": "toad/frames", "rom_offset": "0x46D82C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame155": {"output_dir": "toad/frames", "rom_offset": "0x46DD9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame156": {"output_dir": "toad/frames", "rom_offset": "0x46E308", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame157": {"output_dir": "toad/frames", "rom_offset": "0x46E88C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame158": {"output_dir": "toad/frames", "rom_offset": "0x46EE20", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame159": {"output_dir": "toad/frames", "rom_offset": "0x46F3A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame160": {"output_dir": "toad/frames", "rom_offset": "0x46F92C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame161": {"output_dir": "toad/frames", "rom_offset": "0x46FEC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame162": {"output_dir": "toad/frames", "rom_offset": "0x470488", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame163": {"output_dir": "toad/frames", "rom_offset": "0x470A4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame164": {"output_dir": "toad/frames", "rom_offset": "0x47100C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame165": {"output_dir": "toad/frames", "rom_offset": "0x4715F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame166": {"output_dir": "toad/frames", "rom_offset": "0x471BE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame167": {"output_dir": "toad/frames", "rom_offset": "0x4721D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame168": {"output_dir": "toad/frames", "rom_offset": "0x4727C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame169": {"output_dir": "toad/frames", "rom_offset": "0x472CD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame170": {"output_dir": "toad/frames", "rom_offset": "0x473204", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame171": {"output_dir": "toad/frames", "rom_offset": "0x47374C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame172": {"output_dir": "toad/frames", "rom_offset": "0x473C98", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame173": {"output_dir": "toad/frames", "rom_offset": "0x4741FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame174": {"output_dir": "toad/frames", "rom_offset": "0x474764", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame175": {"output_dir": "toad/frames", "rom_offset": "0x474CD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame176": {"output_dir": "toad/frames", "rom_offset": "0x47524C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame177": {"output_dir": "toad/frames", "rom_offset": "0x4757C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame178": {"output_dir": "toad/frames", "rom_offset": "0x475D50", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame179": {"output_dir": "toad/frames", "rom_offset": "0x4762E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame180": {"output_dir": "toad/frames", "rom_offset": "0x476878", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame181": {"output_dir": "toad/frames", "rom_offset": "0x476E2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame182": {"output_dir": "toad/frames", "rom_offset": "0x4773D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame183": {"output_dir": "toad/frames", "rom_offset": "0x477988", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame184": {"output_dir": "toad/frames", "rom_offset": "0x477F38", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame185": {"output_dir": "toad/frames", "rom_offset": "0x478504", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame186": {"output_dir": "toad/frames", "rom_offset": "0x478B00", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame187": {"output_dir": "toad/frames", "rom_offset": "0x4790F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame188": {"output_dir": "toad/frames", "rom_offset": "0x479710", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame189": {"output_dir": "toad/frames", "rom_offset": "0x479D18", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame190": {"output_dir": "toad/frames", "rom_offset": "0x47A1B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame191": {"output_dir": "toad/frames", "rom_offset": "0x47A67C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame192": {"output_dir": "toad/frames", "rom_offset": "0x47AB58", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame193": {"output_dir": "toad/frames", "rom_offset": "0x47B070", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame194": {"output_dir": "toad/frames", "rom_offset": "0x47B5C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame195": {"output_dir": "toad/frames", "rom_offset": "0x47BB38", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame196": {"output_dir": "toad/frames", "rom_offset": "0x47C0D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame197": {"output_dir": "toad/frames", "rom_offset": "0x47C698", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame198": {"output_dir": "toad/frames", "rom_offset": "0x47CC78", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame199": {"output_dir": "toad/frames", "rom_offset": "0x47D284", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame200": {"output_dir": "toad/frames", "rom_offset": "0x47D8AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame201": {"output_dir": "toad/frames", "rom_offset": "0x47DED0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame202": {"output_dir": "toad/frames", "rom_offset": "0x47E4E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame203": {"output_dir": "toad/frames", "rom_offset": "0x47EAEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame204": {"output_dir": "toad/frames", "rom_offset": "0x47F0EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame205": {"output_dir": "toad/frames", "rom_offset": "0x47F6C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame206": {"output_dir": "toad/frames", "rom_offset": "0x47FC98", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame207": {"output_dir": "toad/frames", "rom_offset": "0x480254", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame208": {"output_dir": "toad/frames", "rom_offset": "0x480804", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame209": {"output_dir": "toad/frames", "rom_offset": "0x480DB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame210": {"output_dir": "toad/frames", "rom_offset": "0x48125C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame211": {"output_dir": "toad/frames", "rom_offset": "0x48174C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame212": {"output_dir": "toad/frames", "rom_offset": "0x481C70", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame213": {"output_dir": "toad/frames", "rom_offset": "0x4821C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame214": {"output_dir": "toad/frames", "rom_offset": "0x482724", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame215": {"output_dir": "toad/frames", "rom_offset": "0x482CB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame216": {"output_dir": "toad/frames", "rom_offset": "0x483258", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame217": {"output_dir": "toad/frames", "rom_offset": "0x483820", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame218": {"output_dir": "toad/frames", "rom_offset": "0x483E14", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame219": {"output_dir": "toad/frames", "rom_offset": "0x484428", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame220": {"output_dir": "toad/frames", "rom_offset": "0x484A28", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame221": {"output_dir": "toad/frames", "rom_offset": "0x485034", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame222": {"output_dir": "toad/frames", "rom_offset": "0x485630", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame223": {"output_dir": "toad/frames", "rom_offset": "0x485C04", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame224": {"output_dir": "toad/frames", "rom_offset": "0x4861B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame225": {"output_dir": "toad/frames", "rom_offset": "0x486754", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame226": {"output_dir": "toad/frames", "rom_offset": "0x486CF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame227": {"output_dir": "toad/frames", "rom_offset": "0x48728C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame228": {"output_dir": "toad/frames", "rom_offset": "0x48780C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame229": {"output_dir": "toad/frames", "rom_offset": "0x487D78", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame230": {"output_dir": "toad/frames", "rom_offset": "0x48824C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame231": {"output_dir": "toad/frames", "rom_offset": "0x488764", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame232": {"output_dir": "toad/frames", "rom_offset": "0x488CA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame233": {"output_dir": "toad/frames", "rom_offset": "0x489228", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame234": {"output_dir": "toad/frames", "rom_offset": "0x4897C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame235": {"output_dir": "toad/frames", "rom_offset": "0x489D68", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame236": {"output_dir": "toad/frames", "rom_offset": "0x48A34C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame237": {"output_dir": "toad/frames", "rom_offset": "0x48A924", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame238": {"output_dir": "toad/frames", "rom_offset": "0x48AF10", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame239": {"output_dir": "toad/frames", "rom_offset": "0x48B524", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame240": {"output_dir": "toad/frames", "rom_offset": "0x48BB1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame241": {"output_dir": "toad/frames", "rom_offset": "0x48C110", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame242": {"output_dir": "toad/frames", "rom_offset": "0x48C6DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame243": {"output_dir": "toad/frames", "rom_offset": "0x48CC9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame244": {"output_dir": "toad/frames", "rom_offset": "0x48D248", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame245": {"output_dir": "toad/frames", "rom_offset": "0x48D7D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame246": {"output_dir": "toad/frames", "rom_offset": "0x48DD58", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame247": {"output_dir": "toad/frames", "rom_offset": "0x48E2D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame248": {"output_dir": "toad/frames", "rom_offset": "0x48E838", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame249": {"output_dir": "toad/frames", "rom_offset": "0x48ED58", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame250": {"output_dir": "toad/frames", "rom_offset": "0x48F26C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame251": {"output_dir": "toad/frames", "rom_offset": "0x48F794", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame252": {"output_dir": "toad/frames", "rom_offset": "0x48FD00", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame253": {"output_dir": "toad/frames", "rom_offset": "0x490288", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame254": {"output_dir": "toad/frames", "rom_offset": "0x490828", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame255": {"output_dir": "toad/frames", "rom_offset": "0x490DF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame256": {"output_dir": "toad/frames", "rom_offset": "0x4913E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame257": {"output_dir": "toad/frames", "rom_offset": "0x4919D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame258": {"output_dir": "toad/frames", "rom_offset": "0x491FD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame259": {"output_dir": "toad/frames", "rom_offset": "0x4925DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame260": {"output_dir": "toad/frames", "rom_offset": "0x492BE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame261": {"output_dir": "toad/frames", "rom_offset": "0x4931B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame262": {"output_dir": "toad/frames", "rom_offset": "0x493788", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame263": {"output_dir": "toad/frames", "rom_offset": "0x493D1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame264": {"output_dir": "toad/frames", "rom_offset": "0x494288", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame265": {"output_dir": "toad/frames", "rom_offset": "0x4947EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame266": {"output_dir": "toad/frames", "rom_offset": "0x494D4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame267": {"output_dir": "toad/frames", "rom_offset": "0x495290", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame268": {"output_dir": "toad/frames", "rom_offset": "0x4957AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame269": {"output_dir": "toad/frames", "rom_offset": "0x495C80", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame270": {"output_dir": "toad/frames", "rom_offset": "0x4961C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame271": {"output_dir": "toad/frames", "rom_offset": "0x496748", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame272": {"output_dir": "toad/frames", "rom_offset": "0x496CD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame273": {"output_dir": "toad/frames", "rom_offset": "0x497278", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame274": {"output_dir": "toad/frames", "rom_offset": "0x497848", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame275": {"output_dir": "toad/frames", "rom_offset": "0x497E3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame276": {"output_dir": "toad/frames", "rom_offset": "0x498454", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame277": {"output_dir": "toad/frames", "rom_offset": "0x498A64", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame278": {"output_dir": "toad/frames", "rom_offset": "0x499078", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame279": {"output_dir": "toad/frames", "rom_offset": "0x49967C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame280": {"output_dir": "toad/frames", "rom_offset": "0x499C78", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame281": {"output_dir": "toad/frames", "rom_offset": "0x49A254", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame282": {"output_dir": "toad/frames", "rom_offset": "0x49A800", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame283": {"output_dir": "toad/frames", "rom_offset": "0x49AD74", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame284": {"output_dir": "toad/frames", "rom_offset": "0x49B2C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame285": {"output_dir": "toad/frames", "rom_offset": "0x49B7FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame286": {"output_dir": "toad/frames", "rom_offset": "0x49BD0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame287": {"output_dir": "toad/frames", "rom_offset": "0x49C210", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame288": {"output_dir": "toad/frames", "rom_offset": "0x49C6E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame289": {"output_dir": "toad/frames", "rom_offset": "0x49CB80", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame290": {"output_dir": "toad/frames", "rom_offset": "0x49D014", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame291": {"output_dir": "toad/frames", "rom_offset": "0x49D560", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame292": {"output_dir": "toad/frames", "rom_offset": "0x49DB28", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame293": {"output_dir": "toad/frames", "rom_offset": "0x49E198", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame294": {"output_dir": "toad/frames", "rom_offset": "0x49E79C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame295": {"output_dir": "toad/frames", "rom_offset": "0x49EDA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame296": {"output_dir": "toad/frames", "rom_offset": "0x49F344", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame297": {"output_dir": "toad/frames", "rom_offset": "0x49F85C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame298": {"output_dir": "toad/frames", "rom_offset": "0x49FCF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame299": {"output_dir": "toad/frames", "rom_offset": "0x4A0234", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame300": {"output_dir": "toad/frames", "rom_offset": "0x4A079C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame301": {"output_dir": "toad/frames", "rom_offset": "0x4A0D14", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame302": {"output_dir": "toad/frames", "rom_offset": "0x4A126C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame303": {"output_dir": "toad/frames", "rom_offset": "0x4A17F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame304": {"output_dir": "toad/frames", "rom_offset": "0x4A1D94", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame305": {"output_dir": "toad/frames", "rom_offset": "0x4A22D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame306": {"output_dir": "toad/frames", "rom_offset": "0x4A272C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame307": {"output_dir": "toad/frames", "rom_offset": "0x4A2CCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame308": {"output_dir": "toad/frames", "rom_offset": "0x4A330C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame309": {"output_dir": "toad/frames", "rom_offset": "0x4A397C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame310": {"output_dir": "toad/frames", "rom_offset": "0x4A3F60", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame311": {"output_dir": "toad/frames", "rom_offset": "0x4A4540", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame312": {"output_dir": "toad/frames", "rom_offset": "0x4A4B08", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame313": {"output_dir": "toad/frames", "rom_offset": "0x4A4FF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame314": {"output_dir": "toad/frames", "rom_offset": "0x4A548C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame315": {"output_dir": "toad/frames", "rom_offset": "0x4A59C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame316": {"output_dir": "toad/frames", "rom_offset": "0x4A5F0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame317": {"output_dir": "toad/frames", "rom_offset": "0x4A6490", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame318": {"output_dir": "toad/frames", "rom_offset": "0x4A6A38", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame319": {"output_dir": "toad/frames", "rom_offset": "0x4A6FC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"toad_kart_frame320": {"output_dir": "toad/frames", "rom_offset": "0x4A7570", "width": 64, "height": 64, "type": "ci8", "tlut": ["toad_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A7AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A7B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A7BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A7C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A7CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A7D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A7DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A7E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A7EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A7F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A7FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A80C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A81C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A82C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A83C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A84C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A85C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A86C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A87C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A88C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A89C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A8AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A8BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A8CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A8DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A8E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A8EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A8F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A8FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A90C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A91C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A92C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A93C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A94C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A95C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A96C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A97C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A98C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A99C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A9AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A9BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A9CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A9DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4A9E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4A9EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4A9F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4A9FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AA048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AA0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AA148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AA1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AA248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AA2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AA348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AA3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AA448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AA4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AA548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AA5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AA648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AA6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AA748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AA7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AA848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AA8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AA948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AA9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AAA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AAAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AAB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AABC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AAC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AACC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AAD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AADC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AAE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AAEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AAF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AAFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AB048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AB0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AB148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AB1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AB248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AB2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AB348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AB3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AB448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AB4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AB548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AB5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AB648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AB6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AB748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AB7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AB848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AB8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AB948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AB9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ABA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ABAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ABB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ABBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ABC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ABCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ABD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ABDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ABE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ABEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ABF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ABFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AC048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AC0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AC148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AC1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AC248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AC2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AC348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AC3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AC448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AC4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AC548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AC5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AC648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AC6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AC748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AC7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AC848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AC8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AC948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AC9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ACA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ACAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ACB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ACBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ACC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ACCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ACD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ACDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ACE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ACEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ACF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ACFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AD048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AD0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AD148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AD1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AD248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AD2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AD348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AD3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AD448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AD4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AD548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AD5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AD648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AD6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AD748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AD7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AD848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AD8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AD948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AD9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ADA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ADAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ADB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ADBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ADC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ADCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ADD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ADDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4ADE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4ADEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4ADF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4ADFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AE048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AE0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AE148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AE1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AE248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AE2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AE348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AE3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AE448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AE4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AE548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AE5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AE648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AE6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AE748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AE7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AE848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AE8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AE948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AE9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AEA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AEAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AEB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AEBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AEC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AECC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AED48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AEDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AEE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AEEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AEF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AEFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AF048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AF0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AF148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AF1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AF248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AF2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AF348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AF3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AF448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AF4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AF548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AF5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AF648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AF6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AF748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AF7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AF848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AF8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AF948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AF9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AFA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AFAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AFB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AFBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AFC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AFCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AFD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AFDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4AFE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4AFEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4AFF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4AFFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B00C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B01C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B02C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B03C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B04C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B05C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B06C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B07C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B08C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B09C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B0AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B0BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B0CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B0DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B0E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B0EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B0F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B0FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B10C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B11C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B12C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B13C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B14C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B15C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B16C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B17C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B18C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B19C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B1AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B1BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B1CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B1DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B1E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B1EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B1F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B1FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B20C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B21C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B22C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B23C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B24C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B25C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B26C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B27C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B28C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B29C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B2AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B2BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B2CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B2DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B2E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B2EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B2F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B2FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B30C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B31C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B32C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B33C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B34C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B35C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B36C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B37C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B38C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B39C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B3AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B3BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B3CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B3DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B3E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B3EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B3F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B3FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B40C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B41C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B42C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B43C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B44C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B45C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B46C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B47C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B48C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B49C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B4AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B4BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B4CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B4DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B4E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B4EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B4F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B4FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B50C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B51C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B52C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B53C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B54C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B55C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B56C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B57C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B58C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B59C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B5AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B5BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B5CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B5DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B5E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B5EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B5F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B5FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B60C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B61C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B62C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B63C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B64C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B65C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B66C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B67C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B68C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B69C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B6AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B6BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B6CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B6DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B6E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B6EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B6F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B6FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B70C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B71C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B72C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B73C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B74C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B75C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B76C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B77C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B78C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B79C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B7AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B7BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B7CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B7DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B7E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B7EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B7F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B7FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B80C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B81C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B82C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B83C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B84C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B85C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B86C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B87C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B88C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B89C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B8AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B8BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B8CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B8DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B8E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B8EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B8F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B8FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B90C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B91C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B92C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B93C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B94C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B95C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B96C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B97C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B98C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B99C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B9AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B9BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B9CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B9DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4B9E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4B9EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4B9F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4B9FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BA048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BA0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BA148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BA1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BA248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BA2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BA348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BA3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BA448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BA4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BA548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BA5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BA648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BA6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BA748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BA7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BA848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BA8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BA948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BA9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BAA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BAAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BAB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BABC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BAC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BACC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BAD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BADC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BAE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BAEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BAF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BAFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BB048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BB0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BB148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BB1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BB248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BB2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BB348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BB3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BB448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BB4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BB548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BB5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BB648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BB6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BB748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BB7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BB848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BB8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BB948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BB9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BBA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BBAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BBB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BBBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BBC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BBCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BBD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BBDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BBE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BBEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BBF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BBFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BC048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BC0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BC148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BC1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BC248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BC2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BC348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BC3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BC448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BC4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BC548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BC5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BC648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BC6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BC748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BC7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BC848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BC8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BC948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BC9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BCA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BCAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BCB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BCBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BCC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BCCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BCD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BCDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BCE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BCEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BCF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BCFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BD048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BD0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BD148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BD1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BD248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BD2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BD348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BD3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BD448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BD4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BD548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BD5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BD648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BD6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BD748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BD7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BD848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BD8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BD948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BD9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BDA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BDAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BDB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BDBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BDC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BDCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BDD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BDDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BDE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BDEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BDF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BDFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BE048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BE0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BE148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BE1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BE248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BE2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BE348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BE3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BE448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BE4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BE548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BE5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BE648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BE6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BE748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BE7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BE848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BE8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BE948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BE9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BEA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BEAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BEB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BEBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BEC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BECC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BED48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BEDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BEE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BEEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BEF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BEFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BF048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BF0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BF148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BF1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BF248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BF2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BF348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BF3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BF448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BF4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BF548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BF5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BF648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BF6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BF748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BF7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BF848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BF8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BF948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BF9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BFA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BFAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BFB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BFBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BFC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BFCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BFD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BFDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4BFE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4BFEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4BFF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4BFFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C00C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C01C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C02C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C03C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C04C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C05C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C06C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C07C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C08C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C09C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C0AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C0BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C0CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C0DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C0E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C0EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C0F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C0FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C10C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C11C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C12C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C13C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C14C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C15C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C16C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C17C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C18C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C19C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C1AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C1BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C1CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C1DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C1E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C1EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C1F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C1FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C20C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C21C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C22C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C23C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C24C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C25C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C26C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C27C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C28C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C29C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C2AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C2BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C2CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C2DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C2E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C2EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C2F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C2FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C30C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C31C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C32C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C33C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C34C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C35C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C36C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C37C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C38C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C39C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C3AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C3BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C3CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C3DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C3E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C3EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C3F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C3FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C40C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C41C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C42C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C43C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C44C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C45C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C46C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C47C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C48C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C49C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C4AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C4BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C4CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C4DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C4E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C4EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C4F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C4FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C50C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C51C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C52C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C53C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C54C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C55C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C56C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C57C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C58C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C59C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C5AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C5BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C5CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C5DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C5E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C5EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C5F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C5FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C60C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C61C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C62C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C63C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C64C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C65C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C66C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C67C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C68C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C69C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C6AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C6BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C6CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C6DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C6E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C6EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C6F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C6FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C70C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C71C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C72C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C73C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C74C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C75C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C76C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C77C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C78C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C79C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C7AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C7BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C7CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C7DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C7E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C7EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C7F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C7FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C80C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C81C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C82C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C83C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C84C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C85C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C86C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C87C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C88C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C89C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C8AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C8BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C8CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C8DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C8E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C8EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C8F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C8FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C90C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C91C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C92C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C93C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C94C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C95C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C96C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C97C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C98C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C99C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C9AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C9BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C9CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C9DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4C9E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4C9EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4C9F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4C9FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CA048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CA0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CA148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CA1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CA248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CA2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CA348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CA3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CA448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CA4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CA548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CA5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CA648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CA6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CA748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CA7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CA848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CA8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CA948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CA9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CAA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CAAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CAB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CABC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CAC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CACC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CAD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CADC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CAE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CAEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CAF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CAFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CB048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CB0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CB148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CB1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CB248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CB2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CB348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CB3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CB448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CB4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CB548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CB5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CB648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CB6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CB748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CB7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CB848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CB8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CB948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CB9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CBA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "toad/palettes", "rom_offset": "0x4CBAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "toad/palettes", "rom_offset": "0x4CBB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "toad/palettes", "rom_offset": "0x4CBBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "toad/palettes", "rom_offset": "0x4CBC48", "width": 16, "height": 4, "type": "rgba16"}, -"toad_kart_palette": {"output_dir": "toad/palettes", "rom_offset": "0x4CBCC8", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/wario_kart.json b/assets/karts/wario_kart.json deleted file mode 100644 index 3cbc5b1d5..000000000 --- a/assets/karts/wario_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"wario_kart_frame000": {"output_dir": "wario/frames", "rom_offset": "0x39E0C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame001": {"output_dir": "wario/frames", "rom_offset": "0x39E60C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame002": {"output_dir": "wario/frames", "rom_offset": "0x39EB74", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame003": {"output_dir": "wario/frames", "rom_offset": "0x39F0C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame004": {"output_dir": "wario/frames", "rom_offset": "0x39F618", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame005": {"output_dir": "wario/frames", "rom_offset": "0x39FBA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame006": {"output_dir": "wario/frames", "rom_offset": "0x3A0120", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame007": {"output_dir": "wario/frames", "rom_offset": "0x3A06CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame008": {"output_dir": "wario/frames", "rom_offset": "0x3A0C70", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame009": {"output_dir": "wario/frames", "rom_offset": "0x3A1224", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame010": {"output_dir": "wario/frames", "rom_offset": "0x3A17E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame011": {"output_dir": "wario/frames", "rom_offset": "0x3A1DB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame012": {"output_dir": "wario/frames", "rom_offset": "0x3A238C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame013": {"output_dir": "wario/frames", "rom_offset": "0x3A2980", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame014": {"output_dir": "wario/frames", "rom_offset": "0x3A2F78", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame015": {"output_dir": "wario/frames", "rom_offset": "0x3A3570", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame016": {"output_dir": "wario/frames", "rom_offset": "0x3A3B80", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame017": {"output_dir": "wario/frames", "rom_offset": "0x3A41A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame018": {"output_dir": "wario/frames", "rom_offset": "0x3A47B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame019": {"output_dir": "wario/frames", "rom_offset": "0x3A4DE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame020": {"output_dir": "wario/frames", "rom_offset": "0x3A5410", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame021": {"output_dir": "wario/frames", "rom_offset": "0x3A5A34", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame022": {"output_dir": "wario/frames", "rom_offset": "0x3A5F80", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame023": {"output_dir": "wario/frames", "rom_offset": "0x3A64F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame024": {"output_dir": "wario/frames", "rom_offset": "0x3A6A78", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame025": {"output_dir": "wario/frames", "rom_offset": "0x3A7010", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame026": {"output_dir": "wario/frames", "rom_offset": "0x3A7588", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame027": {"output_dir": "wario/frames", "rom_offset": "0x3A7B20", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame028": {"output_dir": "wario/frames", "rom_offset": "0x3A80BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame029": {"output_dir": "wario/frames", "rom_offset": "0x3A867C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame030": {"output_dir": "wario/frames", "rom_offset": "0x3A8C38", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame031": {"output_dir": "wario/frames", "rom_offset": "0x3A9220", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame032": {"output_dir": "wario/frames", "rom_offset": "0x3A9800", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame033": {"output_dir": "wario/frames", "rom_offset": "0x3A9DD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame034": {"output_dir": "wario/frames", "rom_offset": "0x3AA3DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame035": {"output_dir": "wario/frames", "rom_offset": "0x3AA9F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame036": {"output_dir": "wario/frames", "rom_offset": "0x3AB000", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame037": {"output_dir": "wario/frames", "rom_offset": "0x3AB608", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame038": {"output_dir": "wario/frames", "rom_offset": "0x3ABC34", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame039": {"output_dir": "wario/frames", "rom_offset": "0x3AC258", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame040": {"output_dir": "wario/frames", "rom_offset": "0x3AC87C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame041": {"output_dir": "wario/frames", "rom_offset": "0x3ACEB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame042": {"output_dir": "wario/frames", "rom_offset": "0x3AD508", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame043": {"output_dir": "wario/frames", "rom_offset": "0x3ADA78", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame044": {"output_dir": "wario/frames", "rom_offset": "0x3ADFF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame045": {"output_dir": "wario/frames", "rom_offset": "0x3AE584", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame046": {"output_dir": "wario/frames", "rom_offset": "0x3AEB1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame047": {"output_dir": "wario/frames", "rom_offset": "0x3AF0B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame048": {"output_dir": "wario/frames", "rom_offset": "0x3AF648", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame049": {"output_dir": "wario/frames", "rom_offset": "0x3AFC08", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame050": {"output_dir": "wario/frames", "rom_offset": "0x3B01E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame051": {"output_dir": "wario/frames", "rom_offset": "0x3B07BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame052": {"output_dir": "wario/frames", "rom_offset": "0x3B0DAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame053": {"output_dir": "wario/frames", "rom_offset": "0x3B1388", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame054": {"output_dir": "wario/frames", "rom_offset": "0x3B197C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame055": {"output_dir": "wario/frames", "rom_offset": "0x3B1F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame056": {"output_dir": "wario/frames", "rom_offset": "0x3B257C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame057": {"output_dir": "wario/frames", "rom_offset": "0x3B2B94", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame058": {"output_dir": "wario/frames", "rom_offset": "0x3B31C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame059": {"output_dir": "wario/frames", "rom_offset": "0x3B37F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame060": {"output_dir": "wario/frames", "rom_offset": "0x3B3E20", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame061": {"output_dir": "wario/frames", "rom_offset": "0x3B4460", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame062": {"output_dir": "wario/frames", "rom_offset": "0x3B4AA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame063": {"output_dir": "wario/frames", "rom_offset": "0x3B50F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame064": {"output_dir": "wario/frames", "rom_offset": "0x3B5660", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame065": {"output_dir": "wario/frames", "rom_offset": "0x3B5BF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame066": {"output_dir": "wario/frames", "rom_offset": "0x3B6194", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame067": {"output_dir": "wario/frames", "rom_offset": "0x3B6730", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame068": {"output_dir": "wario/frames", "rom_offset": "0x3B6CD0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame069": {"output_dir": "wario/frames", "rom_offset": "0x3B728C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame070": {"output_dir": "wario/frames", "rom_offset": "0x3B7844", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame071": {"output_dir": "wario/frames", "rom_offset": "0x3B7E18", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame072": {"output_dir": "wario/frames", "rom_offset": "0x3B8410", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame073": {"output_dir": "wario/frames", "rom_offset": "0x3B8A04", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame074": {"output_dir": "wario/frames", "rom_offset": "0x3B9010", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame075": {"output_dir": "wario/frames", "rom_offset": "0x3B9608", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame076": {"output_dir": "wario/frames", "rom_offset": "0x3B9C1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame077": {"output_dir": "wario/frames", "rom_offset": "0x3BA214", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame078": {"output_dir": "wario/frames", "rom_offset": "0x3BA828", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame079": {"output_dir": "wario/frames", "rom_offset": "0x3BAE58", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame080": {"output_dir": "wario/frames", "rom_offset": "0x3BB484", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame081": {"output_dir": "wario/frames", "rom_offset": "0x3BBAB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame082": {"output_dir": "wario/frames", "rom_offset": "0x3BC0F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame083": {"output_dir": "wario/frames", "rom_offset": "0x3BC73C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame084": {"output_dir": "wario/frames", "rom_offset": "0x3BCD94", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame085": {"output_dir": "wario/frames", "rom_offset": "0x3BD31C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame086": {"output_dir": "wario/frames", "rom_offset": "0x3BD8A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame087": {"output_dir": "wario/frames", "rom_offset": "0x3BDE2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame088": {"output_dir": "wario/frames", "rom_offset": "0x3BE3F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame089": {"output_dir": "wario/frames", "rom_offset": "0x3BE9A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame090": {"output_dir": "wario/frames", "rom_offset": "0x3BEF5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame091": {"output_dir": "wario/frames", "rom_offset": "0x3BF534", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame092": {"output_dir": "wario/frames", "rom_offset": "0x3BFB24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame093": {"output_dir": "wario/frames", "rom_offset": "0x3C0108", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame094": {"output_dir": "wario/frames", "rom_offset": "0x3C06EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame095": {"output_dir": "wario/frames", "rom_offset": "0x3C0CD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame096": {"output_dir": "wario/frames", "rom_offset": "0x3C12E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame097": {"output_dir": "wario/frames", "rom_offset": "0x3C18E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame098": {"output_dir": "wario/frames", "rom_offset": "0x3C1EE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame099": {"output_dir": "wario/frames", "rom_offset": "0x3C24F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame100": {"output_dir": "wario/frames", "rom_offset": "0x3C2B24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame101": {"output_dir": "wario/frames", "rom_offset": "0x3C3160", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame102": {"output_dir": "wario/frames", "rom_offset": "0x3C37A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame103": {"output_dir": "wario/frames", "rom_offset": "0x3C3DE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame104": {"output_dir": "wario/frames", "rom_offset": "0x3C4440", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame105": {"output_dir": "wario/frames", "rom_offset": "0x3C4AA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame106": {"output_dir": "wario/frames", "rom_offset": "0x3C5038", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame107": {"output_dir": "wario/frames", "rom_offset": "0x3C55DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame108": {"output_dir": "wario/frames", "rom_offset": "0x3C5B64", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame109": {"output_dir": "wario/frames", "rom_offset": "0x3C6110", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame110": {"output_dir": "wario/frames", "rom_offset": "0x3C66D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame111": {"output_dir": "wario/frames", "rom_offset": "0x3C6CAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame112": {"output_dir": "wario/frames", "rom_offset": "0x3C7294", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame113": {"output_dir": "wario/frames", "rom_offset": "0x3C7878", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame114": {"output_dir": "wario/frames", "rom_offset": "0x3C7E68", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame115": {"output_dir": "wario/frames", "rom_offset": "0x3C846C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame116": {"output_dir": "wario/frames", "rom_offset": "0x3C8A68", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame117": {"output_dir": "wario/frames", "rom_offset": "0x3C9070", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame118": {"output_dir": "wario/frames", "rom_offset": "0x3C967C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame119": {"output_dir": "wario/frames", "rom_offset": "0x3C9C84", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame120": {"output_dir": "wario/frames", "rom_offset": "0x3CA2A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame121": {"output_dir": "wario/frames", "rom_offset": "0x3CA8E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame122": {"output_dir": "wario/frames", "rom_offset": "0x3CAF28", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame123": {"output_dir": "wario/frames", "rom_offset": "0x3CB584", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame124": {"output_dir": "wario/frames", "rom_offset": "0x3CBBE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame125": {"output_dir": "wario/frames", "rom_offset": "0x3CC250", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame126": {"output_dir": "wario/frames", "rom_offset": "0x3CC8CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame127": {"output_dir": "wario/frames", "rom_offset": "0x3CCE5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame128": {"output_dir": "wario/frames", "rom_offset": "0x3CD3F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame129": {"output_dir": "wario/frames", "rom_offset": "0x3CD9B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame130": {"output_dir": "wario/frames", "rom_offset": "0x3CDF78", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame131": {"output_dir": "wario/frames", "rom_offset": "0x3CE534", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame132": {"output_dir": "wario/frames", "rom_offset": "0x3CEB00", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame133": {"output_dir": "wario/frames", "rom_offset": "0x3CF0E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame134": {"output_dir": "wario/frames", "rom_offset": "0x3CF6D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame135": {"output_dir": "wario/frames", "rom_offset": "0x3CFCCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame136": {"output_dir": "wario/frames", "rom_offset": "0x3D02B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame137": {"output_dir": "wario/frames", "rom_offset": "0x3D08B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame138": {"output_dir": "wario/frames", "rom_offset": "0x3D0EB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame139": {"output_dir": "wario/frames", "rom_offset": "0x3D14B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame140": {"output_dir": "wario/frames", "rom_offset": "0x3D1ABC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame141": {"output_dir": "wario/frames", "rom_offset": "0x3D20F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame142": {"output_dir": "wario/frames", "rom_offset": "0x3D2730", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame143": {"output_dir": "wario/frames", "rom_offset": "0x3D2D80", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame144": {"output_dir": "wario/frames", "rom_offset": "0x3D33CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame145": {"output_dir": "wario/frames", "rom_offset": "0x3D3A24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame146": {"output_dir": "wario/frames", "rom_offset": "0x3D4084", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame147": {"output_dir": "wario/frames", "rom_offset": "0x3D4714", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame148": {"output_dir": "wario/frames", "rom_offset": "0x3D4C98", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame149": {"output_dir": "wario/frames", "rom_offset": "0x3D5258", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame150": {"output_dir": "wario/frames", "rom_offset": "0x3D57FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame151": {"output_dir": "wario/frames", "rom_offset": "0x3D5DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame152": {"output_dir": "wario/frames", "rom_offset": "0x3D6390", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame153": {"output_dir": "wario/frames", "rom_offset": "0x3D6950", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame154": {"output_dir": "wario/frames", "rom_offset": "0x3D6F34", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame155": {"output_dir": "wario/frames", "rom_offset": "0x3D7524", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame156": {"output_dir": "wario/frames", "rom_offset": "0x3D7B24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame157": {"output_dir": "wario/frames", "rom_offset": "0x3D8110", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame158": {"output_dir": "wario/frames", "rom_offset": "0x3D872C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame159": {"output_dir": "wario/frames", "rom_offset": "0x3D8D3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame160": {"output_dir": "wario/frames", "rom_offset": "0x3D9344", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame161": {"output_dir": "wario/frames", "rom_offset": "0x3D994C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame162": {"output_dir": "wario/frames", "rom_offset": "0x3D9F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame163": {"output_dir": "wario/frames", "rom_offset": "0x3DA5C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame164": {"output_dir": "wario/frames", "rom_offset": "0x3DAC18", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame165": {"output_dir": "wario/frames", "rom_offset": "0x3DB284", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame166": {"output_dir": "wario/frames", "rom_offset": "0x3DB8FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame167": {"output_dir": "wario/frames", "rom_offset": "0x3DBF88", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame168": {"output_dir": "wario/frames", "rom_offset": "0x3DC608", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame169": {"output_dir": "wario/frames", "rom_offset": "0x3DCBAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame170": {"output_dir": "wario/frames", "rom_offset": "0x3DD16C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame171": {"output_dir": "wario/frames", "rom_offset": "0x3DD710", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame172": {"output_dir": "wario/frames", "rom_offset": "0x3DDCE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame173": {"output_dir": "wario/frames", "rom_offset": "0x3DE2B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame174": {"output_dir": "wario/frames", "rom_offset": "0x3DE874", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame175": {"output_dir": "wario/frames", "rom_offset": "0x3DEE48", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame176": {"output_dir": "wario/frames", "rom_offset": "0x3DF434", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame177": {"output_dir": "wario/frames", "rom_offset": "0x3DFA38", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame178": {"output_dir": "wario/frames", "rom_offset": "0x3E0034", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame179": {"output_dir": "wario/frames", "rom_offset": "0x3E0650", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame180": {"output_dir": "wario/frames", "rom_offset": "0x3E0C64", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame181": {"output_dir": "wario/frames", "rom_offset": "0x3E1264", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame182": {"output_dir": "wario/frames", "rom_offset": "0x3E1878", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame183": {"output_dir": "wario/frames", "rom_offset": "0x3E1EAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame184": {"output_dir": "wario/frames", "rom_offset": "0x3E24E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame185": {"output_dir": "wario/frames", "rom_offset": "0x3E2B34", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame186": {"output_dir": "wario/frames", "rom_offset": "0x3E31A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame187": {"output_dir": "wario/frames", "rom_offset": "0x3E3810", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame188": {"output_dir": "wario/frames", "rom_offset": "0x3E3EA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame189": {"output_dir": "wario/frames", "rom_offset": "0x3E453C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame190": {"output_dir": "wario/frames", "rom_offset": "0x3E4A98", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame191": {"output_dir": "wario/frames", "rom_offset": "0x3E5030", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame192": {"output_dir": "wario/frames", "rom_offset": "0x3E55E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame193": {"output_dir": "wario/frames", "rom_offset": "0x3E5BCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame194": {"output_dir": "wario/frames", "rom_offset": "0x3E61B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame195": {"output_dir": "wario/frames", "rom_offset": "0x3E67C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame196": {"output_dir": "wario/frames", "rom_offset": "0x3E6E00", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame197": {"output_dir": "wario/frames", "rom_offset": "0x3E7448", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame198": {"output_dir": "wario/frames", "rom_offset": "0x3E7A98", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame199": {"output_dir": "wario/frames", "rom_offset": "0x3E811C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame200": {"output_dir": "wario/frames", "rom_offset": "0x3E87A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame201": {"output_dir": "wario/frames", "rom_offset": "0x3E8E60", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame202": {"output_dir": "wario/frames", "rom_offset": "0x3E9520", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame203": {"output_dir": "wario/frames", "rom_offset": "0x3E9BBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame204": {"output_dir": "wario/frames", "rom_offset": "0x3EA268", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame205": {"output_dir": "wario/frames", "rom_offset": "0x3EA928", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame206": {"output_dir": "wario/frames", "rom_offset": "0x3EAFC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame207": {"output_dir": "wario/frames", "rom_offset": "0x3EB66C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame208": {"output_dir": "wario/frames", "rom_offset": "0x3EBD0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame209": {"output_dir": "wario/frames", "rom_offset": "0x3EC398", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame210": {"output_dir": "wario/frames", "rom_offset": "0x3EC924", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame211": {"output_dir": "wario/frames", "rom_offset": "0x3ECED4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame212": {"output_dir": "wario/frames", "rom_offset": "0x3ED4B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame213": {"output_dir": "wario/frames", "rom_offset": "0x3EDAB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame214": {"output_dir": "wario/frames", "rom_offset": "0x3EE0E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame215": {"output_dir": "wario/frames", "rom_offset": "0x3EE71C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame216": {"output_dir": "wario/frames", "rom_offset": "0x3EED70", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame217": {"output_dir": "wario/frames", "rom_offset": "0x3EF3CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame218": {"output_dir": "wario/frames", "rom_offset": "0x3EFA24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame219": {"output_dir": "wario/frames", "rom_offset": "0x3F00A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame220": {"output_dir": "wario/frames", "rom_offset": "0x3F070C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame221": {"output_dir": "wario/frames", "rom_offset": "0x3F0D98", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame222": {"output_dir": "wario/frames", "rom_offset": "0x3F1410", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame223": {"output_dir": "wario/frames", "rom_offset": "0x3F1A8C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame224": {"output_dir": "wario/frames", "rom_offset": "0x3F20F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame225": {"output_dir": "wario/frames", "rom_offset": "0x3F2770", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame226": {"output_dir": "wario/frames", "rom_offset": "0x3F2DCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame227": {"output_dir": "wario/frames", "rom_offset": "0x3F3420", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame228": {"output_dir": "wario/frames", "rom_offset": "0x3F3A6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame229": {"output_dir": "wario/frames", "rom_offset": "0x3F40D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame230": {"output_dir": "wario/frames", "rom_offset": "0x3F466C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame231": {"output_dir": "wario/frames", "rom_offset": "0x3F4C24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame232": {"output_dir": "wario/frames", "rom_offset": "0x3F5208", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame233": {"output_dir": "wario/frames", "rom_offset": "0x3F5824", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame234": {"output_dir": "wario/frames", "rom_offset": "0x3F5E58", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame235": {"output_dir": "wario/frames", "rom_offset": "0x3F64A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame236": {"output_dir": "wario/frames", "rom_offset": "0x3F6B24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame237": {"output_dir": "wario/frames", "rom_offset": "0x3F7194", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame238": {"output_dir": "wario/frames", "rom_offset": "0x3F7808", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame239": {"output_dir": "wario/frames", "rom_offset": "0x3F7E68", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame240": {"output_dir": "wario/frames", "rom_offset": "0x3F84D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame241": {"output_dir": "wario/frames", "rom_offset": "0x3F8B40", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame242": {"output_dir": "wario/frames", "rom_offset": "0x3F91AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame243": {"output_dir": "wario/frames", "rom_offset": "0x3F9808", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame244": {"output_dir": "wario/frames", "rom_offset": "0x3F9E50", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame245": {"output_dir": "wario/frames", "rom_offset": "0x3FA490", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame246": {"output_dir": "wario/frames", "rom_offset": "0x3FAAD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame247": {"output_dir": "wario/frames", "rom_offset": "0x3FB10C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame248": {"output_dir": "wario/frames", "rom_offset": "0x3FB720", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame249": {"output_dir": "wario/frames", "rom_offset": "0x3FBD28", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame250": {"output_dir": "wario/frames", "rom_offset": "0x3FC2DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame251": {"output_dir": "wario/frames", "rom_offset": "0x3FC8BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame252": {"output_dir": "wario/frames", "rom_offset": "0x3FCEB0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame253": {"output_dir": "wario/frames", "rom_offset": "0x3FD4D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame254": {"output_dir": "wario/frames", "rom_offset": "0x3FDB24", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame255": {"output_dir": "wario/frames", "rom_offset": "0x3FE194", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame256": {"output_dir": "wario/frames", "rom_offset": "0x3FE808", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame257": {"output_dir": "wario/frames", "rom_offset": "0x3FEE90", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame258": {"output_dir": "wario/frames", "rom_offset": "0x3FF520", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame259": {"output_dir": "wario/frames", "rom_offset": "0x3FFB84", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame260": {"output_dir": "wario/frames", "rom_offset": "0x4001E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame261": {"output_dir": "wario/frames", "rom_offset": "0x40083C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame262": {"output_dir": "wario/frames", "rom_offset": "0x400E70", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame263": {"output_dir": "wario/frames", "rom_offset": "0x401494", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame264": {"output_dir": "wario/frames", "rom_offset": "0x401AA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame265": {"output_dir": "wario/frames", "rom_offset": "0x4020C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame266": {"output_dir": "wario/frames", "rom_offset": "0x4026D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame267": {"output_dir": "wario/frames", "rom_offset": "0x402CD8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame268": {"output_dir": "wario/frames", "rom_offset": "0x4032B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame269": {"output_dir": "wario/frames", "rom_offset": "0x403890", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame270": {"output_dir": "wario/frames", "rom_offset": "0x403E50", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame271": {"output_dir": "wario/frames", "rom_offset": "0x404428", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame272": {"output_dir": "wario/frames", "rom_offset": "0x404A44", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame273": {"output_dir": "wario/frames", "rom_offset": "0x405094", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame274": {"output_dir": "wario/frames", "rom_offset": "0x4056F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame275": {"output_dir": "wario/frames", "rom_offset": "0x405D6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame276": {"output_dir": "wario/frames", "rom_offset": "0x406414", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame277": {"output_dir": "wario/frames", "rom_offset": "0x406AA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame278": {"output_dir": "wario/frames", "rom_offset": "0x407130", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame279": {"output_dir": "wario/frames", "rom_offset": "0x407794", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame280": {"output_dir": "wario/frames", "rom_offset": "0x407DF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame281": {"output_dir": "wario/frames", "rom_offset": "0x408438", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame282": {"output_dir": "wario/frames", "rom_offset": "0x408A4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame283": {"output_dir": "wario/frames", "rom_offset": "0x40905C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame284": {"output_dir": "wario/frames", "rom_offset": "0x40963C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame285": {"output_dir": "wario/frames", "rom_offset": "0x409C14", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame286": {"output_dir": "wario/frames", "rom_offset": "0x40A1E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame287": {"output_dir": "wario/frames", "rom_offset": "0x40A78C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame288": {"output_dir": "wario/frames", "rom_offset": "0x40AD28", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame289": {"output_dir": "wario/frames", "rom_offset": "0x40B28C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame290": {"output_dir": "wario/frames", "rom_offset": "0x40B850", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame291": {"output_dir": "wario/frames", "rom_offset": "0x40BE54", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame292": {"output_dir": "wario/frames", "rom_offset": "0x40C46C", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame293": {"output_dir": "wario/frames", "rom_offset": "0x40CAD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame294": {"output_dir": "wario/frames", "rom_offset": "0x40D094", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame295": {"output_dir": "wario/frames", "rom_offset": "0x40D694", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame296": {"output_dir": "wario/frames", "rom_offset": "0x40DCAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame297": {"output_dir": "wario/frames", "rom_offset": "0x40E2E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame298": {"output_dir": "wario/frames", "rom_offset": "0x40E8AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame299": {"output_dir": "wario/frames", "rom_offset": "0x40EEE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame300": {"output_dir": "wario/frames", "rom_offset": "0x40F4F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame301": {"output_dir": "wario/frames", "rom_offset": "0x40FA94", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame302": {"output_dir": "wario/frames", "rom_offset": "0x410000", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame303": {"output_dir": "wario/frames", "rom_offset": "0x4105C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame304": {"output_dir": "wario/frames", "rom_offset": "0x410BDC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame305": {"output_dir": "wario/frames", "rom_offset": "0x411208", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame306": {"output_dir": "wario/frames", "rom_offset": "0x411754", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame307": {"output_dir": "wario/frames", "rom_offset": "0x411D64", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame308": {"output_dir": "wario/frames", "rom_offset": "0x4123B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame309": {"output_dir": "wario/frames", "rom_offset": "0x4129E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame310": {"output_dir": "wario/frames", "rom_offset": "0x412FC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame311": {"output_dir": "wario/frames", "rom_offset": "0x4135C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame312": {"output_dir": "wario/frames", "rom_offset": "0x413BC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame313": {"output_dir": "wario/frames", "rom_offset": "0x4141B8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame314": {"output_dir": "wario/frames", "rom_offset": "0x414788", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame315": {"output_dir": "wario/frames", "rom_offset": "0x414DB8", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame316": {"output_dir": "wario/frames", "rom_offset": "0x4153DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame317": {"output_dir": "wario/frames", "rom_offset": "0x415994", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame318": {"output_dir": "wario/frames", "rom_offset": "0x415EFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame319": {"output_dir": "wario/frames", "rom_offset": "0x416480", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"wario_kart_frame320": {"output_dir": "wario/frames", "rom_offset": "0x416A50", "width": 64, "height": 64, "type": "ci8", "tlut": ["wario_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41705C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4170DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41715C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4171DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41725C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4172DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41735C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4173DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41745C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4174DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41755C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4175DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41765C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4176DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41775C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4177DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41785C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4178DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41795C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4179DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x417A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x417ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x417B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x417BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x417C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x417CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x417D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x417DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x417E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x417EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x417F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x417FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41805C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4180DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41815C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4181DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41825C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4182DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41835C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4183DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41845C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4184DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41855C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4185DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41865C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4186DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41875C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4187DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41885C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4188DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41895C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4189DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x418A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x418ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x418B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x418BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x418C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x418CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x418D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x418DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x418E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x418EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x418F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x418FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41905C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4190DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41915C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4191DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41925C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4192DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41935C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4193DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41945C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4194DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41955C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4195DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41965C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4196DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41975C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4197DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41985C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4198DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41995C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4199DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x419A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x419ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x419B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x419BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x419C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x419CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x419D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x419DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x419E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x419EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x419F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x419FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41A05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41A0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41A15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41A1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41A25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41A2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41A35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41A3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41A45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41A4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41A55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41A5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41A65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41A6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41A75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41A7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41A85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41A8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41A95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41A9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41AA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41AADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41AB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41ABDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41AC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41ACDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41AD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41ADDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41AE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41AEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41AF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41AFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41B05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41B0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41B15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41B1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41B25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41B2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41B35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41B3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41B45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41B4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41B55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41B5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41B65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41B6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41B75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41B7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41B85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41B8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41B95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41B9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41BA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41BADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41BB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41BBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41BC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41BCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41BD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41BDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41BE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41BEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41BF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41BFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41C05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41C0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41C15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41C1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41C25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41C2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41C35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41C3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41C45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41C4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41C55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41C5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41C65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41C6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41C75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41C7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41C85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41C8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41C95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41C9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41CA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41CADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41CB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41CBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41CC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41CCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41CD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41CDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41CE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41CEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41CF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41CFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41D05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41D0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41D15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41D1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41D25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41D2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41D35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41D3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41D45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41D4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41D55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41D5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41D65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41D6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41D75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41D7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41D85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41D8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41D95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41D9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41DA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41DADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41DB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41DBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41DC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41DCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41DD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41DDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41DE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41DEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41DF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41DFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41E05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41E0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41E15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41E1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41E25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41E2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41E35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41E3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41E45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41E4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41E55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41E5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41E65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41E6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41E75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41E7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41E85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41E8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41E95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41E9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41EA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41EADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41EB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41EBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41EC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41ECDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41ED5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41EDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41EE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41EEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41EF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41EFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41F05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41F0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41F15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41F1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41F25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41F2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41F35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41F3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41F45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41F4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41F55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41F5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41F65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41F6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41F75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41F7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41F85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41F8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41F95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41F9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41FA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41FADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41FB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41FBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41FC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41FCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41FD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41FDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x41FE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x41FEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x41FF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x41FFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42005C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4200DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42015C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4201DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42025C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4202DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42035C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4203DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42045C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4204DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42055C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4205DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42065C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4206DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42075C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4207DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42085C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4208DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42095C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4209DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x420A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x420ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x420B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x420BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x420C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x420CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x420D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x420DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x420E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x420EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x420F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x420FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42105C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4210DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42115C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4211DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42125C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4212DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42135C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4213DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42145C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4214DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42155C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4215DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42165C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4216DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42175C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4217DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42185C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4218DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42195C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4219DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x421A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x421ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x421B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x421BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x421C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x421CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x421D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x421DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x421E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x421EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x421F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x421FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42205C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4220DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42215C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4221DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42225C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4222DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42235C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4223DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42245C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4224DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42255C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4225DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42265C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4226DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42275C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4227DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42285C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4228DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42295C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4229DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x422A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x422ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x422B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x422BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x422C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x422CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x422D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x422DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x422E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x422EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x422F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x422FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42305C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4230DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42315C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4231DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42325C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4232DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42335C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4233DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42345C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4234DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42355C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4235DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42365C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4236DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42375C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4237DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42385C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4238DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42395C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4239DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x423A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x423ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x423B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x423BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x423C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x423CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x423D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x423DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x423E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x423EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x423F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x423FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42405C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4240DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42415C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4241DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42425C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4242DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42435C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4243DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42445C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4244DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42455C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4245DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42465C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4246DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42475C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4247DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42485C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4248DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42495C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4249DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x424A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x424ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x424B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x424BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x424C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x424CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x424D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x424DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x424E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x424EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x424F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x424FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42505C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4250DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42515C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4251DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42525C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4252DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42535C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4253DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42545C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4254DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42555C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4255DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42565C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4256DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42575C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4257DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42585C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4258DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42595C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4259DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x425A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x425ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x425B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x425BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x425C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x425CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x425D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x425DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x425E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x425EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x425F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x425FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42605C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4260DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42615C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4261DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42625C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4262DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42635C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4263DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42645C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4264DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42655C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4265DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42665C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4266DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42675C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4267DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42685C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4268DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42695C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4269DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x426A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x426ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x426B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x426BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x426C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x426CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x426D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x426DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x426E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x426EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x426F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x426FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42705C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4270DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42715C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4271DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42725C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4272DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42735C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4273DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42745C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4274DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42755C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4275DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42765C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4276DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42775C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4277DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42785C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4278DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42795C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4279DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x427A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x427ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x427B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x427BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x427C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x427CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x427D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x427DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x427E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x427EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x427F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x427FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42805C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4280DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42815C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4281DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42825C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4282DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42835C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4283DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42845C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4284DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42855C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4285DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42865C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4286DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42875C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4287DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42885C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4288DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42895C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4289DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x428A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x428ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x428B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x428BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x428C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x428CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x428D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x428DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x428E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x428EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x428F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x428FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42905C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4290DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42915C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4291DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42925C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4292DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42935C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4293DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42945C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4294DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42955C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4295DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42965C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4296DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42975C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4297DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42985C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4298DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42995C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4299DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x429A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x429ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x429B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x429BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x429C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x429CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x429D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x429DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x429E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x429EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x429F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x429FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42A05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42A0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42A15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42A1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42A25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42A2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42A35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42A3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42A45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42A4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42A55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42A5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42A65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42A6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42A75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42A7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42A85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42A8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42A95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42A9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42AA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42AADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42AB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42ABDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42AC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42ACDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42AD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42ADDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42AE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42AEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42AF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42AFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42B05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42B0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42B15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42B1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42B25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42B2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42B35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42B3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42B45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42B4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42B55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42B5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42B65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42B6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42B75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42B7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42B85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42B8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42B95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42B9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42BA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42BADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42BB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42BBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42BC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42BCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42BD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42BDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42BE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42BEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42BF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42BFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42C05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42C0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42C15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42C1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42C25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42C2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42C35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42C3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42C45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42C4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42C55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42C5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42C65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42C6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42C75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42C7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42C85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42C8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42C95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42C9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42CA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42CADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42CB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42CBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42CC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42CCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42CD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42CDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42CE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42CEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42CF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42CFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42D05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42D0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42D15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42D1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42D25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42D2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42D35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42D3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42D45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42D4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42D55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42D5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42D65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42D6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42D75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42D7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42D85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42D8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42D95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42D9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42DA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42DADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42DB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42DBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42DC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42DCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42DD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42DDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42DE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42DEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42DF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42DFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42E05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42E0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42E15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42E1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42E25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42E2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42E35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42E3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42E45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42E4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42E55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42E5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42E65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42E6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42E75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42E7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42E85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42E8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42E95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42E9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42EA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42EADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42EB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42EBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42EC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42ECDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42ED5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42EDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42EE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42EEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42EF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42EFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42F05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42F0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42F15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42F1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42F25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42F2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42F35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42F3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42F45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42F4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42F55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42F5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42F65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42F6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42F75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42F7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42F85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42F8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42F95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42F9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42FA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42FADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42FB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42FBDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42FC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42FCDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42FD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42FDDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x42FE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x42FEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x42FF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x42FFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43005C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4300DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43015C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4301DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43025C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4302DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43035C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4303DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43045C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4304DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43055C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4305DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43065C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4306DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43075C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4307DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43085C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4308DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43095C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4309DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x430A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x430ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x430B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x430BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x430C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x430CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x430D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x430DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x430E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x430EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x430F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x430FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43105C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4310DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43115C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4311DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43125C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4312DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43135C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4313DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43145C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4314DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43155C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4315DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43165C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4316DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43175C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4317DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43185C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4318DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43195C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4319DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x431A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x431ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x431B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x431BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x431C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x431CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x431D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x431DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x431E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x431EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x431F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x431FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43205C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4320DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43215C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4321DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43225C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4322DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43235C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4323DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43245C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4324DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43255C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4325DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43265C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4326DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43275C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4327DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43285C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4328DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43295C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4329DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x432A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x432ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x432B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x432BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x432C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x432CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x432D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x432DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x432E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x432EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x432F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x432FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43305C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4330DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43315C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4331DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43325C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4332DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43335C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4333DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43345C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4334DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43355C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4335DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43365C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4336DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43375C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4337DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43385C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4338DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43395C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4339DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x433A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x433ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x433B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x433BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x433C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x433CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x433D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x433DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x433E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x433EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x433F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x433FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43405C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4340DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43415C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4341DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43425C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4342DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43435C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4343DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43445C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4344DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43455C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4345DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43465C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4346DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43475C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4347DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43485C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4348DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43495C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4349DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x434A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x434ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x434B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x434BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x434C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x434CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x434D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x434DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x434E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x434EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x434F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x434FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43505C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4350DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43515C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4351DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43525C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4352DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43535C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4353DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43545C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4354DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43555C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4355DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43565C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4356DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43575C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4357DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43585C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4358DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43595C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4359DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x435A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x435ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x435B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x435BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x435C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x435CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x435D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x435DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x435E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x435EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x435F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x435FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43605C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4360DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43615C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4361DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43625C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4362DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43635C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4363DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43645C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4364DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43655C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4365DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43665C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4366DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43675C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4367DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43685C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4368DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43695C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4369DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x436A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x436ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x436B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x436BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x436C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x436CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x436D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x436DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x436E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x436EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x436F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x436FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43705C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4370DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43715C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4371DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43725C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4372DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43735C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4373DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43745C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4374DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43755C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4375DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43765C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4376DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43775C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4377DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43785C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4378DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43795C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4379DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x437A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x437ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x437B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x437BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x437C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x437CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x437D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x437DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x437E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x437EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x437F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x437FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43805C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4380DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43815C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4381DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43825C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4382DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43835C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4383DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43845C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4384DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43855C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4385DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43865C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4386DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43875C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4387DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43885C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4388DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43895C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4389DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x438A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x438ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x438B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x438BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x438C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x438CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x438D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x438DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x438E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x438EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x438F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x438FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43905C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4390DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43915C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4391DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43925C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4392DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43935C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4393DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43945C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4394DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43955C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4395DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43965C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4396DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43975C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4397DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43985C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x4398DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43995C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x4399DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x439A5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x439ADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x439B5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x439BDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x439C5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x439CDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x439D5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x439DDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x439E5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x439EDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x439F5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x439FDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43A05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43A0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43A15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43A1DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43A25C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43A2DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43A35C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43A3DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43A45C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43A4DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43A55C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43A5DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43A65C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43A6DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43A75C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43A7DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43A85C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43A8DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43A95C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43A9DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43AA5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43AADC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43AB5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43ABDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43AC5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43ACDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43AD5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43ADDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43AE5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43AEDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43AF5C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43AFDC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "wario/palettes", "rom_offset": "0x43B05C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "wario/palettes", "rom_offset": "0x43B0DC", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "wario/palettes", "rom_offset": "0x43B15C", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "wario/palettes", "rom_offset": "0x43B1DC", "width": 16, "height": 4, "type": "rgba16"}, -"wario_kart_palette": {"output_dir": "wario/palettes", "rom_offset": "0x43B25C", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/karts/yoshi_kart.json b/assets/karts/yoshi_kart.json deleted file mode 100644 index 25a293568..000000000 --- a/assets/karts/yoshi_kart.json +++ /dev/null @@ -1,1480 +0,0 @@ -{ -"yoshi_kart_frame000": {"output_dir": "yoshi/frames", "rom_offset": "0x272A20", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame001": {"output_dir": "yoshi/frames", "rom_offset": "0x272EF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_001_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame002": {"output_dir": "yoshi/frames", "rom_offset": "0x2733E8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_002_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame003": {"output_dir": "yoshi/frames", "rom_offset": "0x2738D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_003_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame004": {"output_dir": "yoshi/frames", "rom_offset": "0x273DC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_004_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame005": {"output_dir": "yoshi/frames", "rom_offset": "0x2742C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_005_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame006": {"output_dir": "yoshi/frames", "rom_offset": "0x2747D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_006_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame007": {"output_dir": "yoshi/frames", "rom_offset": "0x274CFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_007_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame008": {"output_dir": "yoshi/frames", "rom_offset": "0x275234", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_008_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame009": {"output_dir": "yoshi/frames", "rom_offset": "0x27577C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_009_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame010": {"output_dir": "yoshi/frames", "rom_offset": "0x275CE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_010_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame011": {"output_dir": "yoshi/frames", "rom_offset": "0x276258", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_011_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame012": {"output_dir": "yoshi/frames", "rom_offset": "0x2767DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_012_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame013": {"output_dir": "yoshi/frames", "rom_offset": "0x276D4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_013_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame014": {"output_dir": "yoshi/frames", "rom_offset": "0x2772E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_014_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame015": {"output_dir": "yoshi/frames", "rom_offset": "0x277880", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_015_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame016": {"output_dir": "yoshi/frames", "rom_offset": "0x277E38", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_016_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame017": {"output_dir": "yoshi/frames", "rom_offset": "0x278424", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_017_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame018": {"output_dir": "yoshi/frames", "rom_offset": "0x278A1C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_018_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame019": {"output_dir": "yoshi/frames", "rom_offset": "0x279020", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_019_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame020": {"output_dir": "yoshi/frames", "rom_offset": "0x279634", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_020_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame021": {"output_dir": "yoshi/frames", "rom_offset": "0x279C58", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_021_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame022": {"output_dir": "yoshi/frames", "rom_offset": "0x27A138", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_022_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame023": {"output_dir": "yoshi/frames", "rom_offset": "0x27A614", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_023_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame024": {"output_dir": "yoshi/frames", "rom_offset": "0x27AAF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_024_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame025": {"output_dir": "yoshi/frames", "rom_offset": "0x27B008", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_025_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame026": {"output_dir": "yoshi/frames", "rom_offset": "0x27B528", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_026_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame027": {"output_dir": "yoshi/frames", "rom_offset": "0x27BA3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_027_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame028": {"output_dir": "yoshi/frames", "rom_offset": "0x27BF7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_028_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame029": {"output_dir": "yoshi/frames", "rom_offset": "0x27C4C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_029_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame030": {"output_dir": "yoshi/frames", "rom_offset": "0x27CA20", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_030_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame031": {"output_dir": "yoshi/frames", "rom_offset": "0x27CF9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_031_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame032": {"output_dir": "yoshi/frames", "rom_offset": "0x27D52C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_032_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame033": {"output_dir": "yoshi/frames", "rom_offset": "0x27DAA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_033_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame034": {"output_dir": "yoshi/frames", "rom_offset": "0x27E040", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_034_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame035": {"output_dir": "yoshi/frames", "rom_offset": "0x27E5E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_035_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame036": {"output_dir": "yoshi/frames", "rom_offset": "0x27EB98", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_036_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame037": {"output_dir": "yoshi/frames", "rom_offset": "0x27F16C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_037_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame038": {"output_dir": "yoshi/frames", "rom_offset": "0x27F74C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_038_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame039": {"output_dir": "yoshi/frames", "rom_offset": "0x27FD48", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_039_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame040": {"output_dir": "yoshi/frames", "rom_offset": "0x280354", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_040_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame041": {"output_dir": "yoshi/frames", "rom_offset": "0x280974", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_041_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame042": {"output_dir": "yoshi/frames", "rom_offset": "0x280F88", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_042_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame043": {"output_dir": "yoshi/frames", "rom_offset": "0x28146C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_043_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame044": {"output_dir": "yoshi/frames", "rom_offset": "0x281958", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_044_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame045": {"output_dir": "yoshi/frames", "rom_offset": "0x281E74", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_045_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame046": {"output_dir": "yoshi/frames", "rom_offset": "0x282388", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_046_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame047": {"output_dir": "yoshi/frames", "rom_offset": "0x2828C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_047_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame048": {"output_dir": "yoshi/frames", "rom_offset": "0x282DF8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_048_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame049": {"output_dir": "yoshi/frames", "rom_offset": "0x28334C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_049_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame050": {"output_dir": "yoshi/frames", "rom_offset": "0x2838B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_050_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame051": {"output_dir": "yoshi/frames", "rom_offset": "0x283E28", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_051_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame052": {"output_dir": "yoshi/frames", "rom_offset": "0x2843C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_052_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame053": {"output_dir": "yoshi/frames", "rom_offset": "0x284958", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_053_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame054": {"output_dir": "yoshi/frames", "rom_offset": "0x284EF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_054_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame055": {"output_dir": "yoshi/frames", "rom_offset": "0x28548C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_055_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame056": {"output_dir": "yoshi/frames", "rom_offset": "0x285A30", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_056_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame057": {"output_dir": "yoshi/frames", "rom_offset": "0x285FE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_057_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame058": {"output_dir": "yoshi/frames", "rom_offset": "0x2865B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_058_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame059": {"output_dir": "yoshi/frames", "rom_offset": "0x286B98", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_059_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame060": {"output_dir": "yoshi/frames", "rom_offset": "0x287198", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_060_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame061": {"output_dir": "yoshi/frames", "rom_offset": "0x2877BC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_061_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame062": {"output_dir": "yoshi/frames", "rom_offset": "0x287DFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_062_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame063": {"output_dir": "yoshi/frames", "rom_offset": "0x288434", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_063_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame064": {"output_dir": "yoshi/frames", "rom_offset": "0x288940", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_064_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame065": {"output_dir": "yoshi/frames", "rom_offset": "0x288E4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_065_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame066": {"output_dir": "yoshi/frames", "rom_offset": "0x289360", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_066_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame067": {"output_dir": "yoshi/frames", "rom_offset": "0x289890", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_067_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame068": {"output_dir": "yoshi/frames", "rom_offset": "0x289DE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_068_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame069": {"output_dir": "yoshi/frames", "rom_offset": "0x28A330", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_069_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame070": {"output_dir": "yoshi/frames", "rom_offset": "0x28A888", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_070_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame071": {"output_dir": "yoshi/frames", "rom_offset": "0x28ADF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_071_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame072": {"output_dir": "yoshi/frames", "rom_offset": "0x28B374", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_072_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame073": {"output_dir": "yoshi/frames", "rom_offset": "0x28B910", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_073_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame074": {"output_dir": "yoshi/frames", "rom_offset": "0x28BEA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_074_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame075": {"output_dir": "yoshi/frames", "rom_offset": "0x28C430", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_075_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame076": {"output_dir": "yoshi/frames", "rom_offset": "0x28C9C8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_076_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame077": {"output_dir": "yoshi/frames", "rom_offset": "0x28CF6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_077_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame078": {"output_dir": "yoshi/frames", "rom_offset": "0x28D524", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_078_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame079": {"output_dir": "yoshi/frames", "rom_offset": "0x28DAF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_079_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame080": {"output_dir": "yoshi/frames", "rom_offset": "0x28E0E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_080_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame081": {"output_dir": "yoshi/frames", "rom_offset": "0x28E6FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_081_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame082": {"output_dir": "yoshi/frames", "rom_offset": "0x28ED18", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_082_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame083": {"output_dir": "yoshi/frames", "rom_offset": "0x28F34C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_083_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame084": {"output_dir": "yoshi/frames", "rom_offset": "0x28F994", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_084_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame085": {"output_dir": "yoshi/frames", "rom_offset": "0x28FEA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_085_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame086": {"output_dir": "yoshi/frames", "rom_offset": "0x2903D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_086_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame087": {"output_dir": "yoshi/frames", "rom_offset": "0x290900", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_087_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame088": {"output_dir": "yoshi/frames", "rom_offset": "0x290E40", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_088_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame089": {"output_dir": "yoshi/frames", "rom_offset": "0x29139C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_089_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame090": {"output_dir": "yoshi/frames", "rom_offset": "0x291910", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_090_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame091": {"output_dir": "yoshi/frames", "rom_offset": "0x291E70", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_091_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame092": {"output_dir": "yoshi/frames", "rom_offset": "0x2923F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_092_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame093": {"output_dir": "yoshi/frames", "rom_offset": "0x292968", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_093_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame094": {"output_dir": "yoshi/frames", "rom_offset": "0x292ED0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_094_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame095": {"output_dir": "yoshi/frames", "rom_offset": "0x293468", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_095_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame096": {"output_dir": "yoshi/frames", "rom_offset": "0x293A04", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_096_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame097": {"output_dir": "yoshi/frames", "rom_offset": "0x293F9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_097_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame098": {"output_dir": "yoshi/frames", "rom_offset": "0x294538", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_098_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame099": {"output_dir": "yoshi/frames", "rom_offset": "0x294AEC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_099_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame100": {"output_dir": "yoshi/frames", "rom_offset": "0x2950DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_100_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame101": {"output_dir": "yoshi/frames", "rom_offset": "0x2956D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_101_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame102": {"output_dir": "yoshi/frames", "rom_offset": "0x295CF0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_102_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame103": {"output_dir": "yoshi/frames", "rom_offset": "0x296320", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_103_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame104": {"output_dir": "yoshi/frames", "rom_offset": "0x29695C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_104_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame105": {"output_dir": "yoshi/frames", "rom_offset": "0x296FB4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_105_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame106": {"output_dir": "yoshi/frames", "rom_offset": "0x2974F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_106_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame107": {"output_dir": "yoshi/frames", "rom_offset": "0x297A34", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_107_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame108": {"output_dir": "yoshi/frames", "rom_offset": "0x297F84", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_108_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame109": {"output_dir": "yoshi/frames", "rom_offset": "0x2984D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_109_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame110": {"output_dir": "yoshi/frames", "rom_offset": "0x298A2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_110_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame111": {"output_dir": "yoshi/frames", "rom_offset": "0x298F9C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_111_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame112": {"output_dir": "yoshi/frames", "rom_offset": "0x299524", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_112_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame113": {"output_dir": "yoshi/frames", "rom_offset": "0x299AA8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_113_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame114": {"output_dir": "yoshi/frames", "rom_offset": "0x29A028", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_114_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame115": {"output_dir": "yoshi/frames", "rom_offset": "0x29A5A8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_115_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame116": {"output_dir": "yoshi/frames", "rom_offset": "0x29AB4C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_116_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame117": {"output_dir": "yoshi/frames", "rom_offset": "0x29B0E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_117_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame118": {"output_dir": "yoshi/frames", "rom_offset": "0x29B688", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_118_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame119": {"output_dir": "yoshi/frames", "rom_offset": "0x29BC34", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_119_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame120": {"output_dir": "yoshi/frames", "rom_offset": "0x29C1F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_120_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame121": {"output_dir": "yoshi/frames", "rom_offset": "0x29C7D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_121_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame122": {"output_dir": "yoshi/frames", "rom_offset": "0x29CDC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_122_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame123": {"output_dir": "yoshi/frames", "rom_offset": "0x29D3D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_123_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame124": {"output_dir": "yoshi/frames", "rom_offset": "0x29DA28", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_124_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame125": {"output_dir": "yoshi/frames", "rom_offset": "0x29E084", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_125_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame126": {"output_dir": "yoshi/frames", "rom_offset": "0x29E6F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_126_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame127": {"output_dir": "yoshi/frames", "rom_offset": "0x29EC40", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_127_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame128": {"output_dir": "yoshi/frames", "rom_offset": "0x29F18C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_128_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame129": {"output_dir": "yoshi/frames", "rom_offset": "0x29F700", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_129_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame130": {"output_dir": "yoshi/frames", "rom_offset": "0x29FC7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_130_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame131": {"output_dir": "yoshi/frames", "rom_offset": "0x2A0210", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_131_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame132": {"output_dir": "yoshi/frames", "rom_offset": "0x2A0788", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_132_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame133": {"output_dir": "yoshi/frames", "rom_offset": "0x2A0CFC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_133_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame134": {"output_dir": "yoshi/frames", "rom_offset": "0x2A1268", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_134_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame135": {"output_dir": "yoshi/frames", "rom_offset": "0x2A17D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_135_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame136": {"output_dir": "yoshi/frames", "rom_offset": "0x2A1D74", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_136_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame137": {"output_dir": "yoshi/frames", "rom_offset": "0x2A2304", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_137_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame138": {"output_dir": "yoshi/frames", "rom_offset": "0x2A2890", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_138_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame139": {"output_dir": "yoshi/frames", "rom_offset": "0x2A2E28", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_139_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame140": {"output_dir": "yoshi/frames", "rom_offset": "0x2A33D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_140_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame141": {"output_dir": "yoshi/frames", "rom_offset": "0x2A3998", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_141_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame142": {"output_dir": "yoshi/frames", "rom_offset": "0x2A3F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_142_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame143": {"output_dir": "yoshi/frames", "rom_offset": "0x2A4564", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_143_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame144": {"output_dir": "yoshi/frames", "rom_offset": "0x2A4B78", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_144_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame145": {"output_dir": "yoshi/frames", "rom_offset": "0x2A51B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_145_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame146": {"output_dir": "yoshi/frames", "rom_offset": "0x2A5814", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_146_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame147": {"output_dir": "yoshi/frames", "rom_offset": "0x2A5E7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_147_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame148": {"output_dir": "yoshi/frames", "rom_offset": "0x2A63DC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_148_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame149": {"output_dir": "yoshi/frames", "rom_offset": "0x2A6954", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_149_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame150": {"output_dir": "yoshi/frames", "rom_offset": "0x2A6EE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_150_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame151": {"output_dir": "yoshi/frames", "rom_offset": "0x2A7464", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_151_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame152": {"output_dir": "yoshi/frames", "rom_offset": "0x2A79FC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_152_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame153": {"output_dir": "yoshi/frames", "rom_offset": "0x2A7F7C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_153_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame154": {"output_dir": "yoshi/frames", "rom_offset": "0x2A84F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_154_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame155": {"output_dir": "yoshi/frames", "rom_offset": "0x2A8A90", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_155_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame156": {"output_dir": "yoshi/frames", "rom_offset": "0x2A9028", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_156_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame157": {"output_dir": "yoshi/frames", "rom_offset": "0x2A9598", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_157_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame158": {"output_dir": "yoshi/frames", "rom_offset": "0x2A9B34", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_158_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame159": {"output_dir": "yoshi/frames", "rom_offset": "0x2AA0C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_159_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame160": {"output_dir": "yoshi/frames", "rom_offset": "0x2AA668", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_160_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame161": {"output_dir": "yoshi/frames", "rom_offset": "0x2AAC14", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_161_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame162": {"output_dir": "yoshi/frames", "rom_offset": "0x2AB1D0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_162_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame163": {"output_dir": "yoshi/frames", "rom_offset": "0x2AB7A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_163_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame164": {"output_dir": "yoshi/frames", "rom_offset": "0x2ABD94", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_164_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame165": {"output_dir": "yoshi/frames", "rom_offset": "0x2AC3AC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_165_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame166": {"output_dir": "yoshi/frames", "rom_offset": "0x2AC9F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_166_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame167": {"output_dir": "yoshi/frames", "rom_offset": "0x2AD054", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_167_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame168": {"output_dir": "yoshi/frames", "rom_offset": "0x2AD6CC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_168_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame169": {"output_dir": "yoshi/frames", "rom_offset": "0x2ADC40", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_169_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame170": {"output_dir": "yoshi/frames", "rom_offset": "0x2AE1D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_170_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame171": {"output_dir": "yoshi/frames", "rom_offset": "0x2AE778", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_171_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame172": {"output_dir": "yoshi/frames", "rom_offset": "0x2AED10", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_172_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame173": {"output_dir": "yoshi/frames", "rom_offset": "0x2AF2B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_173_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame174": {"output_dir": "yoshi/frames", "rom_offset": "0x2AF850", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_174_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame175": {"output_dir": "yoshi/frames", "rom_offset": "0x2AFDE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_175_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame176": {"output_dir": "yoshi/frames", "rom_offset": "0x2B0358", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_176_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame177": {"output_dir": "yoshi/frames", "rom_offset": "0x2B08E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_177_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame178": {"output_dir": "yoshi/frames", "rom_offset": "0x2B0E74", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_178_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame179": {"output_dir": "yoshi/frames", "rom_offset": "0x2B1410", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_179_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame180": {"output_dir": "yoshi/frames", "rom_offset": "0x2B199C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_180_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame181": {"output_dir": "yoshi/frames", "rom_offset": "0x2B1F34", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_181_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame182": {"output_dir": "yoshi/frames", "rom_offset": "0x2B24D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_182_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame183": {"output_dir": "yoshi/frames", "rom_offset": "0x2B2A88", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_183_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame184": {"output_dir": "yoshi/frames", "rom_offset": "0x2B306C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_184_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame185": {"output_dir": "yoshi/frames", "rom_offset": "0x2B3658", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_185_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame186": {"output_dir": "yoshi/frames", "rom_offset": "0x2B3C84", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_186_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame187": {"output_dir": "yoshi/frames", "rom_offset": "0x2B42E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_187_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame188": {"output_dir": "yoshi/frames", "rom_offset": "0x2B4960", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_188_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame189": {"output_dir": "yoshi/frames", "rom_offset": "0x2B4FD4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_189_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame190": {"output_dir": "yoshi/frames", "rom_offset": "0x2B54D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_190_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame191": {"output_dir": "yoshi/frames", "rom_offset": "0x2B59F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_191_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame192": {"output_dir": "yoshi/frames", "rom_offset": "0x2B5F64", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_192_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame193": {"output_dir": "yoshi/frames", "rom_offset": "0x2B64F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_193_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame194": {"output_dir": "yoshi/frames", "rom_offset": "0x2B6ABC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_194_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame195": {"output_dir": "yoshi/frames", "rom_offset": "0x2B70B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_195_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame196": {"output_dir": "yoshi/frames", "rom_offset": "0x2B76D4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_196_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame197": {"output_dir": "yoshi/frames", "rom_offset": "0x2B7D20", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_197_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame198": {"output_dir": "yoshi/frames", "rom_offset": "0x2B838C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_198_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame199": {"output_dir": "yoshi/frames", "rom_offset": "0x2B8A0C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_199_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame200": {"output_dir": "yoshi/frames", "rom_offset": "0x2B9094", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_200_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame201": {"output_dir": "yoshi/frames", "rom_offset": "0x2B9738", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_201_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame202": {"output_dir": "yoshi/frames", "rom_offset": "0x2B9DF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_202_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame203": {"output_dir": "yoshi/frames", "rom_offset": "0x2BA494", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_203_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame204": {"output_dir": "yoshi/frames", "rom_offset": "0x2BAB28", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_204_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame205": {"output_dir": "yoshi/frames", "rom_offset": "0x2BB19C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_205_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame206": {"output_dir": "yoshi/frames", "rom_offset": "0x2BB7E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_206_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame207": {"output_dir": "yoshi/frames", "rom_offset": "0x2BBDE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_207_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame208": {"output_dir": "yoshi/frames", "rom_offset": "0x2BC3C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_208_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame209": {"output_dir": "yoshi/frames", "rom_offset": "0x2BC97C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_209_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame210": {"output_dir": "yoshi/frames", "rom_offset": "0x2BCEA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_210_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame211": {"output_dir": "yoshi/frames", "rom_offset": "0x2BD40C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_211_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame212": {"output_dir": "yoshi/frames", "rom_offset": "0x2BD9C0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_212_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame213": {"output_dir": "yoshi/frames", "rom_offset": "0x2BDF94", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_213_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame214": {"output_dir": "yoshi/frames", "rom_offset": "0x2BE59C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_214_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame215": {"output_dir": "yoshi/frames", "rom_offset": "0x2BEBC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_215_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame216": {"output_dir": "yoshi/frames", "rom_offset": "0x2BF218", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_216_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame217": {"output_dir": "yoshi/frames", "rom_offset": "0x2BF860", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_217_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame218": {"output_dir": "yoshi/frames", "rom_offset": "0x2BFED0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_218_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame219": {"output_dir": "yoshi/frames", "rom_offset": "0x2C054C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_219_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame220": {"output_dir": "yoshi/frames", "rom_offset": "0x2C0BCC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_220_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame221": {"output_dir": "yoshi/frames", "rom_offset": "0x2C125C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_221_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame222": {"output_dir": "yoshi/frames", "rom_offset": "0x2C18F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_222_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame223": {"output_dir": "yoshi/frames", "rom_offset": "0x2C1F6C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_223_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame224": {"output_dir": "yoshi/frames", "rom_offset": "0x2C25B4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_224_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame225": {"output_dir": "yoshi/frames", "rom_offset": "0x2C2BE0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_225_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame226": {"output_dir": "yoshi/frames", "rom_offset": "0x2C31D8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_226_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame227": {"output_dir": "yoshi/frames", "rom_offset": "0x2C3798", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_227_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame228": {"output_dir": "yoshi/frames", "rom_offset": "0x2C3D20", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_228_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame229": {"output_dir": "yoshi/frames", "rom_offset": "0x2C4278", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_229_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame230": {"output_dir": "yoshi/frames", "rom_offset": "0x2C47C4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_230_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame231": {"output_dir": "yoshi/frames", "rom_offset": "0x2C4D54", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_231_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame232": {"output_dir": "yoshi/frames", "rom_offset": "0x2C5314", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_232_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame233": {"output_dir": "yoshi/frames", "rom_offset": "0x2C591C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_233_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame234": {"output_dir": "yoshi/frames", "rom_offset": "0x2C5F28", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_234_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame235": {"output_dir": "yoshi/frames", "rom_offset": "0x2C6554", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_235_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame236": {"output_dir": "yoshi/frames", "rom_offset": "0x2C6BC0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_236_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame237": {"output_dir": "yoshi/frames", "rom_offset": "0x2C7234", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_237_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame238": {"output_dir": "yoshi/frames", "rom_offset": "0x2C78B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_238_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame239": {"output_dir": "yoshi/frames", "rom_offset": "0x2C7F34", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_239_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame240": {"output_dir": "yoshi/frames", "rom_offset": "0x2C85B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_240_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame241": {"output_dir": "yoshi/frames", "rom_offset": "0x2C8C3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_241_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame242": {"output_dir": "yoshi/frames", "rom_offset": "0x2C92A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_242_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame243": {"output_dir": "yoshi/frames", "rom_offset": "0x2C9900", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_243_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame244": {"output_dir": "yoshi/frames", "rom_offset": "0x2C9F30", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_244_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame245": {"output_dir": "yoshi/frames", "rom_offset": "0x2CA520", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_245_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame246": {"output_dir": "yoshi/frames", "rom_offset": "0x2CAAF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_246_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame247": {"output_dir": "yoshi/frames", "rom_offset": "0x2CB0A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_247_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame248": {"output_dir": "yoshi/frames", "rom_offset": "0x2CB5F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_248_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame249": {"output_dir": "yoshi/frames", "rom_offset": "0x2CBB04", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_249_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame250": {"output_dir": "yoshi/frames", "rom_offset": "0x2CC07C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_250_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame251": {"output_dir": "yoshi/frames", "rom_offset": "0x2CC61C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_251_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame252": {"output_dir": "yoshi/frames", "rom_offset": "0x2CCBE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_252_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame253": {"output_dir": "yoshi/frames", "rom_offset": "0x2CD1F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_253_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame254": {"output_dir": "yoshi/frames", "rom_offset": "0x2CD820", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_254_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame255": {"output_dir": "yoshi/frames", "rom_offset": "0x2CDE78", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_255_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame256": {"output_dir": "yoshi/frames", "rom_offset": "0x2CE4EC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_256_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame257": {"output_dir": "yoshi/frames", "rom_offset": "0x2CEB70", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_257_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame258": {"output_dir": "yoshi/frames", "rom_offset": "0x2CF200", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_258_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame259": {"output_dir": "yoshi/frames", "rom_offset": "0x2CF88C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_259_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame260": {"output_dir": "yoshi/frames", "rom_offset": "0x2CFF20", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_260_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame261": {"output_dir": "yoshi/frames", "rom_offset": "0x2D0584", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_261_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame262": {"output_dir": "yoshi/frames", "rom_offset": "0x2D0BF4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_262_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame263": {"output_dir": "yoshi/frames", "rom_offset": "0x2D122C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_263_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame264": {"output_dir": "yoshi/frames", "rom_offset": "0x2D1814", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_264_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame265": {"output_dir": "yoshi/frames", "rom_offset": "0x2D1DE4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_265_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame266": {"output_dir": "yoshi/frames", "rom_offset": "0x2D2358", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_266_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame267": {"output_dir": "yoshi/frames", "rom_offset": "0x2D289C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_267_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame268": {"output_dir": "yoshi/frames", "rom_offset": "0x2D2DC8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_268_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame269": {"output_dir": "yoshi/frames", "rom_offset": "0x2D32B0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_269_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame270": {"output_dir": "yoshi/frames", "rom_offset": "0x2D3864", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_270_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame271": {"output_dir": "yoshi/frames", "rom_offset": "0x2D3E38", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_271_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame272": {"output_dir": "yoshi/frames", "rom_offset": "0x2D4434", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_272_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame273": {"output_dir": "yoshi/frames", "rom_offset": "0x2D4A50", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_273_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame274": {"output_dir": "yoshi/frames", "rom_offset": "0x2D50A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_274_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame275": {"output_dir": "yoshi/frames", "rom_offset": "0x2D570C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_275_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame276": {"output_dir": "yoshi/frames", "rom_offset": "0x2D5DA0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_276_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame277": {"output_dir": "yoshi/frames", "rom_offset": "0x2D641C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_277_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame278": {"output_dir": "yoshi/frames", "rom_offset": "0x2D6A84", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_278_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame279": {"output_dir": "yoshi/frames", "rom_offset": "0x2D7104", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_279_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame280": {"output_dir": "yoshi/frames", "rom_offset": "0x2D776C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_280_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame281": {"output_dir": "yoshi/frames", "rom_offset": "0x2D7DBC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_281_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame282": {"output_dir": "yoshi/frames", "rom_offset": "0x2D83F8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_282_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame283": {"output_dir": "yoshi/frames", "rom_offset": "0x2D89F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_283_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame284": {"output_dir": "yoshi/frames", "rom_offset": "0x2D8FC4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_284_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame285": {"output_dir": "yoshi/frames", "rom_offset": "0x2D9558", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_285_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame286": {"output_dir": "yoshi/frames", "rom_offset": "0x2D9AA4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_286_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame287": {"output_dir": "yoshi/frames", "rom_offset": "0x2D9F98", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_287_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame288": {"output_dir": "yoshi/frames", "rom_offset": "0x2DA464", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_288_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame289": {"output_dir": "yoshi/frames", "rom_offset": "0x2DA8F0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame290": {"output_dir": "yoshi/frames", "rom_offset": "0x2DADE8", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame291": {"output_dir": "yoshi/frames", "rom_offset": "0x2DB32C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame292": {"output_dir": "yoshi/frames", "rom_offset": "0x2DB8F4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame293": {"output_dir": "yoshi/frames", "rom_offset": "0x2DBF80", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame294": {"output_dir": "yoshi/frames", "rom_offset": "0x2DC574", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame295": {"output_dir": "yoshi/frames", "rom_offset": "0x2DCB78", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame296": {"output_dir": "yoshi/frames", "rom_offset": "0x2DD13C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame297": {"output_dir": "yoshi/frames", "rom_offset": "0x2DD680", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame298": {"output_dir": "yoshi/frames", "rom_offset": "0x2DDB3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame299": {"output_dir": "yoshi/frames", "rom_offset": "0x2DE098", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame300": {"output_dir": "yoshi/frames", "rom_offset": "0x2DE64C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame301": {"output_dir": "yoshi/frames", "rom_offset": "0x2DEC2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame302": {"output_dir": "yoshi/frames", "rom_offset": "0x2DF1E0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame303": {"output_dir": "yoshi/frames", "rom_offset": "0x2DF788", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame304": {"output_dir": "yoshi/frames", "rom_offset": "0x2DFD30", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame305": {"output_dir": "yoshi/frames", "rom_offset": "0x2E0284", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame306": {"output_dir": "yoshi/frames", "rom_offset": "0x2E06E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame307": {"output_dir": "yoshi/frames", "rom_offset": "0x2E0C3C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame308": {"output_dir": "yoshi/frames", "rom_offset": "0x2E1250", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame309": {"output_dir": "yoshi/frames", "rom_offset": "0x2E189C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame310": {"output_dir": "yoshi/frames", "rom_offset": "0x2E1E90", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame311": {"output_dir": "yoshi/frames", "rom_offset": "0x2E24A4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame312": {"output_dir": "yoshi/frames", "rom_offset": "0x2E2A5C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame313": {"output_dir": "yoshi/frames", "rom_offset": "0x2E2F70", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame314": {"output_dir": "yoshi/frames", "rom_offset": "0x2E3440", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame315": {"output_dir": "yoshi/frames", "rom_offset": "0x2E39A0", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame316": {"output_dir": "yoshi/frames", "rom_offset": "0x2E3F2C", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame317": {"output_dir": "yoshi/frames", "rom_offset": "0x2E44E4", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame318": {"output_dir": "yoshi/frames", "rom_offset": "0x2E4AAC", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame319": {"output_dir": "yoshi/frames", "rom_offset": "0x2E5054", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"yoshi_kart_frame320": {"output_dir": "yoshi/frames", "rom_offset": "0x2E5628", "width": 64, "height": 64, "type": "ci8", "tlut": ["yoshi_kart_palette", "kart_000_wheel_0"], "meta": ["stitched_palette"]}, -"kart_000_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_000_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_001_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E5FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E60C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_002_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E61C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E62C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_003_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E63C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E64C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_004_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E65C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E66C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_005_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E67C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E68C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_006_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E69C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_007_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_008_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_009_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E6FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E70C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_010_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E71C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E72C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_011_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E73C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E74C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_012_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E75C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E76C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_013_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E77C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E78C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_014_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E79C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_015_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_016_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_017_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E7FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E80C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_018_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E81C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E82C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_019_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E83C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E84C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_020_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E85C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E86C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_021_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E87C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E88C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_022_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E89C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_023_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_024_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_025_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E8FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E90C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_026_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E91C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E92C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_027_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E93C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E94C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_028_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E95C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E96C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_029_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E97C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E98C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_030_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E99C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_031_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_032_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_033_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2E9FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_034_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_035_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_036_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_037_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_038_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EA9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_039_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EABC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EACC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_040_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EADC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_041_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EAFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_042_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_043_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_044_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_045_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_046_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EB9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_047_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_048_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_049_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EBFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_050_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_051_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_052_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_053_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_054_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EC9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_055_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_056_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_057_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ECFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_058_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_059_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_060_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_061_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_062_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2ED9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_063_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_064_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_065_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EDFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_066_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_067_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_068_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_069_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_070_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EE9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_071_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EECC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_072_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EED48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_073_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EEFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_074_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_075_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_076_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_077_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_078_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EF9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_079_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_080_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_081_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2EFFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F00C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_082_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F01C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F02C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_083_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F03C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F04C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_084_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F05C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F06C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_085_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F07C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F08C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_086_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F09C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_087_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_088_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_089_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F0FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F10C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_090_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F11C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F12C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_091_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F13C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F14C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_092_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F15C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F16C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_093_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F17C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F18C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_094_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F19C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_095_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_096_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_097_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F1FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F20C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_098_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F21C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F22C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_099_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F23C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F24C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_100_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F25C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F26C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_101_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F27C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F28C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_102_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F29C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_103_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_104_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_105_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F2FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F30C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_106_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F31C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F32C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_107_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F33C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F34C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_108_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F35C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F36C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_109_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F37C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F38C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_110_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F39C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_111_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_112_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_113_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F3FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F40C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_114_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F41C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F42C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_115_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F43C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F44C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_116_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F45C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F46C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_117_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F47C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F48C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_118_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F49C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_119_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_120_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_121_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F4FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F50C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_122_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F51C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F52C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_123_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F53C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F54C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_124_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F55C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F56C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_125_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F57C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F58C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_126_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F59C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_127_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_128_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_129_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F5FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F60C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_130_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F61C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F62C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_131_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F63C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F64C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_132_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F65C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F66C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_133_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F67C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F68C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_134_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F69C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_135_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_136_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_137_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F6FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F70C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_138_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F71C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F72C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_139_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F73C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F74C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_140_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F75C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F76C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_141_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F77C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F78C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_142_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F79C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_143_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_144_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_145_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F7FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F80C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_146_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F81C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F82C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_147_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F83C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F84C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_148_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F85C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F86C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_149_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F87C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F88C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_150_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F89C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_151_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_152_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_153_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F8FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F90C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_154_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F91C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F92C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_155_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F93C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F94C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_156_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F95C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F96C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_157_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F97C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F98C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_158_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F99C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_159_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_160_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_161_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2F9FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_162_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_163_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_164_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_165_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_166_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FA9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_167_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FABC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FACC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_168_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FADC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_169_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FAFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_170_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_171_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_172_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_173_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_174_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FB9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_175_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_176_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_177_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FBFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_178_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_179_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_180_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_181_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_182_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FC9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_183_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_184_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_185_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FCFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_186_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_187_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_188_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_189_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_190_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FD9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_191_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_192_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_193_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FDFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_194_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_195_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_196_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_197_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_198_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FE9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_199_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FECC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_200_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FED48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_201_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FEFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF0C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_202_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF1C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF2C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_203_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF3C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF4C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_204_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF5C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF6C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_205_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF7C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF8C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_206_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FF9C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFA48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFAC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_207_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFB48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFBC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFC48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFCC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_208_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFD48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFDC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFE48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFEC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_209_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFF48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x2FFFC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3000C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_210_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3001C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3002C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_211_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3003C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3004C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_212_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3005C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3006C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_213_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3007C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3008C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_214_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3009C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x300AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_215_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x300BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x300CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_216_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x300DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x300E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x300EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_217_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x300F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x300FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3010C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_218_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3011C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3012C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_219_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3013C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3014C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_220_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3015C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3016C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_221_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3017C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3018C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_222_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3019C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x301AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_223_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x301BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x301CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_224_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x301DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x301E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x301EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_225_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x301F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x301FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3020C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_226_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3021C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3022C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_227_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3023C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3024C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_228_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3025C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3026C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_229_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3027C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3028C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_230_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3029C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x302AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_231_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x302BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x302CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_232_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x302DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x302E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x302EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_233_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x302F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x302FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3030C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_234_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3031C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3032C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_235_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3033C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3034C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_236_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3035C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3036C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_237_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3037C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3038C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_238_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3039C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x303AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_239_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x303BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x303CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_240_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x303DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x303E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x303EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_241_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x303F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x303FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3040C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_242_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3041C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3042C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_243_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3043C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3044C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_244_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3045C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3046C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_245_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3047C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3048C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_246_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3049C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x304AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_247_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x304BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x304CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_248_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x304DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x304E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x304EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_249_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x304F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x304FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3050C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_250_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3051C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3052C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_251_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3053C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3054C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_252_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3055C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3056C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_253_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3057C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3058C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_254_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3059C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x305AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_255_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x305BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x305CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_256_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x305DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x305E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x305EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_257_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x305F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x305FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3060C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_258_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3061C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3062C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_259_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3063C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3064C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_260_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3065C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3066C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_261_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3067C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3068C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_262_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3069C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x306AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_263_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x306BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x306CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_264_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x306DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x306E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x306EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_265_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x306F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x306FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3070C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_266_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3071C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3072C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_267_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3073C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3074C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_268_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3075C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3076C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_269_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3077C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3078C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_270_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3079C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x307AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_271_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x307BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x307CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_272_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x307DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x307E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x307EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_273_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x307F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x307FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3080C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_274_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3081C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3082C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_275_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3083C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3084C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_276_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3085C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3086C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_277_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3087C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3088C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_278_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3089C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x308AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_279_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x308BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x308CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_280_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308D48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x308DC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x308E48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x308EC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_281_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x308F48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x308FC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309048", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3090C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_282_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309148", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3091C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309248", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3092C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_283_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309348", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3093C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309448", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3094C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_284_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309548", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3095C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309648", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3096C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_285_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309748", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3097C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309848", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x3098C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_286_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309948", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x3099C8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309A48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x309AC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_287_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309B48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_0": {"output_dir": "yoshi/palettes", "rom_offset": "0x309BC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_1": {"output_dir": "yoshi/palettes", "rom_offset": "0x309C48", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_2": {"output_dir": "yoshi/palettes", "rom_offset": "0x309CC8", "width": 16, "height": 4, "type": "rgba16"}, -"kart_288_wheel_3": {"output_dir": "yoshi/palettes", "rom_offset": "0x309D48", "width": 16, "height": 4, "type": "rgba16"}, -"yoshi_kart_palette": {"output_dir": "yoshi/palettes", "rom_offset": "0x309DC8", "width": 16, "height": 12, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/lakitu/bluelight.json b/assets/lakitu/bluelight.json deleted file mode 100644 index 803da7299..000000000 --- a/assets/lakitu/bluelight.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"common_tlut_lakitu_blue_lights": {"output_dir": "bluelight", "rom_offset": "0x132B50", "block_offset": "0x252D8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituBlueLight1": {"output_dir": "bluelight", "rom_offset": "0x6B84C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight2": {"output_dir": "bluelight", "rom_offset": "0x6B9480", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight3": {"output_dir": "bluelight", "rom_offset": "0x6BA440", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight4": {"output_dir": "bluelight", "rom_offset": "0x6BB400", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight5": {"output_dir": "bluelight", "rom_offset": "0x6BC3C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight6": {"output_dir": "bluelight", "rom_offset": "0x6BD380", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight7": {"output_dir": "bluelight", "rom_offset": "0x6BE340", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"}, -"gTextureLakituBlueLight8": {"output_dir": "bluelight", "rom_offset": "0x6BF300", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_blue_lights"} -} diff --git a/assets/lakitu/checkeredflag.json b/assets/lakitu/checkeredflag.json deleted file mode 100644 index f440f7050..000000000 --- a/assets/lakitu/checkeredflag.json +++ /dev/null @@ -1,35 +0,0 @@ -{ -"common_tlut_lakitu_checkered_flag": {"output_dir": "checkeredflag", "rom_offset": "0x132B50", "block_offset": "0x254D8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituCheckeredFlag01": {"output_dir": "checkeredflag", "rom_offset": "0x6C02C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag02": {"output_dir": "checkeredflag", "rom_offset": "0x6C1280", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag03": {"output_dir": "checkeredflag", "rom_offset": "0x6C2240", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag04": {"output_dir": "checkeredflag", "rom_offset": "0x6C3200", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag05": {"output_dir": "checkeredflag", "rom_offset": "0x6C41C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag06": {"output_dir": "checkeredflag", "rom_offset": "0x6C5180", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag07": {"output_dir": "checkeredflag", "rom_offset": "0x6C6140", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag08": {"output_dir": "checkeredflag", "rom_offset": "0x6C7100", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag09": {"output_dir": "checkeredflag", "rom_offset": "0x6C80C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag10": {"output_dir": "checkeredflag", "rom_offset": "0x6C9080", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag11": {"output_dir": "checkeredflag", "rom_offset": "0x6CA040", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag12": {"output_dir": "checkeredflag", "rom_offset": "0x6CB000", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag13": {"output_dir": "checkeredflag", "rom_offset": "0x6CBFC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag14": {"output_dir": "checkeredflag", "rom_offset": "0x6CCF80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag15": {"output_dir": "checkeredflag", "rom_offset": "0x6CDF40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag16": {"output_dir": "checkeredflag", "rom_offset": "0x6CEF00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag17": {"output_dir": "checkeredflag", "rom_offset": "0x6CFEC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag18": {"output_dir": "checkeredflag", "rom_offset": "0x6D0E80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag19": {"output_dir": "checkeredflag", "rom_offset": "0x6D1E40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag20": {"output_dir": "checkeredflag", "rom_offset": "0x6D2E00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag21": {"output_dir": "checkeredflag", "rom_offset": "0x6D3DC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag22": {"output_dir": "checkeredflag", "rom_offset": "0x6D4D80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag23": {"output_dir": "checkeredflag", "rom_offset": "0x6D5D40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag24": {"output_dir": "checkeredflag", "rom_offset": "0x6D6D00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag25": {"output_dir": "checkeredflag", "rom_offset": "0x6D7CC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag26": {"output_dir": "checkeredflag", "rom_offset": "0x6D8C80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag27": {"output_dir": "checkeredflag", "rom_offset": "0x6D9C40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag28": {"output_dir": "checkeredflag", "rom_offset": "0x6DAC00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag29": {"output_dir": "checkeredflag", "rom_offset": "0x6DBBC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag30": {"output_dir": "checkeredflag", "rom_offset": "0x6DCB80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag31": {"output_dir": "checkeredflag", "rom_offset": "0x6DDB40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"}, -"gTextureLakituCheckeredFlag32": {"output_dir": "checkeredflag", "rom_offset": "0x6DEB00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_checkered_flag"} -} diff --git a/assets/lakitu/finallap.json b/assets/lakitu/finallap.json deleted file mode 100644 index 47129a4a2..000000000 --- a/assets/lakitu/finallap.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"common_tlut_lakitu_final_lap": {"output_dir": "finallap", "rom_offset": "0x132B50", "block_offset": "0x258D8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituFinalLap01": {"output_dir": "finallap", "rom_offset": "0x6EF6C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap02": {"output_dir": "finallap", "rom_offset": "0x6F0680", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap03": {"output_dir": "finallap", "rom_offset": "0x6F1640", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap04": {"output_dir": "finallap", "rom_offset": "0x6F2600", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap05": {"output_dir": "finallap", "rom_offset": "0x6F35C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap06": {"output_dir": "finallap", "rom_offset": "0x6F4580", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap07": {"output_dir": "finallap", "rom_offset": "0x6F5540", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap08": {"output_dir": "finallap", "rom_offset": "0x6F6500", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap09": {"output_dir": "finallap", "rom_offset": "0x6F74C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap10": {"output_dir": "finallap", "rom_offset": "0x6F8480", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap11": {"output_dir": "finallap", "rom_offset": "0x6F9440", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap12": {"output_dir": "finallap", "rom_offset": "0x6FA400", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap13": {"output_dir": "finallap", "rom_offset": "0x6FB3C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap14": {"output_dir": "finallap", "rom_offset": "0x6FC380", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap15": {"output_dir": "finallap", "rom_offset": "0x6FD340", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"}, -"gTextureLakituFinalLap16": {"output_dir": "finallap", "rom_offset": "0x6FE300", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_final_lap"} -} diff --git a/assets/lakitu/fishing.json b/assets/lakitu/fishing.json deleted file mode 100644 index 2229fa190..000000000 --- a/assets/lakitu/fishing.json +++ /dev/null @@ -1,7 +0,0 @@ -{ -"common_tlut_lakitu_fishing": {"output_dir": "fishing", "rom_offset": "0x132B50", "block_offset": "0x25CD8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituFishing1": {"output_dir": "fishing", "rom_offset": "0x70EEC0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_fishing"}, -"gTextureLakituFishing2": {"output_dir": "fishing", "rom_offset": "0x70FE80", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_fishing"}, -"gTextureLakituFishing3": {"output_dir": "fishing", "rom_offset": "0x710E40", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_fishing"}, -"gTextureLakituFishing4": {"output_dir": "fishing", "rom_offset": "0x711E00", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_fishing"} -} diff --git a/assets/lakitu/nolights.json b/assets/lakitu/nolights.json deleted file mode 100644 index d076e6590..000000000 --- a/assets/lakitu/nolights.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"common_tlut_lakitu_no_lights": {"output_dir": "nolights", "rom_offset": "0x132B50", "block_offset": "0x24ED8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituNoLights1": {"output_dir": "nolights", "rom_offset": "0x6A0AC0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights2": {"output_dir": "nolights", "rom_offset": "0x6A1A80", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights3": {"output_dir": "nolights", "rom_offset": "0x6A2A40", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights4": {"output_dir": "nolights", "rom_offset": "0x6A3A00", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights5": {"output_dir": "nolights", "rom_offset": "0x6A49C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights6": {"output_dir": "nolights", "rom_offset": "0x6A5980", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights7": {"output_dir": "nolights", "rom_offset": "0x6A6940", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"}, -"gTextureLakituNoLights8": {"output_dir": "nolights", "rom_offset": "0x6A7900", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_no_lights"} -} diff --git a/assets/lakitu/redlights.json b/assets/lakitu/redlights.json deleted file mode 100644 index 50c9d3392..000000000 --- a/assets/lakitu/redlights.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"common_tlut_lakitu_red_lights": {"output_dir": "redlights", "rom_offset": "0x132B50", "block_offset": "0x250D8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituRedLights01": {"output_dir": "redlights", "rom_offset": "0x6A88C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights02": {"output_dir": "redlights", "rom_offset": "0x6A9880", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights03": {"output_dir": "redlights", "rom_offset": "0x6AA840", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights04": {"output_dir": "redlights", "rom_offset": "0x6AB800", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights05": {"output_dir": "redlights", "rom_offset": "0x6AC7C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights06": {"output_dir": "redlights", "rom_offset": "0x6AD780", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights07": {"output_dir": "redlights", "rom_offset": "0x6AE740", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights08": {"output_dir": "redlights", "rom_offset": "0x6AF700", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights09": {"output_dir": "redlights", "rom_offset": "0x6B06C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights10": {"output_dir": "redlights", "rom_offset": "0x6B1680", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights11": {"output_dir": "redlights", "rom_offset": "0x6B2640", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights12": {"output_dir": "redlights", "rom_offset": "0x6B3600", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights13": {"output_dir": "redlights", "rom_offset": "0x6B45C0", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights14": {"output_dir": "redlights", "rom_offset": "0x6B5580", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights15": {"output_dir": "redlights", "rom_offset": "0x6B6540", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"}, -"gTextureLakituRedLights16": {"output_dir": "redlights", "rom_offset": "0x6B7500", "width": 56, "height": 72, "type": "ci8", "tlut": "common_tlut_lakitu_red_lights"} -} diff --git a/assets/lakitu/reverse.json b/assets/lakitu/reverse.json deleted file mode 100644 index 512b51f3c..000000000 --- a/assets/lakitu/reverse.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"common_tlut_lakitu_reverse": {"output_dir": "reverse", "rom_offset": "0x132B50", "block_offset": "0x25AD8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituReverse01": {"output_dir": "reverse", "rom_offset": "0x6FF2C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse02": {"output_dir": "reverse", "rom_offset": "0x700280", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse03": {"output_dir": "reverse", "rom_offset": "0x701240", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse04": {"output_dir": "reverse", "rom_offset": "0x702200", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse05": {"output_dir": "reverse", "rom_offset": "0x7031C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse06": {"output_dir": "reverse", "rom_offset": "0x704180", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse07": {"output_dir": "reverse", "rom_offset": "0x705140", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse08": {"output_dir": "reverse", "rom_offset": "0x706100", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse09": {"output_dir": "reverse", "rom_offset": "0x7070C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse10": {"output_dir": "reverse", "rom_offset": "0x708080", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse11": {"output_dir": "reverse", "rom_offset": "0x709040", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse12": {"output_dir": "reverse", "rom_offset": "0x70A000", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse13": {"output_dir": "reverse", "rom_offset": "0x70AFC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse14": {"output_dir": "reverse", "rom_offset": "0x70BF80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse15": {"output_dir": "reverse", "rom_offset": "0x70CF40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"}, -"gTextureLakituReverse16": {"output_dir": "reverse", "rom_offset": "0x70DF00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_reverse"} -} diff --git a/assets/lakitu/secondlap.json b/assets/lakitu/secondlap.json deleted file mode 100644 index ffc292a50..000000000 --- a/assets/lakitu/secondlap.json +++ /dev/null @@ -1,19 +0,0 @@ -{ -"common_tlut_lakitu_second_lap": {"output_dir": "secondlap", "rom_offset": "0x132B50", "block_offset": "0x256D8", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureLakituSecondLap01": {"output_dir": "secondlap", "rom_offset": "0x6DFAC0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap02": {"output_dir": "secondlap", "rom_offset": "0x6E0A80", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap03": {"output_dir": "secondlap", "rom_offset": "0x6E1A40", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap04": {"output_dir": "secondlap", "rom_offset": "0x6E2A00", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap05": {"output_dir": "secondlap", "rom_offset": "0x6E39C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap06": {"output_dir": "secondlap", "rom_offset": "0x6E4980", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap07": {"output_dir": "secondlap", "rom_offset": "0x6E5940", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap08": {"output_dir": "secondlap", "rom_offset": "0x6E6900", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap09": {"output_dir": "secondlap", "rom_offset": "0x6E78C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap10": {"output_dir": "secondlap", "rom_offset": "0x6E8880", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap11": {"output_dir": "secondlap", "rom_offset": "0x6E9840", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap12": {"output_dir": "secondlap", "rom_offset": "0x6EA800", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap13": {"output_dir": "secondlap", "rom_offset": "0x6EB7C0", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap14": {"output_dir": "secondlap", "rom_offset": "0x6EC780", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap15": {"output_dir": "secondlap", "rom_offset": "0x6ED740", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"}, -"gTextureLakituSecondLap16": {"output_dir": "secondlap", "rom_offset": "0x6EE700", "width": 72, "height": 56, "type": "ci8", "tlut": "common_tlut_lakitu_second_lap"} -} diff --git a/assets/minimap_icons.json b/assets/minimap_icons.json deleted file mode 100644 index d8a7709b4..000000000 --- a/assets/minimap_icons.json +++ /dev/null @@ -1,12 +0,0 @@ -{ -"common_texture_minimap_finish_line": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CC58", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_mario": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CCD8", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_luigi": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CD58", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_yoshi": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CDD8", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_toad": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CE58", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_donkey_kong": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CED8", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_wario": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CF58", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_peach": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2CFD8", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_kart_bowser": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2D058", "width": 8, "height": 8, "type": "rgba16"}, -"common_texture_minimap_progress_dot": {"output_dir": "minimap_icons", "rom_offset": "0x132B50", "block_offset": "0x2D0D8", "width": 8, "height": 8, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/onomatopoeia.json b/assets/onomatopoeia.json deleted file mode 100644 index 6880a5501..000000000 --- a/assets/onomatopoeia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -"gTLUTOnomatopoeia": {"output_dir": "onomatopoeia", "rom_offset": "0xE5ED0", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureOnomatopoeiaCrash1": {"output_dir": "onomatopoeia", "rom_offset": "0x69F158", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureOnomatopoeiaCrash2": {"output_dir": "onomatopoeia", "rom_offset": "0x69F390", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureOnomatopoeiaWhrrrr1": {"output_dir": "onomatopoeia", "rom_offset": "0x69F5E4", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureOnomatopoeiaWhrrrr2": {"output_dir": "onomatopoeia", "rom_offset": "0x69F9C0", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureOnomatopoeiaPoomp1": {"output_dir": "onomatopoeia", "rom_offset": "0x69FD6C", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureOnomatopoeiaPoomp2": {"output_dir": "onomatopoeia", "rom_offset": "0x69FF30", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureBalloon1": {"output_dir": "onomatopoeia", "rom_offset": "0x6A010C", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"}, -"gTextureBalloon2": {"output_dir": "onomatopoeia", "rom_offset": "0x6A0350", "width": 64, "height": 32, "type": "ci8", "tlut": "gTLUTOnomatopoeia"} -} diff --git a/assets/player_emblems.json b/assets/player_emblems.json deleted file mode 100644 index 1fba58970..000000000 --- a/assets/player_emblems.json +++ /dev/null @@ -1,7 +0,0 @@ -{ -"common_tlut_player_emblem": {"output_dir": "player_emblems", "rom_offset": "0x132B50", "block_offset": "0x17258", "width": 16, "height": 16, "type": "rgba16"}, -"common_texture_player_emblem_1p": {"output_dir": "player_emblems", "rom_offset": "0x132B50", "block_offset": "0x17458", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_player_emblem"}, -"common_texture_player_emblem_2p": {"output_dir": "player_emblems", "rom_offset": "0x132B50", "block_offset": "0x17C58", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_player_emblem"}, -"common_texture_player_emblem_3p": {"output_dir": "player_emblems", "rom_offset": "0x132B50", "block_offset": "0x18458", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_player_emblem"}, -"common_texture_player_emblem_4p": {"output_dir": "player_emblems", "rom_offset": "0x132B50", "block_offset": "0x18C58", "width": 64, "height": 32, "type": "ci8", "tlut": "common_tlut_player_emblem"} -} diff --git a/assets/startup_logo.json b/assets/startup_logo.json deleted file mode 100644 index bbdc2f8e2..000000000 --- a/assets/startup_logo.json +++ /dev/null @@ -1,3 +0,0 @@ -{ -"gTextureReflectionMapGold": {"output_dir": "startup_logo", "rom_offset": "0x825800", "block_offset": "0x8A48", "width": 32, "height": 32, "type": "rgba16"} -} \ No newline at end of file diff --git a/assets/trees.json b/assets/trees.json deleted file mode 100644 index b63ec8df8..000000000 --- a/assets/trees.json +++ /dev/null @@ -1,13 +0,0 @@ -{ -"common_tlut_trees_import": {"output_dir": "trees", "rom_offset": "0x132B50", "block_offset": "0x04C68", "width": 8, "height": 29, "type": "rgba16"}, -"gTLUTTrees": {"output_dir": "trees", "rom_offset": "0x132B50", "block_offset": "0x04C68", "width": 16, "height": 16, "type": "rgba16"}, -"gTextureTrees1": {"output_dir": "trees", "rom_offset": "0x6913CC", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees2": {"output_dir": "trees", "rom_offset": "0x691714", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees3": {"output_dir": "trees", "rom_offset": "0x691AAC", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees4Left": {"output_dir": "trees", "rom_offset": "0x691D98", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees4Right": {"output_dir": "trees", "rom_offset": "0x692088", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees5Left": {"output_dir": "trees", "rom_offset": "0x6923D8", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees5Right": {"output_dir": "trees", "rom_offset": "0x6925E8", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees6": {"output_dir": "trees", "rom_offset": "0x692888", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"}, -"gTextureTrees7": {"output_dir": "trees", "rom_offset": "0x692CC0", "width": 32, "height": 64, "type": "ci8", "tlut": "gTLUTTrees"} -} diff --git a/assets/unused_traffic_light.json b/assets/unused_traffic_light.json deleted file mode 100644 index 9c54f1ecb..000000000 --- a/assets/unused_traffic_light.json +++ /dev/null @@ -1,13 +0,0 @@ -{ -"common_tlut_traffic_light": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x25ED8", "width": 16, "height": 16, "type": "rgba16"}, -"common_texture_traffic_light_01": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x260D8", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_02": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x26558", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_03": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x269D8", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_04": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x26E58", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_05": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x272D8", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_06": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x27758", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_07": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x27BD8", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_08": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x28058", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_09": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x284D8", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"}, -"common_texture_traffic_light_10": {"output_dir": "unused_traffic_light", "rom_offset": "0x132B50", "block_offset": "0x28958", "width": 24, "height": 48, "type": "ci8", "tlut": "common_tlut_traffic_light"} -} diff --git a/courses/block_fort/course_offsets.c b/courses/block_fort/course_offsets.c index 9800e93fc..f0f8a4c26 100644 --- a/courses/block_fort/course_offsets.c +++ b/courses/block_fort/course_offsets.c @@ -1,5 +1,6 @@ #include #include "course_offsets.h" +#include const course_texture block_fort_textures[] = { {gTexture64286C, 0x010A, 0x0800, 0x0}, diff --git a/courses/toads_turnpike/course_offsets.c b/courses/toads_turnpike/course_offsets.c index 92ce2736d..a48d2a1c9 100644 --- a/courses/toads_turnpike/course_offsets.c +++ b/courses/toads_turnpike/course_offsets.c @@ -26,7 +26,7 @@ const course_texture toads_turnpike_textures[] = { {0x00000000, 0x0000, 0x0000, 0x0}, }; -const Gfx toads_turnpike_dl_0[] = { +Gfx toads_turnpike_dl_0[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_19518), gsSPClearGeometryMode(G_CULL_BACK), @@ -36,7 +36,7 @@ const Gfx toads_turnpike_dl_0[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_1[] = { +Gfx toads_turnpike_dl_1[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_1A068), gsSPClearGeometryMode(G_CULL_BACK), @@ -46,7 +46,7 @@ const Gfx toads_turnpike_dl_1[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_2[] = { +Gfx toads_turnpike_dl_2[] = { gsSPDisplayList(D_toads_turnpike_0D0053C8), gsSPDisplayList(d_course_toads_turnpike_dl_1A6C8), gsSPClearGeometryMode(G_CULL_BACK), @@ -57,7 +57,7 @@ const Gfx toads_turnpike_dl_2[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_3[] = { +Gfx toads_turnpike_dl_3[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_1BE48), gsSPClearGeometryMode(G_CULL_BACK), @@ -67,7 +67,7 @@ const Gfx toads_turnpike_dl_3[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_4[] = { +Gfx toads_turnpike_dl_4[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_1CAA8), gsSPClearGeometryMode(G_CULL_BACK), @@ -77,7 +77,7 @@ const Gfx toads_turnpike_dl_4[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_5[] = { +Gfx toads_turnpike_dl_5[] = { gsSPDisplayList(D_toads_turnpike_0D0053C8), gsSPDisplayList(d_course_toads_turnpike_dl_1D018), gsSPClearGeometryMode(G_CULL_BACK), @@ -88,7 +88,7 @@ const Gfx toads_turnpike_dl_5[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_6[] = { +Gfx toads_turnpike_dl_6[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_1EB48), gsSPClearGeometryMode(G_CULL_BACK), @@ -98,7 +98,7 @@ const Gfx toads_turnpike_dl_6[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_7[] = { +Gfx toads_turnpike_dl_7[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_20008), gsSPClearGeometryMode(G_CULL_BACK), @@ -108,7 +108,7 @@ const Gfx toads_turnpike_dl_7[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_8[] = { +Gfx toads_turnpike_dl_8[] = { gsSPDisplayList(D_toads_turnpike_0D0053C8), gsSPDisplayList(d_course_toads_turnpike_dl_205A8), gsSPClearGeometryMode(G_CULL_BACK), @@ -119,7 +119,7 @@ const Gfx toads_turnpike_dl_8[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_9[] = { +Gfx toads_turnpike_dl_9[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_21E28), gsSPClearGeometryMode(G_CULL_BACK), @@ -129,7 +129,7 @@ const Gfx toads_turnpike_dl_9[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_10[] = { +Gfx toads_turnpike_dl_10[] = { gsSPDisplayList(D_toads_turnpike_0D005398), gsSPDisplayList(d_course_toads_turnpike_dl_23078), gsSPClearGeometryMode(G_CULL_BACK), @@ -139,7 +139,7 @@ const Gfx toads_turnpike_dl_10[] = { gsSPEndDisplayList(), }; -const Gfx toads_turnpike_dl_11[] = { +Gfx toads_turnpike_dl_11[] = { gsSPDisplayList(D_toads_turnpike_0D0053C8), gsSPDisplayList(d_course_toads_turnpike_dl_23848), gsSPClearGeometryMode(G_CULL_BACK), diff --git a/courses/yoshi_valley/course_offsets.c b/courses/yoshi_valley/course_offsets.c index e525d18f7..71c955fa4 100644 --- a/courses/yoshi_valley/course_offsets.c +++ b/courses/yoshi_valley/course_offsets.c @@ -1,5 +1,6 @@ #include #include "course_offsets.h" +#include const course_texture yoshi_valley_textures[] = { {gTexture66EBF0, 0x0146, 0x0800, 0x0}, diff --git a/include/course_offsets.h b/include/course_offsets.h index 189db0965..f4b36f96f 100644 --- a/include/course_offsets.h +++ b/include/course_offsets.h @@ -1,7 +1,9 @@ #ifndef COURSE_OFFSETS_H #define COURSE_OFFSETS_H +#include #include +#include #include typedef struct @@ -12,4 +14,18 @@ typedef struct u32 padding; // always zero } course_texture; +extern Gfx toads_turnpike_dl_0[]; +extern Gfx toads_turnpike_dl_1[]; +extern Gfx toads_turnpike_dl_2[]; +extern Gfx toads_turnpike_dl_3[]; +extern Gfx toads_turnpike_dl_4[]; +extern Gfx toads_turnpike_dl_5[]; +extern Gfx toads_turnpike_dl_6[]; +extern Gfx toads_turnpike_dl_7[]; +extern Gfx toads_turnpike_dl_8[]; +extern Gfx toads_turnpike_dl_9[]; +extern Gfx toads_turnpike_dl_10[]; +extern Gfx toads_turnpike_dl_11[]; + + #endif // COURSE_OFFSETS_H diff --git a/src/actors/box_truck/render.inc.c b/src/actors/box_truck/render.inc.c index f429144c1..e3e13bf03 100644 --- a/src/actors/box_truck/render.inc.c +++ b/src/actors/box_truck/render.inc.c @@ -2,7 +2,6 @@ #include #include #include -#include "courses/toads_turnpike/course_data.h" /** * @brief Renders the box truck actor. diff --git a/src/code_80091750.c b/src/code_80091750.c index 12f606898..90bd01748 100644 --- a/src/code_80091750.c +++ b/src/code_80091750.c @@ -65,8 +65,7 @@ Gfx *D_8018E75C; s32 gNumD_8018E768Entries; struct_8018E768_entry D_8018E768[D_8018E768_SIZE]; s32 gCycleFlashMenu; -s8 D_8018E7AC[4]; -s8 D_8018E7B0; +s8 D_8018E7AC[5]; u32 D_8018E7B8[4]; u32 D_8018E7C8; u32 D_8018E7D0[4]; @@ -2658,7 +2657,7 @@ void func_80094C60(void) { void func_80095574(void) { s32 var_v0; - if ((D_8018EE0C < 3) || (D_8018E7B0 != 0)) { + if ((D_8018EE0C < 3) || (D_8018E7AC[4] != 0)) { func_800A8230(); } if (gDebugMenuSelection >= 2) { @@ -4441,7 +4440,7 @@ Gfx *func_8009BA74(Gfx *arg0, MkTexture *arg1, s32 column, s32 row) { } temp_v0_3 = (u8*)func_8009B8C4(temp_v0->textureData); if (temp_v0_3 != 0) { - if (D_8018E7B0 != 4) { + if (D_8018E7AC[4] != 4) { arg0 = func_80095E10(arg0, var_s4, 0x00000400, 0x00000400, 0, 0, temp_v0->width, temp_v0->height, temp_v0->dX + column, temp_v0->dY + row, temp_v0_3, temp_v0->width, temp_v0->height); } else { arg0 = func_800987D0(arg0, 0U, 0U, temp_v0->width, temp_v0->height, temp_v0->dX + column, temp_v0->dY + row, temp_v0_3, temp_v0->width, temp_v0->height); diff --git a/src/code_80091750.h b/src/code_80091750.h index 28c7c8a44..59c6459a6 100644 --- a/src/code_80091750.h +++ b/src/code_80091750.h @@ -436,7 +436,6 @@ extern s32 gNumD_8018E768Entries; extern struct_8018E768_entry D_8018E768[D_8018E768_SIZE]; extern s32 gCycleFlashMenu; extern s8 D_8018E7AC[]; -extern s8 D_8018E7B0; extern u32 D_8018E7B8[]; extern u32 D_8018E7C8; extern u32 D_8018E7D0[]; diff --git a/src/data/some_data.c b/src/data/some_data.c index 91c827268..b70068b7b 100644 --- a/src/data/some_data.c +++ b/src/data/some_data.c @@ -185,7 +185,7 @@ Vtx gBalloonVertexPlane2[] = { }; u8 D_800E52D0[] = { - #include "assets/onomatopoeia/gTLUTOnomatopoeia.inc.c" + #include "assets/code/some_data/gTLUTOnomatopoeia.rgba16.inc.c" }; u8 *gCourseOutlineTextures[] = { diff --git a/src/menus.c b/src/menus.c index bdecd0e18..1721ca9a1 100644 --- a/src/menus.c +++ b/src/menus.c @@ -2004,7 +2004,7 @@ void func_800B44BC(void) { // Likely checks that the user is actually in the menus and not racing. bool func_800B4520(void) { - if ((D_8018E7B0 == 2) || (D_8018E7B0 == 3) || (D_8018E7B0 == 4) || (D_8018E7B0 == 7)) { + if ((D_8018E7AC[4] == 2) || (D_8018E7AC[4] == 3) || (D_8018E7AC[4] == 4) || (D_8018E7AC[4] == 7)) { return true; } return false; diff --git a/src/racing/actors.c b/src/racing/actors.c index 9bbf72ba1..afcd10d44 100644 --- a/src/racing/actors.c +++ b/src/racing/actors.c @@ -1,11 +1,12 @@ #include +#include +#include #include #include #include #include #include #include -#include #include "code_800029B0.h" #include "main.h" diff --git a/src/racing/actors.h b/src/racing/actors.h index a9cb13830..22fc08ce1 100644 --- a/src/racing/actors.h +++ b/src/racing/actors.h @@ -129,51 +129,8 @@ extern s16 gCurrentCourseId; extern u16 isCrossingTriggeredByIndex[]; extern Lights1 D_800DC610[]; -extern Gfx D_0D005338[]; -extern Gfx D_0D005368[]; -extern Gfx D_0D007B20[]; - -extern Gfx toads_turnpike_dl_0[]; -extern Gfx toads_turnpike_dl_1[]; -extern Gfx toads_turnpike_dl_2[]; -extern Gfx toads_turnpike_dl_3[]; -extern Gfx toads_turnpike_dl_4[]; -extern Gfx toads_turnpike_dl_5[]; -extern Gfx toads_turnpike_dl_6[]; -extern Gfx toads_turnpike_dl_7[]; -extern Gfx toads_turnpike_dl_8[]; -extern Gfx toads_turnpike_dl_9[]; -extern Gfx toads_turnpike_dl_10[]; -extern Gfx toads_turnpike_dl_11[]; - extern s32 D_80162DF8; -extern Gfx D_0D001750[]; -extern Gfx D_0D001780[]; -extern Gfx D_0D001798[]; -extern Gfx D_0D0017B0[]; -extern Gfx D_0D0017C8[]; -extern Gfx D_0D0017E0[]; -extern Gfx D_0D0017F8[]; -extern Gfx D_0D001810[]; -extern Gfx D_0D001828[]; -extern Gfx D_0D001B90[]; -extern Gfx D_0D001BD8[]; -extern Gfx D_0D001C20[]; -extern Gfx D_0D001C88[]; -extern Gfx D_0D002EE8[]; -extern Gfx common_model_fake_itembox[]; -extern Gfx itemBoxQuestionMarkModel[]; -extern Gfx D_0D003090[]; -extern Gfx D_0D0030F8[]; -extern Gfx D_0D003128[]; -extern Gfx D_0D003158[]; -extern Gfx D_0D003188[]; -extern Gfx D_0D0031B8[]; -extern Gfx D_0D0031E8[]; -extern Gfx common_model_banana[]; -extern Gfx common_model_flat_banana[]; - extern s8 D_800DC628[]; extern s8 D_800DC630[]; extern s8 D_802B8864[]; diff --git a/src/racing/memory.c b/src/racing/memory.c index 038d528fb..2e09f0e77 100644 --- a/src/racing/memory.c +++ b/src/racing/memory.c @@ -37,7 +37,7 @@ s32 memoryPadding[2]; void *get_next_available_memory_addr(uintptr_t size) { uintptr_t freeSpace = gNextFreeMemoryAddress; size = ALIGN16(size); - gNextFreeMemoryAddress += size; + gNextFreeMemoryAddress += malloc(freeSpace + size); return (void*) freeSpace; } diff --git a/src/update_objects.c b/src/update_objects.c index 46533bd42..b889b485c 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -3621,28 +3621,29 @@ u8 gen_random_item(s16 rank, s16 isCpu) if (gModeSelection == VERSUS) { switch (gPlayerCountSelection1) { case TWO_PLAYERS_SELECTED: - curve = segmented_to_virtual((void *) common_versus_2_player_item_curve); + //curve = segmented_to_virtual((void *) common_versus_2_player_item_curve); break; case THREE_PLAYERS_SELECTED: - curve = segmented_to_virtual((void *) common_versus_3_player_item_curve); + //curve = segmented_to_virtual((void *) common_versus_3_player_item_curve); break; case FOUR_PLAYERS_SELECTED: - curve = segmented_to_virtual((void *) common_versus_4_player_item_curve); + //curve = segmented_to_virtual((void *) common_versus_4_player_item_curve); break; } randomItem = *((rank * 100) + curve + sRandomItemIndex); } else if (gModeSelection == BATTLE) { - curve = segmented_to_virtual((void *) common_battle_item_curve); + //curve = segmented_to_virtual((void *) common_battle_item_curve); randomItem = curve[sRandomItemIndex]; } else { // GP Mode if (isCpu == 0) { - curve = segmented_to_virtual((void *) common_grand_prix_human_item_curve); + //curve = segmented_to_virtual((void *) common_grand_prix_human_item_curve); } else { - curve = segmented_to_virtual((void *) common_grand_prix_kart_ai_item_curve); + //curve = segmented_to_virtual((void *) common_grand_prix_kart_ai_item_curve); } - randomItem = *((rank * 100) + curve + sRandomItemIndex); + // *((rank * 100) + curve + sRandomItemIndex) + randomItem = 1; } return randomItem; } diff --git a/yamls/us/some_data.yml b/yamls/us/some_data.yml new file mode 100644 index 000000000..171d8bda5 --- /dev/null +++ b/yamls/us/some_data.yml @@ -0,0 +1,18 @@ +:config: + vram: + addr: 0x800E52D0 + offset: 0xE5ED0 + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' +gTLUTOnomatopoeia: + symbol: gTLUTOnomatopoeia + type: texture + offset: 0x800E52D0 + ctype: u16 + width: 16 + height: 16 + format: rgba16