From 96fdd7cca910905623e1ef6eaacba1422b7a009c Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Sun, 20 Jul 2025 00:55:50 -0400 Subject: [PATCH 001/114] delete libultraship submodule & add android folder --- .gitmodules | 3 - android/.gitignore | 34 + android/app/build.gradle | 90 + android/app/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59536 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + android/app/gradlew | 234 + android/app/gradlew.bat | 89 + android/app/proguard-rules.pro | 17 + android/app/src/main/AndroidManifest.xml | 114 + android/app/src/main/assets/config.yml | 29 + .../app/src/main/assets/gamecontrollerdb.txt | 2164 +++ .../yamls/us/banshee_boardwalk_data.yml | 635 + .../us/banshee_boardwalk_displaylists.yml | 17 + .../yamls/us/banshee_boardwalk_vertices.yml | 15 + .../main/assets/yamls/us/big_donut_data.yml | 22 + .../yamls/us/big_donut_displaylists.yml | 17 + .../assets/yamls/us/big_donut_vertices.yml | 15 + .../main/assets/yamls/us/block_fort_data.yml | 22 + .../yamls/us/block_fort_displaylists.yml | 17 + .../assets/yamls/us/block_fort_vertices.yml | 15 + .../src/main/assets/yamls/us/boo_frames.yml | 247 + .../src/main/assets/yamls/us/bowser_kart.yml | 12803 +++++++++++++++ .../assets/yamls/us/bowsers_castle_data.yml | 586 + .../yamls/us/bowsers_castle_displaylists.yml | 17 + .../yamls/us/bowsers_castle_vertices.yml | 15 + .../main/assets/yamls/us/ceremony_data.yml | 239 + .../assets/yamls/us/choco_mountain_data.yml | 507 + .../yamls/us/choco_mountain_displaylists.yml | 17 + .../yamls/us/choco_mountain_vertices.yml | 15 + .../src/main/assets/yamls/us/common_data.yml | 2255 +++ .../main/assets/yamls/us/data_800E45C0.yml | 79 + .../main/assets/yamls/us/data_800E8700.yml | 138 + .../main/assets/yamls/us/data_segment2.yml | 214 + .../yamls/us/dks_jungle_parkway_data.yml | 837 + .../us/dks_jungle_parkway_displaylists.yml | 17 + .../yamls/us/dks_jungle_parkway_vertices.yml | 15 + .../main/assets/yamls/us/donkeykong_kart.yml | 12803 +++++++++++++++ .../main/assets/yamls/us/double_deck_data.yml | 22 + .../yamls/us/double_deck_displaylists.yml | 17 + .../assets/yamls/us/double_deck_vertices.yml | 15 + .../assets/yamls/us/frappe_snowland_data.yml | 370 + .../yamls/us/frappe_snowland_displaylists.yml | 17 + .../yamls/us/frappe_snowland_vertices.yml | 15 + .../assets/yamls/us/kalimari_desert_data.yml | 1543 ++ .../yamls/us/kalimari_desert_displaylists.yml | 17 + .../yamls/us/kalimari_desert_vertices.yml | 15 + .../yamls/us/koopa_troopa_beach_data.yml | 1520 ++ .../us/koopa_troopa_beach_displaylists.yml | 17 + .../yamls/us/koopa_troopa_beach_vertices.yml | 15 + .../src/main/assets/yamls/us/luigi_kart.yml | 12803 +++++++++++++++ .../assets/yamls/us/luigi_raceway_data.yml | 816 + .../yamls/us/luigi_raceway_displaylists.yml | 17 + .../yamls/us/luigi_raceway_vertices.yml | 15 + .../src/main/assets/yamls/us/mario_kart.yml | 12803 +++++++++++++++ .../assets/yamls/us/mario_raceway_data.yml | 503 + .../yamls/us/mario_raceway_displaylists.yml | 17 + .../yamls/us/mario_raceway_vertices.yml | 15 + .../assets/yamls/us/moo_moo_farm_data.yml | 674 + .../yamls/us/moo_moo_farm_displaylists.yml | 17 + .../assets/yamls/us/moo_moo_farm_vertices.yml | 15 + .../main/assets/yamls/us/other_textures.yml | 4900 ++++++ .../src/main/assets/yamls/us/peach_kart.yml | 12803 +++++++++++++++ .../main/assets/yamls/us/player_selection.yml | 1536 ++ .../assets/yamls/us/rainbow_road_data.yml | 618 + .../yamls/us/rainbow_road_displaylists.yml | 17 + .../assets/yamls/us/rainbow_road_vertices.yml | 15 + .../assets/yamls/us/royal_raceway_data.yml | 743 + .../yamls/us/royal_raceway_displaylists.yml | 17 + .../yamls/us/royal_raceway_vertices.yml | 15 + .../assets/yamls/us/sherbet_land_data.yml | 790 + .../yamls/us/sherbet_land_displaylists.yml | 17 + .../assets/yamls/us/sherbet_land_vertices.yml | 15 + .../main/assets/yamls/us/skyscraper_data.yml | 22 + .../yamls/us/skyscraper_displaylists.yml | 17 + .../assets/yamls/us/skyscraper_vertices.yml | 15 + .../src/main/assets/yamls/us/some_data.yml | 19 + .../src/main/assets/yamls/us/sound/banks.yml | 88 + .../src/main/assets/yamls/us/sound/root.yml | 19 + .../main/assets/yamls/us/sound/samples.yml | 807 + .../main/assets/yamls/us/sound/sequences.yml | 239 + .../src/main/assets/yamls/us/startup_logo.yml | 119 + .../main/assets/yamls/us/texture_data_2.yml | 3350 ++++ .../main/assets/yamls/us/texture_tkmk00.yml | 642 + .../src/main/assets/yamls/us/toad_kart.yml | 12803 +++++++++++++++ .../assets/yamls/us/toads_turnpike_data.yml | 1828 +++ .../yamls/us/toads_turnpike_displaylists.yml | 17 + .../yamls/us/toads_turnpike_offsets.yml | 65 + .../yamls/us/toads_turnpike_vertices.yml | 15 + .../src/main/assets/yamls/us/wario_kart.yml | 12803 +++++++++++++++ .../assets/yamls/us/wario_stadium_data.yml | 536 + .../yamls/us/wario_stadium_displaylists.yml | 17 + .../yamls/us/wario_stadium_vertices.yml | 15 + .../src/main/assets/yamls/us/yoshi_kart.yml | 12804 ++++++++++++++++ .../assets/yamls/us/yoshi_valley_data.yml | 750 + .../yamls/us/yoshi_valley_displaylists.yml | 17 + .../assets/yamls/us/yoshi_valley_vertices.yml | 15 + .../app/src/main/ic_launcher-playstore.png | Bin 0 -> 163978 bytes .../java/com/izzy/kart/AssetCopyUtil.java | 87 + .../java/com/izzy/kart/ControllerButtons.java | 26 + .../main/java/com/izzy/kart/MainActivity.java | 446 + .../main/java/org/libsdl/app/HIDDevice.java | 22 + .../app/HIDDeviceBLESteamController.java | 650 + .../java/org/libsdl/app/HIDDeviceManager.java | 698 + .../java/org/libsdl/app/HIDDeviceUSB.java | 309 + .../app/src/main/java/org/libsdl/app/SDL.java | 90 + .../main/java/org/libsdl/app/SDLActivity.java | 2120 +++ .../java/org/libsdl/app/SDLAudioManager.java | 514 + .../org/libsdl/app/SDLControllerManager.java | 856 ++ .../main/java/org/libsdl/app/SDLSurface.java | 405 + .../app/src/main/res/drawable/ic_button.xml | 22 + .../app/src/main/res/drawable/ic_cross.xml | 19 + .../res/drawable/ic_launcher_background.xml | 74 + .../res/drawable/ic_launcher_foreground.xml | 26 + .../res/drawable/ic_rectangular_button.xml | 38 + android/app/src/main/res/drawable/ic_show.xml | 10 + .../app/src/main/res/drawable/ic_stick.xml | 27 + .../res/drawable/ic_trigger_button_left.xml | 46 + .../res/drawable/ic_trigger_button_right.xml | 46 + .../main/res/layout/touchcontrol_overlay.xml | 214 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 828 bytes .../mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 2230 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 828 bytes .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 490 bytes .../mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 1298 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 490 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 1150 bytes .../mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 3260 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 1150 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 1976 bytes .../mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 5366 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 0 -> 1976 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 2736 bytes .../ic_launcher_foreground.webp | Bin 0 -> 7276 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 2736 bytes android/app/src/main/res/values/colors.xml | 6 + .../res/values/ic_launcher_background.xml | 4 + android/app/src/main/res/values/strings.xml | 3 + android/app/src/main/res/values/styles.xml | 8 + android/build.gradle | 25 + android/gradle.properties | 20 + android/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54213 bytes .../gradle/wrapper/gradle-wrapper.properties | 6 + android/gradlew | 160 + android/gradlew.bat | 90 + android/settings.gradle | 1 + libultraship | 1 - 148 files changed, 141219 insertions(+), 4 deletions(-) create mode 100644 android/.gitignore create mode 100644 android/app/build.gradle create mode 100644 android/app/gradle/wrapper/gradle-wrapper.jar create mode 100644 android/app/gradle/wrapper/gradle-wrapper.properties create mode 100644 android/app/gradlew create mode 100644 android/app/gradlew.bat create mode 100644 android/app/proguard-rules.pro create mode 100644 android/app/src/main/AndroidManifest.xml create mode 100644 android/app/src/main/assets/config.yml create mode 100644 android/app/src/main/assets/gamecontrollerdb.txt create mode 100644 android/app/src/main/assets/yamls/us/banshee_boardwalk_data.yml create mode 100644 android/app/src/main/assets/yamls/us/banshee_boardwalk_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/banshee_boardwalk_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/big_donut_data.yml create mode 100644 android/app/src/main/assets/yamls/us/big_donut_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/big_donut_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/block_fort_data.yml create mode 100644 android/app/src/main/assets/yamls/us/block_fort_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/block_fort_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/boo_frames.yml create mode 100644 android/app/src/main/assets/yamls/us/bowser_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/bowsers_castle_data.yml create mode 100644 android/app/src/main/assets/yamls/us/bowsers_castle_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/bowsers_castle_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/ceremony_data.yml create mode 100644 android/app/src/main/assets/yamls/us/choco_mountain_data.yml create mode 100644 android/app/src/main/assets/yamls/us/choco_mountain_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/choco_mountain_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/common_data.yml create mode 100644 android/app/src/main/assets/yamls/us/data_800E45C0.yml create mode 100644 android/app/src/main/assets/yamls/us/data_800E8700.yml create mode 100644 android/app/src/main/assets/yamls/us/data_segment2.yml create mode 100644 android/app/src/main/assets/yamls/us/dks_jungle_parkway_data.yml create mode 100644 android/app/src/main/assets/yamls/us/dks_jungle_parkway_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/dks_jungle_parkway_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/donkeykong_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/double_deck_data.yml create mode 100644 android/app/src/main/assets/yamls/us/double_deck_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/double_deck_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/frappe_snowland_data.yml create mode 100644 android/app/src/main/assets/yamls/us/frappe_snowland_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/frappe_snowland_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/kalimari_desert_data.yml create mode 100644 android/app/src/main/assets/yamls/us/kalimari_desert_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/kalimari_desert_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/koopa_troopa_beach_data.yml create mode 100644 android/app/src/main/assets/yamls/us/koopa_troopa_beach_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/koopa_troopa_beach_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/luigi_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/luigi_raceway_data.yml create mode 100644 android/app/src/main/assets/yamls/us/luigi_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/luigi_raceway_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/mario_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/mario_raceway_data.yml create mode 100644 android/app/src/main/assets/yamls/us/mario_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/mario_raceway_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/moo_moo_farm_data.yml create mode 100644 android/app/src/main/assets/yamls/us/moo_moo_farm_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/moo_moo_farm_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/other_textures.yml create mode 100644 android/app/src/main/assets/yamls/us/peach_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/player_selection.yml create mode 100644 android/app/src/main/assets/yamls/us/rainbow_road_data.yml create mode 100644 android/app/src/main/assets/yamls/us/rainbow_road_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/rainbow_road_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/royal_raceway_data.yml create mode 100644 android/app/src/main/assets/yamls/us/royal_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/royal_raceway_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/sherbet_land_data.yml create mode 100644 android/app/src/main/assets/yamls/us/sherbet_land_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/sherbet_land_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/skyscraper_data.yml create mode 100644 android/app/src/main/assets/yamls/us/skyscraper_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/skyscraper_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/some_data.yml create mode 100644 android/app/src/main/assets/yamls/us/sound/banks.yml create mode 100644 android/app/src/main/assets/yamls/us/sound/root.yml create mode 100644 android/app/src/main/assets/yamls/us/sound/samples.yml create mode 100644 android/app/src/main/assets/yamls/us/sound/sequences.yml create mode 100644 android/app/src/main/assets/yamls/us/startup_logo.yml create mode 100644 android/app/src/main/assets/yamls/us/texture_data_2.yml create mode 100644 android/app/src/main/assets/yamls/us/texture_tkmk00.yml create mode 100644 android/app/src/main/assets/yamls/us/toad_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/toads_turnpike_data.yml create mode 100644 android/app/src/main/assets/yamls/us/toads_turnpike_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/toads_turnpike_offsets.yml create mode 100644 android/app/src/main/assets/yamls/us/toads_turnpike_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/wario_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/wario_stadium_data.yml create mode 100644 android/app/src/main/assets/yamls/us/wario_stadium_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/wario_stadium_vertices.yml create mode 100644 android/app/src/main/assets/yamls/us/yoshi_kart.yml create mode 100644 android/app/src/main/assets/yamls/us/yoshi_valley_data.yml create mode 100644 android/app/src/main/assets/yamls/us/yoshi_valley_displaylists.yml create mode 100644 android/app/src/main/assets/yamls/us/yoshi_valley_vertices.yml create mode 100644 android/app/src/main/ic_launcher-playstore.png create mode 100644 android/app/src/main/java/com/izzy/kart/AssetCopyUtil.java create mode 100644 android/app/src/main/java/com/izzy/kart/ControllerButtons.java create mode 100644 android/app/src/main/java/com/izzy/kart/MainActivity.java create mode 100644 android/app/src/main/java/org/libsdl/app/HIDDevice.java create mode 100644 android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java create mode 100644 android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java create mode 100644 android/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java create mode 100644 android/app/src/main/java/org/libsdl/app/SDL.java create mode 100644 android/app/src/main/java/org/libsdl/app/SDLActivity.java create mode 100644 android/app/src/main/java/org/libsdl/app/SDLAudioManager.java create mode 100644 android/app/src/main/java/org/libsdl/app/SDLControllerManager.java create mode 100644 android/app/src/main/java/org/libsdl/app/SDLSurface.java create mode 100644 android/app/src/main/res/drawable/ic_button.xml create mode 100644 android/app/src/main/res/drawable/ic_cross.xml create mode 100644 android/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 android/app/src/main/res/drawable/ic_launcher_foreground.xml create mode 100644 android/app/src/main/res/drawable/ic_rectangular_button.xml create mode 100644 android/app/src/main/res/drawable/ic_show.xml create mode 100644 android/app/src/main/res/drawable/ic_stick.xml create mode 100644 android/app/src/main/res/drawable/ic_trigger_button_left.xml create mode 100644 android/app/src/main/res/drawable/ic_trigger_button_right.xml create mode 100644 android/app/src/main/res/layout/touchcontrol_overlay.xml create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/values/colors.xml create mode 100644 android/app/src/main/res/values/ic_launcher_background.xml create mode 100644 android/app/src/main/res/values/strings.xml create mode 100644 android/app/src/main/res/values/styles.xml create mode 100644 android/build.gradle create mode 100644 android/gradle.properties create mode 100644 android/gradle/wrapper/gradle-wrapper.jar create mode 100644 android/gradle/wrapper/gradle-wrapper.properties create mode 100644 android/gradlew create mode 100644 android/gradlew.bat create mode 100644 android/settings.gradle delete mode 160000 libultraship diff --git a/.gitmodules b/.gitmodules index 8aa167299c..d57e86c8dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "torch"] path = torch url = https://github.com/HarbourMasters/Torch -[submodule "libultraship"] - path = libultraship - url = https://github.com/Kenix3/libultraship [submodule "lib/wasm-micro-runtime"] path = lib/wasm-micro-runtime url = https://github.com/bytecodealliance/wasm-micro-runtime.git diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000000..a25d1f8653 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,34 @@ +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json +app/release/ + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof diff --git a/android/app/build.gradle b/android/app/build.gradle new file mode 100644 index 0000000000..64aa45d900 --- /dev/null +++ b/android/app/build.gradle @@ -0,0 +1,90 @@ +def buildAsLibrary = project.hasProperty('BUILD_AS_LIBRARY'); +def buildAsApplication = !buildAsLibrary +if (buildAsApplication) { + apply plugin: 'com.android.application' +} +else { + apply plugin: 'com.android.library' +} + +android { + namespace("com.izzy.kart") + buildFeatures { + buildConfig true + } + ndkVersion "26.0.10792818" + compileSdkVersion 33 + defaultConfig { + if (buildAsApplication) { + applicationId "com.izzy.kart" + } + minSdkVersion 24 + targetSdkVersion 33 + versionCode 5 + versionName "1.0.0" + externalNativeBuild { + //ndkBuild { + // arguments "APP_PLATFORM=android-23" + // abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' + //} + cmake { + arguments "-DSDL_SHARED=ON", "-DANDROID_STL=c++_static", "-DHAVE_LD_VERSION_SCRIPT=OFF",'-DUSE_OPENGLES=ON' + //abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' + abiFilters 'arm64-v8a' + } + } + } + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } + } + applicationVariants.all { variant -> + tasks["merge${variant.name.capitalize()}Assets"] + .dependsOn("externalNativeBuild${variant.name.capitalize()}") + } + if (!project.hasProperty('EXCLUDE_NATIVE_LIBS')) { + sourceSets.main { + jniLibs.srcDir 'libs' + } + externalNativeBuild { + //ndkBuild { + // path 'jni/Android.mk' + //} + cmake { + path '../../CMakeLists.txt' + version "3.31.5" + } + } + + } + lintOptions { + abortOnError false + } + + if (buildAsLibrary) { + libraryVariants.all { variant -> + variant.outputs.each { output -> + def outputFile = output.outputFile + if (outputFile != null && outputFile.name.endsWith(".aar")) { + def fileName = "org.libsdl.app.aar"; + output.outputFile = new File(outputFile.parent, fileName); + } + } + } + } +} + +dependencies { + implementation fileTree(include: ['*.jar'], dir: 'libs') + implementation 'androidx.core:core:1.7.0' // Use the latest version + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' +} + +task wrapper(type: Wrapper) { + gradleVersion = '8.3.2' +} + +task prepareKotlinBuildScriptModel { +} diff --git a/android/app/gradle/wrapper/gradle-wrapper.jar b/android/app/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..7454180f2ae8848c63b8b4dea2cb829da983f2fa GIT binary patch literal 59536 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 QuEJmfE|#`Dqx|px0L@K;Y5)KL literal 0 HcmV?d00001 diff --git a/android/app/gradle/wrapper/gradle-wrapper.properties b/android/app/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000000..e750102e09 --- /dev/null +++ b/android/app/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/android/app/gradlew b/android/app/gradlew new file mode 100644 index 0000000000..1b6c787337 --- /dev/null +++ b/android/app/gradlew @@ -0,0 +1,234 @@ +#!/bin/sh + +# +# Copyright © 2015-2021 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit + +APP_NAME="Gradle" +APP_BASE_NAME=${0##*/} + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + +# Collect all arguments for the java command; +# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of +# shell script including quotes and variable substitutions, so put them in +# double quotes to make sure that they get re-expanded; and +# * put everything else in single quotes, so that it's not re-expanded. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/android/app/gradlew.bat b/android/app/gradlew.bat new file mode 100644 index 0000000000..107acd32c4 --- /dev/null +++ b/android/app/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 0000000000..eaf0e916cd --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,17 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in [sdk]/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the proguardFiles +# directive in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000000..39d499ad05 --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/config.yml b/android/app/src/main/assets/config.yml new file mode 100644 index 0000000000..8a95052c8a --- /dev/null +++ b/android/app/src/main/assets/config.yml @@ -0,0 +1,29 @@ +579c48e211ae952530ffc8738709f078d5dd215e: + name: Mario Kart 64 [US] + path: yamls/us + config: + gbi: F3DEX_MK64 + sort: OFFSET + enums: + - include/defines.h + output: + binary: mk64.o2r + headers: include/assets + code: assets/code + segments: + - 0x000000 + - 0x000000 + - 0x12AAE0 + - 0x000000 + - 0x000000 + - 0x000000 + - 0x825800 + - 0x000000 + - 0x000000 + - 0x88CD70 + - 0x729A30 + - 0x821D10 + - 0x7FA3C0 + - 0x132B50 + - 0x000000 + - 0x145470 diff --git a/android/app/src/main/assets/gamecontrollerdb.txt b/android/app/src/main/assets/gamecontrollerdb.txt new file mode 100644 index 0000000000..14ce5f6d49 --- /dev/null +++ b/android/app/src/main/assets/gamecontrollerdb.txt @@ -0,0 +1,2164 @@ +# Game Controller DB for SDL in 2.0.16 format +# Source: https://github.com/gabomdq/SDL_GameControllerDB + +# Windows +03000000300f00000a01000000000000,3 In 1 Conversion Box,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b8,x:b3,y:b0,platform:Windows, +03000000fa190000918d000000000000,3 In 1 Conversion Box,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b8,x:b3,y:b0,platform:Windows, +03000000fa2d00000100000000000000,3dRudder Foot Motion Controller,leftx:a0,lefty:a1,rightx:a5,righty:a2,platform:Windows, +03000000d0160000040d000000000000,4Play Adapter,a:b1,b:b3,back:b4,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,leftstick:b14,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b15,righttrigger:b9,rightx:a3,righty:a4,start:b5,x:b0,y:b2,platform:Windows, +03000000d0160000050d000000000000,4Play Adapter,a:b1,b:b3,back:b4,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,leftstick:b14,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b15,righttrigger:b9,rightx:a3,righty:a4,start:b5,x:b0,y:b2,platform:Windows, +03000000d0160000060d000000000000,4Play Adapter,a:b1,b:b3,back:b4,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,leftstick:b14,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b15,righttrigger:b9,rightx:a3,righty:a4,start:b5,x:b0,y:b2,platform:Windows, +03000000d0160000070d000000000000,4Play Adapter,a:b1,b:b3,back:b4,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,leftstick:b14,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b15,righttrigger:b9,rightx:a3,righty:a4,start:b5,x:b0,y:b2,platform:Windows, +03000000d0160000600a000000000000,4Play Adapter,a:b1,b:b3,back:b4,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,leftstick:b14,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b15,righttrigger:b9,rightx:a3,righty:a4,start:b5,x:b0,y:b2,platform:Windows, +03000000c82d00000031000000000000,8BitDo Adapter,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000531000000000000,8BitDo Adapter 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000951000000000000,8BitDo Dogbone,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a2,rightx:a3,righty:a5,start:b11,platform:Windows, +03000000008000000210000000000000,8BitDo F30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +030000003512000011ab000000000000,8BitDo F30 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000c82d00001028000000000000,8BitDo F30 Arcade Joystick,a:b0,b:b1,back:b10,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d000011ab000000000000,8BitDo F30 Arcade Joystick,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000801000000900000000000000,8BitDo F30 Arcade Stick,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001038000000000000,8BitDo F30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000090000000000000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00006a28000000000000,8BitDo GameCube,a:b0,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b9,paddle2:b8,rightshoulder:b10,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b1,y:b4,platform:Windows, +03000000c82d00001251000000000000,8BitDo Lite 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00001151000000000000,8BitDo Lite SE,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000150000000000000,8BitDo M30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a3,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000151000000000000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a2,rightshoulder:b6,righttrigger:b7,rightx:a3,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000650000000000000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00005106000000000000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:+a2,dpleft:-a0,dpright:+a0,dpup:-a2,guide:b2,leftshoulder:b8,lefttrigger:b9,rightshoulder:b6,righttrigger:b7,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00002090000000000000,8BitDo Micro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000310000000000000,8BitDo N30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000451000000000000,8BitDo N30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a2,rightx:a3,righty:a5,start:b11,platform:Windows, +03000000c82d00002028000000000000,8BitDo N30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00008010000000000000,8BitDo N30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d0000e002000000000000,8BitDo N30,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,start:b6,platform:Windows, +03000000c82d00000190000000000000,8BitDo N30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00001590000000000000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00006528000000000000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000290000000000000,8BitDo N64,+rightx:b9,+righty:b3,-rightx:b4,-righty:b8,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,platform:Windows, +03000000c82d00003038000000000000,8BitDo N64,+rightx:b9,+righty:b3,-rightx:b4,-righty:b8,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,platform:Windows, +03000000c82d00006928000000000000,8BitDo N64,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b11,platform:Windows, +03000000c82d00002590000000000000,8BitDo NEOGEO,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +030000003512000012ab000000000000,8BitDo NES30,a:b2,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b3,y:b0,platform:Windows, +03000000c82d000012ab000000000000,8BitDo NES30,a:b1,b:b0,back:b10,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000022000000090000000000000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000203800000900000000000000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00002038000000000000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000751000000000000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a2,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000851000000000000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a2,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000360000000000000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000361000000000000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000660000000000000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000131000000000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000231000000000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000331000000000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000431000000000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00002867000000000000,8BitDo S30,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a2,rightshoulder:b6,righttrigger:b7,rightx:a3,righty:a5,start:b10,x:b3,y:b4,platform:Windows, +03000000c82d00000130000000000000,8BitDo SF30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000060000000000000,8BitDo SF30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000061000000000000,8BitDo SF30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000102800000900000000000000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d000021ab000000000000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00003028000000000000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +030000003512000020ab000000000000,8BitDo SN30,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000030000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000351000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a2,rightshoulder:b7,rightx:a3,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00001290000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d000020ab000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00004028000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00006228000000000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000021000000000000,8BitDo SN30 Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000160000000000000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000161000000000000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000260000000000000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00000261000000000000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00001230000000000000,8BitDo Ultimate,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,paddle1:b2,paddle2:b5,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001b30000000000000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001d30000000000000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001530000000000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001630000000000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001730000000000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001130000000000000,8BitDo Ultimate Wired,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b26,paddle1:b24,paddle2:b25,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001330000000000000,8BitDo Ultimate Wireless,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b23,paddle2:b19,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00000121000000000000,8BitDo Xbox One SN30 Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000a00500003232000000000000,8BitDo Zero,a:b0,b:b1,back:b10,dpdown:+a2,dpleft:-a0,dpright:+a0,dpup:-a2,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Windows, +03000000c82d00001890000000000000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Windows, +03000000c82d00003032000000000000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Windows, +030000008f0e00001200000000000000,Acme GA02,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +03000000c01100000355000000000000,Acrux,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000fa190000f0ff000000000000,Acteck AGJ 3200,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000d1180000402c000000000000,ADT1,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a3,rightx:a2,righty:a5,x:b3,y:b4,platform:Windows, +030000006f0e00008801000000000000,Afterglow Deluxe Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000341a00003608000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00000263000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001101000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001401000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001402000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001901000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001a01000000000000,Afterglow PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001301000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00001302000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00001304000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00001413000000000000,Afterglow Xbox Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00003901000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ab1200000103000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000000f9000000000000,Afterglow Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000100000008200000000000000,Akishop Customs PS360,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000007c1800000006000000000000,Alienware Dual Compatible PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000491900001904000000000000,Amazon Luna Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b9,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Windows, +03000000710100001904000000000000,Amazon Luna Controller,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b5,leftstick:b8,leftx:a0,lefty:a1,misc1:b9,rightshoulder:b4,rightstick:b7,rightx:a3,righty:a4,start:b6,x:b3,y:b2,platform:Windows, +0300000008100000e501000000000000,Anbernic Game Pad,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000020500000913000000000000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000373500000710000000000000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000373500004610000000000000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000830500000160000000000000,Arcade,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b3,x:b4,y:b4,platform:Windows, +03000000120c0000100e000000000000,Armor 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000490b00004406000000000000,ASCII Seamic Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000869800002500000000000000,Astro C40 TR PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000a30c00002700000000000000,Astro City Mini,a:b2,b:b1,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000a30c00002800000000000000,Astro City Mini,a:b2,b:b1,back:b8,leftx:a3,lefty:a4,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000050b00000579000000000000,ASUS ROG Kunai 3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000050b00000679000000000000,ASUS ROG Kunai 3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000503200000110000000000000,Atari VCS Classic Controller,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,start:b3,platform:Windows, +03000000503200000210000000000000,Atari VCS Modern Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:Windows, +03000000380800001889000000000000,AtGames Legends Gamer Pro,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b13,lefttrigger:b14,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000008a3500000102000000000000,Backbone One,a:b4,b:b5,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b10,leftstick:b17,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b18,righttrigger:b13,rightx:a3,righty:a4,start:b15,x:b7,y:b8,platform:Windows, +030000008a3500000201000000000000,Backbone One,a:b4,b:b5,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b10,leftstick:b17,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b18,righttrigger:b13,rightx:a3,righty:a4,start:b15,x:b7,y:b8,platform:Windows, +030000008a3500000302000000000000,Backbone One,a:b4,b:b5,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b10,leftstick:b17,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b18,righttrigger:b13,rightx:a3,righty:a4,start:b15,x:b7,y:b8,platform:Windows, +030000008a3500000402000000000000,Backbone One,a:b4,b:b5,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b10,leftstick:b17,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b18,righttrigger:b13,rightx:a3,righty:a4,start:b15,x:b7,y:b8,platform:Windows, +03000000e4150000103f000000000000,Batarang,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000d6200000e557000000000000,Batarang PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000c01100001352000000000000,Battalife Joystick,a:b6,b:b7,back:b2,leftshoulder:b0,leftx:a0,lefty:a1,rightshoulder:b1,start:b3,x:b4,y:b5,platform:Windows, +030000006f0e00003201000000000000,Battlefield 4 PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000ad1b000001f9000000000000,BB 070,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000d62000002a79000000000000,BDA PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000bc2000005250000000000000,Beitong G3,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b5,righttrigger:b9,rightx:a3,righty:a4,start:b15,x:b3,y:b4,platform:Windows, +030000000d0500000208000000000000,Belkin Nostromo N40,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +03000000bc2000006012000000000000,Betop 2126F,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000bc2000000055000000000000,Betop BFM,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000bc2000006312000000000000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000bc2000006321000000000000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000bc2000006412000000000000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000c01100000555000000000000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000c01100000655000000000000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000790000000700000000000000,Betop Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b3,y:b0,platform:Windows, +03000000808300000300000000000000,Betop Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b3,y:b0,platform:Windows, +030000006f0e00006401000000000000,BF One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Windows, +03000000300f00000202000000000000,Bigben,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a5,righty:a2,start:b7,x:b2,y:b3,platform:Windows, +030000006b1400000209000000000000,Bigben,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006b1400000055000000000000,Bigben PS3 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000006b1400000103000000000000,Bigben PS3 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Windows, +03000000120c0000200e000000000000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000210e000000000000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f10e000000000000,Brook PS2 Adapter,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000120c0000310c000000000000,Brook Super Converter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000d81d00000b00000000000000,Buffalo BSGP1601 Series,a:b5,b:b3,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b9,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b13,x:b4,y:b2,platform:Windows, +030000005a1c00002400000000000000,Capcom Home Arcade Controller,a:b3,b:b4,back:b7,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b6,x:b0,y:b1,platform:Windows, +030000005b1c00002400000000000000,Capcom Home Arcade Controller,a:b3,b:b4,back:b7,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b6,x:b0,y:b1,platform:Windows, +030000005b1c00002500000000000000,Capcom Home Arcade Controller,a:b3,b:b4,back:b7,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b6,x:b0,y:b1,platform:Windows, +030000006d04000042c2000000000000,ChillStream,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000e82000006058000000000000,Cideko AK08b,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000457500000401000000000000,Cobra,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000b0400003365000000000000,Competition Pro,a:b0,b:b1,back:b2,leftx:a0,lefty:a1,start:b3,platform:Windows, +030000004c050000c505000000000000,CronusMax Adapter,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000d814000007cd000000000000,Cthulhu,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000d8140000cefa000000000000,Cthulhu,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000260900008888000000000000,Cyber Gadget GameCube Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:a4,rightx:a2,righty:a3~,start:b7,x:b2,y:b3,platform:Windows, +030000003807000002cb000000000000,Cyborg,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000a306000022f6000000000000,Cyborg V.3 Rumble,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:+a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:-a3,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000f806000000a3000000000000,DA Leader,a:b7,b:b6,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b0,leftstick:b8,lefttrigger:b1,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b9,righttrigger:b3,rightx:a2,righty:a3,start:b12,x:b4,y:b5,platform:Windows, +030000001a1c00000001000000000000,Datel Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000451300000830000000000000,Defender Game Racer X7,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000791d00000103000000000000,Dual Box Wii,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000c0160000e105000000000000,Dual Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +030000004f040000070f000000000000,Dual Power,a:b8,b:b9,back:b4,dpdown:b1,dpleft:b2,dpright:b3,dpup:b0,leftshoulder:b13,leftstick:b6,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b12,rightstick:b7,righttrigger:b15,start:b5,x:b10,y:b11,platform:Windows, +030000004f04000012b3000000000000,Dual Power 3,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +030000004f04000020b3000000000000,Dual Trigger,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +03000000bd12000002e0000000000000,Dual Vibration Joystick,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a3,righty:a2,start:b11,x:b3,y:b0,platform:Windows, +03000000ff1100003133000000000000,DualForce,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b1,platform:Windows, +030000006f0e00003001000000000000,EA Sports PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000fc0400000250000000000000,Easy Grip,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000bc2000000091000000000000,EasySMX Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000006e0500000a20000000000000,Elecom DUX60 MMO,a:b2,b:b3,back:b17,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,leftstick:b14,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b15,righttrigger:b13,rightx:a3,righty:a4,start:b20,x:b0,y:b1,platform:Windows, +03000000b80500000410000000000000,Elecom Gamepad,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Windows, +03000000b80500000610000000000000,Elecom Gamepad,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Windows, +03000095090000010000000000000000,Elecom JC-U609,a:b0,b:b1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,start:b8,x:b3,y:b4,platform:Windows, +0300004112000000e500000000000000,Elecom JC-U909Z,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b7,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,start:b8,x:b3,y:b4,platform:Windows, +03000041120000001050000000000000,Elecom JC-U911,a:b1,b:b2,back:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,start:b0,x:b4,y:b5,platform:Windows, +030000006e0500000520000000000000,Elecom P301U PlayStation Controller Adapter,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Windows, +03000000411200004450000000000000,Elecom U1012,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Windows, +030000006e0500000320000000000000,Elecom U3613M,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Windows, +030000006e0500000e20000000000000,Elecom U3912T,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Windows, +030000006e0500000f20000000000000,Elecom U4013S,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Windows, +030000006e0500001320000000000000,Elecom U4113,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006e0500001020000000000000,Elecom U4113S,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Windows, +030000006e0500000720000000000000,Elecom W01U,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Windows, +030000007d0400000640000000000000,Eliminator AfterShock,a:b1,b:b2,back:b9,dpdown:+a3,dpleft:-a5,dpright:+a5,dpup:-a3,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a4,righty:a2,start:b8,x:b0,y:b3,platform:Windows, +03000000120c0000f61c000000000000,Elite,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000430b00000300000000000000,EMS Production PS2 Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000062000001801000000000000,EMS TrioLinker Plus II,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b2,y:b3,platform:Windows, +03000000242f000000b7000000000000,ESM 9110,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Windows, +03000000101c0000181c000000000000,Essential,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b4,leftx:a1,lefty:a0,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +030000008f0e00000f31000000000000,EXEQ,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Windows, +03000000341a00000108000000000000,EXEQ RF Gamepad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000006f0e00008401000000000000,Faceoff Deluxe Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00008101000000000000,Faceoff Deluxe Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00008001000000000000,Faceoff Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000021000000090000000000000,FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,leftstick:b13,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b9,rightstick:b14,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows, +0300000011040000c600000000000000,FC801,a:b0,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +03000000852100000201000000000000,FF GP1,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000ad1b000028f0000000000000,Fightpad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b00002ef0000000000000,Fightpad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000038f0000000000000,Fightpad TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,rightshoulder:b5,righttrigger:b9,start:b7,x:b2,y:b3,platform:Windows, +03005036852100000000000000000000,Final Fantasy XIV Online Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000f806000001a3000000000000,Firestorm,a:b9,b:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b0,leftstick:b10,lefttrigger:b1,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b11,righttrigger:b3,start:b12,x:b8,y:b4,platform:Windows, +03000000b50700000399000000000000,Firestorm 2,a:b2,b:b4,back:b10,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b8,righttrigger:b9,start:b11,x:b3,y:b5,platform:Windows, +03000000b50700001302000000000000,Firestorm D3,a:b0,b:b2,leftshoulder:b4,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,x:b1,y:b3,platform:Windows, +03000000b40400001024000000000000,Flydigi Apex,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000151900004000000000000000,Flydigi Vader 2,a:b27,b:b26,back:b19,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b23,leftstick:b17,lefttrigger:b21,leftx:a0,lefty:a1,rightshoulder:b22,rightstick:b16,righttrigger:b20,rightx:a3,righty:a4,start:b18,x:b25,y:b24,platform:Windows, +03000000b40400001124000000000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b14,paddle1:b4,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b2,y:b3,platform:Windows, +03000000b40400001224000000000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b2,paddle1:b16,paddle2:b17,paddle3:b14,paddle4:b15,rightshoulder:b7,rightstick:b13,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +030000008305000000a0000000000000,G08XU,a:b0,b:b1,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b5,x:b2,y:b3,platform:Windows, +0300000066f700000100000000000000,Game VIB Joystick,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Windows, +03000000260900002625000000000000,GameCube Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,lefttrigger:a4,leftx:a0,lefty:a1,righttrigger:a5,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Windows, +03000000341a000005f7000000000000,GameCube Controller,a:b2,b:b3,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b1,y:b0,platform:Windows, +03000000430b00000500000000000000,GameCube Controller,a:b0,b:b2,dpdown:b10,dpleft:b8,dpright:b9,dpup:b11,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:a3,rightx:a5,righty:a2,start:b7,x:b1,y:b3,platform:Windows, +03000000790000004718000000000000,GameCube Controller,a:b1,b:b0,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +03000000790000004618000000000000,GameCube Controller Adapter,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +030000008f0e00000d31000000000000,Gamepad 3 Turbo,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000ac0500003d03000000000000,GameSir G3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000ac0500005b05000000000000,GameSir G3w,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000ac0500002d02000000000000,GameSir G4,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000ac0500004d04000000000000,GameSir G4,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000ac0500001a06000000000000,GameSir-T3 2.02,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +030000004c0e00001035000000000000,Gamester,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000000d0f00001110000000000000,GameStick Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +0300000047530000616d000000000000,GameStop,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000c01100000140000000000000,GameStop PS4 Fun Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000b62500000100000000000000,Gametel GT004 01,a:b3,b:b0,dpdown:b10,dpleft:b9,dpright:b8,dpup:b11,leftshoulder:b4,rightshoulder:b5,start:b7,x:b1,y:b2,platform:Windows, +030000008f0e00001411000000000000,Gamo2 Divaller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000120c0000a857000000000000,Gator Claw,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000c9110000f055000000000000,GC100XF,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000008305000009a0000000000000,Genius,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000008305000031b0000000000000,Genius Maxfire Blaze 3,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000451300000010000000000000,Genius Maxfire Grandias 12,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000005c1a00003330000000000000,Genius MaxFire Grandias 12V,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +03000000300f00000b01000000000000,GGE909 Recoil,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000f0250000c283000000000000,Gioteck PlayStation Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000f025000021c1000000000000,Gioteck PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000f025000031c1000000000000,Gioteck PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000f0250000c383000000000000,Gioteck VX2 PlayStation Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000f0250000c483000000000000,Gioteck VX2 PlayStation Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000d11800000094000000000000,Google Stadia Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:b11,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:Windows, +030000004f04000026b3000000000000,GP XID,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +0300000079000000d418000000000000,GPD Win,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c6240000025b000000000000,GPX,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000007d0400000840000000000000,Gravis Destroyer Tilt,+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b1,b:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,x:b0,y:b3,platform:Windows, +030000007d0400000540000000000000,Gravis Eliminator Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +03000000280400000140000000000000,Gravis GamePad Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a3,dpup:-a4,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000008f0e00000610000000000000,GreenAsia,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a5,righty:a2,start:b11,x:b3,y:b0,platform:Windows, +03000000ac0500006b05000000000000,GT2a,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000341a00000302000000000000,Hama Scorpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00004900000000000000,Hatsune Miku Sho PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000001008000001e1000000000000,Havit HV G60,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b3,y:b0,platform:Windows, +030000000d0f00000c00000000000000,HEXT,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000d81400000862000000000000,HitBox Edition Cthulhu,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b5,lefttrigger:b4,rightshoulder:b7,righttrigger:b6,start:b9,x:b0,y:b3,platform:Windows, +03000000632500002605000000000000,HJD X,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +030000000d0f00000a00000000000000,Hori DOA,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00008500000000000000,Hori Fighting Commander 2016 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002500000000000000,Hori Fighting Commander 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002d00000000000000,Hori Fighting Commander 3 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005f00000000000000,Hori Fighting Commander 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005e00000000000000,Hori Fighting Commander 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000000d0f00008400000000000000,Hori Fighting Commander 5,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006201000000000000,Hori Fighting Commander Octa,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006401000000000000,Hori Fighting Commander Octa,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00005100000000000000,Hori Fighting Commander PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00008600000000000000,Hori Fighting Commander Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f0000ba00000000000000,Hori Fighting Commander Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00008800000000000000,Hori Fighting Stick mini 4 PS3,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b8,x:b0,y:b3,platform:Windows, +030000000d0f00008700000000000000,Hori Fighting Stick mini 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000000d0f00001000000000000000,Hori Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00003200000000000000,Hori Fightstick 3W,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000c000000000000000,Hori Fightstick 4,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00000d00000000000000,Hori Fightstick EX2,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000000d0f00003701000000000000,Hori Fightstick Mini,a:b1,b:b0,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Windows, +030000000d0f00004000000000000000,Hori Fightstick Mini 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b5,lefttrigger:b4,rightshoulder:b7,righttrigger:b6,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002100000000000000,Hori Fightstick V3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002700000000000000,Hori Fightstick V3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000a000000000000000,Hori Grip TAC4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b13,x:b0,y:b3,platform:Windows, +030000000d0f0000a500000000000000,Hori Miku Project Diva X HD PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000000d0f0000a600000000000000,Hori Miku Project Diva X HD PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000000d0f00000101000000000000,Hori Mini Hatsune Miku FT,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005400000000000000,Hori Pad 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00000900000000000000,Hori Pad 3 Turbo,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00004d00000000000000,Hori Pad A,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00003801000000000000,Hori PC Engine Mini Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,platform:Windows, +030000000d0f00009200000000000000,Hori Pokken Tournament DX Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002301000000000000,Hori PS4 Controller Light,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +030000000d0f00001100000000000000,Hori Real Arcade Pro 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00002600000000000000,Hori Real Arcade Pro 3P,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00004b00000000000000,Hori Real Arcade Pro 3W,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006a00000000000000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006b00000000000000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00008a00000000000000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00008b00000000000000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006f00000000000000,Hori Real Arcade Pro 4 VLX,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00007000000000000000,Hori Real Arcade Pro 4 VLX,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00003d00000000000000,Hori Real Arcade Pro N3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b10,leftstick:b4,lefttrigger:b11,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b6,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000ae00000000000000,Hori Real Arcade Pro N4,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00008c00000000000000,Hori Real Arcade Pro P4,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f0000aa00000000000000,Hori Real Arcade Pro S,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000d800000000000000,Hori Real Arcade Pro S,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Windows, +030000000d0f00002200000000000000,Hori Real Arcade Pro V3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005b00000000000000,Hori Real Arcade Pro V4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005c00000000000000,Hori Real Arcade Pro V4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000af00000000000000,Hori Real Arcade Pro VHS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00001b00000000000000,Hori Real Arcade Pro VX,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000002f5000000000000,Hori Real Arcade Pro VX,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b11,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Windows, +030000000d0f00009c00000000000000,Hori TAC Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000c900000000000000,Hori Taiko Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006400000000000000,Horipad 3TP,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00001300000000000000,Horipad 3W,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00005500000000000000,Horipad 4 FPS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006e00000000000000,Horipad 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f00006600000000000000,Horipad 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000000d0f00004200000000000000,Horipad A,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000ad1b000001f5000000000000,Horipad EXT2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f0000ee00000000000000,Horipad Mini 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000c100000000000000,Horipad Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000000d0f0000f600000000000000,Horipad Nintendo Switch Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000000d0f00006700000000000000,Horipad One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000000d0f00009601000000000000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc2:b2,paddle1:b5,paddle2:b15,paddle3:b18,paddle4:b19,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +030000000d0f0000dc00000000000000,Horipad Switch,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000242e00000b20000000000000,Hyperkin Admiral N64 Controller,+rightx:b11,+righty:b13,-rightx:b8,-righty:b12,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b5,start:b9,platform:Windows, +03000000242e0000ff0b000000000000,Hyperkin N64 Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a3,start:b9,platform:Windows, +03000000790000004e95000000000000,Hyperkin N64 Controller Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b7,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a5,righty:a2,start:b9,platform:Windows, +03000000242e00006a48000000000000,Hyperkin RetroN Sq,a:b3,b:b7,back:b5,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,leftshoulder:b0,rightshoulder:b1,start:b4,x:b2,y:b6,platform:Windows, +03000000242f00000a20000000000000,Hyperkin Scout,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Windows, +03000000242e00000a20000000000000,Hyperkin Scout Premium SNES Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Windows, +03000000242e00006a38000000000000,Hyperkin Trooper 2,a:b0,b:b1,back:b4,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b3,start:b5,platform:Windows, +03000000d81d00000e00000000000000,iBuffalo AC02 Arcade Joystick,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b11,righttrigger:b3,rightx:a2,righty:a5,start:b8,x:b4,y:b5,platform:Windows, +03000000d81d00000f00000000000000,iBuffalo BSGP1204 Series,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000d81d00001000000000000000,iBuffalo BSGP1204P Series,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000005c0a00000285000000000000,iDroidCon,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b6,platform:Windows, +03000000696400006964000000000000,iDroidCon Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000511d00000230000000000000,iGUGU Gamecore,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b1,leftstick:b4,lefttrigger:b3,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b2,platform:Windows, +03000000b50700001403000000000000,Impact Black,a:b2,b:b3,back:b8,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +030000006f0e00002401000000000000,Injustice Fightstick PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +03000000830500005130000000000000,InterAct ActionPad,a:b0,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000ef0500000300000000000000,InterAct AxisPad,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Windows, +03000000fd0500000230000000000000,InterAct AxisPad,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a5,start:b11,x:b0,y:b1,platform:Windows, +03000000fd0500000030000000000000,Interact GoPad,a:b3,b:b4,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,x:b0,y:b1,platform:Windows, +03000000fd0500003902000000000000,InterAct Hammerhead,a:b3,b:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b2,lefttrigger:b8,rightshoulder:b7,rightstick:b5,righttrigger:b9,start:b10,x:b0,y:b1,platform:Windows, +03000000fd0500002a26000000000000,InterAct Hammerhead FX,a:b3,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b0,y:b1,platform:Windows, +03000000fd0500002f26000000000000,InterAct Hammerhead FX,a:b4,b:b5,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b1,y:b2,platform:Windows, +03000000fd0500005302000000000000,InterAct ProPad,a:b3,b:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,x:b0,y:b1,platform:Windows, +03000000ac0500002c02000000000000,Ipega Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,leftstick:b13,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b9,rightstick:b14,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000491900000204000000000000,Ipega PG9023,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000491900000304000000000000,Ipega PG9087,+righty:+a5,-righty:-a4,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,start:b11,x:b3,y:b4,platform:Windows, +030000007e0500000620000000000000,Joy-Con (L),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b13,leftshoulder:b4,leftstick:b10,rightshoulder:b5,start:b8,x:b2,y:b3,platform:Windows, +030000007e0500000720000000000000,Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b12,leftshoulder:b4,leftstick:b11,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Windows, +03000000250900000017000000000000,Joypad Adapter,a:b2,b:b1,back:b9,leftshoulder:b5,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b6,start:b8,x:b3,y:b0,platform:Windows, +03000000bd12000003c0000000000000,Joypad Alpha Shock,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000ff1100004033000000000000,JPD FFB,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a2,start:b15,x:b3,y:b0,platform:Windows, +03000000242f00002d00000000000000,JYS Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000242f00008a00000000000000,JYS Adapter,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b0,y:b3,platform:Windows, +03000000c4100000c082000000000000,KADE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000828200000180000000000000,Keio,a:b4,b:b5,back:b8,leftshoulder:b2,lefttrigger:b3,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,start:b9,x:b0,y:b1,platform:Windows, +03000000790000000200000000000000,King PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b3,y:b0,platform:Windows, +03000000bd12000001e0000000000000,Leadership,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +030000006f0e00000103000000000000,Logic3,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00000104000000000000,Logic3,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000008f0e00001300000000000000,Logic3,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000006d040000d1ca000000000000,Logitech ChillStream,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d040000d2ca000000000000,Logitech Cordless Precision,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d04000011c2000000000000,Logitech Cordless Wingman,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b9,leftstick:b5,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b2,righttrigger:b7,rightx:a3,righty:a4,x:b4,platform:Windows, +030000006d04000016c2000000000000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d0400001dc2000000000000,Logitech F310,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006d04000018c2000000000000,Logitech F510,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d0400001ec2000000000000,Logitech F510,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006d04000019c2000000000000,Logitech F710,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d0400001fc2000000000000,Logitech F710,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006d0400001ac2000000000000,Logitech Precision,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000006d04000009c2000000000000,Logitech WingMan,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Windows, +030000006d0400000bc2000000000000,Logitech WingMan Action Pad,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b8,lefttrigger:a5~,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b5,righttrigger:a2~,start:b8,x:b3,y:b4,platform:Windows, +030000006d0400000ac2000000000000,Logitech WingMan RumblePad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,rightx:a3,righty:a4,x:b3,y:b4,platform:Windows, +03000000380700005645000000000000,Lynx,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000222200006000000000000000,Macally,a:b1,b:b2,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b33,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700003888000000000000,Mad Catz Arcade Fightstick TE S Plus PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008532000000000000,Mad Catz Arcade Fightstick TE S PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700006352000000000000,Mad Catz CTRLR,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000380700006652000000000000,Mad Catz CTRLR,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000380700005032000000000000,Mad Catz Fightpad Pro PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700005082000000000000,Mad Catz Fightpad Pro PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000380700008031000000000000,Mad Catz FightStick Alpha PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000003807000038b7000000000000,Mad Catz Fightstick TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,rightshoulder:b5,righttrigger:b9,start:b7,x:b2,y:b3,platform:Windows, +03000000380700008433000000000000,Mad Catz Fightstick TE S PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008483000000000000,Mad Catz Fightstick TE S PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000380700008134000000000000,Mad Catz Fightstick TE2 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b7,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b4,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008184000000000000,Mad Catz Fightstick TE2 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b5,leftstick:b10,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000380700006252000000000000,Mad Catz Micro CTRLR,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008232000000000000,Mad Catz PlayStation Brawlpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008731000000000000,Mad Catz PlayStation Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000003807000056a8000000000000,Mad Catz PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700001888000000000000,Mad Catz SFIV Fightstick PS3,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b5,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b4,righttrigger:b6,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000380700008081000000000000,Mad Catz SFV Arcade Fightstick Alpha PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000380700001847000000000000,Mad Catz Street Fighter 4 Xbox 360 FightStick,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,rightshoulder:b5,righttrigger:b9,start:b7,x:b2,y:b3,platform:Windows, +03000000380700008034000000000000,Mad Catz TE2 PS3 Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000380700008084000000000000,Mad Catz TE2 PS4 Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000002a0600001024000000000000,Matricom,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:Windows, +030000009f000000adbb000000000000,MaxJoypad Virtual Controller,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000250900000128000000000000,Mayflash Arcade Stick,a:b1,b:b2,back:b8,leftshoulder:b0,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b3,righttrigger:b7,start:b9,x:b5,y:b6,platform:Windows, +030000008f0e00001330000000000000,Mayflash Controller Adapter,a:b1,b:b2,back:b8,dpdown:h0.8,dpleft:h0.2,dpright:h0.1,dpup:h0.4,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a3~,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000242f00003700000000000000,Mayflash F101,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +03000000790000003018000000000000,Mayflash F300 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +03000000242f00003900000000000000,Mayflash F300 Elite Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000790000004418000000000000,Mayflash GameCube Controller,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000790000004318000000000000,Mayflash GameCube Controller Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000242f00007300000000000000,Mayflash Magic NS,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b0,y:b3,platform:Windows, +0300000079000000d218000000000000,Mayflash Magic NS,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000d620000010a7000000000000,Mayflash Magic NS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000242f0000f500000000000000,Mayflash N64 Adapter,a:b2,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a5,start:b9,platform:Windows, +03000000242f0000f400000000000000,Mayflash N64 Controller Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a5,start:b9,platform:Windows, +03000000790000007918000000000000,Mayflash N64 Controller Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b9,leftx:a0,lefty:a1,righttrigger:b7,rightx:a3,righty:a2,start:b8,platform:Windows, +030000008f0e00001030000000000000,Mayflash Saturn Adapter,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,lefttrigger:b7,rightshoulder:b6,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +0300000025090000e803000000000000,Mayflash Wii Classic Adapter,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:a4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:a5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Windows, +03000000790000000318000000000000,Mayflash Wii DolphinBar,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Windows, +03000000790000000018000000000000,Mayflash Wii U Pro Adapter,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000790000002418000000000000,Mega Drive Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,rightshoulder:b2,start:b9,x:b3,y:b4,platform:Windows, +0300000079000000ae18000000000000,Mega Drive Controller,a:b0,b:b1,back:b7,dpdown:b14,dpleft:b15,dpright:b13,dpup:b2,rightshoulder:b6,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000c0160000990a000000000000,Mega Drive Controller,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,righttrigger:b2,start:b3,platform:Windows, +030000005e0400002800000000000000,Microsoft Dual Strike,a:b3,b:b2,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,rightshoulder:b7,rightx:a0,righty:a1~,start:b5,x:b1,y:b0,platform:Windows, +030000005e0400000300000000000000,Microsoft SideWinder,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Windows, +030000005e0400000700000000000000,Microsoft SideWinder,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +030000005e0400000e00000000000000,Microsoft SideWinder Freestyle Pro,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,start:b8,x:b3,y:b4,platform:Windows, +030000005e0400002700000000000000,Microsoft SideWinder Plug and Play,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,lefttrigger:b4,righttrigger:b5,x:b2,y:b3,platform:Windows, +03000000280d00000202000000000000,Miller Lite Cantroller,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,start:b5,x:b2,y:b3,platform:Windows, +03000000ad1b000023f0000000000000,MLG,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a6,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000ad1b00003ef0000000000000,MLG Fightstick TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b8,rightshoulder:b5,righttrigger:b9,start:b7,x:b2,y:b3,platform:Windows, +03000000380700006382000000000000,MLG PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000004523000015e0000000000000,Mobapad Chitu HD,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000491900000904000000000000,Mobapad Chitu HD,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000ffff00000000000000000000,Mocute M053,a:b3,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b11,leftstick:b7,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b6,righttrigger:b4,rightx:a3,righty:a4,start:b8,x:b1,y:b0,platform:Windows, +03000000d6200000e589000000000000,Moga 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Windows, +03000000d62000007162000000000000,Moga Pro,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Windows, +03000000d6200000ad0d000000000000,Moga Pro,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c62400002a89000000000000,Moga XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c62400002b89000000000000,Moga XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c62400001a89000000000000,Moga XP5X Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c62400001b89000000000000,Moga XP5X Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000250900006688000000000000,MP-8866 Super Dual Box,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000091200004488000000000000,MUSIA PlayStation 2 Input Display,a:b0,b:b2,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,leftstick:b6,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b9,rightstick:b7,righttrigger:b11,rightx:a2,righty:a3,start:b5,x:b1,y:b3,platform:Windows, +03000000f70600000100000000000000,N64 Adaptoid,+rightx:b2,+righty:b1,-rightx:b4,-righty:b5,a:b0,b:b3,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b7,start:b8,platform:Windows, +030000006b140000010c000000000000,Nacon GC 400ES,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000006b1400001106000000000000,Nacon Revolution 3 PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +0300000085320000170d000000000000,Nacon Revolution 5 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +0300000085320000190d000000000000,Nacon Revolution 5 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000006b140000100d000000000000,Nacon Revolution Infinity PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000006b140000080d000000000000,Nacon Revolution Unlimited Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000bd12000001c0000000000000,Nebular,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a5,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000eb0300000000000000000000,NeGcon Adapter,a:a2,b:b13,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,lefttrigger:a4,leftx:a1,righttrigger:b11,start:b3,x:a3,y:b12,platform:Windows, +0300000038070000efbe000000000000,NEO SE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +0300000092120000474e000000000000,NeoGeo X Arcade Stick,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,x:b3,y:b2,platform:Windows, +03000000921200004b46000000000000,NES 2 port Adapter,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b11,platform:Windows, +03000000000f00000100000000000000,NES Controller,a:b1,b:b0,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b3,platform:Windows, +03000000921200004346000000000000,NES Controller,a:b0,b:b1,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b3,platform:Windows, +03000000790000004518000000000000,NEXILUX GameCube Controller Adapter,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +030000001008000001e5000000000000,NEXT SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,righttrigger:b6,start:b9,x:b3,y:b0,platform:Windows, +03000000050b00000045000000000000,Nexus,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b10,x:b2,y:b3,platform:Windows, +03000000152000000182000000000000,NGDS,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b3,y:b0,platform:Windows, +030000007e0500006920000000000000,Nintendo Switch 2 Pro Controller,a:b0,b:b1,back:b14,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b12,leftstick:b15,lefttrigger:b13,leftx:a0,lefty:a1~,misc1:b17,misc2:b20,paddle1:b18,paddle2:b19,rightshoulder:b4,rightstick:b7,righttrigger:b5,rightx:a2,righty:a3~,start:b6,x:b2,y:b3,platform:Windows, +030000007e0500000920000000000000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000000d0500000308000000000000,Nostromo N45,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b12,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b10,x:b2,y:b3,platform:Windows, +030000007e0500007320000000000000,NSO GameCube Controller,a:b1,b:b3,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b13,lefttrigger:b12,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b4,rightx:a2,righty:a3~,start:b6,x:b0,y:b2,platform:Windows, +030000007e0500001920000000000000,NSO N64 Controller,+rightx:b8,+righty:b2,-rightx:b3,-righty:b7,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,righttrigger:b10,start:b9,platform:Windows, +030000007e0500001720000000000000,NSO SNES Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b15,start:b9,x:b2,y:b3,platform:Windows, +03000000550900001472000000000000,NVIDIA Controller,a:b11,b:b10,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b7,leftstick:b5,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b4,righttrigger:a5,rightx:a3,righty:a6,start:b3,x:b9,y:b8,platform:Windows, +03000000550900001072000000000000,NVIDIA Shield,a:b9,b:b8,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b3,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b2,righttrigger:a4,rightx:a2,righty:a5,start:b0,x:b7,y:b6,platform:Windows, +030000005509000000b4000000000000,NVIDIA Virtual,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000120c00000288000000000000,Nyko Air Flo Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000004b120000014d000000000000,NYKO Airflo EX,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +03000000d62000001d57000000000000,Nyko Airflo PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000791d00000900000000000000,Nyko Playpad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000782300000a10000000000000,Onlive Controller,a:b15,b:b14,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b5,leftshoulder:b11,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b13,y:b12,platform:Windows, +030000000d0f00000401000000000000,Onyx,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000008916000001fd000000000000,Onza CE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a3,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000008916000000fd000000000000,Onza TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000d62000006d57000000000000,OPP PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006b14000001a1000000000000,Orange Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Windows, +0300000009120000072f000000000000,OrangeFox86 DreamPicoPort,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:-a2,leftx:a0,lefty:a1,righttrigger:-a5,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000362800000100000000000000,OUYA Controller,a:b0,b:b3,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,guide:b14,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,x:b1,y:b2,platform:Windows, +03000000120c0000f60e000000000000,P4 Gamepad,a:b1,b:b2,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b5,lefttrigger:b7,rightshoulder:b4,righttrigger:b6,start:b9,x:b0,y:b3,platform:Windows, +03000000790000002201000000000000,PC Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000006f0e00008501000000000000,PDP Fightpad Pro GameCube Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000006f0e00000901000000000000,PDP PS3 Versus Fighting,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00008901000000000000,PDP Realmz Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000008f0e00004100000000000000,PlaySega,a:b1,b:b0,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b8,x:b4,y:b3,platform:Windows, +03000000d620000011a7000000000000,PowerA Core Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000dd62000015a7000000000000,PowerA Fusion Nintendo Switch Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d620000012a7000000000000,PowerA Fusion Nintendo Switch Fight Pad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000dd62000016a7000000000000,PowerA Fusion Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d620000013a7000000000000,PowerA Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d62000003340000000000000,PowerA OPS Pro Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000d62000002640000000000000,PowerA OPS Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000d62000006dca000000000000,PowerA Pro Ex,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +0300000062060000d570000000000000,PowerA PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d620000014a7000000000000,PowerA Spectra Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d04000084ca000000000000,Precision,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000d62000009557000000000000,Pro Elite PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000c62400001a53000000000000,Pro Ex Mini,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000d62000009f31000000000000,Pro Ex mini PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d6200000c757000000000000,Pro Ex mini PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000120c0000110e000000000000,Pro5,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000100800000100000000000000,PS1 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +030000008f0e00007530000000000000,PS1 Controller,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b1,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000100800000300000000000000,PS2 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a4,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000250900000088000000000000,PS2 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000250900006888000000000000,PS2 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b6,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000250900008888000000000000,PS2 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +030000006b1400000303000000000000,PS2 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000009d0d00001330000000000000,PS2 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000151a00006222000000000000,PS2 Dual Plus Adapter,a:b2,b:b1,back:b9,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000120a00000100000000000000,PS3 Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000120c00001307000000000000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000120c00001cf1000000000000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000120c0000f90e000000000000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000250900000118000000000000,PS3 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000250900000218000000000000,PS3 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000250900000500000000000000,PS3 Controller,a:b2,b:b1,back:b9,dpdown:h0.8,dpleft:h0.4,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b0,y:b3,platform:Windows, +030000004c0500006802000000000000,PS3 Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b10,lefttrigger:a3~,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:a4~,rightx:a2,righty:a5,start:b8,x:b3,y:b0,platform:Windows, +030000004f1f00000800000000000000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Windows, +03000000632500007505000000000000,PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000888800000803000000000000,PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b9,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b0,platform:Windows, +03000000888800000804000000000000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Windows, +030000008f0e00000300000000000000,PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +030000008f0e00001431000000000000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000ba2200002010000000000000,PS3 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a5,righty:a2,start:b9,x:b3,y:b2,platform:Windows, +03000000120c00000807000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000111e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000121e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000130e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000150e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000180e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000181e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000191e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c00001e0e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000a957000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000aa57000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f21c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f31c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f41c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f51c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120c0000f70e000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000120e0000120c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000160e0000120c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000001a1e0000120c000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c050000a00b000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c050000c405000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c050000cc09000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c0500005f0e000000000000,PS5 Access Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c050000e60c000000000000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000004c050000f20d000000000000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000830500005020000000000000,PSX,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b2,y:b3,platform:Windows, +03000000300f00000111000000000000,Qanba 2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00000211000000000000,Qanba 2P,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000300f00000011000000000000,Qanba Arcade Stick 1008,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b10,x:b0,y:b3,platform:Windows, +03000000300f00001611000000000000,Qanba Arcade Stick 4018,a:b1,b:b2,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b8,x:b0,y:b3,platform:Windows, +03000000222c00000025000000000000,Qanba Dragon Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000222c00000020000000000000,Qanba Drone Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,rightshoulder:b5,righttrigger:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00001211000000000000,Qanba Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00001210000000000000,Qanba Joystick Plus,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Windows, +03000000341a00000104000000000000,Qanba Joystick Q4RAF,a:b5,b:b6,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b0,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b3,righttrigger:b7,start:b9,x:b1,y:b2,platform:Windows, +03000000222c00000223000000000000,Qanba Obsidian Arcade Stick PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000222c00000023000000000000,Qanba Obsidian Arcade Stick PS4,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000008a2400006682000000000000,R1 Mobile Controller,a:b3,b:b1,back:b7,leftx:a0,lefty:a1,start:b6,x:b4,y:b0,platform:Windows, +03000000086700006626000000000000,RadioShack,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +03000000ff1100004733000000000000,Ramox FPS Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b3,y:b0,platform:Windows, +030000009b2800002300000000000000,Raphnet 3DO Adapter,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b2,start:b3,platform:Windows, +030000009b2800006900000000000000,Raphnet 3DO Adapter,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b2,start:b3,platform:Windows, +030000009b2800000800000000000000,Raphnet Dreamcast Adapter,a:b2,b:b1,dpdown:b5,dpleft:b6,dpright:b7,dpup:b4,lefttrigger:a2,leftx:a0,righttrigger:a3,righty:a1,start:b3,x:b10,y:b9,platform:Windows, +030000009b280000d000000000000000,Raphnet Dreamcast Adapter,a:b1,b:b0,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,lefttrigger:+a5,leftx:a0,lefty:a1,righttrigger:+a2,start:b3,x:b5,y:b4,platform:Windows, +030000009b2800006200000000000000,Raphnet GameCube Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Windows, +030000009b2800003200000000000000,Raphnet GC and N64 Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:+a5,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:+a2,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Windows, +030000009b2800006000000000000000,Raphnet GC and N64 Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:+a5,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:+a2,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Windows, +030000009b2800001800000000000000,Raphnet Jaguar Adapter,a:b2,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b10,start:b3,x:b11,y:b12,platform:Windows, +030000009b2800003c00000000000000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Windows, +030000009b2800006100000000000000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Windows, +030000009b2800006300000000000000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Windows, +030000009b2800006400000000000000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Windows, +030000009b2800000200000000000000,Raphnet NES Adapter,a:b7,b:b6,back:b5,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,start:b4,platform:Windows, +030000009b2800004400000000000000,Raphnet PS1 and PS2 Adapter,a:b1,b:b2,back:b5,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b9,rightx:a3,righty:a4,start:b4,x:b0,y:b3,platform:Windows, +030000009b2800004300000000000000,Raphnet Saturn,a:b0,b:b1,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Windows, +030000009b2800000500000000000000,Raphnet Saturn Adapter 2.0,a:b1,b:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b7,righttrigger:b5,start:b9,x:b0,y:b3,platform:Windows, +030000009b2800000300000000000000,Raphnet SNES Adapter,a:b0,b:b4,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Windows, +030000009b2800002600000000000000,Raphnet SNES Adapter,a:b1,b:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800002e00000000000000,Raphnet SNES Adapter,a:b1,b:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800002f00000000000000,Raphnet SNES Adapter,a:b1,b:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800005600000000000000,Raphnet SNES Adapter,a:b1,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800005700000000000000,Raphnet SNES Adapter,a:b1,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800001e00000000000000,Raphnet Vectrex Adapter,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a1,lefty:a2,x:b2,y:b3,platform:Windows, +030000009b2800002b00000000000000,Raphnet Wii Classic Adapter,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b10,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800002c00000000000000,Raphnet Wii Classic Adapter,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b10,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b3,x:b0,y:b5,platform:Windows, +030000009b2800008000000000000000,Raphnet Wii Classic Adapter,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b10,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b3,x:b0,y:b5,platform:Windows, +03000000790000008f18000000000000,Rapoo Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +0300000032150000a602000000000000,Razer Huntsman V3 Pro,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b12,dpright:b13,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000321500000003000000000000,Razer Hydra,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000f8270000bf0b000000000000,Razer Kishi,a:b6,b:b7,back:b16,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b18,leftshoulder:b12,leftstick:b19,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b13,rightstick:b20,righttrigger:b15,rightx:a3,righty:a4,start:b17,x:b9,y:b10,platform:Windows, +03000000321500000204000000000000,Razer Panthera PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000104000000000000,Razer Panthera PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000321500000010000000000000,Razer Raiju,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000507000000000000,Razer Raiju Mobile,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000321500000707000000000000,Razer Raiju Mobile,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000321500000710000000000000,Razer Raiju TE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000a10000000000000,Razer Raiju TE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000410000000000000,Razer Raiju UE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000910000000000000,Razer Raiju UE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000321500000011000000000000,Razer Raion PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000321500000009000000000000,Razer Serval,+lefty:+a2,-lefty:-a1,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,leftx:a0,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000921200004547000000000000,Retro Bit Sega Genesis Controller Adapter,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b6,x:b3,y:b4,platform:Windows, +03000000790000001100000000000000,Retro Controller,a:b1,b:b2,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,start:b9,x:b0,y:b3,platform:Windows, +03000000830500006020000000000000,Retro Controller,a:b0,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b5,rightshoulder:b8,righttrigger:b9,start:b7,x:b2,y:b3,platform:Windows, +03000000632500007805000000000000,Retro Fighters Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +0300000003040000c197000000000000,Retrode Adapter,a:b0,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Windows, +03000000bd12000013d0000000000000,Retrolink Sega Saturn Classic Controller,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b5,lefttrigger:b6,rightshoulder:b2,righttrigger:b7,start:b8,x:b3,y:b4,platform:Windows, +03000000bd12000015d0000000000000,Retrolink SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000341200000400000000000000,RetroUSB N64 RetroPort,+rightx:b8,+righty:b10,-rightx:b9,-righty:b11,a:b7,b:b6,dpdown:b2,dpleft:b1,dpright:b0,dpup:b3,leftshoulder:b13,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b12,start:b4,platform:Windows, +0300000000f000000300000000000000,RetroUSB RetroPad,a:b1,b:b5,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b4,platform:Windows, +0300000000f00000f100000000000000,RetroUSB Super RetroPort,a:b1,b:b5,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b4,platform:Windows, +03000000830500000960000000000000,Revenger,a:b0,b:b1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b3,x:b4,y:b5,platform:Windows, +030000006b140000010d000000000000,Revolution Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000006b140000020d000000000000,Revolution Pro Controller 2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000006b140000130d000000000000,Revolution Pro Controller 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001f01000000000000,Rock Candy,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00004601000000000000,Rock Candy,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c6240000fefa000000000000,Rock Candy Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00008701000000000000,Rock Candy Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00001e01000000000000,Rock Candy PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00002801000000000000,Rock Candy PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00002f01000000000000,Rock Candy PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000830500007030000000000000,Rockfire Space Ranger,a:b0,b:b1,back:b5,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b9,righttrigger:b8,start:b2,x:b3,y:b4,platform:Windows, +03000000050b0000e318000000000000,ROG Chakram,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +03000000050b0000e518000000000000,ROG Chakram,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +03000000050b00005819000000000000,ROG Chakram Core,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +03000000050b0000181a000000000000,ROG Chakram X,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +03000000050b00001a1a000000000000,ROG Chakram X,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +03000000050b00001c1a000000000000,ROG Chakram X,a:b1,b:b0,leftx:a0,lefty:a1,x:b2,y:b3,platform:Windows, +030000004f04000001d0000000000000,Rumble Force,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +030000000d0f0000ad00000000000000,RX Gamepad,a:b0,b:b4,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b3,rightshoulder:b6,start:b9,x:b2,y:b1,platform:Windows, +030000008916000000fe000000000000,Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c6240000045d000000000000,Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e00001311000000000000,Saffun Controller,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b0,platform:Windows, +03000000a30600001af5000000000000,Saitek Cyborg,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000a306000023f6000000000000,Saitek Cyborg,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00001201000000000000,Saitek Dual Analog,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +03000000a30600000701000000000000,Saitek P220,a:b2,b:b3,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,x:b0,y:b1,platform:Windows, +03000000a30600000cff000000000000,Saitek P2500 Force Rumble,a:b2,b:b3,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b0,y:b1,platform:Windows, +03000000a30600000d5f000000000000,Saitek P2600,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a3,righty:a2,start:b8,x:b0,y:b3,platform:Windows, +03000000a30600000dff000000000000,Saitek P2600,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a5,righty:a2,start:b8,x:b0,y:b3,platform:Windows, +03000000a30600000c04000000000000,Saitek P2900,a:b1,b:b2,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000a306000018f5000000000000,Saitek P3200,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00001001000000000000,Saitek P480 Rumble,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +03000000a30600000901000000000000,Saitek P880,a:b2,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b8,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b5,rightx:a3,righty:a2,x:b0,y:b1,platform:Windows, +03000000a30600000b04000000000000,Saitek P990,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b3,platform:Windows, +03000000a30600002106000000000000,Saitek PS1000 PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000a306000020f6000000000000,Saitek PS2700 PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000300f00001101000000000000,Saitek Rumble,a:b2,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +03000000e804000000a0000000000000,Samsung EIGP20,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000c01100000252000000000000,Sanwa Easy Grip,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000c01100004350000000000000,Sanwa Micro Grip P3,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,x:b3,y:b2,platform:Windows, +03000000411200004550000000000000,Sanwa Micro Grip Pro,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a1,righty:a2,start:b9,x:b1,y:b3,platform:Windows, +03000000c01100004150000000000000,Sanwa Micro Grip Pro,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +03000000c01100004450000000000000,Sanwa Online Grip,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b8,rightstick:b11,righttrigger:b9,rightx:a3,righty:a2,start:b14,x:b3,y:b4,platform:Windows, +03000000730700000401000000000000,Sanwa PlayOnline Mobile,a:b0,b:b1,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b3,platform:Windows, +03000000830500006120000000000000,Sanwa Smart Grip II,a:b0,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,x:b1,y:b3,platform:Windows, +03000000c01100000051000000000000,Satechi Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +030000004f04000028b3000000000000,Score A,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000952e00002577000000000000,Scuf PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000a30c00002500000000000000,Sega Genesis Mini 3B Controller,a:b2,b:b1,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,righttrigger:b5,start:b9,platform:Windows, +03000000a30c00002400000000000000,Sega Mega Drive Mini 6B Controller,a:b2,b:b1,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000d804000086e6000000000000,Sega Multi Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:a2,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Windows, +0300000000050000289b000000000000,Sega Saturn Adapter,a:b1,b:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b7,righttrigger:b5,start:b9,x:b0,y:b3,platform:Windows, +0300000000f000000800000000000000,Sega Saturn Controller,a:b1,b:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,rightshoulder:b7,righttrigger:b3,start:b0,x:b5,y:b6,platform:Windows, +03000000730700000601000000000000,Sega Saturn Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Windows, +03000000b40400000a01000000000000,Sega Saturn Controller,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Windows, +030000003b07000004a1000000000000,SFX,a:b0,b:b2,back:b7,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b5,start:b8,x:b1,y:b3,platform:Windows, +03000000f82100001900000000000000,Shogun Bros Chameleon X1,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000120c00001c1e000000000000,SnakeByte 4S PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000140300000918000000000000,SNES Controller,a:b0,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +0300000081170000960a000000000000,SNES Controller,a:b4,b:b0,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b5,y:b1,platform:Windows, +03000000811700009d0a000000000000,SNES Controller,a:b0,b:b4,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Windows, +030000008b2800000300000000000000,SNES Controller,a:b0,b:b4,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Windows, +03000000921200004653000000000000,SNES Controller,a:b0,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Windows, +030000008f0e00000910000000000000,Sony DualShock 2,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a3,righty:a2,start:b11,x:b3,y:b0,platform:Windows, +03000000317300000100000000000000,Sony DualShock 3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000666600006706000000000000,Sony PlayStation Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a2,righty:a3,start:b11,x:b3,y:b0,platform:Windows, +03000000e30500009605000000000000,Sony PlayStation Adapter,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000fe1400002a23000000000000,Sony PlayStation Adapter,a:b0,b:b1,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,x:b2,y:b3,platform:Windows, +030000004c050000da0c000000000000,Sony PlayStation Classic Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000632500002306000000000000,Sony PlayStation Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Windows, +03000000f0250000c183000000000000,Sony PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000d9040000160f000000000000,Sony PlayStation Controller Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000ff000000cb01000000000000,Sony PlayStation Portable,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +030000004c0500003713000000000000,Sony PlayStation Vita,a:b1,b:b2,back:b8,dpdown:b13,dpleft:b15,dpright:b14,dpup:b12,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows, +03000000341a00000208000000000000,Speedlink 6555,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:-a4,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a4,rightx:a3,righty:a2,start:b7,x:b2,y:b3,platform:Windows, +03000000341a00000908000000000000,Speedlink 6566,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000380700001722000000000000,Speedlink Competition Pro,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,x:b2,y:b3,platform:Windows, +030000008f0e00000800000000000000,Speedlink Strike FX,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000c01100000591000000000000,Speedlink Torid,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000de280000fc11000000000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000de280000ff11000000000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000120c0000160e000000000000,Steel Play Metaltech PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +03000000110100001914000000000000,SteelSeries,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftstick:b13,lefttrigger:b6,leftx:a0,lefty:a1,rightstick:b14,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000381000001214000000000000,SteelSeries Free,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Windows, +03000000110100003114000000000000,SteelSeries Stratus Duo,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000381000003014000000000000,SteelSeries Stratus Duo,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000381000003114000000000000,SteelSeries Stratus Duo,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000381000001814000000000000,SteelSeries Stratus XL,a:b0,b:b1,back:b18,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b19,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b2,y:b3,platform:Windows, +03000000380700003847000000000000,Street Fighter Fightstick TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b11,start:b7,x:b2,y:b3,platform:Windows, +030000001f08000001e4000000000000,Super Famicom Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Windows, +03000000790000000418000000000000,Super Famicom Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b33,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +03000000341200001300000000000000,Super Racer,a:b2,b:b3,back:b8,leftshoulder:b5,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b4,righttrigger:b7,x:b0,y:b1,platform:Windows, +03000000457500002211000000000000,Szmy Power PC Gamepad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000004f0400000ab1000000000000,T16000M,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b4,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,start:b10,x:b2,y:b3,platform:Windows, +030000000d0f00007b00000000000000,TAC GEAR,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000e40a00000307000000000000,Taito Egret II Mini Control Panel,a:b4,b:b2,back:b6,guide:b9,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Windows, +03000000e40a00000207000000000000,Taito Egret II Mini Controller,a:b4,b:b2,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b9,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Windows, +03000000d814000001a0000000000000,TE Kitty,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000fa1900000706000000000000,Team 5,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000b50700001203000000000000,Techmobility X6-38V,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +03000000ba2200000701000000000000,Technology Innovation PS2 Adapter,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b2,platform:Windows, +03000000c61100001000000000000000,Tencent Xianyou Gamepad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,x:b3,y:b4,platform:Windows, +03000000790000001c18000000000000,TGZ Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000790000002601000000000000,TGZ Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +03000000591c00002400000000000000,THEC64 Joystick,a:b0,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +03000000591c00002600000000000000,THEGamepad,a:b2,b:b1,back:b6,leftx:a0,lefty:a1,start:b7,x:b3,y:b0,platform:Windows, +030000004f04000015b3000000000000,Thrustmaster Dual Analog 4,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +030000004f04000023b3000000000000,Thrustmaster Dual Trigger PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000004f0400000ed0000000000000,Thrustmaster eSwap Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000004f04000008d0000000000000,Thrustmaster Ferrari 150 PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000004f04000000b3000000000000,Thrustmaster Firestorm Dual Power,a:b0,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b11,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b1,y:b3,platform:Windows, +030000004f04000004b3000000000000,Thrustmaster Firestorm Dual Power,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Windows, +030000004f04000003d0000000000000,Thrustmaster Run N Drive PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b7,leftshoulder:a3,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:a4,rightstick:b11,righttrigger:b5,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000004f04000009d0000000000000,Thrustmaster Run N Drive PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +030000006d04000088ca000000000000,Thunderpad,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000666600000288000000000000,TigerGame PlayStation Adapter,a:b2,b:b1,back:b9,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +03000000666600000488000000000000,TigerGame PlayStation Adapter,a:b2,b:b1,back:b9,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +030000004f04000007d0000000000000,TMini,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000571d00002100000000000000,Tomee NES Controller Adapter,a:b1,b:b0,back:b2,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,start:b3,platform:Windows, +03000000571d00002000000000000000,Tomee SNES Controller Adapter,a:b0,b:b1,back:b6,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,leftshoulder:b4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +03000000d62000006000000000000000,Tournament PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000c01100000055000000000000,Tronsmart,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000005f140000c501000000000000,Trust Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000b80500000210000000000000,Trust Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000004f04000087b6000000000000,TWCS Throttle,dpdown:b8,dpleft:b9,dpright:b7,dpup:b6,leftstick:b5,lefttrigger:-a5,leftx:a0,lefty:a1,righttrigger:+a5,platform:Windows, +03000000411200000450000000000000,Twin Shock,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a3,righty:a4,start:b11,x:b3,y:b0,platform:Windows, +03000000d90400000200000000000000,TwinShock PS2 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000151900005678000000000000,Uniplay U6,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000101c0000171c000000000000,uRage Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +030000000b0400003065000000000000,USB Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +03000000242f00006e00000000000000,USB Controller,a:b1,b:b4,back:b10,leftshoulder:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b7,rightx:a2,righty:a5,start:b11,x:b0,y:b3,platform:Windows, +03000000300f00000701000000000000,USB Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000341a00002308000000000000,USB Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000666600000188000000000000,USB Controller,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Windows, +030000006b1400000203000000000000,USB Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000790000000a00000000000000,USB Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b3,y:b0,platform:Windows, +03000000b404000081c6000000000000,USB Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b3,y:b0,platform:Windows, +03000000b50700001503000000000000,USB Controller,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a5,righty:a2,start:b9,x:b0,y:b1,platform:Windows, +03000000bd12000012d0000000000000,USB Controller,a:b0,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Windows, +03000000ff1100004133000000000000,USB Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a4,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000632500002305000000000000,USB Vibration Joystick,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Windows, +03000000882800000305000000000000,V5 Game Pad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,x:b2,y:b3,platform:Windows, +03000000790000001a18000000000000,Venom PS4 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows, +03000000790000001b18000000000000,Venom PS4 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000006f0e00000302000000000000,Victrix PS4 Pro Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +030000006f0e00000702000000000000,Victrix PS4 Pro Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Windows, +0300000034120000adbe000000000000,vJoy Device,a:b0,b:b1,back:b15,dpdown:b6,dpleft:b7,dpright:b8,dpup:b5,guide:b16,leftshoulder:b9,leftstick:b13,lefttrigger:b11,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b14,righttrigger:b12,rightx:a3,righty:a4,start:b4,x:b2,y:b3,platform:Windows, +03000000120c0000ab57000000000000,Warrior Joypad JS083,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +030000007e0500003003000000000000,Wii U Pro,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,leftshoulder:b6,leftstick:b11,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b12,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Windows, +0300000032150000030a000000000000,Wildcat,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +0300000032150000140a000000000000,Wolverine,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000002e160000efbe000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b10,rightshoulder:b5,righttrigger:b11,start:b7,x:b2,y:b3,platform:Windows, +03000000380700001647000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000380700002045000000000000,Xbox 360 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, +03000000380700002644000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a2,righty:a5,start:b8,x:b2,y:b3,platform:Windows, +03000000380700002647000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000003807000026b7000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000380700003647000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a7,righty:a5,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400001907000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400008e02000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400009102000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000000fd000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000001fd000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b000016f0000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000ad1b00008e02000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c62400000053000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c6240000fdfa000000000000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000380700002847000000000000,Xbox 360 Fightpad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000a102000000000000,Xbox 360 Wireless Receiver,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400000a0b000000000000,Xbox Adaptive Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000120c00000a88000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a2,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000120c00001088000000000000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2~,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5~,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000002a0600002000000000000000,Xbox Controller,a:b0,b:b1,back:b13,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,leftshoulder:b5,leftstick:b14,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b15,righttrigger:b7,rightx:a2,righty:a5,start:b12,x:b2,y:b3,platform:Windows, +03000000380700001645000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000380700002645000000000000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000380700003645000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +03000000380700008645000000000000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400000202000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b11,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000005e0400008502000000000000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e0400008702000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b9,righttrigger:b7,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000005e0400008902000000000000,Xbox Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b10,leftstick:b8,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b9,righttrigger:b4,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Windows, +030000005e0400000c0b000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000d102000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000dd02000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000e002000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000e302000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000ea02000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000fd02000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000ff02000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:-a2,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e0000a802000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000006f0e0000c802000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000c62400003a54000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000005e040000130b000000000000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +03000000341a00000608000000000000,Xeox,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +03000000450c00002043000000000000,Xeox SL6556BK,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows, +030000006f0e00000300000000000000,XGear,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a5,righty:a2,start:b9,x:b3,y:b0,platform:Windows, +03000000e0ff00000201000000000000,Xiaomi Black Shark (L),back:b0,dpdown:b11,dpleft:b9,dpright:b10,dpup:b8,leftshoulder:b5,lefttrigger:b7,leftx:a0,lefty:a1,platform:Windows, +03000000172700004431000000000000,Xiaomi Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b20,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a7,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows, +03000000172700003350000000000000,Xiaomi XMGP01YM,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000bc2000005060000000000000,Xiaomi XMGP01YM,+lefty:+a2,+righty:+a5,-lefty:-a1,-righty:-a4,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,start:b11,x:b3,y:b4,platform:Windows, +xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows, +030000007d0400000340000000000000,Xterminator Digital Gamepad,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:-a4,lefttrigger:+a4,leftx:a0,lefty:a1,paddle1:b7,paddle2:b6,rightshoulder:b5,rightstick:b9,righttrigger:b2,rightx:a3,righty:a5,start:b8,x:b3,y:b4,platform:Windows, +030000002c3600000100000000000000,Yawman Arrow,+rightx:h0.2,+righty:h0.4,-rightx:h0.8,-righty:h0.1,a:b4,b:b5,back:b6,dpdown:b15,dpleft:b14,dpright:b16,dpup:b13,leftshoulder:b10,leftstick:b0,lefttrigger:-a4,leftx:a0,lefty:a1,paddle1:b11,paddle2:b12,rightshoulder:b8,rightstick:b9,righttrigger:+a4,start:b3,x:b1,y:b2,platform:Windows, +03000000790000004f18000000000000,ZDT Android Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows, +03000000120c00000500000000000000,Zeroplus Adapter,a:b2,b:b1,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b0,righttrigger:b5,rightx:a3,righty:a2,start:b8,x:b3,y:b0,platform:Windows, +03000000120c0000101e000000000000,Zeroplus P4 Gamepad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Windows, + +# Mac OS X +030000008f0e00000300000009010000,2 In 1 Joystick,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000c82d00000031000001000000,8BitDo Adapter,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00000531000000020000,8BitDo Adapter 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00000951000000010000,8BitDo Dogbone,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b11,platform:Mac OS X, +03000000c82d00000090000001000000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001038000000010000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00006a28000000010000,8BitDo GameCube,a:b0,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b9,paddle2:b8,rightshoulder:b10,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b1,y:b4,platform:Mac OS X, +03000000c82d00001251000000010000,8BitDo Lite 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001251000000020000,8BitDo Lite 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001151000000010000,8BitDo Lite SE,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001151000000020000,8BitDo Lite SE,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000a30c00002400000006020000,8BitDo M30,a:b2,b:b1,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,guide:b9,leftshoulder:b6,lefttrigger:b5,rightshoulder:b4,righttrigger:b7,start:b8,x:b3,y:b0,platform:Mac OS X, +03000000c82d00000151000000010000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00000650000001000000,8BitDo M30,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00005106000000010000,8BitDo M30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b2,leftshoulder:b6,lefttrigger:a5,rightshoulder:b7,righttrigger:a4,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00002090000000010000,8BitDo Micro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000451000000010000,8BitDo N30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b11,platform:Mac OS X, +03000000c82d00001590000001000000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00006528000000010000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00006928000000010000,8BitDo N64,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,platform:Mac OS X, +03000000c82d00002590000000010000,8BitDo NEOGEO,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00002590000001000000,8BitDo NEOGEO,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00002690000000010000,8BitDo NEOGEO,+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b10,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Mac OS X, +030000003512000012ab000001000000,8BitDo NES30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d000012ab000001000000,8BitDo NES30,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00002028000000010000,8BitDo NES30,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000022000000090000001000000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000203800000900000000010000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000190000001000000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000751000000010000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00000851000000010000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00000660000000010000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000660000000020000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000131000001000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000231000001000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000331000001000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000431000001000000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00002867000000010000,8BitDo S30,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b3,y:b4,platform:Mac OS X, +03000000c82d00003028000000010000,8Bitdo SFC30 Gamepad,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000102800000900000000000000,8BitDo SFC30 Joystick,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000351000000010000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001290000001000000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00004028000000010000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000160000001000000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000161000000010000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000260000001000000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00000261000000010000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00001230000000010000,8BitDo Ultimate,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b2,paddle2:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001b30000001000000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001d30000001000000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001530000001000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001630000001000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001730000001000000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001130000000020000,8BitDo Ultimate Wired,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b24,paddle2:b25,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001330000001000000,8BitDo Ultimate Wireless,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b23,paddle2:b19,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001330000000020000,8BitDo Ultimate Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b23,paddle2:b19,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000a00500003232000008010000,8BitDo Zero,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000a00500003232000009010000,8BitDo Zero,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c82d00001890000001000000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000c82d00003032000000010000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a31,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000491900001904000001010000,Amazon Luna Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b9,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Mac OS X, +03000000710100001904000000010000,Amazon Luna Controller,a:b0,b:b1,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b9,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Mac OS X, +0300000008100000e501000019040000,Anbernic Handheld,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a4,start:b11,x:b4,y:b3,platform:Mac OS X, +03000000373500004610000001000000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000a30c00002700000003030000,Astro City Mini,a:b2,b:b1,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000a30c00002800000003030000,Astro City Mini,a:b2,b:b1,back:b8,leftx:a3,lefty:a4,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000050b00000045000031000000,ASUS Gamepad,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000050b00000579000000010000,ASUS ROG Kunai 3,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b14,leftshoulder:b6,leftstick:b15,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b42,paddle1:b9,paddle2:b11,rightshoulder:b7,rightstick:b16,righttrigger:a4,rightx:a2,righty:a3,start:b13,x:b3,y:b4,platform:Mac OS X, +03000000050b00000679000000010000,ASUS ROG Kunai 3,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b14,leftshoulder:b6,leftstick:b15,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b23,rightshoulder:b7,rightstick:b16,righttrigger:a4,rightx:a2,righty:a3,start:b13,x:b3,y:b4,platform:Mac OS X, +03000000503200000110000045010000,Atari VCS Classic,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b3,start:b2,platform:Mac OS X, +03000000503200000110000047010000,Atari VCS Classic Controller,a:b0,b:b1,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b3,start:b2,platform:Mac OS X, +03000000503200000210000047010000,Atari VCS Modern Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a4,rightx:a2,righty:a3,start:b8,x:b2,y:b3,platform:Mac OS X, +030000008a3500000102000000010000,Backbone One,a:b0,b:b1,back:b16,dpdown:b11,dpleft:b13,dpright:b12,dpup:b10,guide:b17,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3~,start:b15,x:b2,y:b3,platform:Mac OS X, +030000008a3500000201000000010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000008a3500000202000000010000,Backbone One,a:b0,b:b1,back:b16,dpdown:b11,dpleft:b13,dpright:b12,dpup:b10,guide:b17,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3~,start:b15,x:b2,y:b3,platform:Mac OS X, +030000008a3500000402000000010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000008a3500000302000000010000,Backbone One PlayStation Edition,a:b0,b:b1,back:b16,dpdown:b11,dpleft:b13,dpright:b12,dpup:b10,guide:b17,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3~,start:b15,x:b2,y:b3,platform:Mac OS X, +03000000c62400001a89000000010000,BDA MOGA XP5-X Plus,a:b0,b:b1,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b14,leftshoulder:b6,leftstick:b15,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b16,righttrigger:a4,rightx:a2,righty:a3,start:b13,x:b3,y:b4,platform:Mac OS X, +03000000c62400001b89000000010000,BDA MOGA XP5-X Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000d62000002a79000000010000,BDA PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000120c0000200e000000010000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000120c0000210e000000010000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000008305000031b0000000000000,Cideko AK08b,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000d8140000cecf000000000000,Cthulhu,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000260900008888000088020000,Cyber Gadget GameCube Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:a5,rightx:a2,righty:a3~,start:b7,x:b2,y:b3,platform:Mac OS X, +03000000a306000022f6000001030000,Cyborg V3 Rumble Pad PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:+a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:-a3,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000791d00000103000009010000,Dual Box Wii Classic Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b10,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +030000006e0500000720000010020000,Elecom JC-W01U,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Mac OS X, +030000006f0e00008401000003010000,Faceoff Deluxe Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b13,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000151900004000000001000000,Flydigi Vader 2,a:b14,b:b15,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Mac OS X, +03000000b40400001124000001040000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b14,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000b40400001224000003030000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b2,paddle1:b16,paddle2:b17,paddle3:b14,paddle4:b15,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000790000004618000000010000,GameCube Controller Adapter,a:b4,b:b0,dpdown:b56,dpleft:b60,dpright:b52,dpup:b48,lefttrigger:a12,leftx:a0,lefty:a4,rightshoulder:b28,righttrigger:a16,rightx:a20,righty:a8,start:b36,x:b8,y:b12,platform:Mac OS X, +03000000ac0500001a06000002020000,GameSir-T3 2.02,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000ad1b000001f9000000000000,Gamestop BB070 X360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +0500000047532047616d657061640000,GameStop Gamepad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000c01100000140000000010000,GameStop PS4 Fun Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000006f0e00000102000000000000,GameStop Xbox 360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000ff1100003133000007010000,GameWare PC Control Pad,a:b2,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a4,start:b11,x:b3,y:b0,platform:Mac OS X, +03000000d11800000094000000010000,Google Stadia Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Mac OS X, +030000007d0400000540000001010000,Gravis Eliminator Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000280400000140000000020000,Gravis GamePad Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +030000008f0e00000300000007010000,GreenAsia Joystick,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Mac OS X, +030000000d0f00002d00000000100000,Hori Fighting Commander 3 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00005f00000000000000,Hori Fighting Commander 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00005f00000000010000,Hori Fighting Commander 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00005e00000000000000,Hori Fighting Commander 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000000d0f00005e00000000010000,Hori Fighting Commander 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000000d0f00008400000000010000,Hori Fighting Commander PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00008500000000010000,Hori Fighting Commander PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000341a00000302000014010000,Hori Fighting Stick Mini,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00008800000000010000,Hori Fighting Stick mini 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00008700000000010000,Hori Fighting Stick mini 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000000d0f00004d00000000000000,Hori Gem Pad 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00003801000008010000,Hori PC Engine Mini Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,platform:Mac OS X, +030000000d0f00009200000000010000,Hori Pokken Tournament DX Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f0000aa00000072050000,Hori Real Arcade Pro for Nintendo Switch,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +030000000d0f00000002000017010000,Hori Split Pad Fit,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00000002000015010000,Hori Switch Split Pad Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00006e00000000010000,Horipad 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f00006600000000010000,Horipad 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000000d0f00006600000000000000,Horipad FPS Plus 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f0000ee00000000010000,Horipad Mini 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000000d0f0000c100000072050000,Horipad Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000242e0000ff0b000000010000,Hyperkin N64 Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a3,start:b9,platform:Mac OS X, +03000000790000004e95000000010000,Hyperkin N64 Controller Adapter,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b7,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a5,righty:a2,start:b9,platform:Mac OS X, +03000000830500006020000000000000,iBuffalo Super Famicom Controller,a:b1,b:b0,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b3,y:b2,platform:Mac OS X, +03000000ef0500000300000000020000,InterAct AxisPad,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Mac OS X, +03000000fd0500000030000010010000,Interact GoPad,a:b3,b:b4,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,x:b0,y:b1,platform:Mac OS X, +030000007e0500000620000001000000,Joy-Con (L),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b13,leftshoulder:b4,leftstick:b10,rightshoulder:b5,start:b8,x:b2,y:b3,platform:Mac OS X, +030000007e0500000720000001000000,Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b12,leftshoulder:b4,leftstick:b11,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000242f00002d00000007010000,JYS Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +030000006d04000019c2000000000000,Logitech Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000016c2000000020000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000016c2000000030000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000016c2000014040000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000016c2000000000000,Logitech F310,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000018c2000000000000,Logitech F510,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d04000019c2000005030000,Logitech F710,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006d0400001fc2000000000000,Logitech F710,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000006d04000018c2000000010000,Logitech RumblePad 2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3~,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000380700005032000000010000,Mad Catz PS3 Fightpad Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000380700008433000000010000,Mad Catz PS3 Fightstick TE S Plus,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000380700005082000000010000,Mad Catz PS4 Fightpad Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000380700008483000000010000,Mad Catz PS4 Fightstick TE S Plus,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +0300000049190000020400001b010000,Manba One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b22,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000790000000600000007010000,Marvo GT-004,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +030000008f0e00001330000011010000,Mayflash Controller Adapter,a:b2,b:b4,back:b16,dpdown:h0.8,dpleft:h0.2,dpright:h0.1,dpup:h0.4,leftshoulder:b12,lefttrigger:b16,leftx:a0,lefty:a2,rightshoulder:b14,rightx:a6~,righty:a4,start:b18,x:b0,y:b6,platform:Mac OS X, +03000000790000004318000000010000,Mayflash GameCube Adapter,a:b4,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a12,leftx:a0,lefty:a4,rightshoulder:b28,righttrigger:a16,rightx:a20,righty:a8,start:b36,x:b8,y:b12,platform:Mac OS X, +03000000790000004418000000010000,Mayflash GameCube Controller,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000242f00007300000000020000,Mayflash Magic NS,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b0,y:b3,platform:Mac OS X, +0300000079000000d218000026010000,Mayflash Magic NS,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000d620000010a7000003010000,Mayflash Magic NS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +030000008f0e00001030000011010000,Mayflash Saturn Adapter,a:b0,b:b2,dpdown:b28,dpleft:b30,dpright:b26,dpup:b24,leftshoulder:b10,lefttrigger:b14,rightshoulder:b12,righttrigger:b4,start:b18,x:b6,y:b8,platform:Mac OS X, +0300000025090000e803000000000000,Mayflash Wii Classic Adapter,a:b1,b:b0,back:b8,dpdown:b13,dpleft:b12,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Mac OS X, +03000000790000000318000000010000,Mayflash Wii DolphinBar,a:b8,b:b12,back:b32,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b44,leftshoulder:b16,lefttrigger:b24,leftx:a0,lefty:a4,rightshoulder:b20,righttrigger:b28,rightx:a8,righty:a12,start:b36,x:b0,y:b4,platform:Mac OS X, +03000000790000000018000000000000,Mayflash Wii U Pro Adapter,a:b4,b:b8,back:b32,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b16,leftstick:b40,lefttrigger:b24,leftx:a0,lefty:a4,rightshoulder:b20,rightstick:b44,righttrigger:b28,rightx:a8,righty:a12,start:b36,x:b0,y:b12,platform:Mac OS X, +03000000790000000018000000010000,Mayflash Wii U Pro Adapter,a:b4,b:b8,back:b32,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b16,leftstick:b40,lefttrigger:b24,leftx:a0,lefty:a4,rightshoulder:b20,rightstick:b44,righttrigger:b28,rightx:a8,righty:a12,start:b36,x:b0,y:b12,platform:Mac OS X, +030000005e0400002800000002010000,Microsoft Dual Strike,a:b3,b:b2,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,rightshoulder:b7,rightx:a0,righty:a1~,start:b5,x:b1,y:b0,platform:Mac OS X, +030000005e0400000300000006010000,Microsoft SideWinder,a:b0,b:b1,back:b9,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Mac OS X, +030000005e0400000700000006010000,Microsoft SideWinder,a:b0,b:b1,back:b8,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Mac OS X, +030000005e0400002700000001010000,Microsoft SideWinder Plug and Play,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,lefttrigger:b4,righttrigger:b5,x:b2,y:b3,platform:Mac OS X, +030000004523000015e0000072050000,Mobapad Chitu HD,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000d62000007162000001000000,Moga Pro 2,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Mac OS X, +03000000c62400002a89000000010000,MOGA XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c62400002b89000000010000,MOGA XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000853200008906000000010000,Nacon Revolution X Unlimited,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000632500007505000000020000,NeoGeo mini PAD Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000921200004b46000003020000,NES 2-port Adapter,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b11,platform:Mac OS X, +030000001008000001e5000006010000,NEXT SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,righttrigger:b6,start:b9,x:b3,y:b0,platform:Mac OS X, +030000007e0500006920000001010000,Nintendo Switch 2 Pro Controller,a:b0,b:b1,back:b14,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b12,leftstick:b15,lefttrigger:b13,leftx:a0,lefty:a1~,misc1:b17,misc2:b20,paddle1:b18,paddle2:b19,rightshoulder:b4,rightstick:b7,righttrigger:b5,rightx:a2,righty:a3~,start:b6,x:b2,y:b3,platform:Mac OS X, +030000007e0500000920000000000000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +030000007e0500000920000001000000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +030000007e0500000920000010020000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:Mac OS X, +050000007e05000009200000ff070000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:Mac OS X, +030000007e0500007320000001010000,NSO GameCube Controller,a:b1,b:b3,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b13,lefttrigger:b12,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b4,rightx:a2,righty:a3~,start:b6,x:b0,y:b2,platform:Mac OS X, +030000007e0500001920000001000000,NSO N64 Controller,+rightx:b8,+righty:b7,-rightx:b3,-righty:b2,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,righttrigger:b10,start:b9,platform:Mac OS X, +030000007e0500001720000001000000,NSO SNES Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b15,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000550900001472000025050000,NVIDIA Controller,a:b0,b:b1,back:b17,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b4,leftstick:b7,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Mac OS X, +030000004b120000014d000000010000,Nyko Airflo EX,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Mac OS X, +0300000009120000072f000000010000,OrangeFox86 DreamPicoPort,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a2,leftx:a0,lefty:a1,righttrigger:a5,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Mac OS X, +030000006f0e00000901000002010000,PDP PS3 Versus Fighting,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Mac OS X, +030000008f0e00000300000000000000,Piranha Xtreme PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000d620000011a7000000020000,PowerA Core Plus Gamecube Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000d620000011a7000010050000,PowerA Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000d62000006dca000000010000,PowerA Pro Ex,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000100800000300000006010000,PS2 Adapter,a:b2,b:b1,back:b8,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a4,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +030000004c0500006802000000000000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Mac OS X, +030000004c0500006802000000010000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Mac OS X, +030000004c0500006802000072050000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Mac OS X, +030000004c050000a00b000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000c405000000000000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000c405000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000cc09000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +0300004b4c0500005f0e000000010000,PS5 Access Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000e60c000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000f20d000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +050000004c050000e60c000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +050000004c050000f20d000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000005e040000e002000001000000,PXN P30 Pro Mobile,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Mac OS X, +03000000222c00000225000000010000,Qanba Dragon Arcade Joystick PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000222c00000020000000010000,Qanba Drone Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000009b2800005600000020020000,Raphnet SNES Adapter,a:b1,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Mac OS X, +030000009b2800008000000022020000,Raphnet Wii Classic Adapter,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b10,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a3,righty:a4,start:b3,x:b0,y:b5,platform:Mac OS X, +030000008916000000fd000000000000,Razer Onza TE,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000321500000204000000010000,Razer Panthera PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000321500000104000000010000,Razer Panthera PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000321500000010000000010000,Razer Raiju,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000321500000507000001010000,Razer Raiju Mobile,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000321500000011000000010000,Razer Raion PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000321500000009000000020000,Razer Serval,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Mac OS X, +030000003215000000090000163a0000,Razer Serval,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Mac OS X, +0300000032150000030a000000000000,Razer Wildcat,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000632500008005000000010000,Redgear,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000632500002305000000010000,Redragon Saturn,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000921200004547000000020000,Retro Bit Sega Genesis Controller Adapter,a:b0,b:b2,dpdown:+a2,dpleft:-a0,dpright:+a0,dpup:-a2,lefttrigger:b14,rightshoulder:b10,righttrigger:b4,start:b12,x:b6,y:b8,platform:Mac OS X, +03000000790000001100000000000000,Retro Controller,a:b1,b:b2,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000790000001100000005010000,Retro Controller,a:b1,b:b2,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b4,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000830500006020000000010000,Retro Controller,a:b0,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b5,rightshoulder:b8,righttrigger:b9,start:b7,x:b2,y:b3,platform:Mac OS X, +0300000003040000c197000000000000,Retrode Adapter,a:b0,b:b4,back:b2,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,leftshoulder:b6,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Mac OS X, +03000000790000001100000006010000,Retrolink SNES Controller,a:b2,b:b1,back:b8,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000341200000400000000000000,RetroUSB N64 RetroPort,+rightx:b8,+righty:b10,-rightx:b9,-righty:b11,a:b7,b:b6,dpdown:b2,dpleft:b1,dpright:b0,dpup:b3,leftshoulder:b13,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b12,start:b4,platform:Mac OS X, +030000006b140000010d000000010000,Revolution Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000006b140000130d000000010000,Revolution Pro Controller 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000004c0500006802000002100000,Rii RK707,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b2,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b3,righttrigger:b9,rightx:a2,righty:a3,start:b1,x:b15,y:b12,platform:Mac OS X, +030000006f0e00008701000005010000,Rock Candy Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000c6240000fefa000000000000,Rock Candy PS3,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000e804000000a000001b010000,Samsung EIGP20,a:b1,b:b3,back:b15,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b20,leftshoulder:b11,leftx:a1,lefty:a3,rightshoulder:b12,rightx:a4,righty:a5,start:b16,x:b7,y:b9,platform:Mac OS X, +03000000730700000401000000010000,Sanwa PlayOnline Mobile,a:b0,b:b1,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b3,platform:Mac OS X, +03000000a30c00002500000006020000,Sega Genesis Mini 3B Controller,a:b2,b:b1,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,righttrigger:b5,start:b9,platform:Mac OS X, +03000000811700007e05000000000000,Sega Saturn,a:b2,b:b4,dpdown:b16,dpleft:b15,dpright:b14,dpup:b17,leftshoulder:b8,lefttrigger:a5,leftx:a0,lefty:a2,rightshoulder:b9,righttrigger:a4,start:b13,x:b0,y:b6,platform:Mac OS X, +03000000b40400000a01000000000000,Sega Saturn,a:b0,b:b1,back:b5,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b2,leftshoulder:b6,rightshoulder:b7,start:b8,x:b3,y:b4,platform:Mac OS X, +030000003512000021ab000000000000,SFC30 Joystick,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X, +0300000000f00000f100000000000000,SNES RetroPort,a:b2,b:b3,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b5,rightshoulder:b7,start:b6,x:b0,y:b1,platform:Mac OS X, +030000004c050000a00b000000000000,Sony DualShock 4 Adapter,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000004c050000cc09000000000000,Sony DualShock 4 V2,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +03000000666600006706000088020000,Sony PlayStation Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b11,x:b3,y:b0,platform:Mac OS X, +030000004c050000da0c000000010000,Sony PlayStation Classic Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +030000004c0500003713000000010000,Sony PlayStation Vita,a:b1,b:b2,back:b8,dpdown:b13,dpleft:b15,dpright:b14,dpup:b12,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Mac OS X, +030000005e0400008e02000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000110100002014000000000000,SteelSeries Nimbus,a:b0,b:b1,dpdown:b9,dpleft:b11,dpright:b10,dpup:b8,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3~,x:b2,y:b3,platform:Mac OS X, +03000000110100002014000001000000,SteelSeries Nimbus,a:b0,b:b1,dpdown:b9,dpleft:b11,dpright:b10,dpup:b8,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3~,x:b2,y:b3,platform:Mac OS X, +03000000381000002014000001000000,SteelSeries Nimbus,a:b0,b:b1,dpdown:b9,dpleft:b11,dpright:b10,dpup:b8,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3~,x:b2,y:b3,platform:Mac OS X, +05000000484944204465766963650000,SteelSeries Nimbus Plus,a:b0,b:b1,back:b15,dpdown:b11,dpleft:b13,dpright:b12,dpup:b10,guide:b16,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3~,start:b14,x:b2,y:b3,platform:Mac OS X, +050000004e696d6275732b0000000000,SteelSeries Nimbus Plus,a:b0,b:b1,back:b15,dpdown:b11,dpleft:b13,dpright:b12,dpup:b10,guide:b16,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3~,start:b14,x:b2,y:b3,platform:Mac OS X, +03000000381000003014000000000000,SteelSeries Stratus Duo,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000381000003114000000000000,SteelSeries Stratus Duo,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000110100001714000000000000,SteelSeries Stratus XL,a:b0,b:b1,dpdown:b9,dpleft:b11,dpright:b10,dpup:b8,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3~,start:b12,x:b2,y:b3,platform:Mac OS X, +03000000110100001714000020010000,SteelSeries Stratus XL,a:b0,b:b1,dpdown:b9,dpleft:b11,dpright:b10,dpup:b8,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3~,start:b12,x:b2,y:b3,platform:Mac OS X, +030000000d0f0000f600000000010000,Switch Hori Pad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Mac OS X, +03000000457500002211000000010000,SZMY Power PC Gamepad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000e40a00000307000001000000,Taito Egret II Mini Control Panel,a:b4,b:b2,back:b6,guide:b9,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Mac OS X, +03000000e40a00000207000001000000,Taito Egret II Mini Controller,a:b4,b:b2,back:b6,guide:b9,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Mac OS X, +03000000790000001c18000000010000,TGZ Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000790000001c18000003100000,TGZ Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000591c00002400000021000000,THEC64 Joystick,a:b0,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Mac OS X, +03000000591c00002600000021000000,THEGamepad,a:b2,b:b1,back:b6,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,leftshoulder:b4,rightshoulder:b5,start:b7,x:b3,y:b0,platform:Mac OS X, +030000004f04000015b3000000000000,Thrustmaster Dual Analog 3.2,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Mac OS X, +030000004f0400000ed0000000020000,Thrustmaster eSwap Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +030000004f04000000b3000000000000,Thrustmaster Firestorm Dual Power,a:b0,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b11,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b1,y:b3,platform:Mac OS X, +03000000571d00002100000021000000,Tomee NES Controller Adapter,a:b1,b:b0,back:b2,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,start:b3,platform:Mac OS X, +03000000bd12000015d0000000010000,Tomee Retro Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000bd12000015d0000000000000,Tomee SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000571d00002000000021000000,Tomee SNES Controller Adapter,a:b0,b:b1,back:b6,dpdown:+a4,dpleft:-a0,dpright:+a0,dpup:-a4,leftshoulder:b4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Mac OS X, +030000005f140000c501000000020000,Trust Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Mac OS X, +03000000100800000100000000000000,Twin USB Joystick,a:b4,b:b2,back:b16,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b12,leftstick:b20,lefttrigger:b8,leftx:a0,lefty:a2,rightshoulder:b14,rightstick:b22,righttrigger:b10,rightx:a6,righty:a4,start:b18,x:b6,y:b0,platform:Mac OS X, +03000000632500002605000000010000,Uberwith Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000151900005678000010010000,Uniplay U6,a:b3,b:b6,back:b25,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b17,leftstick:b31,lefttrigger:b21,leftx:a1,lefty:a3,rightshoulder:b19,rightstick:b33,righttrigger:b23,rightx:a4,righty:a5,start:b27,x:b11,y:b13,platform:Mac OS X, +030000006f0e00000302000025040000,Victrix PS4 Pro Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +030000006f0e00000702000003060000,Victrix PS4 Pro Fightstick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X, +050000005769696d6f74652028303000,Wii Remote,a:b4,b:b5,back:b7,dpdown:b3,dpleft:b0,dpright:b1,dpup:b2,guide:b8,leftshoulder:b11,lefttrigger:b12,leftx:a0,lefty:a1,start:b6,x:b10,y:b9,platform:Mac OS X, +050000005769696d6f74652028313800,Wii U Pro Controller,a:b16,b:b15,back:b7,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b8,leftshoulder:b19,leftstick:b23,lefttrigger:b21,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b24,righttrigger:b22,rightx:a2,righty:a3,start:b6,x:b18,y:b17,platform:Mac OS X, +030000005e0400008e02000000000000,Xbox 360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e0400008e02000010010000,Xbox 360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1~,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4~,start:b8,x:b2,y:b3,platform:Mac OS X, +030000006f0e00000104000000000000,Xbox 360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +03000000c6240000045d000000000000,Xbox 360 Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e0400000a0b000000000000,Xbox Adaptive Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000050b000003090000,Xbox Elite Controller Series 2,a:b0,b:b1,back:b31,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b53,leftshoulder:b6,leftstick:b13,lefttrigger:a6,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000011050000,Xbox One Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000200b000011050000,Xbox One Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000200b000013050000,Xbox One Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000200b000015050000,Xbox One Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000d102000000000000,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000dd02000000000000,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000e002000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Mac OS X, +030000005e040000e002000003090000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Mac OS X, +030000005e040000e302000000000000,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000ea02000000000000,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000fd02000003090000,Xbox One Controller,a:b0,b:b1,back:b16,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000c62400003a54000000000000,Xbox One PowerA Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b8,x:b2,y:b3,platform:Mac OS X, +030000005e040000130b000001050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000005050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000009050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000013050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000015050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000007050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000017050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000130b000022050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +030000005e040000220b000017050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000172700004431000029010000,XiaoMi Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a6,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Mac OS X, +03000000120c0000100e000000010000,Zeroplus P4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, +03000000120c0000101e000000010000,Zeroplus P4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Mac OS X, + +# Linux +03000000c82d00000031000011010000,8BitDo Adapter,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000631000000010000,8BitDo Adapter 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00000951000000010000,8BitDo Dogbone,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b11,platform:Linux, +03000000021000000090000011010000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000090000011010000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00001038000000010000,8BitDo FC30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00006a28000000010000,8BitDo GameCube,a:b0,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b9,paddle2:b8,rightshoulder:b10,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b1,y:b4,platform:Linux, +03000000c82d00001251000011010000,8BitDo Lite 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00001251000000010000,8BitDo Lite 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00001151000011010000,8BitDo Lite SE,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00001151000000010000,8BitDo Lite SE,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000151000000010000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000650000011010000,8BitDo M30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c82d00005106000000010000,8BitDo M30,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000a20000000020000,8BitDo M30 Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00002090000011010000,8BitDo Micro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00002090000000010000,8BitDo Micro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000451000000010000,8BitDo N30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b11,platform:Linux, +03000000c82d00001590000011010000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00006528000000010000,8BitDo N30 Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00006928000011010000,8BitDo N64,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,platform:Linux, +05000000c82d00006928000000010000,8BitDo N64,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,platform:Linux, +05000000c82d00002590000001000000,8BitDo NEOGEO,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000008000000210000011010000,8BitDo NES30,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000c82d00000310000011010000,8BitDo NES30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b7,lefttrigger:b6,rightshoulder:b9,righttrigger:b8,start:b11,x:b3,y:b4,platform:Linux, +05000000c82d00008010000000010000,8BitDo NES30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b7,lefttrigger:b6,rightshoulder:b9,righttrigger:b8,start:b11,x:b3,y:b4,platform:Linux, +03000000022000000090000011010000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000190000011010000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000203800000900000000010000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00002038000000010000,8BitDo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000751000000010000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:a8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c82d00000851000000010000,8BitDo P30,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:a8,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000660000011010000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00001030000011010000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000660000000010000,8BitDo Pro 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000020000000000000,8BitDo Pro 2 for Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +06000000c82d00000020000006010000,8BitDo Pro 2 for Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00000131000011010000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000231000011010000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000331000011010000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000431000011010000,8BitDo Receiver,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00002867000000010000,8BitDo S30,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b8,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b3,y:b4,platform:Linux, +03000000c82d00000060000011010000,8BitDo SF30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000060000000010000,8BitDo SF30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000061000000010000,8BitDo SF30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +030000003512000012ab000010010000,8BitDo SFC30,a:b2,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b3,y:b0,platform:Linux, +030000003512000021ab000010010000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d000021ab000010010000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +05000000102800000900000000010000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00003028000000010000,8BitDo SFC30,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000351000000010000,8BitDo SN30,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000160000000000000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000160000011010000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000161000000000000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00001290000011010000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000161000000010000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b2,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00006228000000010000,8BitDo SN30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00000260000011010000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00000261000000010000,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +05000000202800000900000000010000,8BitDo SNES30,a:b1,b:b0,back:b10,dpdown:b122,dpleft:b119,dpright:b120,dpup:b117,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00001230000000010000,8BitDo Ultimate,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000a31000014010000,8BitDo Ultimate 2C,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00001d30000011010000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c82d00001b30000001000000,8BitDo Ultimate 2C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b5,paddle2:b2,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001530000011010000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001630000011010000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001730000011010000,8BitDo Ultimate C,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001130000011010000,8BitDo Ultimate Wired,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b24,paddle2:b25,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000631000010010000,8BitDo Ultimate Wireless,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00000760000011010000,8BitDo Ultimate Wireless,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c82d00001230000011010000,8BitDo Ultimate Wireless,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b2,paddle2:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001330000011010000,8BitDo Ultimate Wireless,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b26,paddle1:b23,paddle2:b19,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00000631000014010000,8BitDo Ultimate Wireless Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c82d00000121000011010000,8BitDo Xbox One SN30 Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c82d00000121000000010000,8BitDo Xbox One SN30 Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000a00500003232000001000000,8BitDo Zero,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Linux, +05000000a00500003232000008010000,8BitDo Zero,a:b0,b:b1,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b3,y:b4,platform:Linux, +03000000c82d00001890000011010000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Linux, +05000000c82d00003032000000010000,8BitDo Zero 2,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b4,y:b3,platform:Linux, +03000000c01100000355000011010000,Acrux Gamepad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00008801000011010000,Afterglow Deluxe Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00003901000000430000,Afterglow Prismatic Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00003901000013020000,Afterglow Prismatic Controller 048-007-NA,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00001302000000010000,Afterglow Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00003901000020060000,Afterglow Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000100000008200000011010000,Akishop Customs PS360,a:b1,b:b2,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000007c1800000006000010010000,Alienware Dual Compatible Game PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b3,platform:Linux, +05000000491900000204000021000000,Amazon Fire Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b17,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b12,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000491900001904000011010000,Amazon Luna Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b9,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Linux, +05000000710100001904000000010000,Amazon Luna Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Linux, +0300000008100000e501000001010000,Anbernic Handheld,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a4,start:b11,x:b3,y:b4,platform:Linux, +03000000020500000913000010010000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000373500000710000010010000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000373500004610000001000000,Anbernic RG P01,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000790000003018000011010000,Arcade Fightstick F300,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000a30c00002700000011010000,Astro City Mini,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux, +03000000a30c00002800000011010000,Astro City Mini,a:b2,b:b1,back:b8,leftx:a0,lefty:a1,rightshoulder:b4,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux, +05000000050b00000045000031000000,ASUS Gamepad,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b10,x:b2,y:b3,platform:Linux, +05000000050b00000045000040000000,ASUS Gamepad,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b10,x:b2,y:b3,platform:Linux, +03000000050b00000579000011010000,ASUS ROG Kunai 3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b36,paddle1:b52,paddle2:b53,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000050b00000679000000010000,ASUS ROG Kunai 3,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b21,paddle1:b22,paddle2:b23,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000503200000110000000000000,Atari VCS Classic Controller,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b4,start:b3,platform:Linux, +03000000503200000110000011010000,Atari VCS Classic Controller,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b4,start:b3,platform:Linux, +05000000503200000110000000000000,Atari VCS Classic Controller,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b4,start:b3,platform:Linux, +05000000503200000110000044010000,Atari VCS Classic Controller,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b4,start:b3,platform:Linux, +05000000503200000110000046010000,Atari VCS Classic Controller,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b4,start:b3,platform:Linux, +03000000503200000210000000000000,Atari VCS Modern Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a4,rightx:a2,righty:a3,start:b8,x:b2,y:b3,platform:Linux, +03000000503200000210000011010000,Atari VCS Modern Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +05000000503200000210000000000000,Atari VCS Modern Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +05000000503200000210000045010000,Atari VCS Modern Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +05000000503200000210000046010000,Atari VCS Modern Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +05000000503200000210000047010000,Atari VCS Modern Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b6,lefttrigger:+a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:-a4,rightx:a2,righty:a3,start:b8,x:b2,y:b3,platform:Linux, +030000008a3500000201000011010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000008a3500000202000011010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000008a3500000302000011010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000008a3500000402000011010000,Backbone One,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000c62400001b89000011010000,BDA MOGA XP5X Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000d62000002a79000011010000,BDA PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000c21100000791000011010000,Be1 GC101 Controller 1.03,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000c31100000791000011010000,Be1 GC101 Controller 1.03,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000005e0400008e02000003030000,Be1 GC101 Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000bc2000004d50000011010000,Beitong A1T2 BFM,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000bc2000000055000001000000,Betop AX1 BFM,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000bc2000006412000011010000,Betop Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b30,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000006b1400000209000011010000,Bigben,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000120c0000300e000011010000,Brook Audio Fighting Board PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000120c0000310e000011010000,Brook Audio Fighting Board PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000120c0000200e000011010000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000120c0000210e000011010000,Brook Mars PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000120c0000f70e000011010000,Brook Universal Fighting Board,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000d81d00000b00000010010000,Buffalo BSGP1601,a:b5,b:b3,back:b12,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b8,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b9,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b13,x:b4,y:b2,platform:Linux, +03000000e82000006058000001010000,Cideko AK08b,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000af1e00002400000010010000,Clockwork Pi DevTerm,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b9,x:b3,y:b0,platform:Linux, +030000000b0400003365000000010000,Competition Pro,a:b0,b:b1,back:b2,leftx:a0,lefty:a1,start:b3,platform:Linux, +03000000260900008888000000010000,Cyber Gadget GameCube Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:a5,rightx:a2,righty:a3~,start:b7,x:b2,y:b3,platform:Linux, +03000000a306000022f6000011010000,Cyborg V3 Rumble,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:+a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:-a3,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Linux, +030000005e0400008e02000002010000,Data Frog S80,a:b1,b:b0,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +03000000791d00000103000010010000,Dual Box Wii Classic Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000006f0e00003001000001010000,EA Sports PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000c11100000191000011010000,EasySMX,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000242f00009100000000010000,EasySMX ESM-9101,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006e0500000320000010010000,Elecom U3613M,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Linux, +030000006e0500000720000010010000,Elecom W01U,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Linux, +030000007d0400000640000010010000,Eliminator AfterShock,a:b1,b:b2,back:b9,dpdown:+a3,dpleft:-a5,dpright:+a5,dpup:-a3,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a4,righty:a2,start:b8,x:b0,y:b3,platform:Linux, +03000000430b00000300000000010000,EMS Production PS2 Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a5,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +030000006f0e00008401000011010000,Faceoff Deluxe Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00008101000011010000,Faceoff Deluxe Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00008001000011010000,Faceoff Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000852100000201000010010000,FF GP1,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +05000000b40400001224000001010000,Flydigi APEX 4,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b14,leftshoulder:b4,leftstick:b10,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b20,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000b40400001124000011010000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b14,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000b40400001224000011010000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b2,paddle1:b16,paddle2:b17,paddle3:b14,paddle4:b15,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000151900004000000001000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b14,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000007e0500003703000000000000,GameCube Adapter,a:b0,b:b1,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b2,platform:Linux, +19000000030000000300000002030000,GameForce Controller,a:b1,b:b0,back:b8,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,guide:b16,leftshoulder:b4,leftstick:b14,lefttrigger:b6,leftx:a1,lefty:a0,rightshoulder:b5,rightstick:b15,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +03000000ac0500005b05000010010000,GameSir G3w,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000bc2000000055000011010000,GameSir G3w,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000558500001b06000010010000,GameSir G4 Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000ac0500002d0200001b010000,GameSir G4s,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b33,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000ac0500007a05000011010000,GameSir G5,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b16,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000373500009710000001020000,GameSir Kaleid Flux,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000bc2000005656000011010000,GameSir T4w,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000ac0500001a06000011010000,GameSir-T3 2.02,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +0500000047532047616d657061640000,GameStop Gamepad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000006f0e00000104000000010000,Gamestop Logic3 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000008f0e00000800000010010000,Gasia PlayStation Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000451300000010000010010000,Genius Maxfire Grandias 12,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000f0250000c283000010010000,Gioteck VX2 PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +190000004b4800000010000000010000,GO-Advance Controller,a:b1,b:b0,back:b10,dpdown:b7,dpleft:b8,dpright:b9,dpup:b6,leftshoulder:b4,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b13,start:b15,x:b2,y:b3,platform:Linux, +190000004b4800000010000001010000,GO-Advance Controller,a:b1,b:b0,back:b12,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,leftshoulder:b4,leftstick:b13,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b16,righttrigger:b15,start:b17,x:b2,y:b3,platform:Linux, +190000004b4800000011000000010000,GO-Super Gamepad,a:b0,b:b1,back:b12,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,guide:b16,leftshoulder:b4,leftstick:b14,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b15,righttrigger:b7,rightx:a2,righty:a3,start:b13,x:b3,y:b2,platform:Linux, +03000000f0250000c183000010010000,Goodbetterbest Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d11800000094000011010000,Google Stadia Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +05000000d11800000094000000010000,Google Stadia Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +0300000079000000d418000000010000,GPD Win 2 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000001010000,GPD Win Max 2 6800U Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000007d0400000540000000010000,Gravis Eliminator Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000280400000140000000010000,Gravis GamePad Pro,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000008f0e00000610000000010000,GreenAsia Electronics Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a3,righty:a2,start:b11,x:b3,y:b0,platform:Linux, +030000008f0e00001200000010010000,GreenAsia Joystick,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +0500000047532067616d657061640000,GS gamepad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000f0250000c383000010010000,GT VX2,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +06000000adde0000efbe000002010000,Hidromancer Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d81400000862000011010000,HitBox PS3 PC Analog Mode,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b9,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b12,x:b0,y:b3,platform:Linux, +03000000c9110000f055000011010000,HJC Gamepad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000000d0f00006d00000020010000,Hori EDGE 301,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:+a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f00008400000011010000,Hori Fighting Commander,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00005f00000011010000,Hori Fighting Commander 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00005e00000011010000,Hori Fighting Commander 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000000d0f00005001000009040000,Hori Fighting Commander Octa Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f00008500000010010000,Hori Fighting Commander PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00008600000002010000,Hori Fighting Commander Xbox 360,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000000d0f00003701000013010000,Hori Fighting Stick Mini,a:b1,b:b0,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:a2,rightshoulder:b5,righttrigger:a5,start:b7,x:b3,y:b2,platform:Linux, +030000000d0f00008800000011010000,Hori Fighting Stick mini 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,rightstick:b11,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00008700000011010000,Hori Fighting Stick mini 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,rightshoulder:b5,rightstick:b11,righttrigger:a4,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000000d0f00001000000011010000,Hori Fightstick 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000ad1b000003f5000033050000,Hori Fightstick VX,+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b8,guide:b10,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b2,y:b3,platform:Linux, +030000000d0f00004d00000011010000,Hori Gem Pad 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000ad1b000001f5000033050000,Hori Pad EX Turbo 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f00003801000011010000,Hori PC Engine Mini Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,platform:Linux, +030000000d0f00009200000011010000,Hori Pokken Tournament DX Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00001100000011010000,Hori Real Arcade Pro 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00002200000011010000,Hori Real Arcade Pro 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00006a00000011010000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00006b00000011010000,Hori Real Arcade Pro 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00001600000000010000,Hori Real Arcade Pro EXSE,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b2,y:b3,platform:Linux, +030000000d0f0000aa00000011010000,Hori Real Arcade Pro for Nintendo Switch,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000000d0f00008501000017010000,Hori Split Pad Fit,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f00008501000015010000,Hori Switch Split Pad Pro,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f00006e00000011010000,Horipad 4 PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00006600000011010000,Horipad 4 PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000000d0f0000ee00000011010000,Horipad Mini 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b13,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f0000c100000011010000,Horipad Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f00006700000001010000,Horipad One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f0000ab01000011010000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc2:b2,paddle1:b19,paddle2:b18,paddle3:b15,paddle4:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000000d0f00009601000091000000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc2:b2,paddle1:b19,paddle2:b18,paddle3:b15,paddle4:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000000d0f0000f600000001000000,Horipad Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000341a000005f7000010010000,HuiJia GameCube Controller Adapter,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b0,y:b3,platform:Linux, +05000000242e00000b20000001000000,Hyperkin Admiral N64 Controller,+rightx:b11,+righty:b13,-rightx:b8,-righty:b12,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b5,start:b9,platform:Linux, +03000000242e0000ff0b000011010000,Hyperkin N64 Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a3,start:b9,platform:Linux, +03000000242e00006a38000010010000,Hyperkin Trooper 2,a:b0,b:b1,back:b4,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b3,start:b5,platform:Linux, +03000000242e00008816000001010000,Hyperkin X91,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000f00300008d03000011010000,HyperX Clutch,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000830500006020000010010000,iBuffalo Super Famicom Controller,a:b1,b:b0,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b3,y:b2,platform:Linux, +030000008f0e00001330000001010000,iCode Retro Adapter,b:b3,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b9,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b1,start:b7,x:b2,y:b0,platform:Linux, +050000006964726f69643a636f6e0000,idroidcon Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000b50700001503000010010000,Impact,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Linux, +03000000d80400008200000003000000,IMS PCU0,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b5,x:b3,y:b2,platform:Linux, +03000000120c00000500000010010000,InterAct AxisPad,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Linux, +03000000ef0500000300000000010000,InterAct AxisPad,a:b2,b:b3,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b11,x:b0,y:b1,platform:Linux, +03000000fd0500000030000000010000,InterAct GoPad,a:b3,b:b4,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,x:b0,y:b1,platform:Linux, +03000000fd0500002a26000000010000,InterAct HammerHead FX,a:b3,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b2,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b5,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b0,y:b1,platform:Linux, +0500000049190000020400001b010000,Ipega PG 9069,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b161,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000632500007505000011010000,Ipega PG 9099,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +0500000049190000030400001b010000,Ipega PG9099,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000491900000204000000000000,Ipega PG9118,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000300f00001101000010010000,Jess Tech Colour Rumble Pad,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Linux, +03000000300f00001001000010010000,Jess Tech Dual Analog Rumble,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Linux, +03000000300f00000b01000010010000,Jess Tech GGE909 PC Recoil,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +03000000ba2200002010000001010000,Jess Technology Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +030000007e0500000620000001000000,Joy-Con (L),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b13,leftshoulder:b4,leftstick:b10,rightshoulder:b5,start:b8,x:b2,y:b3,platform:Linux, +050000007e0500000620000001000000,Joy-Con (L),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b13,leftshoulder:b4,leftstick:b10,rightshoulder:b5,start:b8,x:b2,y:b3,platform:Linux, +030000007e0500000720000001000000,Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b12,leftshoulder:b4,leftstick:b11,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Linux, +050000007e0500000720000001000000,Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b1,back:b12,leftshoulder:b4,leftstick:b11,rightshoulder:b5,start:b9,x:b2,y:b3,platform:Linux, +03000000bd12000003c0000010010000,Joypad Alpha Shock,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000242f00002d00000011010000,JYS Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000242f00008a00000011010000,JYS Adapter,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b0,y:b3,platform:Linux, +030000006f0e00000103000000020000,Logic3 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d040000d1ca000000000000,Logitech Chillstream,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d040000d1ca000011010000,Logitech Chillstream,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d04000019c2000010010000,Logitech Cordless RumblePad 2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d04000016c2000010010000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d04000016c2000011010000,Logitech Dual Action,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d0400001dc2000014400000,Logitech F310,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d0400001ec2000019200000,Logitech F510,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d0400001ec2000020200000,Logitech F510,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d04000019c2000011010000,Logitech F710,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d0400001fc2000005030000,Logitech F710,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d04000018c2000010010000,Logitech RumblePad 2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006d04000011c2000010010000,Logitech WingMan Cordless RumblePad,a:b0,b:b1,back:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b5,leftshoulder:b6,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b10,rightx:a3,righty:a4,start:b8,x:b3,y:b4,platform:Linux, +030000006d0400000ac2000010010000,Logitech WingMan RumblePad,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,rightx:a3,righty:a4,x:b3,y:b4,platform:Linux, +05000000380700006652000025010000,Mad Catz CTRLR,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700008532000010010000,Mad Catz Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b5,rightshoulder:b6,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +03000000380700005032000011010000,Mad Catz Fightpad Pro PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700005082000011010000,Mad Catz Fightpad Pro PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000ad1b00002ef0000090040000,Mad Catz Fightpad SFxT,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:a2,rightshoulder:b5,righttrigger:a5,start:b7,x:b2,y:b3,platform:Linux, +03000000380700008031000011010000,Mad Catz FightStick Alpha PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700008081000011010000,Mad Catz FightStick Alpha PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700008034000011010000,Mad Catz Fightstick PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700008084000011010000,Mad Catz Fightstick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000380700008433000011010000,Mad Catz Fightstick TE S PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700008483000011010000,Mad Catz Fightstick TE S PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000380700001888000010010000,Mad Catz Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700003888000010010000,Mad Catz Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:a0,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000380700001647000010040000,Mad Catz Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000380700003847000090040000,Mad Catz Xbox 360 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000ad1b000016f0000090040000,Mad Catz Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000120c00000500000000010000,Manta DualShock 2,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +030000008f0e00001330000010010000,Mayflash Controller Adapter,a:b1,b:b2,back:b8,dpdown:h0.8,dpleft:h0.2,dpright:h0.1,dpup:h0.4,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a3~,righty:a2,start:b9,x:b0,y:b3,platform:Linux, +03000000790000004318000010010000,Mayflash GameCube Adapter,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +03000000790000004418000010010000,Mayflash GameCube Controller,a:b1,b:b0,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +03000000242f00007300000011010000,Mayflash Magic NS,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b0,y:b3,platform:Linux, +0300000079000000d218000011010000,Mayflash Magic NS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d620000010a7000011010000,Mayflash Magic NS,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000242f0000f700000001010000,Mayflash Magic S Pro,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000008f0e00001030000010010000,Mayflash Saturn Adapter,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,lefttrigger:b7,rightshoulder:b6,righttrigger:b2,start:b9,x:b3,y:b4,platform:Linux, +0300000025090000e803000001010000,Mayflash Wii Classic Adapter,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:a4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:a5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Linux, +03000000790000000318000011010000,Mayflash Wii DolphinBar,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Linux, +03000000790000000018000011010000,Mayflash Wii U Pro Adapter,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000b50700001203000010010000,Mega World Logic 3 Controller,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Linux, +03000000b50700004f00000000010000,Mega World Logic 3 Controller,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b1,platform:Linux, +03000000780000000600000010010000,Microntek Joystick,a:b2,b:b1,back:b8,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux, +030000005e0400002800000000010000,Microsoft Dual Strike,a:b3,b:b2,back:b4,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,lefttrigger:b8,rightshoulder:b7,rightx:a0,righty:a1~,start:b5,x:b1,y:b0,platform:Linux, +030000005e0400000300000000010000,Microsoft SideWinder,a:b0,b:b1,back:b9,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Linux, +030000005e0400000700000000010000,Microsoft SideWinder,a:b0,b:b1,back:b8,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b2,start:b9,x:b3,y:b4,platform:Linux, +030000005e0400000e00000000010000,Microsoft SideWinder Freestyle Pro,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,rightshoulder:b7,start:b8,x:b3,y:b4,platform:Linux, +030000005e0400002700000000010000,Microsoft SideWinder Plug and Play,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,lefttrigger:b4,righttrigger:b5,x:b2,y:b3,platform:Linux, +030000005e0400008502000000010000,Microsoft Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b4,platform:Linux, +030000005e0400008902000021010000,Microsoft Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b4,platform:Linux, +030000005e0400008e02000001000000,Microsoft Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.1,dpleft:h0.2,dpright:h0.8,dpup:h0.4,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000004010000,Microsoft Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000056210000,Microsoft Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000062230000,Microsoft Xbox 360,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000d102000001010000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000d102000003020000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000dd02000003020000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000ea02000008040000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000ea0200000f050000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000120b000009050000,Microsoft Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000e302000003020000,Microsoft Xbox One Elite,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000000b000007040000,Microsoft Xbox One Elite 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b12,paddle2:b14,paddle3:b13,paddle4:b15,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000000b000008040000,Microsoft Xbox One Elite 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b12,paddle2:b14,paddle3:b13,paddle4:b15,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000005e040000050b000003090000,Microsoft Xbox One Elite 2,a:b0,b:b1,back:b17,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a6,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e0400008e02000030110000,Microsoft Xbox One Elite 2,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b13,paddle3:b12,paddle4:b14,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b00000b050000,Microsoft Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000016050000,Microsoft Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000017050000,Microsoft Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000120b000001050000,Microsoft Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000030000000300000002000000,Miroof,a:b1,b:b0,back:b6,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b3,y:b2,platform:Linux, +03000000790000001c18000010010000,Mobapad Chitu HD,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000004d4f435554452d3035335800,Mocute 053X,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +05000000e80400006e0400001b010000,Mocute 053X M59,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000004d4f435554452d3035305800,Mocute 054X,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000d6200000e589000001000000,Moga 2,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Linux, +05000000d6200000ad0d000001000000,Moga Pro,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Linux, +05000000d62000007162000001000000,Moga Pro 2,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Linux, +03000000c62400002b89000011010000,MOGA XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c62400002a89000000010000,MOGA XP5A Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b22,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000c62400001a89000000010000,MOGA XP5X Plus,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000250900006688000000010000,MP8866 Super Dual Box,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Linux, +030000005e0400008e02000010020000,MSI GC20 V2,a:b0,b:b1,back:b6,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000f70600000100000000010000,N64 Adaptoid,+rightx:b2,+righty:b1,-rightx:b4,-righty:b5,a:b0,b:b3,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b6,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b7,start:b8,platform:Linux, +030000006b1400000906000014010000,Nacon Asymmetric Wireless PS4 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006b140000010c000010010000,Nacon GC 400ES,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +03000000853200000706000012010000,Nacon GC-100,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +05000000853200000503000000010000,Nacon MG-X Pro,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +0300000085320000170d000011010000,Nacon Revolution 5 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +0300000085320000190d000011010000,Nacon Revolution 5 Pro,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000000d0f00000900000010010000,Natec Genesis P44,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000004f1f00000800000011010000,NeoGeo PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +0300000092120000474e000000010000,NeoGeo X Arcade Stick,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,start:b9,x:b3,y:b2,platform:Linux, +03000000790000004518000010010000,Nexilux GameCube Controller Adapter,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +030000001008000001e5000010010000,NEXT SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,righttrigger:b6,start:b9,x:b3,y:b0,platform:Linux, +060000007e0500003713000000000000,Nintendo 3DS,a:b0,b:b1,back:b8,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Linux, +030000007e0500003703000000016800,Nintendo GameCube Controller,a:b0,b:b2,dpdown:b6,dpleft:b4,dpright:b5,dpup:b7,lefttrigger:a4,leftx:a0,lefty:a1~,rightshoulder:b9,righttrigger:a5,rightx:a2,righty:a3~,start:b8,x:b1,y:b3,platform:Linux, +03000000790000004618000010010000,Nintendo GameCube Controller Adapter,a:b1,b:b0,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a5~,righty:a2~,start:b9,x:b2,y:b3,platform:Linux, +030000007e0500006920000011010000,Nintendo Switch 2 Pro Controller,a:b0,b:b1,back:b14,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b12,leftstick:b15,lefttrigger:b13,leftx:a0,lefty:a1~,misc1:b17,misc2:b20,paddle1:b18,paddle2:b19,rightshoulder:b4,rightstick:b7,righttrigger:b5,rightx:a2,righty:a3~,start:b6,x:b2,y:b3,platform:Linux, +060000004e696e74656e646f20537700,Nintendo Switch Combined Joy-Cons,a:b0,b:b1,back:b9,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,misc1:b4,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,platform:Linux, +060000007e0500000620000000000000,Nintendo Switch Combined Joy-Cons,a:b0,b:b1,back:b9,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,misc1:b4,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,platform:Linux, +060000007e0500000820000000000000,Nintendo Switch Combined Joy-Cons,a:b0,b:b1,back:b9,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,misc1:b4,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,platform:Linux, +050000004c69632050726f20436f6e00,Nintendo Switch Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +050000007e0500000620000001800000,Nintendo Switch Left Joy-Con,a:b16,b:b15,back:b4,leftshoulder:b6,leftstick:b12,leftx:a1,lefty:a0~,rightshoulder:b8,start:b9,x:b14,y:b17,platform:Linux, +030000007e0500000920000000026803,Nintendo Switch Pro Controller,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Linux, +030000007e0500000920000011810000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,misc1:b4,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,platform:Linux, +050000007e0500000920000001000000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +050000007e0500000920000001800000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,misc1:b4,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,platform:Linux, +050000007e0500000720000001800000,Nintendo Switch Right Joy-Con,a:b1,b:b2,back:b9,leftshoulder:b4,leftstick:b10,leftx:a1~,lefty:a0,rightshoulder:b6,start:b8,x:b0,y:b3,platform:Linux, +05000000010000000100000003000000,Nintendo Wii Remote,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +050000007e0500003003000001000000,Nintendo Wii U Pro Controller,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Linux, +050000005a1d00000218000003000000,Nokia GC 5000,a:b9,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000000d0500000308000010010000,Nostromo n45 Dual Analog,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b12,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b10,x:b2,y:b3,platform:Linux, +030000007e0500007320000011010000,NSO GameCube Controller,a:b1,b:b3,dpdown:b8,dpleft:b10,dpright:b9,dpup:b11,guide:b16,leftshoulder:b13,lefttrigger:b12,leftx:a0,lefty:a1~,rightshoulder:b5,righttrigger:b4,rightx:a2,righty:a3~,start:b6,x:b0,y:b2,platform:Linux, +030000007e0500001920000011810000,NSO N64 Controller,+rightx:b2,+righty:b3,-rightx:b4,-righty:b10,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b5,rightshoulder:b7,righttrigger:b9,start:b11,platform:Linux, +050000007e0500001920000001000000,NSO N64 Controller,+rightx:b8,+righty:b7,-rightx:b3,-righty:b2,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,righttrigger:b10,start:b9,platform:Linux, +050000007e0500001920000001800000,NSO N64 Controller,+rightx:b2,+righty:b3,-rightx:b4,-righty:b10,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b5,rightshoulder:b7,righttrigger:b9,start:b11,platform:Linux, +030000007e0500001e20000011810000,NSO Sega Genesis Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,misc1:b3,rightshoulder:b2,righttrigger:b4,start:b5,platform:Linux, +030000007e0500001720000011810000,NSO SNES Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b3,y:b2,platform:Linux, +050000007e0500001720000001000000,NSO SNES Controller,a:b0,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,lefttrigger:b7,rightshoulder:b6,righttrigger:b8,start:b10,x:b3,y:b2,platform:Linux, +050000007e0500001720000001800000,NSO SNES Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b3,y:b2,platform:Linux, +03000000550900001072000011010000,NVIDIA Controller,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b13,leftshoulder:b4,leftstick:b8,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +03000000550900001472000011010000,NVIDIA Controller,a:b0,b:b1,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b4,leftstick:b7,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b8,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Linux, +05000000550900001472000001000000,NVIDIA Controller,a:b0,b:b1,back:b14,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b4,leftstick:b7,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b8,rightshoulder:b5,rightstick:b8,righttrigger:a4,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Linux, +030000004b120000014d000000010000,NYKO Airflo EX,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +03000000451300000830000010010000,NYKO CORE,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +19000000010000000100000001010000,ODROID Go 2,a:b1,b:b0,dpdown:b7,dpleft:b8,dpright:b9,dpup:b6,guide:b10,leftshoulder:b4,leftstick:b12,lefttrigger:b11,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b13,righttrigger:b14,start:b15,x:b2,y:b3,platform:Linux, +19000000010000000200000011000000,ODROID Go 2,a:b1,b:b0,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,guide:b12,leftshoulder:b4,leftstick:b14,lefttrigger:b13,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b15,righttrigger:b16,start:b17,x:b2,y:b3,platform:Linux, +05000000362800000100000002010000,OUYA Controller,a:b0,b:b3,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,guide:b14,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,x:b1,y:b2,platform:Linux, +05000000362800000100000003010000,OUYA Controller,a:b0,b:b3,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,guide:b14,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,x:b1,y:b2,platform:Linux, +05000000362800000100000004010000,OUYA Controller,a:b0,b:b3,back:b14,dpdown:b9,dpleft:b10,dpright:b11,dpup:b8,leftshoulder:b4,leftstick:b6,lefttrigger:b12,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:b13,rightx:a3,righty:a4,start:b16,x:b1,y:b2,platform:Linux, +03000000830500005020000010010000,Padix Rockfire PlayStation Bridge,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b11,x:b2,y:b3,platform:Linux, +03000000ff1100003133000010010000,PC Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000006f0e0000b802000001010000,PDP Afterglow Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000b802000013020000,PDP Afterglow Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00006401000001010000,PDP Battlefield One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000d702000006640000,PDP Black Camo Wired Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:b13,dpleft:b14,dpright:b13,dpup:b14,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00003101000000010000,PDP EA Sports Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00008501000011010000,PDP Fightpad Pro Gamecube Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000006f0e0000c802000012010000,PDP Kingdom Hearts Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00002801000011010000,PDP PS3 Rock Candy Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00000901000011010000,PDP PS3 Versus Fighting,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00002f01000011010000,PDP Wired PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000ad1b000004f9000000010000,PDP Xbox 360 Versus Fighting,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:a2,rightshoulder:b5,righttrigger:a5,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000f102000000000000,PDP Xbox Atomic,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000a802000023020000,PDP Xbox One Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000006f0e0000a702000023020000,PDP Xbox One Raven Black,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000d802000006640000,PDP Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e0000ef02000007640000,PDP Xbox Series Kinetic Wired Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c62400000053000000010000,PowerA,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c62400003a54000001010000,PowerA 1428124-01,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000540000001010000,PowerA Advantage Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d620000011a7000011010000,PowerA Core Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000dd62000015a7000011010000,PowerA Fusion Nintendo Switch Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d620000012a7000011010000,PowerA Fusion Nintendo Switch Fight Pad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d62000000140000001010000,PowerA Fusion Pro 2 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000dd62000016a7000000000000,PowerA Fusion Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000c62400001a53000000010000,PowerA Mini Pro Ex,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d620000013a7000011010000,PowerA Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d62000006dca000011010000,PowerA Pro Ex,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000d620000014a7000011010000,PowerA Spectra Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000c62400001a58000001010000,PowerA Xbox One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000220000001010000,PowerA Xbox One Controller,a:b0,b:b1,back:b7,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Linux, +03000000d62000000228000001010000,PowerA Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c62400001a54000001010000,PowerA Xbox One Mini Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000240000001010000,PowerA Xbox One Spectra Infinity,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000520000050010000,PowerA Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000b20000001010000,PowerA Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000d62000000f20000001010000,PowerA Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b7,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006d040000d2ca000011010000,Precision Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000250900000017000010010000,PS/SS/N64 Adapter,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b5,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2~,righty:a3,start:b8,platform:Linux, +03000000ff1100004133000010010000,PS2 Controller,a:b2,b:b1,back:b8,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux, +03000000341a00003608000011010000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000004c0500006802000010010000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +030000004c0500006802000010810000,PS3 Controller,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000004c0500006802000011010000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +030000004c0500006802000011810000,PS3 Controller,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000005f1400003102000010010000,PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000006f0e00001402000011010000,PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000008f0e00000300000010010000,PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +050000004c0500006802000000000000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +050000004c0500006802000000010000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:a12,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:a13,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +050000004c0500006802000000800000,PS3 Controller,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c0500006802000000810000,PS3 Controller,a:b0,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +05000000504c415953544154494f4e00,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +060000004c0500006802000000010000,PS3 Controller,a:b14,b:b13,back:b0,dpdown:b6,dpleft:b7,dpright:b5,dpup:b4,guide:b16,leftshoulder:b10,leftstick:b1,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b11,rightstick:b2,righttrigger:b9,rightx:a2,righty:a3,start:b3,x:b15,y:b12,platform:Linux, +030000004c050000a00b000011010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000a00b000011810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000004c050000c405000000810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000004c050000c405000011010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000c405000011810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000004c050000cc09000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000cc09000011010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000cc09000011810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +03000000c01100000140000011010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +050000004c050000c405000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +050000004c050000c405000000810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c050000c405000001800000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c050000cc09000000010000,PS4 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +050000004c050000cc09000000810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c050000cc09000001800000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +0300004b4c0500005f0e000011010000,PS5 Access Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000e60c000011010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000e60c000011810000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +030000004c050000f20d000011010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b14,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000004c050000f20d000011810000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c050000e60c000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +050000004c050000e60c000000810000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +050000004c050000f20d000000010000,PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +050000004c050000f20d000000810000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux, +03000000300f00001211000011010000,Qanba Arcade Joystick,a:b2,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b5,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b6,start:b9,x:b1,y:b3,platform:Linux, +03000000222c00000225000011010000,Qanba Dragon Arcade Joystick PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000222c00000025000011010000,Qanba Dragon Arcade Joystick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000222c00001220000011010000,Qanba Drone 2 Arcade Joystick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000222c00001020000011010000,Qanba Drone 2 Arcade Joystick PS5,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000222c00000020000011010000,Qanba Drone Arcade PS4 Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,rightshoulder:b5,righttrigger:a4,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000300f00001210000010010000,Qanba Joystick Plus,a:b0,b:b1,back:b8,leftshoulder:b5,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b4,righttrigger:b6,start:b9,x:b2,y:b3,platform:Linux, +03000000222c00000223000011010000,Qanba Obsidian Arcade Joystick PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000222c00000023000011010000,Qanba Obsidian Arcade Joystick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000009b2800000300000001010000,Raphnet 4nes4snes,a:b0,b:b4,back:b2,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Linux, +030000009b2800004200000001010000,Raphnet Dual NES Adapter,a:b0,b:b1,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b3,platform:Linux, +0300132d9b2800006500000000000000,Raphnet GameCube Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Linux, +0300132d9b2800006500000001010000,Raphnet GameCube Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Linux, +030000009b2800003200000001010000,Raphnet GC and N64 Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Linux, +030000009b2800006000000001010000,Raphnet GC and N64 Adapter,a:b0,b:b7,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b2,righttrigger:b5,rightx:a3,righty:a4,start:b3,x:b1,y:b8,platform:Linux, +030000009b2800006100000001010000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Linux, +030000009b2800006400000001010000,Raphnet N64 Adapter,+rightx:b9,+righty:b7,-rightx:b8,-righty:b6,a:b0,b:b1,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,leftshoulder:b4,lefttrigger:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Linux, +030000009b2800008000000020020000,Raphnet Wii Classic Adapter,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Linux, +030000009b2800008000000001010000,Raphnet Wii Classic Adapter V3,a:b1,b:b4,back:b2,dpdown:b13,dpleft:b14,dpright:b15,dpup:b12,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b5,platform:Linux, +03000000f8270000bf0b000011010000,Razer Kishi,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000008916000001fd000024010000,Razer Onza Classic Edition,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000321500000204000011010000,Razer Panthera PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000321500000104000011010000,Razer Panthera PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000321500000810000011010000,Razer Panthera PS4 Evo Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b13,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000321500000010000011010000,Razer Raiju,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000321500000507000000010000,Razer Raiju Mobile,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000321500000a10000001000000,Razer Raiju Tournament Edition,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b13,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000321500000011000011010000,Razer Raion PS4 Fightpad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000008916000000fe000024010000,Razer Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c6240000045d000024010000,Razer Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c6240000045d000025010000,Razer Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000321500000009000011010000,Razer Serval,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +050000003215000000090000163a0000,Razer Serval,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +0300000032150000030a000001010000,Razer Wildcat,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000321500000b10000011010000,Razer Wolverine PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +0300000032150000140a000001010000,Razer Wolverine Ultimate Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000000d0f0000c100000010010000,Retro Bit Legacy16,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b12,leftshoulder:b4,lefttrigger:b6,misc1:b13,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux, +030000000d0f0000c100000072056800,Retro Bit Legacy16,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b5,leftshoulder:b9,lefttrigger:+a4,misc1:b11,rightshoulder:b10,righttrigger:+a5,start:b6,x:b3,y:b2,platform:Linux, +03000000790000001100000010010000,Retro Controller,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,start:b9,x:b0,y:b3,platform:Linux, +0300000003040000c197000011010000,Retrode Adapter,a:b0,b:b4,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b1,y:b5,platform:Linux, +190000004b4800000111000000010000,RetroGame Joypad,a:b1,b:b0,back:b8,dpdown:b14,dpleft:b15,dpright:b16,dpup:b13,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +0300000081170000990a000001010000,Retronic Adapter,a:b0,leftx:a0,lefty:a1,platform:Linux, +0300000000f000000300000000010000,RetroPad,a:b1,b:b5,back:b2,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,start:b3,x:b0,y:b4,platform:Linux, +00000000526574726f53746f6e653200,RetroStone 2 Controller,a:b1,b:b0,back:b10,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,leftshoulder:b6,lefttrigger:b8,rightshoulder:b7,righttrigger:b9,start:b11,x:b4,y:b3,platform:Linux, +03000000341200000400000000010000,RetroUSB N64 RetroPort,+rightx:b8,+righty:b10,-rightx:b9,-righty:b11,a:b7,b:b6,dpdown:b2,dpleft:b1,dpright:b0,dpup:b3,leftshoulder:b13,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b12,start:b4,platform:Linux, +030000006b140000010d000011010000,Revolution Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000006b140000130d000011010000,Revolution Pro Controller 3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00001f01000000010000,Rock Candy,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00008701000011010000,Rock Candy Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00001e01000011010000,Rock Candy PS3 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000c6240000fefa000000010000,Rock Candy Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00004601000001010000,Rock Candy Xbox One Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00001311000011010000,Saffun Controller,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b0,platform:Linux, +03000000a306000023f6000011010000,Saitek Cyborg PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Linux, +03000000a30600001005000000010000,Saitek P150,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b7,lefttrigger:b6,rightshoulder:b2,righttrigger:b5,x:b3,y:b4,platform:Linux, +03000000a30600000701000000010000,Saitek P220,a:b2,b:b3,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,x:b0,y:b1,platform:Linux, +03000000a30600000cff000010010000,Saitek P2500 Force Rumble,a:b2,b:b3,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,start:b10,x:b0,y:b1,platform:Linux, +03000000a30600000d5f000010010000,Saitek P2600,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b11,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a3,righty:a2,start:b8,x:b0,y:b3,platform:Linux, +03000000a30600000c04000011010000,Saitek P2900,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b12,x:b0,y:b3,platform:Linux, +03000000a306000018f5000010010000,Saitek P3200 Rumble,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Linux, +03000000300f00001201000010010000,Saitek P380,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Linux, +03000000a30600000901000000010000,Saitek P880,a:b2,b:b3,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a3,righty:a2,x:b0,y:b1,platform:Linux, +03000000a30600000b04000000010000,Saitek P990 Dual Analog,a:b1,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b8,x:b0,y:b3,platform:Linux, +03000000a306000020f6000011010000,Saitek PS2700 Rumble,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Linux, +05000000e804000000a000001b010000,Samsung EIGP20,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000d81d00000e00000010010000,Savior,a:b0,b:b1,back:b8,leftshoulder:b6,leftstick:b10,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b11,righttrigger:b3,start:b9,x:b4,y:b5,platform:Linux, +03000000952e00004b43000011010000,Scuf Envision,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b9,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Linux, +03000000952e00004d43000011010000,Scuf Envision,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b9,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Linux, +03000000952e00004e43000011010000,Scuf Envision,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b9,righttrigger:a4,rightx:a2,righty:a5,start:b7,x:b2,y:b3,platform:Linux, +03000000a30c00002500000011010000,Sega Genesis Mini 3B Controller,a:b2,b:b1,dpdown:+a4,dpleft:-a3,dpright:+a3,dpup:-a4,righttrigger:b5,start:b9,platform:Linux, +03000000790000001100000011010000,Sega Saturn,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b4,start:b9,x:b0,y:b3,platform:Linux, +03000000790000002201000011010000,Sega Saturn,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b5,rightshoulder:b6,righttrigger:b7,start:b9,x:b2,y:b3,platform:Linux, +03000000b40400000a01000000010000,Sega Saturn,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Linux, +03000000632500002305000010010000,ShanWan Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000632500002605000010010000,Shanwan Gamepad,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000632500007505000010010000,Shanwan Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000bc2000000055000010010000,Shanwan Gamepad,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000f025000021c1000010010000,Shanwan Gioteck PS3 Controller,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000341a00000908000010010000,SL6566,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +030000004b2900000430000011000000,Snakebyte Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000004c050000cc09000001000000,Sony DualShock 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +03000000666600006706000000010000,Sony PlayStation Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b9,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b10,righttrigger:b5,rightx:a2,righty:a3,start:b11,x:b3,y:b0,platform:Linux, +030000004c050000da0c000011010000,Sony PlayStation Controller,a:b2,b:b1,back:b8,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux, +03000000d9040000160f000000010000,Sony PlayStation Controller Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +03000000ff000000cb01000010010000,Sony PlayStation Portable,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Linux, +030000004c0500003713000011010000,Sony PlayStation Vita,a:b1,b:b2,back:b8,dpdown:b13,dpleft:b15,dpright:b14,dpup:b12,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Linux, +03000000250900000500000000010000,Sony PS2 pad with SmartJoy Adapter,a:b2,b:b1,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Linux, +030000005e0400008e02000073050000,Speedlink Torid,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000020200000,SpeedLink Xeox Pro Analog,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000de2800000112000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +03000000de2800000112000011010000,Steam Controller,a:b2,b:b3,back:b10,dpdown:+a5,dpleft:-a4,dpright:+a4,dpup:-a5,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a7,leftx:a0,lefty:a1,paddle1:b15,paddle2:b16,rightshoulder:b7,rightstick:b14,righttrigger:a6,rightx:a2,righty:a3,start:b11,x:b4,y:b5,platform:Linux, +03000000de2800000211000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +03000000de2800000211000011010000,Steam Controller,a:b2,b:b3,back:b10,dpdown:b18,dpleft:b19,dpright:b20,dpup:b17,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,paddle1:b16,paddle2:b15,rightshoulder:b7,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b4,y:b5,platform:Linux, +03000000de2800004211000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +03000000de2800004211000011010000,Steam Controller,a:b2,b:b3,back:b10,dpdown:b18,dpleft:b19,dpright:b20,dpup:b17,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a7,leftx:a0,lefty:a1,paddle1:b16,paddle2:b15,rightshoulder:b7,righttrigger:a6,rightx:a2,righty:a3,start:b11,x:b4,y:b5,platform:Linux, +03000000de280000fc11000001000000,Steam Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +05000000de2800000212000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +05000000de2800000511000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +05000000de2800000611000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b10,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Linux, +03000000de2800000512000010010000,Steam Deck,a:b3,b:b4,back:b11,dpdown:b17,dpleft:b18,dpright:b19,dpup:b16,guide:b13,leftshoulder:b7,leftstick:b14,lefttrigger:a9,leftx:a0,lefty:a1,rightshoulder:b8,rightstick:b15,righttrigger:a8,rightx:a2,righty:a3,start:b12,x:b5,y:b6,platform:Linux, +03000000de2800000512000011010000,Steam Deck,a:b3,b:b4,back:b11,dpdown:b17,dpleft:b18,dpright:b19,dpup:b16,guide:b13,leftshoulder:b7,leftstick:b14,lefttrigger:a9,leftx:a0,lefty:a1,misc1:b2,paddle1:b21,paddle2:b20,paddle3:b23,paddle4:b22,rightshoulder:b8,rightstick:b15,righttrigger:a8,rightx:a2,righty:a3,start:b12,x:b5,y:b6,platform:Linux, +03000000de280000ff11000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000004e696d6275732b0000000000,SteelSeries Nimbus Plus,a:b0,b:b1,back:b10,guide:b11,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b12,x:b2,y:b3,platform:Linux, +03000000381000003014000075010000,SteelSeries Stratus Duo,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000381000003114000075010000,SteelSeries Stratus Duo,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +0500000011010000311400001b010000,SteelSeries Stratus Duo,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b32,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +05000000110100001914000009010000,SteelSeries Stratus XL,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000ad1b000038f0000090040000,Street Fighter IV Fightstick TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000003b07000004a1000000010000,Suncom SFX Plus,a:b0,b:b2,back:b7,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b9,righttrigger:b5,start:b8,x:b1,y:b3,platform:Linux, +030000001f08000001e4000010010000,Super Famicom Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Linux, +03000000666600000488000000010000,Super Joy Box 5 Pro,a:b2,b:b1,back:b9,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Linux, +0300000000f00000f100000000010000,Super RetroPort,a:b1,b:b5,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b4,platform:Linux, +030000008f0e00000d31000010010000,SZMY Power 3 Turbo,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000457500000401000011010000,SZMY Power DS4 Wired Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000457500002211000010010000,SZMY Power Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +030000008f0e00001431000010010000,SZMY Power PS3,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000e40a00000307000011010000,Taito Egret II Mini Control Panel,a:b4,b:b2,back:b6,guide:b9,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Linux, +03000000e40a00000207000011010000,Taito Egret II Mini Controller,a:b4,b:b2,back:b6,guide:b9,leftx:a0,lefty:a1,rightshoulder:b0,righttrigger:b1,start:b7,x:b8,y:b3,platform:Linux, +03000000ba2200000701000001010000,Technology Innovation PS2 Adapter,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a5,righty:a2,start:b9,x:b3,y:b2,platform:Linux, +03000000790000001c18000011010000,TGZ Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b15,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000591c00002400000010010000,THEC64 Joystick,a:b0,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Linux, +03000000591c00002600000010010000,THEGamepad,a:b2,b:b1,back:b6,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b3,y:b0,platform:Linux, +030000004f04000015b3000001010000,Thrustmaster Dual Analog 3.2,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Linux, +030000004f04000015b3000010010000,Thrustmaster Dual Analog 4,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Linux, +030000004f04000020b3000010010000,Thrustmaster Dual Trigger,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Linux, +030000004f04000023b3000000010000,Thrustmaster Dual Trigger PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000004f0400000ed0000011010000,Thrustmaster eSwap Pro Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000b50700000399000000010000,Thrustmaster Firestorm Digital 2,a:b2,b:b4,back:b11,leftshoulder:b6,leftstick:b10,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b8,rightstick:b0,righttrigger:b9,start:b1,x:b3,y:b5,platform:Linux, +030000004f04000003b3000010010000,Thrustmaster Firestorm Dual Analog 2,a:b0,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b9,rightx:a2,righty:a3,x:b1,y:b3,platform:Linux, +030000004f04000000b3000010010000,Thrustmaster Firestorm Dual Power,a:b0,b:b2,back:b9,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b11,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b1,y:b3,platform:Linux, +030000004f04000004b3000010010000,Thrustmaster Firestorm Dual Power,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Linux, +030000004f04000026b3000002040000,Thrustmaster GP XID,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c6240000025b000002020000,Thrustmaster GPX,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000004f04000008d0000000010000,Thrustmaster Run N Drive PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000004f04000009d0000000010000,Thrustmaster Run N Drive PlayStation Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000004f04000007d0000000010000,Thrustmaster T Mini,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +030000004f04000012b3000010010000,Thrustmaster Vibrating Gamepad,a:b0,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b1,y:b3,platform:Linux, +03000000571d00002000000010010000,Tomee SNES Adapter,a:b0,b:b1,back:b6,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b7,x:b2,y:b3,platform:Linux, +03000000bd12000015d0000010010000,Tomee SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Linux, +03000000d814000007cd000011010000,Toodles 2008 Chimp PC PS3,a:b0,b:b1,back:b8,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,start:b9,x:b3,y:b2,platform:Linux, +030000005e0400008e02000070050000,Torid,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000c01100000591000011010000,Torid,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +03000000680a00000300000003000000,TRBot Virtual Joypad,a:b11,b:b12,back:b15,dpdown:b6,dpleft:b3,dpright:b4,dpup:b5,leftshoulder:b17,leftstick:b21,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b22,righttrigger:a2,rightx:a3,righty:a4,start:b16,x:b13,y:b14,platform:Linux, +03000000780300000300000003000000,TRBot Virtual Joypad,a:b11,b:b12,back:b15,dpdown:b6,dpleft:b3,dpright:b4,dpup:b5,leftshoulder:b17,leftstick:b21,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b22,righttrigger:a2,rightx:a3,righty:a4,start:b16,x:b13,y:b14,platform:Linux, +03000000e00d00000300000003000000,TRBot Virtual Joypad,a:b11,b:b12,back:b15,dpdown:b6,dpleft:b3,dpright:b4,dpup:b5,leftshoulder:b17,leftstick:b21,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b22,righttrigger:a2,rightx:a3,righty:a4,start:b16,x:b13,y:b14,platform:Linux, +03000000f00600000300000003000000,TRBot Virtual Joypad,a:b11,b:b12,back:b15,dpdown:b6,dpleft:b3,dpright:b4,dpup:b5,leftshoulder:b17,leftstick:b21,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b22,righttrigger:a2,rightx:a3,righty:a4,start:b16,x:b13,y:b14,platform:Linux, +030000005f140000c501000010010000,Trust Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux, +06000000f51000000870000003010000,Turtle Beach Recon,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000100800000100000010010000,Twin PS2 Adapter,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +03000000151900005678000010010000,Uniplay U6,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000100800000300000010010000,USB Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b3,y:b0,platform:Linux, +03000000790000000600000007010000,USB gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b3,y:b0,platform:Linux, +03000000790000001100000000010000,USB Gamepad,a:b2,b:b1,back:b8,dpdown:a0,dpleft:a1,dpright:a2,dpup:a4,start:b9,platform:Linux, +03000000790000001a18000011010000,Venom PS4 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux, +03000000790000001b18000011010000,Venom PS4 Arcade Joystick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +030000006f0e00000302000011010000,Victrix Pro Fightstick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +030000006f0e00000702000011010000,Victrix Pro Fightstick PS4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux, +05000000ac0500003232000001000000,VR Box Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a3,righty:a2,start:b9,x:b2,y:b3,platform:Linux, +05000000434f4d4d414e440000000000,VX Gaming Command Series,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +0000000058626f782033363020576900,Xbox 360 Controller,a:b0,b:b1,back:b14,dpdown:b11,dpleft:b12,dpright:b13,dpup:b10,guide:b7,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Linux, +030000005e0400001907000000010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000010010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000014010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400009102000007010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000a102000000010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000a102000007010000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000a102000030060000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00001503000000020000,Xbox 360 Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400008e02000000010000,Xbox 360 EasySMX,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000a102000014010000,Xbox 360 Receiver,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +0000000058626f782047616d65706100,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux, +030000005e0400000202000000010000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b4,platform:Linux, +030000005e0400008e02000072050000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000006f0e00001304000000010000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000ffff0000ffff000000010000,Xbox Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b5,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b2,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b3,y:b4,platform:Linux, +030000005e0400000a0b000005040000,Xbox One Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b11,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b2,platform:Linux, +030000005e040000d102000002010000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000ea02000000000000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000ea02000001030000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000005e040000e002000003090000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000005e040000fd02000003090000,Xbox One Controller,a:b0,b:b1,back:b15,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b16,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000fd02000030110000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000dd02000003020000,Xbox One Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000005e040000e302000002090000,Xbox One Elite,a:b0,b:b1,back:b136,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a6,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000220b000013050000,Xbox One Elite 2 Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000050b000002090000,Xbox One Elite Series 2,a:b0,b:b1,back:b136,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a6,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a5,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +030000005e040000ea02000011050000,Xbox One S Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000ea02000015050000,Xbox One S Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000ea0200000b050000,Xbox One S Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000ea0200000d050000,Xbox One S Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000ea02000016050000,Xbox One S Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000001050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000005050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000007050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000009050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b00000d050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b00000f050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000011050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000014050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000120b000015050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +030000005e040000130b000005050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000001050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000005050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000007050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000009050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000011050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000013050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000015050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000130b000017050000,Xbox Series Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +060000005e040000120b000007050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000120b00000b050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000120b00000d050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +060000005e040000120b00000f050000,Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +050000005e040000130b000022050000,Xbox Series X Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b15,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000200b000013050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000200b000017050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +050000005e040000220b000017050000,Xbox Wireless Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux, +03000000450c00002043000010010000,XEOX SL6556 BK,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux, +05000000172700004431000029010000,XiaoMi Controller,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b20,leftshoulder:b6,leftstick:b13,lefttrigger:a7,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a6,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Linux, +03000000c0160000e105000001010000,XinMo Dual Arcade,a:b4,b:b3,back:b6,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b9,leftshoulder:b2,leftx:a0,lefty:a1,rightshoulder:b5,start:b7,x:b1,y:b0,platform:Linux, +030000005e0400008e02000020010000,XInput Adapter,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux, +03000000120c0000100e000011010000,Zeroplus P4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, +03000000120c0000101e000011010000,Zeroplus P4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux, + +# Android +38653964633230666463343334313533,8BitDo Adapter,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +36666264316630653965636634386234,8BitDo Adapter 2,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38426974446f20417263616465205374,8BitDo Arcade Stick,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b5,leftshoulder:b9,lefttrigger:a4,rightshoulder:b10,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +61393962646434393836356631636132,8BitDo Arcade Stick,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b19,y:b2,platform:Android, +64323139346131306233636562663738,8BitDo Arcade Stick,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b19,y:b2,platform:Android, +64643565386136613265663236636564,8BitDo Arcade Stick,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b19,y:b2,platform:Android, +33313433353539306634656436353432,8BitDo Dogbone,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38426974446f20446f67626f6e65204d,8BitDo Dogbone,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b6,platform:Android, +34343439373236623466343934376233,8BitDo FC30 Pro,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b28,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b4,rightstick:b29,righttrigger:b7,start:b5,x:b30,y:b2,platform:Android, +38426974446f204e4743204d6f646b69,8BitDo GameCube,a:b0,b:b2,back:b4,dpdown:b12,dpleft:b13,dpright:b14,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,paddle1:b18,paddle2:b17,rightshoulder:b15,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b1,y:b3,platform:Android, +38426974446f2038426974446f204c69,8BitDo Lite,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +30643332373663313263316637356631,8BitDo Lite 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f204c6974652032000000,8BitDo Lite 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +62656331626461363634633735353032,8BitDo Lite 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38393936616436383062666232653338,8BitDo Lite SE,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f204c6974652053450000,8BitDo Lite SE,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +39356430616562366466646636643435,8BitDo Lite SE,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000006500000ffff3f00,8BitDo M30,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b17,leftshoulder:b9,lefttrigger:a5,rightshoulder:b10,righttrigger:a4,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000051060000ffff3f00,8BitDo M30,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b17,leftshoulder:b9,lefttrigger:a4,rightshoulder:b10,righttrigger:a5,start:b6,x:b3,y:b2,platform:Android, +32323161363037623637326438643634,8BitDo M30,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +33656266353630643966653238646264,8BitDo M30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:a5,start:b10,x:b19,y:b2,platform:Android, +38426974446f204d3330204d6f646b69,8BitDo M30,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +39366630663062373237616566353437,8BitDo M30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,start:b6,x:b2,y:b3,platform:Android, +64653533313537373934323436343563,8BitDo M30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:a4,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b10,start:b6,x:b2,y:b3,platform:Android, +66356438346136366337386437653934,8BitDo M30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:b10,start:b18,x:b19,y:b2,platform:Android, +66393064393162303732356665666366,8BitDo M30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:a5,start:b6,x:b2,y:b3,platform:Android, +38426974446f204d6963726f2067616d,8BitDo Micro,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,lefttrigger:a4,leftx:b0,lefty:b1,rightshoulder:b10,righttrigger:a5,rightx:b2,righty:b3,start:b6,x:b3,y:b2,platform:Android, +61653365323561356263373333643266,8BitDo Micro,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,lefttrigger:a4,leftx:b0,lefty:b1,rightshoulder:b10,righttrigger:a5,rightx:b2,righty:b3,start:b6,x:b3,y:b2,platform:Android, +62613137616239666338343866326336,8BitDo Micro,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,lefttrigger:a4,leftx:b0,lefty:b1,rightshoulder:b10,righttrigger:a5,rightx:b2,righty:b3,start:b6,x:b3,y:b2,platform:Android, +33663431326134333366393233616633,8BitDo N30,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b6,platform:Android, +38426974446f204e3330204d6f646b69,8BitDo N30,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,rightx:a2,righty:a3,start:b6,platform:Android, +05000000c82d000015900000ffff3f00,8BitDo N30 Pro 2,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000065280000ffff3f00,8BitDo N30 Pro 2,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b17,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38323035343766666239373834336637,8BitDo N64,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,platform:Android, +38426974446f204e3634204d6f646b69,8BitDo N64,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,platform:Android, +32363135613966656338666638666237,8BitDo NEOGEO,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +35363534633333373639386466346631,8BitDo NEOGEO,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38426974446f204e454f47454f204750,8BitDo NEOGEO,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +39383963623932353561633733306334,8BitDo NEOGEO,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000000220000000900000ffff3f00,8BitDo NES30 Pro,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +050000002038000009000000ffff3f00,8BitDo NES30 Pro,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38313433643131656262306631373166,8BitDo P30,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38326536643339353865323063616339,8BitDo P30,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38426974446f2050333020636c617373,8BitDo P30,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +35376664343164386333616535333434,8BitDo Pro 2,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b17,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b18,righttrigger:a5,rightx:a3,start:b10,x:b19,y:b2,platform:Android, +38426974446f2038426974446f205072,8BitDo Pro 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f2050726f203200000000,8BitDo Pro 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +61333362366131643730353063616330,8BitDo Pro 2,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +62373739366537363166326238653463,8BitDo Pro 2,a:b1,b:b0,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,x:b3,y:b2,platform:Android, +38386464613034326435626130396565,8BitDo Receiver,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f2038426974446f205265,8BitDo Receiver,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +66303230343038613365623964393766,8BitDo Receiver,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f20533330204d6f646b69,8BitDo S30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:a4,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +66316462353561376330346462316137,8BitDo S30,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:a4,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b9,righttrigger:b10,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +05000000c82d000000600000ffff3f00,8BitDo SF30 Pro,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b15,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b16,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000000610000ffff3f00,8BitDo SF30 Pro,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974646f20534633302050726f00,8BitDo SF30 Pro,a:b1,b:b0,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b16,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b17,platform:Android, +61623334636338643233383735326439,8BitDo SFC30,a:b0,b:b1,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b3,rightshoulder:b31,start:b5,x:b30,y:b2,platform:Android, +05000000c82d000012900000ffff3f00,8BitDo SN30,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000062280000ffff3f00,8BitDo SN30,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +38316230613931613964356666353839,8BitDo SN30,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f20534e3330204d6f646b,8BitDo SN30,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +65323563303231646531383162646335,8BitDo SN30,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +35383531346263653330306238353131,8BitDo SN30 PP,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +05000000c82d000001600000ffff3f00,8BitDo SN30 Pro,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000002600000ffff0f00,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b17,leftshoulder:b9,leftstick:b7,lefttrigger:b15,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b16,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +36653638656632326235346264663661,8BitDo SN30 Pro Plus,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b19,y:b2,platform:Android, +38303232393133383836366330346462,8BitDo SN30 Pro Plus,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b17,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b18,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b19,y:b2,platform:Android, +38346630346135363335366265656666,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38426974446f20534e33302050726f2b,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +536f6e7920436f6d707574657220456e,8BitDo SN30 Pro Plus,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +66306331643531333230306437353936,8BitDo SN30 Pro Plus,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +050000002028000009000000ffff3f00,8BitDo SNES30,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +050000003512000020ab000000780f00,8BitDo SNES30,a:b21,b:b20,back:b30,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b26,rightshoulder:b27,start:b31,x:b24,y:b23,platform:Android, +33666663316164653937326237613331,8BitDo Zero,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b2,y:b3,platform:Android, +38426974646f205a65726f2047616d65,8BitDo Zero,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b2,y:b3,platform:Android, +05000000c82d000018900000ffff0f00,8BitDo Zero 2,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +05000000c82d000030320000ffff0f00,8BitDo Zero 2,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +33663434393362303033616630346337,8BitDo Zero 2,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftx:a0,lefty:a1,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +34656330626361666438323266633963,8BitDo Zero 2,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b4,leftx:a0,lefty:a1,rightshoulder:b20,start:b10,x:b19,y:b2,platform:Android, +63396666386564393334393236386630,8BitDo Zero 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +63633435623263373466343461646430,8BitDo Zero 2,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftx:a0,lefty:a1,rightshoulder:b10,start:b6,x:b2,y:b3,platform:Android, +32333634613735616163326165323731,Amazon Luna Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,x:b2,y:b3,platform:Android, +4c696e757820342e31392e3137322077,Anbernic Handheld,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a4,start:b6,x:b2,y:b3,platform:Android, +417374726f2063697479206d696e6920,Astro City Mini,a:b23,b:b22,back:b29,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,rightshoulder:b25,righttrigger:b26,start:b30,x:b24,y:b21,platform:Android, +35643263313264386134376362363435,Atari VCS Classic Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,start:b6,platform:Android, +32353831643566306563643065356239,Atari VCS Modern Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4f64696e20436f6e74726f6c6c657200,AYN Odin,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b14,dpright:b13,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:+a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:+a4,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +32303165626138343962363666346165,Brook Mars PS4 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +38383337343564366131323064613561,Brook Mars PS4 Controller,a:b1,b:b19,back:b17,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +34313430343161653665353737323365,Elecom JC-W01U,a:b23,b:b24,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,rightx:a2,righty:a3,start:b30,x:b21,y:b22,platform:Android, +4875694a6961204a432d573031550000,Elecom JC-W01U,a:b23,b:b24,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,rightx:a2,righty:a3,start:b30,x:b21,y:b22,platform:Android, +30363230653635633863366338623265,Evo VR,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftx:a0,lefty:a1,x:b2,y:b3,platform:Android, +05000000b404000011240000dfff3f00,Flydigi Vader 2,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,paddle1:b17,paddle2:b18,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +05000000bc20000000550000ffff3f00,GameSir G3w,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +34323662653333636330306631326233,Google Nexus,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +35383633353935396534393230616564,Google Stadia Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +476f6f676c65204c4c43205374616469,Google Stadia Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +5374616469614e3848532d6532633400,Google Stadia Controller,a:b0,b:b1,back:b15,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +05000000d6020000e5890000dfff3f00,GPD XD Plus,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Android, +05000000d6020000e5890000dfff3f80,GPD XD Plus,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a3,rightx:a4,righty:a5,start:b6,x:b2,y:b3,platform:Android, +66633030656131663837396562323935,Hori Battle,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +35623466343433653739346434636330,Hori Fighting Commander 3 Pro,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +484f524920434f2e2c4c54442e203130,Hori Fighting Commander 3 Pro,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b20,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b3,righttrigger:b9,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +484f524920434f2e2c4c544420205041,Hori Gem Pad 3,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b4,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b16,x:b0,y:b2,platform:Android, +65656436646661313232656661616130,Hori PC Engine Mini Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,start:b18,platform:Android, +31303433326562636431653534636633,Hori Real Arcade Pro 3,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +32656664353964393561366362333636,Hori Switch Split Pad Pro,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +30306539356238653637313730656134,HORIPAD Switch Pro Controller,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b19,y:b2,platform:Android, +48797065726b696e2050616400000000,Hyperkin Admiral N64 Controller,+rightx:b6,+righty:b7,-rightx:b17,-righty:b5,a:b1,b:b0,leftshoulder:b3,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b20,start:b18,platform:Android, +62333331353131353034386136626636,Hyperkin Admiral N64 Controller,+rightx:b6,+righty:b7,-rightx:b17,-righty:b5,a:b1,b:b0,leftshoulder:b3,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b20,start:b18,platform:Android, +31306635363562663834633739396333,Hyperkin N64 Adapter,a:b1,b:b19,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightx:a2,righty:a3,start:b18,platform:Android, +5368616e57616e202020202048797065,Hyperkin N64 Adapter,a:b1,b:b19,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightx:a2,righty:a3,start:b18,platform:Android, +0500000083050000602000000ffe0000,iBuffalo SNES Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b15,rightshoulder:b16,start:b10,x:b2,y:b3,platform:Android, +5553422c322d6178697320382d627574,iBuffalo Super Famicom Controller,a:b1,b:b0,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b17,rightshoulder:b18,start:b10,x:b3,y:b2,platform:Android, +64306137363261396266353433303531,InterAct GoPad,a:b24,b:b25,leftshoulder:b23,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,x:b21,y:b22,platform:Android, +532e542e442e20496e74657261637420,InterAct HammerHead FX,a:b23,b:b24,back:b30,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b26,leftstick:b22,lefttrigger:b28,leftx:a0,lefty:a1,rightshoulder:b27,rightstick:b25,righttrigger:b29,rightx:a2,righty:a3,start:b31,x:b20,y:b21,platform:Android, +65346535636333663931613264643164,Joy-Con,a:b21,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,rightx:a2,righty:a3,start:b30,x:b23,y:b24,platform:Android, +33346566643039343630376565326335,Joy-Con (L),a:b0,b:b1,back:b7,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,rightshoulder:b20,start:b17,x:b19,y:b2,platform:Android, +35313531613435623366313835326238,Joy-Con (L),a:b0,b:b1,back:b7,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,rightshoulder:b20,start:b17,x:b19,y:b2,platform:Android, +4a6f792d436f6e20284c290000000000,Joy-Con (L),a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,rightshoulder:b20,start:b17,x:b19,y:b2,platform:Android, +38383665633039363066383334653465,Joy-Con (R),a:b0,b:b1,back:b5,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +39363561613936303237333537383931,Joy-Con (R),a:b0,b:b1,back:b5,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +39373064396565646338333134303131,Joy-Con (R),a:b1,b:b2,back:b5,leftstick:b8,leftx:a1~,lefty:a0,start:b6,x:b0,y:b3,platform:Android, +4a6f792d436f6e202852290000000000,Joy-Con (R),a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +39656136363638323036303865326464,JYS Aapter,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +63316564383539663166353034616434,JYS Adapter,a:b1,b:b3,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b0,y:b2,platform:Android, +64623163333561643339623235373232,Logitech F310,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +35623364393661626231343866613337,Logitech F710,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4c6f6769746563682047616d65706164,Logitech F710,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +64396331333230326333313330336533,Logitech F710,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +39653365373864633935383236363438,Logitech G Cloud,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +416d617a6f6e2047616d6520436f6e74,Luna Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +4c756e612047616d6570616400000000,Luna Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +30363066623539323534363639323363,Magic NS,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +31353762393935386662336365626334,Magic NS,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +39623565346366623931666633323530,Magic NS,a:b1,b:b3,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b0,y:b2,platform:Android, +6d6179666c617368206c696d69746564,Mayflash GameCube Adapter,a:b22,b:b21,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,lefttrigger:b25,leftx:a0,lefty:a1,rightshoulder:b28,righttrigger:b26,rightx:a5,righty:a2,start:b30,x:b23,y:b24,platform:Android, +436f6e74726f6c6c6572000000000000,Mayflash N64 Adapter,a:b1,b:b19,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightx:a2,righty:a3,start:b18,platform:Android, +65666330633838383061313633326461,Mayflash N64 Adapter,a:b1,b:b19,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightx:a2,righty:a3,start:b18,platform:Android, +37316565396364386635383230353365,Mayflash Saturn Adapter,a:b21,b:b22,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b26,lefttrigger:b28,rightshoulder:b27,righttrigger:b23,start:b30,x:b24,y:b25,platform:Android, +4875694a696120205553422047616d65,Mayflash Saturn Adapter,a:b21,b:b22,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b26,lefttrigger:b28,rightshoulder:b27,righttrigger:b23,start:b30,x:b24,y:b25,platform:Android, +535a4d792d706f776572204c54442043,Mayflash Wii Classic Adapter,a:b23,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b31,leftshoulder:b27,lefttrigger:b25,leftx:a0,lefty:a1,rightshoulder:b28,righttrigger:b26,rightx:a2,righty:a3,start:b30,x:b24,y:b21,platform:Android, +30653962643666303631376438373532,Mayflash Wii DolphinBar,a:b23,b:b24,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b0,leftshoulder:b25,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,rightx:a2,righty:a3,start:b30,x:b21,y:b22,platform:Android, +39346131396233376535393665363161,Mayflash Wii U Pro Adapter,a:b22,b:b23,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,leftstick:b31,lefttrigger:b27,rightshoulder:b26,rightstick:b0,righttrigger:b28,rightx:a0,righty:a1,start:b30,x:b21,y:b24,platform:Android, +31323564663862633234646330373138,Mega Drive,a:b23,b:b22,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,rightshoulder:b25,righttrigger:b26,start:b30,x:b24,y:b21,platform:Android, +37333564393261653735306132613061,Mega Drive,a:b21,b:b22,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b26,lefttrigger:b28,rightshoulder:b27,righttrigger:b23,start:b30,x:b24,y:b25,platform:Android, +64363363336633363736393038313464,Mega Drive,a:b1,b:b0,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,start:b9,x:b2,y:b3,platform:Android, +33323763323132376537376266393366,Microsoft Dual Strike,a:b24,b:b23,back:b25,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b27,lefttrigger:b29,rightshoulder:b78,rightx:a0,righty:a1~,start:b26,x:b22,y:b21,platform:Android, +30306461613834333439303734316539,Microsoft SideWinder Pro,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b20,lefttrigger:b9,rightshoulder:b19,righttrigger:b10,start:b17,x:b2,y:b3,platform:Android, +32386235353630393033393135613831,Microsoft Xbox Series Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4d4f42415041442050726f2d48440000,Mobapad Chitu HD,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4d4f435554452d303533582d4d35312d,Mocute 053X,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +33343361376163623438613466616531,Mocute M053,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +39306635663061636563316166303966,Mocute M053,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +7573622067616d657061642020202020,NEXT SNES Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,righttrigger:b6,start:b9,x:b3,y:b0,platform:Android, +050000007e05000009200000ffff0f00,Nintendo Switch Pro Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b16,x:b17,y:b2,platform:Android, +31316661666466633938376335383661,Nintendo Switch Pro Controller,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,misc1:b5,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,start:b6,x:b3,y:b2,platform:Android, +34323437396534643531326161633738,Nintendo Switch Pro Controller,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,leftstick:b7,lefttrigger:b17,misc1:b5,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +50726f20436f6e74726f6c6c65720000,Nintendo Switch Pro Controller,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b2,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b10,rightx:a2,righty:a3,start:b18,y:b3,platform:Android, +36326533353166323965623661303933,NSO N64 Controller,+rightx:b17,+righty:b10,-rightx:b2,-righty:b19,a:b1,b:b0,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,misc1:b7,rightshoulder:b20,righttrigger:b15,start:b18,platform:Android, +4e363420436f6e74726f6c6c65720000,NSO N64 Controller,+rightx:b17,+righty:b10,-rightx:b2,-righty:b19,a:b1,b:b0,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,misc1:b7,rightshoulder:b20,righttrigger:b15,start:b18,platform:Android, +534e455320436f6e74726f6c6c657200,NSO SNES Controller,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +64623863346133633561626136366634,NSO SNES Controller,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,rightshoulder:b20,start:b18,x:b19,y:b2,platform:Android, +050000005509000003720000cf7f3f00,NVIDIA Controller,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005509000010720000ffff3f00,NVIDIA Controller,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005509000014720000df7f3f00,NVIDIA Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Android, +050000005509000014720000df7f3f80,NVIDIA Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a3,rightx:a4,righty:a5,start:b6,x:b2,y:b3,platform:Android, +37336435666338653565313731303834,NVIDIA Controller,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4e564944494120436f72706f72617469,NVIDIA Controller,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +61363931656135336130663561616264,NVIDIA Controller,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +39383335313438623439373538343266,OUYA Controller,a:b0,b:b2,dpdown:b18,dpleft:b15,dpright:b16,dpup:b17,leftshoulder:b3,leftstick:b9,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b10,righttrigger:b7,rightx:a3,righty:a4,x:b1,y:b19,platform:Android, +4f5559412047616d6520436f6e74726f,OUYA Controller,a:b0,b:b2,dpdown:b18,dpleft:b15,dpright:b6,dpup:b17,leftshoulder:b3,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,x:b1,y:b19,platform:Android, +506572666f726d616e63652044657369,PDP PS3 Rock Candy Controller,a:b1,b:b17,back:h0.2,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b4,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b16,x:b0,y:b2,platform:Android, +61653962353232366130326530363061,Pokken,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,rightshoulder:b20,righttrigger:b10,start:b18,x:b0,y:b2,platform:Android, +32666633663735353234363064386132,PS2,a:b23,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b27,lefttrigger:b25,leftx:a0,lefty:a1,rightshoulder:b28,righttrigger:b26,rightx:a3,righty:a2,start:b30,x:b24,y:b21,platform:Android, +050000004c05000068020000dfff3f00,PS3 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +536f6e7920504c415953544154494f4e,PS3 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +61363034663839376638653463633865,PS3 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +66366539656564653432353139356536,PS3 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +66383132326164626636313737373037,PS3 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000004c050000c405000000783f00,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000004c050000c4050000fffe3f00,PS4 Controller,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:+a3,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:+a4,rightx:a2,righty:a5,start:b16,x:b0,y:b2,platform:Android, +050000004c050000c4050000fffe3f80,PS4 Controller,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:+a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:+a3,rightx:a4,righty:a5,start:b16,x:b0,y:b2,platform:Android, +050000004c050000c4050000ffff3f00,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000004c050000cc090000fffe3f00,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000004c050000cc090000ffff3f00,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +30303839663330346632363232623138,PS4 Controller,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:a4,rightx:a2,righty:a5,start:b16,x:b0,y:b2,platform:Android, +31326235383662333266633463653332,PS4 Controller,a:b1,b:b16,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:a4,rightx:a2,righty:a5,start:b17,x:b0,y:b2,platform:Android, +31373231336561636235613666323035,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +31663838336334393132303338353963,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +34613139376634626133336530386430,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +35643031303033326130316330353564,PS4 Controller,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:+a3,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:+a4,rightx:a2,righty:a5,start:b16,x:b0,y:b2,platform:Android, +37626233336235343937333961353732,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +37626464343430636562316661643863,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38393161636261653636653532386639,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +63313733393535663339656564343962,PS4 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +63393662363836383439353064663939,PS4 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +65366465656364636137653363376531,PS4 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +66613532303965383534396638613230,PS4 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a5,start:b18,x:b0,y:b2,platform:Android, +050000004c050000e60c0000fffe3f00,PS5 Controller,a:b1,b:b17,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:a4,rightx:a2,righty:a5,start:b16,x:b0,y:b2,platform:Android, +050000004c050000e60c0000fffe3f80,PS5 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b6,righttrigger:a3,rightx:a4,righty:a5,start:b16,x:b2,y:b17,platform:Android, +050000004c050000e60c0000ffff3f00,PS5 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +32346465346533616263386539323932,PS5 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +32633532643734376632656664383733,PS5 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a5,start:b18,x:b0,y:b2,platform:Android, +37363764353731323963323639666565,PS5 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a5,start:b18,x:b0,y:b2,platform:Android, +61303162353165316365336436343139,PS5 Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,misc1:b8,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a5,start:b18,x:b0,y:b2,platform:Android, +64336263393933626535303339616332,Qanba 4RAF,a:b0,b:b1,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b20,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:b3,righttrigger:b9,rightx:a2,righty:a3,start:b18,x:b19,y:b2,platform:Android, +36626666353861663864336130363137,Razer Junglecat,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +05000000f8270000bf0b0000ffff3f00,Razer Kishi,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +62653861643333663663383332396665,Razer Kishi,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000003215000005070000ffff3f00,Razer Raiju Mobile,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000003215000007070000ffff3f00,Razer Raiju Mobile,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000003215000000090000bf7f3f00,Razer Serval,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,x:b2,y:b3,platform:Android, +5a6869587520526574726f2042697420,Retro Bit Saturn Controller,a:b21,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,lefttrigger:b26,rightshoulder:b27,righttrigger:b28,start:b30,x:b23,y:b24,platform:Android, +32417865732031314b6579732047616d,Retro Bit SNES Controller,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b2,y:b3,platform:Android, +36313938306539326233393732613361,Retro Bit SNES Controller,a:b0,b:b1,back:b15,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b6,x:b2,y:b3,platform:Android, +526574726f466c616720576972656420,Retro Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b17,rightshoulder:b18,start:b10,x:b2,y:b3,platform:Android, +61343739353764363165343237303336,Retro Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b17,lefttrigger:b18,leftx:a0,lefty:a1,start:b10,x:b2,y:b3,platform:Android, +526574726f696420506f636b65742043,Retroid Pocket,a:b1,b:b0,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b17,paddle2:b18,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +582d426f7820436f6e74726f6c6c6572,Retroid Pocket,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,paddle1:b17,paddle2:b18,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +64633735616665613536653363336132,Retroid Pocket,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,paddle1:b19,paddle2:b20,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38653130373365613538333235303036,Retroid Pocket 2,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +64363363336633363736393038313463,Retrolink,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,start:b6,platform:Android, +37393234373533633333323633646531,RetroUSB N64 RetroPort,+rightx:b17,+righty:b15,-rightx:b18,-righty:b6,a:b10,b:b9,dpdown:b19,dpleft:b1,dpright:b0,dpup:b2,leftshoulder:b7,lefttrigger:b20,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Android, +5365616c6965436f6d707574696e6720,RetroUSB N64 RetroPort,+rightx:b17,+righty:b15,-rightx:b18,-righty:b6,a:b10,b:b9,dpdown:b19,dpleft:b1,dpright:b0,dpup:b2,leftshoulder:b7,lefttrigger:b20,leftx:a0,lefty:a1,rightshoulder:b5,start:b3,platform:Android, +526574726f5553422e636f6d20534e45,RetroUSB SNES RetroPort,a:b1,b:b20,back:b19,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b2,x:b0,y:b3,platform:Android, +64643037633038386238303966376137,RetroUSB SNES RetroPort,a:b1,b:b20,back:b19,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,rightshoulder:b10,start:b2,x:b0,y:b3,platform:Android, +37656564346533643138636436356230,Rock Candy Switch Controller,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b3,leftstick:b15,lefttrigger:b9,leftx:a0,lefty:a1,misc1:b7,rightshoulder:b20,rightstick:b6,righttrigger:b10,rightx:a2,righty:a3,start:b18,x:b0,y:b2,platform:Android, +33373336396634316434323337666361,RumblePad 2,a:b22,b:b23,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,lefttrigger:b27,leftx:a0,lefty:a1,rightshoulder:b26,righttrigger:b28,rightx:a2,righty:a3,start:b30,x:b21,y:b24,platform:Android, +36363537303435333566386638366333,Samsung EIGP20,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +53616d73756e672047616d6520506164,Samsung EIGP20,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +66386565396238363534313863353065,Sanwa PlayOnline Mobile,a:b21,b:b22,back:b23,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,start:b24,platform:Android, +32383165316333383766336338373261,Saturn,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:a4,righttrigger:a5,x:b2,y:b3,platform:Android, +38613865396530353338373763623431,Saturn,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,lefttrigger:b10,rightshoulder:b20,righttrigger:b19,start:b17,x:b2,y:b3,platform:Android, +61316232336262373631343137633631,Saturn,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,lefttrigger:b10,leftx:a0,lefty:a1,rightshoulder:a4,righttrigger:a5,x:b2,y:b3,platform:Android, +30353835333338613130373363646337,SG H510,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b17,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b18,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b19,y:b2,platform:Android, +66386262366536653765333235343634,SG H510,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,x:b2,y:b3,platform:Android, +66633132393363353531373465633064,SG H510,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b17,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b20,rightstick:b18,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b19,y:b2,platform:Android, +62653761636366393366613135366338,SN30 PP,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b3,y:b2,platform:Android, +38376662666661636265313264613039,SNES,a:b0,b:b1,back:b9,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b3,rightshoulder:b20,start:b10,x:b19,y:b2,platform:Android, +5346432f555342205061640000000000,SNES Adapter,a:b0,b:b1,back:b9,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b3,rightshoulder:b20,start:b10,x:b19,y:b2,platform:Android, +5553422047616d657061642000000000,SNES Controller,a:b1,b:b0,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,rightshoulder:b10,start:b6,x:b3,y:b2,platform:Android, +62653335326261303663356263626339,Sony PlayStation Classic Controller,a:b19,b:b1,back:b17,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b9,lefttrigger:b3,rightshoulder:b10,righttrigger:b20,start:b18,x:b2,y:b0,platform:Android, +536f6e7920496e746572616374697665,Sony PlayStation Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,misc1:b8,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +576972656c65737320436f6e74726f6c,Sony PlayStation Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +63303964303462366136616266653561,Sony PSP,a:b21,b:b22,back:b27,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b25,leftx:a0,lefty:a1,rightshoulder:b26,start:b28,x:b23,y:b24,platform:Android, +63376637643462343766333462383235,Sony Vita,a:b1,b:b19,back:b17,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftx:a0,lefty:a1,rightshoulder:b20,rightx:a3,righty:a4,start:b18,x:b0,y:b2,platform:Android, +05000000de2800000511000001000000,Steam Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Android, +05000000de2800000611000001000000,Steam Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:Android, +0500000011010000201400000f7e0f00,SteelSeries Nimbus,a:b0,b:b1,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b20,righttrigger:b10,rightx:a2,righty:a3,x:b19,y:b2,platform:Android, +35306436396437373135383665646464,SteelSeries Nimbus Plus,a:b0,b:b1,leftshoulder:b3,leftstick:b17,lefttrigger:b9,leftx:a0,rightshoulder:b20,rightstick:b18,righttrigger:b10,rightx:a2,x:b19,y:b2,platform:Android, +33313930373536613937326534303931,Taito Egret II Mini Control Panel,a:b25,b:b23,back:b27,guide:b30,leftx:a0,lefty:a1,rightshoulder:b21,righttrigger:b22,start:b28,x:b29,y:b24,platform:Android, +54475a20436f6e74726f6c6c65720000,TGZ Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +62363434353532386238336663643836,TGZ Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:b17,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:b18,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +37323236633763666465316365313236,THEC64 Joystick,a:b21,b:b22,back:b27,leftshoulder:b25,leftx:a0,lefty:a1,rightshoulder:b26,start:b27,x:b23,y:b24,platform:Android, +38346162326232346533316164363336,THEGamepad,a:b23,b:b22,back:b27,leftshoulder:b25,leftx:a0,lefty:a1,rightshoulder:b26,start:b28,x:b24,y:b21,platform:Android, +050000004f0400000ed00000fffe3f00,Thrustmaster eSwap Pro Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +5477696e20555342204a6f7973746963,Twin Joystick,a:b22,b:b21,back:b28,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b26,leftstick:b30,lefttrigger:b24,leftx:a0,lefty:a1,rightshoulder:b27,rightstick:b31,righttrigger:b25,rightx:a3,righty:a2,start:b29,x:b23,y:b20,platform:Android, +30623739343039643830333266346439,Valve Steam Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,leftx:a0,lefty:a1,paddle1:b24,paddle2:b23,rightshoulder:b10,rightstick:b8,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +31643365666432386133346639383937,Valve Steam Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,leftx:a0,lefty:a1,paddle1:b24,paddle2:b23,rightshoulder:b10,rightstick:b8,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +30386438313564306161393537333663,Wii Classic Adapter,a:b23,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b27,lefttrigger:b25,leftx:a0,lefty:a1,rightshoulder:b28,righttrigger:b26,rightx:a2,righty:a3,start:b30,x:b24,y:b21,platform:Android, +33333034646336346339646538643633,Wii Classic Adapter,a:b23,b:b22,back:b29,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b27,lefttrigger:b25,leftx:a0,lefty:a1,rightshoulder:b28,righttrigger:b26,rightx:a2,righty:a3,start:b30,x:b24,y:b21,platform:Android, +050000005e0400008e02000000783f00,Xbox 360 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +30396232393162346330326334636566,Xbox 360 Controller,a:b0,b:b1,back:b4,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +38313038323730383864666463383533,Xbox 360 Controller,a:b0,b:b1,back:b4,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +58626f782033363020576972656c6573,Xbox 360 Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +65353331386662343338643939643636,Xbox 360 Controller,a:b0,b:b1,back:b4,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +65613532386633373963616462363038,Xbox 360 Controller,a:b0,b:b1,back:b4,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +47656e6572696320582d426f78207061,Xbox Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +4d6963726f736f667420582d426f7820,Xbox Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a4,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +64633436313965656664373634323364,Xbox Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b19,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e04000091020000ff073f00,Xbox One Controller,a:b0,b:b1,back:b4,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +050000005e04000091020000ff073f80,Xbox One Controller,a:b0,b:b1,back:b4,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000e00200000ffe3f00,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b16,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b17,y:b2,platform:Android, +050000005e040000e00200000ffe3f80,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b3,leftstick:b15,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b16,righttrigger:a5,rightx:a2,righty:a3,start:b10,x:b17,y:b2,platform:Android, +050000005e040000e0020000ffff3f00,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b4,leftshoulder:b3,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b17,y:b2,platform:Android, +050000005e040000e0020000ffff3f80,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b4,leftshoulder:b3,leftstick:b8,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b7,righttrigger:a5,rightx:a2,righty:a3,start:b10,x:b17,y:b2,platform:Android, +050000005e040000fd020000ffff3f00,Xbox One Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +33356661323266333733373865656366,Xbox One Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +34356136633366613530316338376136,Xbox One Controller,a:b0,b:b1,back:b9,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b10,leftshoulder:b3,leftstick:b15,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b18,rightstick:b16,righttrigger:a5,rightx:a3,righty:a4,x:b17,y:b2,platform:Android, +35623965373264386238353433656138,Xbox One Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +36616131643361333337396261666433,Xbox One Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +58626f7820576972656c65737320436f,Xbox One Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +65316262316265373335666131623538,Xbox One Controller,a:b0,b:b1,back:b15,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000000b000000783f00,Xbox One Elite 2 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +050000005e040000000b000000783f80,Xbox One Elite 2 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000050b0000ffff3f00,Xbox One Elite 2 Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a6,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000e002000000783f00,Xbox One S Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000ea02000000783f00,Xbox One S Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000fd020000ff7f3f00,Xbox One S Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000120b000000783f00,Xbox Series Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:Android, +050000005e040000120b000000783f80,Xbox Series Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000005e040000130b0000ffff3f00,Xbox Series Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +65633038363832353634653836396239,Xbox Series Controller,a:b0,b:b1,back:b15,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,guide:b5,leftshoulder:b9,leftstick:b7,lefttrigger:a4,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a5,rightx:a2,righty:a3,start:b6,x:b2,y:b3,platform:Android, +050000001727000044310000ffff3f00,XiaoMi Controller,a:b0,b:b1,back:b4,dpdown:b12,dpleft:b13,dpright:b14,dpup:b11,leftshoulder:b9,leftstick:b7,lefttrigger:a7,leftx:a0,lefty:a1,rightshoulder:b10,rightstick:b8,righttrigger:a6,rightx:a2,righty:a5,start:b6,x:b2,y:b3,platform:Android, + +# iOS +05000000ac0500000100000000006d01,*,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a5,rightx:a3,righty:a4,x:b2,y:b3,platform:iOS, +05000000ac050000010000004f066d01,*,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a5,rightx:a3,righty:a4,x:b2,y:b3,platform:iOS, +05000000ac05000001000000cf076d01,*,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,x:b2,y:b3,platform:iOS, +05000000ac05000001000000df076d01,*,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +05000000ac05000001000000ff076d01,*,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +05000000ac0500000200000000006d02,*,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,rightshoulder:b5,x:b2,y:b3,platform:iOS, +05000000ac050000020000004f066d02,*,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b4,rightshoulder:b5,x:b2,y:b3,platform:iOS, +05000000ac05000004000000a8986d04,8BitDo Micro gamepad,a:b1,b:b0,back:b4,dpdown:b7,dpleft:b8,dpright:b9,dpup:b10,guide:b2,leftshoulder:b11,lefttrigger:b12,rightshoulder:b13,righttrigger:b14,start:b3,x:b6,y:b5,platform:iOS, +05000000ac05000004000000fd216d04,8BitDo Pro 2,a:b3,b:b2,back:b6,dpdown:b9,dpleft:b10,dpright:b11,dpup:b12,guide:b4,leftshoulder:b13,leftstick:b14,lefttrigger:+a2,leftx:a0,lefty:a1~,paddle1:b1,paddle2:b0,rightshoulder:b16,rightstick:b17,righttrigger:+a5,rightx:a3,righty:a4~,start:b5,x:b8,y:b7,platform:iOS, +05000000ac05000004000000209f6d04,8Bitdo SN30 Pro,a:b1,b:b0,back:b4,dpdown:b7,dpleft:b8,dpright:b9,dpup:b10,guide:b2,leftshoulder:b11,leftstick:b12,lefttrigger:b13,leftx:a0,lefty:a1~,rightshoulder:b14,rightstick:b15,righttrigger:b16,rightx:a2,righty:a3~,start:b3,x:b6,y:b5,platform:iOS, +05000000ac050000040000003b8a6d04,8BitDo SN30 Pro+,a:b1,b:b0,back:b4,dpdown:b7,dpleft:b8,dpright:b9,dpup:b10,guide:b2,leftshoulder:b11,leftstick:b12,lefttrigger:b13,leftx:a0,lefty:a1~,rightshoulder:b14,rightstick:b15,righttrigger:b16,rightx:a2,righty:a3~,start:b3,x:b6,y:b5,platform:iOS, +050000008a35000003010000ff070000,Backbone One,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +050000008a35000004010000ff070000,Backbone One,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +4d466947616d65706164010000000000,MFi Extended Gamepad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a5,rightx:a3,righty:a4,start:b6,x:b2,y:b3,platform:iOS, +4d466947616d65706164020000000000,MFi Gamepad,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,rightshoulder:b5,start:b6,x:b2,y:b3,platform:iOS, +050000007e050000062000000f060000,Nintendo Switch Joy-Con (L),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b2,leftshoulder:b4,rightshoulder:b5,x:b1,y:b3,platform:iOS, +050000007e050000062000004f060000,Nintendo Switch Joy-Con (L),+leftx:h0.1,+lefty:h0.2,-leftx:h0.4,-lefty:h0.8,dpdown:b2,dpleft:b0,dpright:b3,dpup:b1,leftshoulder:b4,misc1:b6,rightshoulder:b5,platform:iOS, +050000007e05000008200000df070000,Nintendo Switch Joy-Con (L/R),a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:iOS, +050000007e0500000e200000df070000,Nintendo Switch Joy-Con (L/R),a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:iOS, +050000007e050000072000000f060000,Nintendo Switch Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b2,leftshoulder:b4,rightshoulder:b5,x:b1,y:b3,platform:iOS, +050000007e050000072000004f060000,Nintendo Switch Joy-Con (R),+leftx:h0.2,+lefty:h0.4,-leftx:h0.8,-lefty:h0.1,a:b0,b:b2,guide:b6,leftshoulder:b4,rightshoulder:b5,x:b1,y:b3,platform:iOS, +050000007e05000009200000df870000,Nintendo Switch Pro Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b10,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:iOS, +050000007e05000009200000ff870000,Nintendo Switch Pro Controller,a:b1,b:b0,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b3,y:b2,platform:iOS, +050000004c050000cc090000df070000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +050000004c050000cc090000df870001,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +050000004c050000cc090000ff070000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +050000004c050000cc090000ff870001,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,touchpad:b11,x:b2,y:b3,platform:iOS, +050000004c050000cc090000ff876d01,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +050000004c050000e60c0000df870000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,touchpad:b10,x:b2,y:b3,platform:iOS, +050000004c050000e60c0000ff870000,PS5 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,touchpad:b11,x:b2,y:b3,platform:iOS, +05000000ac0500000300000000006d03,Remote,a:b0,b:b2,leftx:a0,lefty:a1,platform:iOS, +05000000ac0500000300000043006d03,Remote,a:b0,b:b2,leftx:a0,lefty:a1,platform:iOS, +05000000de2800000511000001000000,Steam Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:iOS, +05000000de2800000611000001000000,Steam Controller,a:b0,b:b1,back:b6,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a3,start:b7,x:b2,y:b3,platform:iOS, +050000005e040000050b0000df070001,Xbox Elite Wireless Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b10,paddle2:b12,paddle3:b11,paddle4:b13,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +050000005e040000050b0000ff070001,Xbox Elite Wireless Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,paddle1:b11,paddle2:b13,paddle3:b12,paddle4:b14,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +050000005e040000130b0000df870001,Xbox Series X Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b10,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +050000005e040000130b0000ff870001,Xbox Series X Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,misc1:b11,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, +050000005e040000e0020000df070000,Xbox Wireless Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b2,y:b3,platform:iOS, +050000005e040000e0020000ff070000,Xbox Wireless Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b4,leftstick:b6,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b7,righttrigger:a5,rightx:a3,righty:a4,start:b10,x:b2,y:b3,platform:iOS, diff --git a/android/app/src/main/assets/yamls/us/banshee_boardwalk_data.yml b/android/app/src/main/assets/yamls/us/banshee_boardwalk_data.yml new file mode 100644 index 0000000000..ee3ad75795 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/banshee_boardwalk_data.yml @@ -0,0 +1,635 @@ +:config: + segments: + - [0x06, 0x831DC0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_banshee_boardwalk_bat: + range: [0x7DB8, 0x95B8] + mode: APPEND +d_course_banshee_boardwalk_dl_0: + symbol: d_course_banshee_boardwalk_dl_0 + type: gfx + offset: 0x0 +d_course_banshee_boardwalk_dl_8: + symbol: d_course_banshee_boardwalk_dl_8 + type: gfx + offset: 0x8 +d_course_banshee_boardwalk_dl_38: + symbol: d_course_banshee_boardwalk_dl_38 + type: gfx + offset: 0x38 +d_course_banshee_boardwalk_dl_40: + symbol: d_course_banshee_boardwalk_dl_40 + type: gfx + offset: 0x40 +d_course_banshee_boardwalk_dl_68: + symbol: d_course_banshee_boardwalk_dl_68 + type: gfx + offset: 0x68 +d_course_banshee_boardwalk_dl_A0: + symbol: d_course_banshee_boardwalk_dl_A0 + type: gfx + offset: 0xA0 +d_course_banshee_boardwalk_dl_160: + symbol: d_course_banshee_boardwalk_dl_160 + type: gfx + offset: 0x160 +d_course_banshee_boardwalk_dl_210: + symbol: d_course_banshee_boardwalk_dl_210 + type: gfx + offset: 0x210 +d_course_banshee_boardwalk_dl_270: + symbol: d_course_banshee_boardwalk_dl_270 + type: gfx + offset: 0x270 +d_course_banshee_boardwalk_dl_358: + symbol: d_course_banshee_boardwalk_dl_358 + type: gfx + offset: 0x358 +d_course_banshee_boardwalk_dl_408: + symbol: d_course_banshee_boardwalk_dl_408 + type: gfx + offset: 0x408 +d_course_banshee_boardwalk_dl_4F0: + symbol: d_course_banshee_boardwalk_dl_4F0 + type: gfx + offset: 0x4F0 +d_course_banshee_boardwalk_dl_540: + symbol: d_course_banshee_boardwalk_dl_540 + type: gfx + offset: 0x540 +d_course_banshee_boardwalk_dl_620: + symbol: d_course_banshee_boardwalk_dl_620 + type: gfx + offset: 0x620 +d_course_banshee_boardwalk_dl_6D0: + symbol: d_course_banshee_boardwalk_dl_6D0 + type: gfx + offset: 0x6D0 +d_course_banshee_boardwalk_dl_7C0: + symbol: d_course_banshee_boardwalk_dl_7C0 + type: gfx + offset: 0x7C0 +d_course_banshee_boardwalk_dl_870: + symbol: d_course_banshee_boardwalk_dl_870 + type: gfx + offset: 0x870 +d_course_banshee_boardwalk_dl_940: + symbol: d_course_banshee_boardwalk_dl_940 + type: gfx + offset: 0x940 +d_course_banshee_boardwalk_dl_9E0: + symbol: d_course_banshee_boardwalk_dl_9E0 + type: gfx + offset: 0x9E0 +d_course_banshee_boardwalk_dl_AD0: + symbol: d_course_banshee_boardwalk_dl_AD0 + type: gfx + offset: 0xAD0 +d_course_banshee_boardwalk_dl_B80: + symbol: d_course_banshee_boardwalk_dl_B80 + type: gfx + offset: 0xB80 +d_course_banshee_boardwalk_dl_C30: + symbol: d_course_banshee_boardwalk_dl_C30 + type: gfx + offset: 0xC30 +d_course_banshee_boardwalk_dl_CD0: + symbol: d_course_banshee_boardwalk_dl_CD0 + type: gfx + offset: 0xCD0 +d_course_banshee_boardwalk_dl_D80: + symbol: d_course_banshee_boardwalk_dl_D80 + type: gfx + offset: 0xD80 +d_course_banshee_boardwalk_dl_E10: + symbol: d_course_banshee_boardwalk_dl_E10 + type: gfx + offset: 0xE10 +d_course_banshee_boardwalk_dl_EE0: + symbol: d_course_banshee_boardwalk_dl_EE0 + type: gfx + offset: 0xEE0 +d_course_banshee_boardwalk_dl_F50: + symbol: d_course_banshee_boardwalk_dl_F50 + type: gfx + offset: 0xF50 +d_course_banshee_boardwalk_dl_1000: + symbol: d_course_banshee_boardwalk_dl_1000 + type: gfx + offset: 0x1000 +d_course_banshee_boardwalk_dl_1070: + symbol: d_course_banshee_boardwalk_dl_1070 + type: gfx + offset: 0x1070 +d_course_banshee_boardwalk_dl_1160: + symbol: d_course_banshee_boardwalk_dl_1160 + type: gfx + offset: 0x1160 +d_course_banshee_boardwalk_dl_11C8: + symbol: d_course_banshee_boardwalk_dl_11C8 + type: gfx + offset: 0x11C8 +d_course_banshee_boardwalk_dl_12A8: + symbol: d_course_banshee_boardwalk_dl_12A8 + type: gfx + offset: 0x12A8 +d_course_banshee_boardwalk_dl_12E8: + symbol: d_course_banshee_boardwalk_dl_12E8 + type: gfx + offset: 0x12E8 +d_course_banshee_boardwalk_dl_13F0: + symbol: d_course_banshee_boardwalk_dl_13F0 + type: gfx + offset: 0x13F0 +d_course_banshee_boardwalk_dl_1448: + symbol: d_course_banshee_boardwalk_dl_1448 + type: gfx + offset: 0x1448 +d_course_banshee_boardwalk_dl_1520: + symbol: d_course_banshee_boardwalk_dl_1520 + type: gfx + offset: 0x1520 +d_course_banshee_boardwalk_dl_1580: + symbol: d_course_banshee_boardwalk_dl_1580 + type: gfx + offset: 0x1580 +d_course_banshee_boardwalk_dl_1678: + symbol: d_course_banshee_boardwalk_dl_1678 + type: gfx + offset: 0x1678 +d_course_banshee_boardwalk_dl_16B8: + symbol: d_course_banshee_boardwalk_dl_16B8 + type: gfx + offset: 0x16B8 +d_course_banshee_boardwalk_dl_17A0: + symbol: d_course_banshee_boardwalk_dl_17A0 + type: gfx + offset: 0x17A0 +d_course_banshee_boardwalk_dl_1820: + symbol: d_course_banshee_boardwalk_dl_1820 + type: gfx + offset: 0x1820 +d_course_banshee_boardwalk_dl_18D8: + symbol: d_course_banshee_boardwalk_dl_18D8 + type: gfx + offset: 0x18D8 +d_course_banshee_boardwalk_dl_1940: + symbol: d_course_banshee_boardwalk_dl_1940 + type: gfx + offset: 0x1940 +d_course_banshee_boardwalk_dl_1A30: + symbol: d_course_banshee_boardwalk_dl_1A30 + type: gfx + offset: 0x1A30 +d_course_banshee_boardwalk_dl_1B00: + symbol: d_course_banshee_boardwalk_dl_1B00 + type: gfx + offset: 0x1B00 +d_course_banshee_boardwalk_dl_1BA0: + symbol: d_course_banshee_boardwalk_dl_1BA0 + type: gfx + offset: 0x1BA0 +d_course_banshee_boardwalk_dl_1C20: + symbol: d_course_banshee_boardwalk_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_banshee_boardwalk_dl_1CC8: + symbol: d_course_banshee_boardwalk_dl_1CC8 + type: gfx + offset: 0x1CC8 +d_course_banshee_boardwalk_dl_1D90: + symbol: d_course_banshee_boardwalk_dl_1D90 + type: gfx + offset: 0x1D90 +d_course_banshee_boardwalk_dl_1E28: + symbol: d_course_banshee_boardwalk_dl_1E28 + type: gfx + offset: 0x1E28 +d_course_banshee_boardwalk_dl_1EA0: + symbol: d_course_banshee_boardwalk_dl_1EA0 + type: gfx + offset: 0x1EA0 +d_course_banshee_boardwalk_dl_1F40: + symbol: d_course_banshee_boardwalk_dl_1F40 + type: gfx + offset: 0x1F40 +d_course_banshee_boardwalk_dl_2028: + symbol: d_course_banshee_boardwalk_dl_2028 + type: gfx + offset: 0x2028 +d_course_banshee_boardwalk_dl_20A0: + symbol: d_course_banshee_boardwalk_dl_20A0 + type: gfx + offset: 0x20A0 +d_course_banshee_boardwalk_dl_2138: + symbol: d_course_banshee_boardwalk_dl_2138 + type: gfx + offset: 0x2138 +d_course_banshee_boardwalk_dl_21C8: + symbol: d_course_banshee_boardwalk_dl_21C8 + type: gfx + offset: 0x21C8 +d_course_banshee_boardwalk_dl_22D8: + symbol: d_course_banshee_boardwalk_dl_22D8 + type: gfx + offset: 0x22D8 +d_course_banshee_boardwalk_dl_2340: + symbol: d_course_banshee_boardwalk_dl_2340 + type: gfx + offset: 0x2340 +d_course_banshee_boardwalk_dl_2448: + symbol: d_course_banshee_boardwalk_dl_2448 + type: gfx + offset: 0x2448 +d_course_banshee_boardwalk_dl_24E8: + symbol: d_course_banshee_boardwalk_dl_24E8 + type: gfx + offset: 0x24E8 +d_course_banshee_boardwalk_dl_2610: + symbol: d_course_banshee_boardwalk_dl_2610 + type: gfx + offset: 0x2610 +d_course_banshee_boardwalk_dl_2650: + symbol: d_course_banshee_boardwalk_dl_2650 + type: gfx + offset: 0x2650 +d_course_banshee_boardwalk_dl_2718: + symbol: d_course_banshee_boardwalk_dl_2718 + type: gfx + offset: 0x2718 +d_course_banshee_boardwalk_dl_2790: + symbol: d_course_banshee_boardwalk_dl_2790 + type: gfx + offset: 0x2790 +d_course_banshee_boardwalk_dl_2868: + symbol: d_course_banshee_boardwalk_dl_2868 + type: gfx + offset: 0x2868 +d_course_banshee_boardwalk_dl_28A8: + symbol: d_course_banshee_boardwalk_dl_28A8 + type: gfx + offset: 0x28A8 +d_course_banshee_boardwalk_dl_2980: + symbol: d_course_banshee_boardwalk_dl_2980 + type: gfx + offset: 0x2980 +d_course_banshee_boardwalk_dl_2A18: + symbol: d_course_banshee_boardwalk_dl_2A18 + type: gfx + offset: 0x2A18 +d_course_banshee_boardwalk_dl_2AE0: + symbol: d_course_banshee_boardwalk_dl_2AE0 + type: gfx + offset: 0x2AE0 +d_course_banshee_boardwalk_dl_2B88: + symbol: d_course_banshee_boardwalk_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_banshee_boardwalk_dl_2C30: + symbol: d_course_banshee_boardwalk_dl_2C30 + type: gfx + offset: 0x2C30 +d_course_banshee_boardwalk_dl_2CE0: + symbol: d_course_banshee_boardwalk_dl_2CE0 + type: gfx + offset: 0x2CE0 +d_course_banshee_boardwalk_dl_2DB0: + symbol: d_course_banshee_boardwalk_dl_2DB0 + type: gfx + offset: 0x2DB0 +d_course_banshee_boardwalk_dl_2E20: + symbol: d_course_banshee_boardwalk_dl_2E20 + type: gfx + offset: 0x2E20 +d_course_banshee_boardwalk_dl_2EE0: + symbol: d_course_banshee_boardwalk_dl_2EE0 + type: gfx + offset: 0x2EE0 +d_course_banshee_boardwalk_dl_2FA0: + symbol: d_course_banshee_boardwalk_dl_2FA0 + type: gfx + offset: 0x2FA0 +d_course_banshee_boardwalk_dl_3050: + symbol: d_course_banshee_boardwalk_dl_3050 + type: gfx + offset: 0x3050 +d_course_banshee_boardwalk_dl_3100: + symbol: d_course_banshee_boardwalk_dl_3100 + type: gfx + offset: 0x3100 +d_course_banshee_boardwalk_dl_3200: + symbol: d_course_banshee_boardwalk_dl_3200 + type: gfx + offset: 0x3200 +d_course_banshee_boardwalk_dl_32B0: + symbol: d_course_banshee_boardwalk_dl_32B0 + type: gfx + offset: 0x32B0 +d_course_banshee_boardwalk_dl_3390: + symbol: d_course_banshee_boardwalk_dl_3390 + type: gfx + offset: 0x3390 +d_course_banshee_boardwalk_dl_3468: + symbol: d_course_banshee_boardwalk_dl_3468 + type: gfx + offset: 0x3468 +d_course_banshee_boardwalk_dl_35A0: + symbol: d_course_banshee_boardwalk_dl_35A0 + type: gfx + offset: 0x35A0 +d_course_banshee_boardwalk_dl_3660: + symbol: d_course_banshee_boardwalk_dl_3660 + type: gfx + offset: 0x3660 +d_course_banshee_boardwalk_dl_3710: + symbol: d_course_banshee_boardwalk_dl_3710 + type: gfx + offset: 0x3710 +d_course_banshee_boardwalk_dl_37F0: + symbol: d_course_banshee_boardwalk_dl_37F0 + type: gfx + offset: 0x37F0 +d_course_banshee_boardwalk_dl_3920: + symbol: d_course_banshee_boardwalk_dl_3920 + type: gfx + offset: 0x3920 +d_course_banshee_boardwalk_dl_3980: + symbol: d_course_banshee_boardwalk_dl_3980 + type: gfx + offset: 0x3980 +d_course_banshee_boardwalk_dl_3A20: + symbol: d_course_banshee_boardwalk_dl_3A20 + type: gfx + offset: 0x3A20 +d_course_banshee_boardwalk_dl_3AF8: + symbol: d_course_banshee_boardwalk_dl_3AF8 + type: gfx + offset: 0x3AF8 +d_course_banshee_boardwalk_dl_3C00: + symbol: d_course_banshee_boardwalk_dl_3C00 + type: gfx + offset: 0x3C00 +d_course_banshee_boardwalk_dl_3C40: + symbol: d_course_banshee_boardwalk_dl_3C40 + type: gfx + offset: 0x3C40 +d_course_banshee_boardwalk_dl_3CD0: + symbol: d_course_banshee_boardwalk_dl_3CD0 + type: gfx + offset: 0x3CD0 +d_course_banshee_boardwalk_dl_3D98: + symbol: d_course_banshee_boardwalk_dl_3D98 + type: gfx + offset: 0x3D98 +d_course_banshee_boardwalk_dl_3EB0: + symbol: d_course_banshee_boardwalk_dl_3EB0 + type: gfx + offset: 0x3EB0 +d_course_banshee_boardwalk_dl_3EF0: + symbol: d_course_banshee_boardwalk_dl_3EF0 + type: gfx + offset: 0x3EF0 +d_course_banshee_boardwalk_dl_3F60: + symbol: d_course_banshee_boardwalk_dl_3F60 + type: gfx + offset: 0x3F60 +d_course_banshee_boardwalk_dl_4038: + symbol: d_course_banshee_boardwalk_dl_4038 + type: gfx + offset: 0x4038 +d_course_banshee_boardwalk_dl_4118: + symbol: d_course_banshee_boardwalk_dl_4118 + type: gfx + offset: 0x4118 +d_course_banshee_boardwalk_dl_4188: + symbol: d_course_banshee_boardwalk_dl_4188 + type: gfx + offset: 0x4188 +d_course_banshee_boardwalk_dl_41F0: + symbol: d_course_banshee_boardwalk_dl_41F0 + type: gfx + offset: 0x41F0 +d_course_banshee_boardwalk_dl_42D0: + symbol: d_course_banshee_boardwalk_dl_42D0 + type: gfx + offset: 0x42D0 +d_course_banshee_boardwalk_dl_43A8: + symbol: d_course_banshee_boardwalk_dl_43A8 + type: gfx + offset: 0x43A8 +d_course_banshee_boardwalk_dl_4428: + symbol: d_course_banshee_boardwalk_dl_4428 + type: gfx + offset: 0x4428 +d_course_banshee_boardwalk_dl_4480: + symbol: d_course_banshee_boardwalk_dl_4480 + type: gfx + offset: 0x4480 +d_course_banshee_boardwalk_unknown_waypoints: + symbol: d_course_banshee_boardwalk_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4578 + count: 79 +d_course_banshee_boardwalk_track_waypoints: + symbol: d_course_banshee_boardwalk_track_waypoints + type: mk64:TRACK_PATH + offset: 0x47F0 + count: 658 +d_course_banshee_boardwalk_boo_tlut: + symbol: d_course_banshee_boardwalk_boo_tlut + type: texture + offset: 0x5C80 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_cheep_cheep1: + symbol: d_course_banshee_boardwalk_cheep_cheep1 + type: vtx + offset: 0x5E80 + count: 32 +d_course_banshee_boardwalk_cheep_cheep2: + symbol: d_course_banshee_boardwalk_cheep_cheep2 + type: vtx + offset: 0x6080 + count: 32 +d_course_banshee_boardwalk_cheep_cheep3: + symbol: d_course_banshee_boardwalk_cheep_cheep3 + type: vtx + offset: 0x6280 + count: 32 +d_course_banshee_boardwalk_cheep_cheep4: + symbol: d_course_banshee_boardwalk_cheep_cheep4 + type: vtx + offset: 0x6480 + count: 32 +d_course_banshee_boardwalk_cheep_cheep5: + symbol: d_course_banshee_boardwalk_cheep_cheep5 + type: vtx + offset: 0x6680 + count: 30 +d_course_banshee_boardwalk_cheep_cheep6: + symbol: d_course_banshee_boardwalk_cheep_cheep6 + type: vtx + offset: 0x6860 + count: 16 +d_course_banshee_boardwalk_cheep_cheep7: + symbol: d_course_banshee_boardwalk_cheep_cheep7 + type: vtx + offset: 0x6960 + count: 32 +d_course_banshee_boardwalk_cheep_cheep8: + symbol: d_course_banshee_boardwalk_cheep_cheep8 + type: vtx + offset: 0x6B60 + count: 31 +d_course_banshee_boardwalk_cheep_cheep9: + symbol: d_course_banshee_boardwalk_cheep_cheep9 + type: vtx + offset: 0x6D50 + count: 10 +d_course_banshee_boardwalk_cheep_cheep10: + symbol: d_course_banshee_boardwalk_cheep_cheep10 + type: vtx + offset: 0x6DF0 + count: 6 +d_course_banshee_boardwalk_fish_eyes: + symbol: d_course_banshee_boardwalk_fish_eyes + type: texture + offset: 0x6E50 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_7650: + symbol: d_course_banshee_boardwalk_dl_7650 + type: gfx + offset: 0x7650 +d_course_banshee_boardwalk_dl_78C0: + symbol: d_course_banshee_boardwalk_dl_78C0 + type: gfx + offset: 0x78C0 +d_course_banshee_boardwalk_dl_7978: + symbol: d_course_banshee_boardwalk_dl_7978 + type: gfx + offset: 0x7978 +d_course_banshee_boardwalk_dl_7B38: + symbol: d_course_banshee_boardwalk_dl_7B38 + type: gfx + offset: 0x7B38 +d_course_banshee_boardwalk_dl_7B78: + symbol: d_course_banshee_boardwalk_dl_7B78 + type: gfx + offset: 0x7B78 +d_course_banshee_boardwalk_dl_cheep_cheep: + symbol: d_course_banshee_boardwalk_dl_cheep_cheep + type: gfx + offset: 0x7BA8 +d_course_banshee_boardwalk_bat_tlut: + symbol: d_course_banshee_boardwalk_bat_tlut + type: texture + offset: 0x7BB8 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +gTextureBat1: + symbol: gTextureBat1 + type: texture + offset: 0x7DB8 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureBat2: + symbol: gTextureBat2 + type: texture + offset: 0x85B8 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureBat3: + symbol: gTextureBat3 + type: texture + offset: 0x8DB8 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureBat4: + symbol: gTextureBat4 + type: texture + offset: 0x95B8 + width: 32 + height: 64 + format: ci8 + ctype: u8 +d_course_banshee_boardwalk_texture: + symbol: d_course_banshee_boardwalk_texture + type: texture + offset: 0xA050 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_A850: + symbol: d_course_banshee_boardwalk_dl_A850 + type: gfx + offset: 0xA850 +d_course_banshee_boardwalk_dl_A900: + symbol: d_course_banshee_boardwalk_dl_A900 + type: gfx + offset: 0xA900 +d_course_banshee_boardwalk_dl_A9B0: + symbol: d_course_banshee_boardwalk_dl_A9B0 + type: gfx + offset: 0xA9B0 +d_course_banshee_boardwalk_dl_A9C8: + symbol: d_course_banshee_boardwalk_dl_A9C8 + type: gfx + offset: 0xA9C8 +d_course_banshee_boardwalk_dl_trash_bin: + symbol: d_course_banshee_boardwalk_dl_trash_bin + type: gfx + offset: 0xA9D8 +d_course_banshee_boardwalk_model_unk: + symbol: d_course_banshee_boardwalk_model_unk + type: vtx + offset: 0xA9E8 + count: 9 +d_course_banshee_boardwalk_texture2: + symbol: d_course_banshee_boardwalk_texture2 + type: texture + offset: 0xAA78 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_B278: + symbol: d_course_banshee_boardwalk_dl_B278 + type: gfx + offset: 0xB278 +d_course_banshee_boardwalk_dl_B308: + symbol: d_course_banshee_boardwalk_dl_B308 + type: gfx + offset: 0xB308 +d_course_banshee_boardwalk_item_box_spawns: + symbol: d_course_banshee_boardwalk_item_box_spawns + type: mk64:spawn_data + offset: 0xB3D0 + count: 17 +d_course_banshee_boardwalk_track_sections: + symbol: d_course_banshee_boardwalk_track_sections + type: mk64:track_sections + offset: 0xB458 + count: 49 diff --git a/android/app/src/main/assets/yamls/us/banshee_boardwalk_displaylists.yml b/android/app/src/main/assets/yamls/us/banshee_boardwalk_displaylists.yml new file mode 100644 index 0000000000..2452c2d692 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/banshee_boardwalk_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8BFF18 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_banshee_boardwalk_packed_dls: + symbol: d_course_banshee_boardwalk_packed_dls + type: blob + offset: 0x8BFF18 + size: 0x25F7 diff --git a/android/app/src/main/assets/yamls/us/banshee_boardwalk_vertices.yml b/android/app/src/main/assets/yamls/us/banshee_boardwalk_vertices.yml new file mode 100644 index 0000000000..56accf1a37 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/banshee_boardwalk_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8B9630] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_banshee_boardwalk_vertex: + symbol: d_course_banshee_boardwalk_vertex + type: mk64:course_vtx + count: 4945 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/big_donut_data.yml b/android/app/src/main/assets/yamls/us/big_donut_data.yml new file mode 100644 index 0000000000..56dd752fd0 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/big_donut_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x88CC50] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_big_donut_dl: + symbol: d_course_big_donut_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_big_donut_item_box_spawns: + symbol: d_course_big_donut_item_box_spawns + type: mk64:spawn_data + count: 25 + offset: 0x58 diff --git a/android/app/src/main/assets/yamls/us/big_donut_displaylists.yml b/android/app/src/main/assets/yamls/us/big_donut_displaylists.yml new file mode 100644 index 0000000000..eb57177ca5 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/big_donut_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x965A74 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_big_donut_packed_dls: + symbol: d_course_big_donut_packed_dls + type: blob + offset: 0x965A74 + size: 0x7EC diff --git a/android/app/src/main/assets/yamls/us/big_donut_vertices.yml b/android/app/src/main/assets/yamls/us/big_donut_vertices.yml new file mode 100644 index 0000000000..78649de8f8 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/big_donut_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x963EF0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_big_donut_vertex: + symbol: d_course_big_donut_vertex + type: mk64:course_vtx + count: 1165 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/block_fort_data.yml b/android/app/src/main/assets/yamls/us/block_fort_data.yml new file mode 100644 index 0000000000..57a762ed81 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/block_fort_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x885630] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_block_fort_dl: + symbol: d_course_block_fort_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_block_fort_item_box_spawns: + symbol: d_course_block_fort_item_box_spawns + type: mk64:spawn_data + count: 37 + offset: 0x38 diff --git a/android/app/src/main/assets/yamls/us/block_fort_displaylists.yml b/android/app/src/main/assets/yamls/us/block_fort_displaylists.yml new file mode 100644 index 0000000000..6f57ba9a7b --- /dev/null +++ b/android/app/src/main/assets/yamls/us/block_fort_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x953058 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_block_fort_packed_dls: + symbol: d_course_block_fort_packed_dls + type: blob + offset: 0x953058 + size: 0x829 diff --git a/android/app/src/main/assets/yamls/us/block_fort_vertices.yml b/android/app/src/main/assets/yamls/us/block_fort_vertices.yml new file mode 100644 index 0000000000..b9e4a694ca --- /dev/null +++ b/android/app/src/main/assets/yamls/us/block_fort_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x951780] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_block_fort_vertex: + symbol: d_course_block_fort_vertex + type: mk64:course_vtx + count: 1088 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/boo_frames.yml b/android/app/src/main/assets/yamls/us/boo_frames.yml new file mode 100644 index 0000000000..2c563b0004 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/boo_frames.yml @@ -0,0 +1,247 @@ +:config: + segments: + - [0x0F, 0x712DC0] + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + gTextureGhosts: + range: [0x0, 0xD200] + mode: APPEND +gTextureBoo01: + symbol: gTextureBoo01 + offset: 0x0 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo02: + symbol: gTextureBoo02 + offset: 0x780 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo03: + symbol: gTextureBoo03 + offset: 0xF00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo04: + symbol: gTextureBoo04 + offset: 0x1680 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo05: + symbol: gTextureBoo05 + offset: 0x1E00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo06: + symbol: gTextureBoo06 + offset: 0x2580 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo07: + symbol: gTextureBoo07 + offset: 0x2D00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo08: + symbol: gTextureBoo08 + offset: 0x3480 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo09: + symbol: gTextureBoo09 + offset: 0x3C00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo10: + symbol: gTextureBoo10 + offset: 0x4380 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo11: + symbol: gTextureBoo11 + offset: 0x4B00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo12: + symbol: gTextureBoo12 + offset: 0x5280 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo13: + symbol: gTextureBoo13 + offset: 0x5A00 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo14: + symbol: gTextureBoo14 + offset: 0x6180 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo15: + symbol: gTextureBoo15 + offset: 0x6900 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo16: + symbol: gTextureBoo16 + offset: 0x7080 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo17: + symbol: gTextureBoo17 + offset: 0x7800 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo18: + symbol: gTextureBoo18 + offset: 0x7F80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo19: + symbol: gTextureBoo19 + offset: 0x8700 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo20: + symbol: gTextureBoo20 + offset: 0x8E80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo21: + symbol: gTextureBoo21 + offset: 0x9600 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo22: + symbol: gTextureBoo22 + offset: 0x9D80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo23: + symbol: gTextureBoo23 + offset: 0xA500 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo24: + symbol: gTextureBoo24 + offset: 0xAC80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo25: + symbol: gTextureBoo25 + offset: 0xB400 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo26: + symbol: gTextureBoo26 + offset: 0xBB80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo27: + symbol: gTextureBoo27 + offset: 0xC300 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo28: + symbol: gTextureBoo28 + offset: 0xCA80 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 +gTextureBoo29: + symbol: gTextureBoo29 + offset: 0xD200 + width: 48 + height: 40 + type: texture + tlut: gTLUTBoo + format: ci8 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/bowser_kart.yml b/android/app/src/main/assets/yamls/us/bowser_kart.yml new file mode 100644 index 0000000000..996f28f63f --- /dev/null +++ b/android/app/src/main/assets/yamls/us/bowser_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x57DE70] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + bowser_kart_wheels: + range: [0x9C088, 0xC0208] + mode: APPEND +bowser_kart_frame000: + symbol: gKartBowser000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame001: + symbol: gKartBowser001 + type: texture + offset: 0x658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_001_wheel_0 +bowser_kart_frame002: + symbol: gKartBowser002 + type: texture + offset: 0xCDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_002_wheel_0 +bowser_kart_frame003: + symbol: gKartBowser003 + type: texture + offset: 0x135C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_003_wheel_0 +bowser_kart_frame004: + symbol: gKartBowser004 + type: texture + offset: 0x19C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_004_wheel_0 +bowser_kart_frame005: + symbol: gKartBowser005 + type: texture + offset: 0x2060 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_005_wheel_0 +bowser_kart_frame006: + symbol: gKartBowser006 + type: texture + offset: 0x2710 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_006_wheel_0 +bowser_kart_frame007: + symbol: gKartBowser007 + type: texture + offset: 0x2DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_007_wheel_0 +bowser_kart_frame008: + symbol: gKartBowser008 + type: texture + offset: 0x3510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_008_wheel_0 +bowser_kart_frame009: + symbol: gKartBowser009 + type: texture + offset: 0x3C3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_009_wheel_0 +bowser_kart_frame010: + symbol: gKartBowser010 + type: texture + offset: 0x4388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_010_wheel_0 +bowser_kart_frame011: + symbol: gKartBowser011 + type: texture + offset: 0x4AF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_011_wheel_0 +bowser_kart_frame012: + symbol: gKartBowser012 + type: texture + offset: 0x526C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_012_wheel_0 +bowser_kart_frame013: + symbol: gKartBowser013 + type: texture + offset: 0x59E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_013_wheel_0 +bowser_kart_frame014: + symbol: gKartBowser014 + type: texture + offset: 0x6188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_014_wheel_0 +bowser_kart_frame015: + symbol: gKartBowser015 + type: texture + offset: 0x693C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_015_wheel_0 +bowser_kart_frame016: + symbol: gKartBowser016 + type: texture + offset: 0x70F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_016_wheel_0 +bowser_kart_frame017: + symbol: gKartBowser017 + type: texture + offset: 0x78C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_017_wheel_0 +bowser_kart_frame018: + symbol: gKartBowser018 + type: texture + offset: 0x8084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_018_wheel_0 +bowser_kart_frame019: + symbol: gKartBowser019 + type: texture + offset: 0x8838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_019_wheel_0 +bowser_kart_frame020: + symbol: gKartBowser020 + type: texture + offset: 0x9014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_020_wheel_0 +bowser_kart_frame021: + symbol: gKartBowser021 + type: texture + offset: 0x97E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_021_wheel_0 +bowser_kart_frame022: + symbol: gKartBowser022 + type: texture + offset: 0x9E5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_022_wheel_0 +bowser_kart_frame023: + symbol: gKartBowser023 + type: texture + offset: 0xA4FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_023_wheel_0 +bowser_kart_frame024: + symbol: gKartBowser024 + type: texture + offset: 0xAB84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_024_wheel_0 +bowser_kart_frame025: + symbol: gKartBowser025 + type: texture + offset: 0xB208 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_025_wheel_0 +bowser_kart_frame026: + symbol: gKartBowser026 + type: texture + offset: 0xB898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_026_wheel_0 +bowser_kart_frame027: + symbol: gKartBowser027 + type: texture + offset: 0xBF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_027_wheel_0 +bowser_kart_frame028: + symbol: gKartBowser028 + type: texture + offset: 0xC670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_028_wheel_0 +bowser_kart_frame029: + symbol: gKartBowser029 + type: texture + offset: 0xCDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_029_wheel_0 +bowser_kart_frame030: + symbol: gKartBowser030 + type: texture + offset: 0xD4EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_030_wheel_0 +bowser_kart_frame031: + symbol: gKartBowser031 + type: texture + offset: 0xDC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_031_wheel_0 +bowser_kart_frame032: + symbol: gKartBowser032 + type: texture + offset: 0xE3DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_032_wheel_0 +bowser_kart_frame033: + symbol: gKartBowser033 + type: texture + offset: 0xEB6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_033_wheel_0 +bowser_kart_frame034: + symbol: gKartBowser034 + type: texture + offset: 0xF328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_034_wheel_0 +bowser_kart_frame035: + symbol: gKartBowser035 + type: texture + offset: 0xFAEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_035_wheel_0 +bowser_kart_frame036: + symbol: gKartBowser036 + type: texture + offset: 0x102BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_036_wheel_0 +bowser_kart_frame037: + symbol: gKartBowser037 + type: texture + offset: 0x10A80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_037_wheel_0 +bowser_kart_frame038: + symbol: gKartBowser038 + type: texture + offset: 0x11254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_038_wheel_0 +bowser_kart_frame039: + symbol: gKartBowser039 + type: texture + offset: 0x11A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_039_wheel_0 +bowser_kart_frame040: + symbol: gKartBowser040 + type: texture + offset: 0x12208 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_040_wheel_0 +bowser_kart_frame041: + symbol: gKartBowser041 + type: texture + offset: 0x129E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_041_wheel_0 +bowser_kart_frame042: + symbol: gKartBowser042 + type: texture + offset: 0x131EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_042_wheel_0 +bowser_kart_frame043: + symbol: gKartBowser043 + type: texture + offset: 0x1388C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_043_wheel_0 +bowser_kart_frame044: + symbol: gKartBowser044 + type: texture + offset: 0x13F48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_044_wheel_0 +bowser_kart_frame045: + symbol: gKartBowser045 + type: texture + offset: 0x145F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_045_wheel_0 +bowser_kart_frame046: + symbol: gKartBowser046 + type: texture + offset: 0x14CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_046_wheel_0 +bowser_kart_frame047: + symbol: gKartBowser047 + type: texture + offset: 0x15394 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_047_wheel_0 +bowser_kart_frame048: + symbol: gKartBowser048 + type: texture + offset: 0x15A7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_048_wheel_0 +bowser_kart_frame049: + symbol: gKartBowser049 + type: texture + offset: 0x161A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_049_wheel_0 +bowser_kart_frame050: + symbol: gKartBowser050 + type: texture + offset: 0x16904 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_050_wheel_0 +bowser_kart_frame051: + symbol: gKartBowser051 + type: texture + offset: 0x17078 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_051_wheel_0 +bowser_kart_frame052: + symbol: gKartBowser052 + type: texture + offset: 0x17828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_052_wheel_0 +bowser_kart_frame053: + symbol: gKartBowser053 + type: texture + offset: 0x17FCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_053_wheel_0 +bowser_kart_frame054: + symbol: gKartBowser054 + type: texture + offset: 0x18794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_054_wheel_0 +bowser_kart_frame055: + symbol: gKartBowser055 + type: texture + offset: 0x18F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_055_wheel_0 +bowser_kart_frame056: + symbol: gKartBowser056 + type: texture + offset: 0x19720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_056_wheel_0 +bowser_kart_frame057: + symbol: gKartBowser057 + type: texture + offset: 0x19F10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_057_wheel_0 +bowser_kart_frame058: + symbol: gKartBowser058 + type: texture + offset: 0x1A6EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_058_wheel_0 +bowser_kart_frame059: + symbol: gKartBowser059 + type: texture + offset: 0x1AED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_059_wheel_0 +bowser_kart_frame060: + symbol: gKartBowser060 + type: texture + offset: 0x1B6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_060_wheel_0 +bowser_kart_frame061: + symbol: gKartBowser061 + type: texture + offset: 0x1BEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_061_wheel_0 +bowser_kart_frame062: + symbol: gKartBowser062 + type: texture + offset: 0x1C6CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_062_wheel_0 +bowser_kart_frame063: + symbol: gKartBowser063 + type: texture + offset: 0x1CEF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_063_wheel_0 +bowser_kart_frame064: + symbol: gKartBowser064 + type: texture + offset: 0x1D5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_064_wheel_0 +bowser_kart_frame065: + symbol: gKartBowser065 + type: texture + offset: 0x1DC98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_065_wheel_0 +bowser_kart_frame066: + symbol: gKartBowser066 + type: texture + offset: 0x1E398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_066_wheel_0 +bowser_kart_frame067: + symbol: gKartBowser067 + type: texture + offset: 0x1EA78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_067_wheel_0 +bowser_kart_frame068: + symbol: gKartBowser068 + type: texture + offset: 0x1F14C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_068_wheel_0 +bowser_kart_frame069: + symbol: gKartBowser069 + type: texture + offset: 0x1F86C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_069_wheel_0 +bowser_kart_frame070: + symbol: gKartBowser070 + type: texture + offset: 0x1FFBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_070_wheel_0 +bowser_kart_frame071: + symbol: gKartBowser071 + type: texture + offset: 0x20724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_071_wheel_0 +bowser_kart_frame072: + symbol: gKartBowser072 + type: texture + offset: 0x20EA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_072_wheel_0 +bowser_kart_frame073: + symbol: gKartBowser073 + type: texture + offset: 0x21668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_073_wheel_0 +bowser_kart_frame074: + symbol: gKartBowser074 + type: texture + offset: 0x21E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_074_wheel_0 +bowser_kart_frame075: + symbol: gKartBowser075 + type: texture + offset: 0x225FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_075_wheel_0 +bowser_kart_frame076: + symbol: gKartBowser076 + type: texture + offset: 0x22DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_076_wheel_0 +bowser_kart_frame077: + symbol: gKartBowser077 + type: texture + offset: 0x235BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_077_wheel_0 +bowser_kart_frame078: + symbol: gKartBowser078 + type: texture + offset: 0x23DBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_078_wheel_0 +bowser_kart_frame079: + symbol: gKartBowser079 + type: texture + offset: 0x245D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_079_wheel_0 +bowser_kart_frame080: + symbol: gKartBowser080 + type: texture + offset: 0x24DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_080_wheel_0 +bowser_kart_frame081: + symbol: gKartBowser081 + type: texture + offset: 0x255F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_081_wheel_0 +bowser_kart_frame082: + symbol: gKartBowser082 + type: texture + offset: 0x25E04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_082_wheel_0 +bowser_kart_frame083: + symbol: gKartBowser083 + type: texture + offset: 0x26624 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_083_wheel_0 +bowser_kart_frame084: + symbol: gKartBowser084 + type: texture + offset: 0x26E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_084_wheel_0 +bowser_kart_frame085: + symbol: gKartBowser085 + type: texture + offset: 0x27524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_085_wheel_0 +bowser_kart_frame086: + symbol: gKartBowser086 + type: texture + offset: 0x27C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_086_wheel_0 +bowser_kart_frame087: + symbol: gKartBowser087 + type: texture + offset: 0x28308 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_087_wheel_0 +bowser_kart_frame088: + symbol: gKartBowser088 + type: texture + offset: 0x289F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_088_wheel_0 +bowser_kart_frame089: + symbol: gKartBowser089 + type: texture + offset: 0x29108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_089_wheel_0 +bowser_kart_frame090: + symbol: gKartBowser090 + type: texture + offset: 0x29840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_090_wheel_0 +bowser_kart_frame091: + symbol: gKartBowser091 + type: texture + offset: 0x29FA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_091_wheel_0 +bowser_kart_frame092: + symbol: gKartBowser092 + type: texture + offset: 0x2A734 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_092_wheel_0 +bowser_kart_frame093: + symbol: gKartBowser093 + type: texture + offset: 0x2AEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_093_wheel_0 +bowser_kart_frame094: + symbol: gKartBowser094 + type: texture + offset: 0x2B6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_094_wheel_0 +bowser_kart_frame095: + symbol: gKartBowser095 + type: texture + offset: 0x2BE9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_095_wheel_0 +bowser_kart_frame096: + symbol: gKartBowser096 + type: texture + offset: 0x2C690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_096_wheel_0 +bowser_kart_frame097: + symbol: gKartBowser097 + type: texture + offset: 0x2CE94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_097_wheel_0 +bowser_kart_frame098: + symbol: gKartBowser098 + type: texture + offset: 0x2D6A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_098_wheel_0 +bowser_kart_frame099: + symbol: gKartBowser099 + type: texture + offset: 0x2DEBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_099_wheel_0 +bowser_kart_frame100: + symbol: gKartBowser100 + type: texture + offset: 0x2E6D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_100_wheel_0 +bowser_kart_frame101: + symbol: gKartBowser101 + type: texture + offset: 0x2EEEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_101_wheel_0 +bowser_kart_frame102: + symbol: gKartBowser102 + type: texture + offset: 0x2F720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_102_wheel_0 +bowser_kart_frame103: + symbol: gKartBowser103 + type: texture + offset: 0x2FF54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_103_wheel_0 +bowser_kart_frame104: + symbol: gKartBowser104 + type: texture + offset: 0x30788 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_104_wheel_0 +bowser_kart_frame105: + symbol: gKartBowser105 + type: texture + offset: 0x30FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_105_wheel_0 +bowser_kart_frame106: + symbol: gKartBowser106 + type: texture + offset: 0x316B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_106_wheel_0 +bowser_kart_frame107: + symbol: gKartBowser107 + type: texture + offset: 0x31DC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_107_wheel_0 +bowser_kart_frame108: + symbol: gKartBowser108 + type: texture + offset: 0x324D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_108_wheel_0 +bowser_kart_frame109: + symbol: gKartBowser109 + type: texture + offset: 0x32BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_109_wheel_0 +bowser_kart_frame110: + symbol: gKartBowser110 + type: texture + offset: 0x33320 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_110_wheel_0 +bowser_kart_frame111: + symbol: gKartBowser111 + type: texture + offset: 0x33A94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_111_wheel_0 +bowser_kart_frame112: + symbol: gKartBowser112 + type: texture + offset: 0x34224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_112_wheel_0 +bowser_kart_frame113: + symbol: gKartBowser113 + type: texture + offset: 0x349D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_113_wheel_0 +bowser_kart_frame114: + symbol: gKartBowser114 + type: texture + offset: 0x35198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_114_wheel_0 +bowser_kart_frame115: + symbol: gKartBowser115 + type: texture + offset: 0x35970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_115_wheel_0 +bowser_kart_frame116: + symbol: gKartBowser116 + type: texture + offset: 0x36150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_116_wheel_0 +bowser_kart_frame117: + symbol: gKartBowser117 + type: texture + offset: 0x36970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_117_wheel_0 +bowser_kart_frame118: + symbol: gKartBowser118 + type: texture + offset: 0x37174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_118_wheel_0 +bowser_kart_frame119: + symbol: gKartBowser119 + type: texture + offset: 0x37998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_119_wheel_0 +bowser_kart_frame120: + symbol: gKartBowser120 + type: texture + offset: 0x381D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_120_wheel_0 +bowser_kart_frame121: + symbol: gKartBowser121 + type: texture + offset: 0x389F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_121_wheel_0 +bowser_kart_frame122: + symbol: gKartBowser122 + type: texture + offset: 0x39234 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_122_wheel_0 +bowser_kart_frame123: + symbol: gKartBowser123 + type: texture + offset: 0x39A58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_123_wheel_0 +bowser_kart_frame124: + symbol: gKartBowser124 + type: texture + offset: 0x3A2A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_124_wheel_0 +bowser_kart_frame125: + symbol: gKartBowser125 + type: texture + offset: 0x3AAC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_125_wheel_0 +bowser_kart_frame126: + symbol: gKartBowser126 + type: texture + offset: 0x3B338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_126_wheel_0 +bowser_kart_frame127: + symbol: gKartBowser127 + type: texture + offset: 0x3BA44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_127_wheel_0 +bowser_kart_frame128: + symbol: gKartBowser128 + type: texture + offset: 0x3C17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_128_wheel_0 +bowser_kart_frame129: + symbol: gKartBowser129 + type: texture + offset: 0x3C8A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_129_wheel_0 +bowser_kart_frame130: + symbol: gKartBowser130 + type: texture + offset: 0x3CFE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_130_wheel_0 +bowser_kart_frame131: + symbol: gKartBowser131 + type: texture + offset: 0x3D740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_131_wheel_0 +bowser_kart_frame132: + symbol: gKartBowser132 + type: texture + offset: 0x3DEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_132_wheel_0 +bowser_kart_frame133: + symbol: gKartBowser133 + type: texture + offset: 0x3E65C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_133_wheel_0 +bowser_kart_frame134: + symbol: gKartBowser134 + type: texture + offset: 0x3EE24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_134_wheel_0 +bowser_kart_frame135: + symbol: gKartBowser135 + type: texture + offset: 0x3F5F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_135_wheel_0 +bowser_kart_frame136: + symbol: gKartBowser136 + type: texture + offset: 0x3FDEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_136_wheel_0 +bowser_kart_frame137: + symbol: gKartBowser137 + type: texture + offset: 0x405E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_137_wheel_0 +bowser_kart_frame138: + symbol: gKartBowser138 + type: texture + offset: 0x40E04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_138_wheel_0 +bowser_kart_frame139: + symbol: gKartBowser139 + type: texture + offset: 0x4163C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_139_wheel_0 +bowser_kart_frame140: + symbol: gKartBowser140 + type: texture + offset: 0x41E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_140_wheel_0 +bowser_kart_frame141: + symbol: gKartBowser141 + type: texture + offset: 0x426C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_141_wheel_0 +bowser_kart_frame142: + symbol: gKartBowser142 + type: texture + offset: 0x42F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_142_wheel_0 +bowser_kart_frame143: + symbol: gKartBowser143 + type: texture + offset: 0x43744 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_143_wheel_0 +bowser_kart_frame144: + symbol: gKartBowser144 + type: texture + offset: 0x43F98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_144_wheel_0 +bowser_kart_frame145: + symbol: gKartBowser145 + type: texture + offset: 0x44800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_145_wheel_0 +bowser_kart_frame146: + symbol: gKartBowser146 + type: texture + offset: 0x45050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_146_wheel_0 +bowser_kart_frame147: + symbol: gKartBowser147 + type: texture + offset: 0x458CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_147_wheel_0 +bowser_kart_frame148: + symbol: gKartBowser148 + type: texture + offset: 0x4600C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_148_wheel_0 +bowser_kart_frame149: + symbol: gKartBowser149 + type: texture + offset: 0x46754 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_149_wheel_0 +bowser_kart_frame150: + symbol: gKartBowser150 + type: texture + offset: 0x46EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_150_wheel_0 +bowser_kart_frame151: + symbol: gKartBowser151 + type: texture + offset: 0x47614 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_151_wheel_0 +bowser_kart_frame152: + symbol: gKartBowser152 + type: texture + offset: 0x47D94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_152_wheel_0 +bowser_kart_frame153: + symbol: gKartBowser153 + type: texture + offset: 0x4854C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_153_wheel_0 +bowser_kart_frame154: + symbol: gKartBowser154 + type: texture + offset: 0x48D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_154_wheel_0 +bowser_kart_frame155: + symbol: gKartBowser155 + type: texture + offset: 0x4951C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_155_wheel_0 +bowser_kart_frame156: + symbol: gKartBowser156 + type: texture + offset: 0x49D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_156_wheel_0 +bowser_kart_frame157: + symbol: gKartBowser157 + type: texture + offset: 0x4A50C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_157_wheel_0 +bowser_kart_frame158: + symbol: gKartBowser158 + type: texture + offset: 0x4AD0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_158_wheel_0 +bowser_kart_frame159: + symbol: gKartBowser159 + type: texture + offset: 0x4B544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_159_wheel_0 +bowser_kart_frame160: + symbol: gKartBowser160 + type: texture + offset: 0x4BD80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_160_wheel_0 +bowser_kart_frame161: + symbol: gKartBowser161 + type: texture + offset: 0x4C5F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_161_wheel_0 +bowser_kart_frame162: + symbol: gKartBowser162 + type: texture + offset: 0x4CE5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_162_wheel_0 +bowser_kart_frame163: + symbol: gKartBowser163 + type: texture + offset: 0x4D6A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_163_wheel_0 +bowser_kart_frame164: + symbol: gKartBowser164 + type: texture + offset: 0x4DF14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_164_wheel_0 +bowser_kart_frame165: + symbol: gKartBowser165 + type: texture + offset: 0x4E788 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_165_wheel_0 +bowser_kart_frame166: + symbol: gKartBowser166 + type: texture + offset: 0x4F028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_166_wheel_0 +bowser_kart_frame167: + symbol: gKartBowser167 + type: texture + offset: 0x4F8B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_167_wheel_0 +bowser_kart_frame168: + symbol: gKartBowser168 + type: texture + offset: 0x50148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_168_wheel_0 +bowser_kart_frame169: + symbol: gKartBowser169 + type: texture + offset: 0x5089C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_169_wheel_0 +bowser_kart_frame170: + symbol: gKartBowser170 + type: texture + offset: 0x51014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_170_wheel_0 +bowser_kart_frame171: + symbol: gKartBowser171 + type: texture + offset: 0x51790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_171_wheel_0 +bowser_kart_frame172: + symbol: gKartBowser172 + type: texture + offset: 0x51F20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_172_wheel_0 +bowser_kart_frame173: + symbol: gKartBowser173 + type: texture + offset: 0x526F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_173_wheel_0 +bowser_kart_frame174: + symbol: gKartBowser174 + type: texture + offset: 0x52EBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_174_wheel_0 +bowser_kart_frame175: + symbol: gKartBowser175 + type: texture + offset: 0x536AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_175_wheel_0 +bowser_kart_frame176: + symbol: gKartBowser176 + type: texture + offset: 0x53EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_176_wheel_0 +bowser_kart_frame177: + symbol: gKartBowser177 + type: texture + offset: 0x546BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_177_wheel_0 +bowser_kart_frame178: + symbol: gKartBowser178 + type: texture + offset: 0x54EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_178_wheel_0 +bowser_kart_frame179: + symbol: gKartBowser179 + type: texture + offset: 0x55718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_179_wheel_0 +bowser_kart_frame180: + symbol: gKartBowser180 + type: texture + offset: 0x55F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_180_wheel_0 +bowser_kart_frame181: + symbol: gKartBowser181 + type: texture + offset: 0x567C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_181_wheel_0 +bowser_kart_frame182: + symbol: gKartBowser182 + type: texture + offset: 0x57038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_182_wheel_0 +bowser_kart_frame183: + symbol: gKartBowser183 + type: texture + offset: 0x578CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_183_wheel_0 +bowser_kart_frame184: + symbol: gKartBowser184 + type: texture + offset: 0x58158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_184_wheel_0 +bowser_kart_frame185: + symbol: gKartBowser185 + type: texture + offset: 0x58A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_185_wheel_0 +bowser_kart_frame186: + symbol: gKartBowser186 + type: texture + offset: 0x59288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_186_wheel_0 +bowser_kart_frame187: + symbol: gKartBowser187 + type: texture + offset: 0x59B2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_187_wheel_0 +bowser_kart_frame188: + symbol: gKartBowser188 + type: texture + offset: 0x5A3C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_188_wheel_0 +bowser_kart_frame189: + symbol: gKartBowser189 + type: texture + offset: 0x5AC78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_189_wheel_0 +bowser_kart_frame190: + symbol: gKartBowser190 + type: texture + offset: 0x5B2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_190_wheel_0 +bowser_kart_frame191: + symbol: gKartBowser191 + type: texture + offset: 0x5B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_191_wheel_0 +bowser_kart_frame192: + symbol: gKartBowser192 + type: texture + offset: 0x5C0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_192_wheel_0 +bowser_kart_frame193: + symbol: gKartBowser193 + type: texture + offset: 0x5C824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_193_wheel_0 +bowser_kart_frame194: + symbol: gKartBowser194 + type: texture + offset: 0x5CFB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_194_wheel_0 +bowser_kart_frame195: + symbol: gKartBowser195 + type: texture + offset: 0x5D758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_195_wheel_0 +bowser_kart_frame196: + symbol: gKartBowser196 + type: texture + offset: 0x5DF3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_196_wheel_0 +bowser_kart_frame197: + symbol: gKartBowser197 + type: texture + offset: 0x5E750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_197_wheel_0 +bowser_kart_frame198: + symbol: gKartBowser198 + type: texture + offset: 0x5EF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_198_wheel_0 +bowser_kart_frame199: + symbol: gKartBowser199 + type: texture + offset: 0x5F810 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_199_wheel_0 +bowser_kart_frame200: + symbol: gKartBowser200 + type: texture + offset: 0x600B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_200_wheel_0 +bowser_kart_frame201: + symbol: gKartBowser201 + type: texture + offset: 0x6098C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_201_wheel_0 +bowser_kart_frame202: + symbol: gKartBowser202 + type: texture + offset: 0x6125C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_202_wheel_0 +bowser_kart_frame203: + symbol: gKartBowser203 + type: texture + offset: 0x61B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_203_wheel_0 +bowser_kart_frame204: + symbol: gKartBowser204 + type: texture + offset: 0x62418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_204_wheel_0 +bowser_kart_frame205: + symbol: gKartBowser205 + type: texture + offset: 0x62CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_205_wheel_0 +bowser_kart_frame206: + symbol: gKartBowser206 + type: texture + offset: 0x63538 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_206_wheel_0 +bowser_kart_frame207: + symbol: gKartBowser207 + type: texture + offset: 0x63D78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_207_wheel_0 +bowser_kart_frame208: + symbol: gKartBowser208 + type: texture + offset: 0x645C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_208_wheel_0 +bowser_kart_frame209: + symbol: gKartBowser209 + type: texture + offset: 0x64DF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_209_wheel_0 +bowser_kart_frame210: + symbol: gKartBowser210 + type: texture + offset: 0x654B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_210_wheel_0 +bowser_kart_frame211: + symbol: gKartBowser211 + type: texture + offset: 0x65BC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_211_wheel_0 +bowser_kart_frame212: + symbol: gKartBowser212 + type: texture + offset: 0x66344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_212_wheel_0 +bowser_kart_frame213: + symbol: gKartBowser213 + type: texture + offset: 0x66AF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_213_wheel_0 +bowser_kart_frame214: + symbol: gKartBowser214 + type: texture + offset: 0x67298 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_214_wheel_0 +bowser_kart_frame215: + symbol: gKartBowser215 + type: texture + offset: 0x67A70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_215_wheel_0 +bowser_kart_frame216: + symbol: gKartBowser216 + type: texture + offset: 0x682A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_216_wheel_0 +bowser_kart_frame217: + symbol: gKartBowser217 + type: texture + offset: 0x68AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_217_wheel_0 +bowser_kart_frame218: + symbol: gKartBowser218 + type: texture + offset: 0x69354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_218_wheel_0 +bowser_kart_frame219: + symbol: gKartBowser219 + type: texture + offset: 0x69BCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_219_wheel_0 +bowser_kart_frame220: + symbol: gKartBowser220 + type: texture + offset: 0x6A444 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_220_wheel_0 +bowser_kart_frame221: + symbol: gKartBowser221 + type: texture + offset: 0x6AD00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_221_wheel_0 +bowser_kart_frame222: + symbol: gKartBowser222 + type: texture + offset: 0x6B5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_222_wheel_0 +bowser_kart_frame223: + symbol: gKartBowser223 + type: texture + offset: 0x6BE60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_223_wheel_0 +bowser_kart_frame224: + symbol: gKartBowser224 + type: texture + offset: 0x6C700 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_224_wheel_0 +bowser_kart_frame225: + symbol: gKartBowser225 + type: texture + offset: 0x6CF80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_225_wheel_0 +bowser_kart_frame226: + symbol: gKartBowser226 + type: texture + offset: 0x6D7B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_226_wheel_0 +bowser_kart_frame227: + symbol: gKartBowser227 + type: texture + offset: 0x6DFCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_227_wheel_0 +bowser_kart_frame228: + symbol: gKartBowser228 + type: texture + offset: 0x6E7E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_228_wheel_0 +bowser_kart_frame229: + symbol: gKartBowser229 + type: texture + offset: 0x6EFC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_229_wheel_0 +bowser_kart_frame230: + symbol: gKartBowser230 + type: texture + offset: 0x6F6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_230_wheel_0 +bowser_kart_frame231: + symbol: gKartBowser231 + type: texture + offset: 0x6FE18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_231_wheel_0 +bowser_kart_frame232: + symbol: gKartBowser232 + type: texture + offset: 0x705C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_232_wheel_0 +bowser_kart_frame233: + symbol: gKartBowser233 + type: texture + offset: 0x70D94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_233_wheel_0 +bowser_kart_frame234: + symbol: gKartBowser234 + type: texture + offset: 0x71598 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_234_wheel_0 +bowser_kart_frame235: + symbol: gKartBowser235 + type: texture + offset: 0x71DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_235_wheel_0 +bowser_kart_frame236: + symbol: gKartBowser236 + type: texture + offset: 0x72608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_236_wheel_0 +bowser_kart_frame237: + symbol: gKartBowser237 + type: texture + offset: 0x72E64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_237_wheel_0 +bowser_kart_frame238: + symbol: gKartBowser238 + type: texture + offset: 0x736CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_238_wheel_0 +bowser_kart_frame239: + symbol: gKartBowser239 + type: texture + offset: 0x73F4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_239_wheel_0 +bowser_kart_frame240: + symbol: gKartBowser240 + type: texture + offset: 0x747E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_240_wheel_0 +bowser_kart_frame241: + symbol: gKartBowser241 + type: texture + offset: 0x75094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_241_wheel_0 +bowser_kart_frame242: + symbol: gKartBowser242 + type: texture + offset: 0x758E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_242_wheel_0 +bowser_kart_frame243: + symbol: gKartBowser243 + type: texture + offset: 0x76174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_243_wheel_0 +bowser_kart_frame244: + symbol: gKartBowser244 + type: texture + offset: 0x769EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_244_wheel_0 +bowser_kart_frame245: + symbol: gKartBowser245 + type: texture + offset: 0x77228 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_245_wheel_0 +bowser_kart_frame246: + symbol: gKartBowser246 + type: texture + offset: 0x77A28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_246_wheel_0 +bowser_kart_frame247: + symbol: gKartBowser247 + type: texture + offset: 0x78200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_247_wheel_0 +bowser_kart_frame248: + symbol: gKartBowser248 + type: texture + offset: 0x789E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_248_wheel_0 +bowser_kart_frame249: + symbol: gKartBowser249 + type: texture + offset: 0x7919C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_249_wheel_0 +bowser_kart_frame250: + symbol: gKartBowser250 + type: texture + offset: 0x798DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_250_wheel_0 +bowser_kart_frame251: + symbol: gKartBowser251 + type: texture + offset: 0x7A06C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_251_wheel_0 +bowser_kart_frame252: + symbol: gKartBowser252 + type: texture + offset: 0x7A830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_252_wheel_0 +bowser_kart_frame253: + symbol: gKartBowser253 + type: texture + offset: 0x7B028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_253_wheel_0 +bowser_kart_frame254: + symbol: gKartBowser254 + type: texture + offset: 0x7B83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_254_wheel_0 +bowser_kart_frame255: + symbol: gKartBowser255 + type: texture + offset: 0x7C07C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_255_wheel_0 +bowser_kart_frame256: + symbol: gKartBowser256 + type: texture + offset: 0x7C8F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_256_wheel_0 +bowser_kart_frame257: + symbol: gKartBowser257 + type: texture + offset: 0x7D178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_257_wheel_0 +bowser_kart_frame258: + symbol: gKartBowser258 + type: texture + offset: 0x7D9E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_258_wheel_0 +bowser_kart_frame259: + symbol: gKartBowser259 + type: texture + offset: 0x7E27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_259_wheel_0 +bowser_kart_frame260: + symbol: gKartBowser260 + type: texture + offset: 0x7EB18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_260_wheel_0 +bowser_kart_frame261: + symbol: gKartBowser261 + type: texture + offset: 0x7F3B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_261_wheel_0 +bowser_kart_frame262: + symbol: gKartBowser262 + type: texture + offset: 0x7FC20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_262_wheel_0 +bowser_kart_frame263: + symbol: gKartBowser263 + type: texture + offset: 0x80460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_263_wheel_0 +bowser_kart_frame264: + symbol: gKartBowser264 + type: texture + offset: 0x80C8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_264_wheel_0 +bowser_kart_frame265: + symbol: gKartBowser265 + type: texture + offset: 0x81494 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_265_wheel_0 +bowser_kart_frame266: + symbol: gKartBowser266 + type: texture + offset: 0x81C68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_266_wheel_0 +bowser_kart_frame267: + symbol: gKartBowser267 + type: texture + offset: 0x8240C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_267_wheel_0 +bowser_kart_frame268: + symbol: gKartBowser268 + type: texture + offset: 0x82BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_268_wheel_0 +bowser_kart_frame269: + symbol: gKartBowser269 + type: texture + offset: 0x83314 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_269_wheel_0 +bowser_kart_frame270: + symbol: gKartBowser270 + type: texture + offset: 0x83AC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_270_wheel_0 +bowser_kart_frame271: + symbol: gKartBowser271 + type: texture + offset: 0x84288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_271_wheel_0 +bowser_kart_frame272: + symbol: gKartBowser272 + type: texture + offset: 0x84A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_272_wheel_0 +bowser_kart_frame273: + symbol: gKartBowser273 + type: texture + offset: 0x85288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_273_wheel_0 +bowser_kart_frame274: + symbol: gKartBowser274 + type: texture + offset: 0x85AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_274_wheel_0 +bowser_kart_frame275: + symbol: gKartBowser275 + type: texture + offset: 0x86360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_275_wheel_0 +bowser_kart_frame276: + symbol: gKartBowser276 + type: texture + offset: 0x86BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_276_wheel_0 +bowser_kart_frame277: + symbol: gKartBowser277 + type: texture + offset: 0x874A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_277_wheel_0 +bowser_kart_frame278: + symbol: gKartBowser278 + type: texture + offset: 0x87D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_278_wheel_0 +bowser_kart_frame279: + symbol: gKartBowser279 + type: texture + offset: 0x885B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_279_wheel_0 +bowser_kart_frame280: + symbol: gKartBowser280 + type: texture + offset: 0x88E20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_280_wheel_0 +bowser_kart_frame281: + symbol: gKartBowser281 + type: texture + offset: 0x89684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_281_wheel_0 +bowser_kart_frame282: + symbol: gKartBowser282 + type: texture + offset: 0x89EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_282_wheel_0 +bowser_kart_frame283: + symbol: gKartBowser283 + type: texture + offset: 0x8A6F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_283_wheel_0 +bowser_kart_frame284: + symbol: gKartBowser284 + type: texture + offset: 0x8AEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_284_wheel_0 +bowser_kart_frame285: + symbol: gKartBowser285 + type: texture + offset: 0x8B66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_285_wheel_0 +bowser_kart_frame286: + symbol: gKartBowser286 + type: texture + offset: 0x8BDD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_286_wheel_0 +bowser_kart_frame287: + symbol: gKartBowser287 + type: texture + offset: 0x8C510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_287_wheel_0 +bowser_kart_frame288: + symbol: gKartBowser288 + type: texture + offset: 0x8CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_288_wheel_0 +bowser_kart_frame289: + symbol: gKartBowser289 + type: texture + offset: 0x8D338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame290: + symbol: gKartBowser290 + type: texture + offset: 0x8D99C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame291: + symbol: gKartBowser291 + type: texture + offset: 0x8E028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame292: + symbol: gKartBowser292 + type: texture + offset: 0x8E740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame293: + symbol: gKartBowser293 + type: texture + offset: 0x8EF00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame294: + symbol: gKartBowser294 + type: texture + offset: 0x8F600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame295: + symbol: gKartBowser295 + type: texture + offset: 0x8FDAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame296: + symbol: gKartBowser296 + type: texture + offset: 0x9058C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame297: + symbol: gKartBowser297 + type: texture + offset: 0x90D50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame298: + symbol: gKartBowser298 + type: texture + offset: 0x91460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame299: + symbol: gKartBowser299 + type: texture + offset: 0x91B94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame300: + symbol: gKartBowser300 + type: texture + offset: 0x922F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame301: + symbol: gKartBowser301 + type: texture + offset: 0x92A78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame302: + symbol: gKartBowser302 + type: texture + offset: 0x9322C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame303: + symbol: gKartBowser303 + type: texture + offset: 0x93A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame304: + symbol: gKartBowser304 + type: texture + offset: 0x9423C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame305: + symbol: gKartBowser305 + type: texture + offset: 0x94988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame306: + symbol: gKartBowser306 + type: texture + offset: 0x94F58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame307: + symbol: gKartBowser307 + type: texture + offset: 0x95660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame308: + symbol: gKartBowser308 + type: texture + offset: 0x95DF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame309: + symbol: gKartBowser309 + type: texture + offset: 0x965D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame310: + symbol: gKartBowser310 + type: texture + offset: 0x96D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame311: + symbol: gKartBowser311 + type: texture + offset: 0x974C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame312: + symbol: gKartBowser312 + type: texture + offset: 0x97CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame313: + symbol: gKartBowser313 + type: texture + offset: 0x98454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame314: + symbol: gKartBowser314 + type: texture + offset: 0x98B6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame315: + symbol: gKartBowser315 + type: texture + offset: 0x9929C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame316: + symbol: gKartBowser316 + type: texture + offset: 0x999E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame317: + symbol: gKartBowser317 + type: texture + offset: 0x9A16C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame318: + symbol: gKartBowser318 + type: texture + offset: 0x9A8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame319: + symbol: gKartBowser319 + type: texture + offset: 0x9B0D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame320: + symbol: gKartBowser320 + type: texture + offset: 0x9B8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartBowser000Wheel0 + type: texture + offset: 0x9C088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartBowser000Wheel1 + type: texture + offset: 0x9C108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartBowser000Wheel2 + type: texture + offset: 0x9C188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartBowser000Wheel3 + type: texture + offset: 0x9C208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartBowser001Wheel0 + type: texture + offset: 0x9C288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartBowser001Wheel1 + type: texture + offset: 0x9C308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartBowser001Wheel2 + type: texture + offset: 0x9C388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartBowser001Wheel3 + type: texture + offset: 0x9C408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartBowser002Wheel0 + type: texture + offset: 0x9C488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartBowser002Wheel1 + type: texture + offset: 0x9C508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartBowser002Wheel2 + type: texture + offset: 0x9C588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartBowser002Wheel3 + type: texture + offset: 0x9C608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartBowser003Wheel0 + type: texture + offset: 0x9C688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartBowser003Wheel1 + type: texture + offset: 0x9C708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartBowser003Wheel2 + type: texture + offset: 0x9C788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartBowser003Wheel3 + type: texture + offset: 0x9C808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartBowser004Wheel0 + type: texture + offset: 0x9C888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartBowser004Wheel1 + type: texture + offset: 0x9C908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartBowser004Wheel2 + type: texture + offset: 0x9C988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartBowser004Wheel3 + type: texture + offset: 0x9CA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartBowser005Wheel0 + type: texture + offset: 0x9CA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartBowser005Wheel1 + type: texture + offset: 0x9CB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartBowser005Wheel2 + type: texture + offset: 0x9CB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartBowser005Wheel3 + type: texture + offset: 0x9CC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartBowser006Wheel0 + type: texture + offset: 0x9CC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartBowser006Wheel1 + type: texture + offset: 0x9CD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartBowser006Wheel2 + type: texture + offset: 0x9CD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartBowser006Wheel3 + type: texture + offset: 0x9CE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartBowser007Wheel0 + type: texture + offset: 0x9CE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartBowser007Wheel1 + type: texture + offset: 0x9CF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartBowser007Wheel2 + type: texture + offset: 0x9CF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartBowser007Wheel3 + type: texture + offset: 0x9D008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartBowser008Wheel0 + type: texture + offset: 0x9D088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartBowser008Wheel1 + type: texture + offset: 0x9D108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartBowser008Wheel2 + type: texture + offset: 0x9D188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartBowser008Wheel3 + type: texture + offset: 0x9D208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartBowser009Wheel0 + type: texture + offset: 0x9D288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartBowser009Wheel1 + type: texture + offset: 0x9D308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartBowser009Wheel2 + type: texture + offset: 0x9D388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartBowser009Wheel3 + type: texture + offset: 0x9D408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartBowser010Wheel0 + type: texture + offset: 0x9D488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartBowser010Wheel1 + type: texture + offset: 0x9D508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartBowser010Wheel2 + type: texture + offset: 0x9D588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartBowser010Wheel3 + type: texture + offset: 0x9D608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartBowser011Wheel0 + type: texture + offset: 0x9D688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartBowser011Wheel1 + type: texture + offset: 0x9D708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartBowser011Wheel2 + type: texture + offset: 0x9D788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartBowser011Wheel3 + type: texture + offset: 0x9D808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartBowser012Wheel0 + type: texture + offset: 0x9D888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartBowser012Wheel1 + type: texture + offset: 0x9D908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartBowser012Wheel2 + type: texture + offset: 0x9D988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartBowser012Wheel3 + type: texture + offset: 0x9DA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartBowser013Wheel0 + type: texture + offset: 0x9DA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartBowser013Wheel1 + type: texture + offset: 0x9DB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartBowser013Wheel2 + type: texture + offset: 0x9DB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartBowser013Wheel3 + type: texture + offset: 0x9DC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartBowser014Wheel0 + type: texture + offset: 0x9DC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartBowser014Wheel1 + type: texture + offset: 0x9DD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartBowser014Wheel2 + type: texture + offset: 0x9DD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartBowser014Wheel3 + type: texture + offset: 0x9DE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartBowser015Wheel0 + type: texture + offset: 0x9DE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartBowser015Wheel1 + type: texture + offset: 0x9DF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartBowser015Wheel2 + type: texture + offset: 0x9DF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartBowser015Wheel3 + type: texture + offset: 0x9E008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartBowser016Wheel0 + type: texture + offset: 0x9E088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartBowser016Wheel1 + type: texture + offset: 0x9E108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartBowser016Wheel2 + type: texture + offset: 0x9E188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartBowser016Wheel3 + type: texture + offset: 0x9E208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartBowser017Wheel0 + type: texture + offset: 0x9E288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartBowser017Wheel1 + type: texture + offset: 0x9E308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartBowser017Wheel2 + type: texture + offset: 0x9E388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartBowser017Wheel3 + type: texture + offset: 0x9E408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartBowser018Wheel0 + type: texture + offset: 0x9E488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartBowser018Wheel1 + type: texture + offset: 0x9E508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartBowser018Wheel2 + type: texture + offset: 0x9E588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartBowser018Wheel3 + type: texture + offset: 0x9E608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartBowser019Wheel0 + type: texture + offset: 0x9E688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartBowser019Wheel1 + type: texture + offset: 0x9E708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartBowser019Wheel2 + type: texture + offset: 0x9E788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartBowser019Wheel3 + type: texture + offset: 0x9E808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartBowser020Wheel0 + type: texture + offset: 0x9E888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartBowser020Wheel1 + type: texture + offset: 0x9E908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartBowser020Wheel2 + type: texture + offset: 0x9E988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartBowser020Wheel3 + type: texture + offset: 0x9EA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartBowser021Wheel0 + type: texture + offset: 0x9EA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartBowser021Wheel1 + type: texture + offset: 0x9EB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartBowser021Wheel2 + type: texture + offset: 0x9EB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartBowser021Wheel3 + type: texture + offset: 0x9EC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartBowser022Wheel0 + type: texture + offset: 0x9EC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartBowser022Wheel1 + type: texture + offset: 0x9ED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartBowser022Wheel2 + type: texture + offset: 0x9ED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartBowser022Wheel3 + type: texture + offset: 0x9EE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartBowser023Wheel0 + type: texture + offset: 0x9EE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartBowser023Wheel1 + type: texture + offset: 0x9EF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartBowser023Wheel2 + type: texture + offset: 0x9EF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartBowser023Wheel3 + type: texture + offset: 0x9F008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartBowser024Wheel0 + type: texture + offset: 0x9F088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartBowser024Wheel1 + type: texture + offset: 0x9F108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartBowser024Wheel2 + type: texture + offset: 0x9F188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartBowser024Wheel3 + type: texture + offset: 0x9F208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartBowser025Wheel0 + type: texture + offset: 0x9F288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartBowser025Wheel1 + type: texture + offset: 0x9F308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartBowser025Wheel2 + type: texture + offset: 0x9F388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartBowser025Wheel3 + type: texture + offset: 0x9F408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartBowser026Wheel0 + type: texture + offset: 0x9F488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartBowser026Wheel1 + type: texture + offset: 0x9F508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartBowser026Wheel2 + type: texture + offset: 0x9F588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartBowser026Wheel3 + type: texture + offset: 0x9F608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartBowser027Wheel0 + type: texture + offset: 0x9F688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartBowser027Wheel1 + type: texture + offset: 0x9F708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartBowser027Wheel2 + type: texture + offset: 0x9F788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartBowser027Wheel3 + type: texture + offset: 0x9F808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartBowser028Wheel0 + type: texture + offset: 0x9F888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartBowser028Wheel1 + type: texture + offset: 0x9F908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartBowser028Wheel2 + type: texture + offset: 0x9F988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartBowser028Wheel3 + type: texture + offset: 0x9FA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartBowser029Wheel0 + type: texture + offset: 0x9FA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartBowser029Wheel1 + type: texture + offset: 0x9FB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartBowser029Wheel2 + type: texture + offset: 0x9FB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartBowser029Wheel3 + type: texture + offset: 0x9FC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartBowser030Wheel0 + type: texture + offset: 0x9FC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartBowser030Wheel1 + type: texture + offset: 0x9FD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartBowser030Wheel2 + type: texture + offset: 0x9FD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartBowser030Wheel3 + type: texture + offset: 0x9FE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartBowser031Wheel0 + type: texture + offset: 0x9FE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartBowser031Wheel1 + type: texture + offset: 0x9FF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartBowser031Wheel2 + type: texture + offset: 0x9FF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartBowser031Wheel3 + type: texture + offset: 0xA0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartBowser032Wheel0 + type: texture + offset: 0xA0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartBowser032Wheel1 + type: texture + offset: 0xA0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartBowser032Wheel2 + type: texture + offset: 0xA0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartBowser032Wheel3 + type: texture + offset: 0xA0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartBowser033Wheel0 + type: texture + offset: 0xA0288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartBowser033Wheel1 + type: texture + offset: 0xA0308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartBowser033Wheel2 + type: texture + offset: 0xA0388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartBowser033Wheel3 + type: texture + offset: 0xA0408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartBowser034Wheel0 + type: texture + offset: 0xA0488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartBowser034Wheel1 + type: texture + offset: 0xA0508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartBowser034Wheel2 + type: texture + offset: 0xA0588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartBowser034Wheel3 + type: texture + offset: 0xA0608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartBowser035Wheel0 + type: texture + offset: 0xA0688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartBowser035Wheel1 + type: texture + offset: 0xA0708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartBowser035Wheel2 + type: texture + offset: 0xA0788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartBowser035Wheel3 + type: texture + offset: 0xA0808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartBowser036Wheel0 + type: texture + offset: 0xA0888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartBowser036Wheel1 + type: texture + offset: 0xA0908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartBowser036Wheel2 + type: texture + offset: 0xA0988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartBowser036Wheel3 + type: texture + offset: 0xA0A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartBowser037Wheel0 + type: texture + offset: 0xA0A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartBowser037Wheel1 + type: texture + offset: 0xA0B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartBowser037Wheel2 + type: texture + offset: 0xA0B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartBowser037Wheel3 + type: texture + offset: 0xA0C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartBowser038Wheel0 + type: texture + offset: 0xA0C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartBowser038Wheel1 + type: texture + offset: 0xA0D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartBowser038Wheel2 + type: texture + offset: 0xA0D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartBowser038Wheel3 + type: texture + offset: 0xA0E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartBowser039Wheel0 + type: texture + offset: 0xA0E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartBowser039Wheel1 + type: texture + offset: 0xA0F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartBowser039Wheel2 + type: texture + offset: 0xA0F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartBowser039Wheel3 + type: texture + offset: 0xA1008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartBowser040Wheel0 + type: texture + offset: 0xA1088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartBowser040Wheel1 + type: texture + offset: 0xA1108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartBowser040Wheel2 + type: texture + offset: 0xA1188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartBowser040Wheel3 + type: texture + offset: 0xA1208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartBowser041Wheel0 + type: texture + offset: 0xA1288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartBowser041Wheel1 + type: texture + offset: 0xA1308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartBowser041Wheel2 + type: texture + offset: 0xA1388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartBowser041Wheel3 + type: texture + offset: 0xA1408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartBowser042Wheel0 + type: texture + offset: 0xA1488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartBowser042Wheel1 + type: texture + offset: 0xA1508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartBowser042Wheel2 + type: texture + offset: 0xA1588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartBowser042Wheel3 + type: texture + offset: 0xA1608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartBowser043Wheel0 + type: texture + offset: 0xA1688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartBowser043Wheel1 + type: texture + offset: 0xA1708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartBowser043Wheel2 + type: texture + offset: 0xA1788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartBowser043Wheel3 + type: texture + offset: 0xA1808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartBowser044Wheel0 + type: texture + offset: 0xA1888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartBowser044Wheel1 + type: texture + offset: 0xA1908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartBowser044Wheel2 + type: texture + offset: 0xA1988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartBowser044Wheel3 + type: texture + offset: 0xA1A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartBowser045Wheel0 + type: texture + offset: 0xA1A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartBowser045Wheel1 + type: texture + offset: 0xA1B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartBowser045Wheel2 + type: texture + offset: 0xA1B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartBowser045Wheel3 + type: texture + offset: 0xA1C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartBowser046Wheel0 + type: texture + offset: 0xA1C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartBowser046Wheel1 + type: texture + offset: 0xA1D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartBowser046Wheel2 + type: texture + offset: 0xA1D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartBowser046Wheel3 + type: texture + offset: 0xA1E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartBowser047Wheel0 + type: texture + offset: 0xA1E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartBowser047Wheel1 + type: texture + offset: 0xA1F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartBowser047Wheel2 + type: texture + offset: 0xA1F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartBowser047Wheel3 + type: texture + offset: 0xA2008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartBowser048Wheel0 + type: texture + offset: 0xA2088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartBowser048Wheel1 + type: texture + offset: 0xA2108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartBowser048Wheel2 + type: texture + offset: 0xA2188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartBowser048Wheel3 + type: texture + offset: 0xA2208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartBowser049Wheel0 + type: texture + offset: 0xA2288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartBowser049Wheel1 + type: texture + offset: 0xA2308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartBowser049Wheel2 + type: texture + offset: 0xA2388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartBowser049Wheel3 + type: texture + offset: 0xA2408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartBowser050Wheel0 + type: texture + offset: 0xA2488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartBowser050Wheel1 + type: texture + offset: 0xA2508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartBowser050Wheel2 + type: texture + offset: 0xA2588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartBowser050Wheel3 + type: texture + offset: 0xA2608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartBowser051Wheel0 + type: texture + offset: 0xA2688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartBowser051Wheel1 + type: texture + offset: 0xA2708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartBowser051Wheel2 + type: texture + offset: 0xA2788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartBowser051Wheel3 + type: texture + offset: 0xA2808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartBowser052Wheel0 + type: texture + offset: 0xA2888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartBowser052Wheel1 + type: texture + offset: 0xA2908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartBowser052Wheel2 + type: texture + offset: 0xA2988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartBowser052Wheel3 + type: texture + offset: 0xA2A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartBowser053Wheel0 + type: texture + offset: 0xA2A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartBowser053Wheel1 + type: texture + offset: 0xA2B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartBowser053Wheel2 + type: texture + offset: 0xA2B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartBowser053Wheel3 + type: texture + offset: 0xA2C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartBowser054Wheel0 + type: texture + offset: 0xA2C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartBowser054Wheel1 + type: texture + offset: 0xA2D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartBowser054Wheel2 + type: texture + offset: 0xA2D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartBowser054Wheel3 + type: texture + offset: 0xA2E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartBowser055Wheel0 + type: texture + offset: 0xA2E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartBowser055Wheel1 + type: texture + offset: 0xA2F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartBowser055Wheel2 + type: texture + offset: 0xA2F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartBowser055Wheel3 + type: texture + offset: 0xA3008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartBowser056Wheel0 + type: texture + offset: 0xA3088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartBowser056Wheel1 + type: texture + offset: 0xA3108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartBowser056Wheel2 + type: texture + offset: 0xA3188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartBowser056Wheel3 + type: texture + offset: 0xA3208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartBowser057Wheel0 + type: texture + offset: 0xA3288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartBowser057Wheel1 + type: texture + offset: 0xA3308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartBowser057Wheel2 + type: texture + offset: 0xA3388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartBowser057Wheel3 + type: texture + offset: 0xA3408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartBowser058Wheel0 + type: texture + offset: 0xA3488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartBowser058Wheel1 + type: texture + offset: 0xA3508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartBowser058Wheel2 + type: texture + offset: 0xA3588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartBowser058Wheel3 + type: texture + offset: 0xA3608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartBowser059Wheel0 + type: texture + offset: 0xA3688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartBowser059Wheel1 + type: texture + offset: 0xA3708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartBowser059Wheel2 + type: texture + offset: 0xA3788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartBowser059Wheel3 + type: texture + offset: 0xA3808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartBowser060Wheel0 + type: texture + offset: 0xA3888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartBowser060Wheel1 + type: texture + offset: 0xA3908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartBowser060Wheel2 + type: texture + offset: 0xA3988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartBowser060Wheel3 + type: texture + offset: 0xA3A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartBowser061Wheel0 + type: texture + offset: 0xA3A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartBowser061Wheel1 + type: texture + offset: 0xA3B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartBowser061Wheel2 + type: texture + offset: 0xA3B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartBowser061Wheel3 + type: texture + offset: 0xA3C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartBowser062Wheel0 + type: texture + offset: 0xA3C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartBowser062Wheel1 + type: texture + offset: 0xA3D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartBowser062Wheel2 + type: texture + offset: 0xA3D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartBowser062Wheel3 + type: texture + offset: 0xA3E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartBowser063Wheel0 + type: texture + offset: 0xA3E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartBowser063Wheel1 + type: texture + offset: 0xA3F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartBowser063Wheel2 + type: texture + offset: 0xA3F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartBowser063Wheel3 + type: texture + offset: 0xA4008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartBowser064Wheel0 + type: texture + offset: 0xA4088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartBowser064Wheel1 + type: texture + offset: 0xA4108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartBowser064Wheel2 + type: texture + offset: 0xA4188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartBowser064Wheel3 + type: texture + offset: 0xA4208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartBowser065Wheel0 + type: texture + offset: 0xA4288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartBowser065Wheel1 + type: texture + offset: 0xA4308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartBowser065Wheel2 + type: texture + offset: 0xA4388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartBowser065Wheel3 + type: texture + offset: 0xA4408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartBowser066Wheel0 + type: texture + offset: 0xA4488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartBowser066Wheel1 + type: texture + offset: 0xA4508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartBowser066Wheel2 + type: texture + offset: 0xA4588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartBowser066Wheel3 + type: texture + offset: 0xA4608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartBowser067Wheel0 + type: texture + offset: 0xA4688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartBowser067Wheel1 + type: texture + offset: 0xA4708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartBowser067Wheel2 + type: texture + offset: 0xA4788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartBowser067Wheel3 + type: texture + offset: 0xA4808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartBowser068Wheel0 + type: texture + offset: 0xA4888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartBowser068Wheel1 + type: texture + offset: 0xA4908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartBowser068Wheel2 + type: texture + offset: 0xA4988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartBowser068Wheel3 + type: texture + offset: 0xA4A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartBowser069Wheel0 + type: texture + offset: 0xA4A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartBowser069Wheel1 + type: texture + offset: 0xA4B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartBowser069Wheel2 + type: texture + offset: 0xA4B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartBowser069Wheel3 + type: texture + offset: 0xA4C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartBowser070Wheel0 + type: texture + offset: 0xA4C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartBowser070Wheel1 + type: texture + offset: 0xA4D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartBowser070Wheel2 + type: texture + offset: 0xA4D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartBowser070Wheel3 + type: texture + offset: 0xA4E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartBowser071Wheel0 + type: texture + offset: 0xA4E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartBowser071Wheel1 + type: texture + offset: 0xA4F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartBowser071Wheel2 + type: texture + offset: 0xA4F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartBowser071Wheel3 + type: texture + offset: 0xA5008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartBowser072Wheel0 + type: texture + offset: 0xA5088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartBowser072Wheel1 + type: texture + offset: 0xA5108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartBowser072Wheel2 + type: texture + offset: 0xA5188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartBowser072Wheel3 + type: texture + offset: 0xA5208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartBowser073Wheel0 + type: texture + offset: 0xA5288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartBowser073Wheel1 + type: texture + offset: 0xA5308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartBowser073Wheel2 + type: texture + offset: 0xA5388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartBowser073Wheel3 + type: texture + offset: 0xA5408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartBowser074Wheel0 + type: texture + offset: 0xA5488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartBowser074Wheel1 + type: texture + offset: 0xA5508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartBowser074Wheel2 + type: texture + offset: 0xA5588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartBowser074Wheel3 + type: texture + offset: 0xA5608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartBowser075Wheel0 + type: texture + offset: 0xA5688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartBowser075Wheel1 + type: texture + offset: 0xA5708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartBowser075Wheel2 + type: texture + offset: 0xA5788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartBowser075Wheel3 + type: texture + offset: 0xA5808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartBowser076Wheel0 + type: texture + offset: 0xA5888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartBowser076Wheel1 + type: texture + offset: 0xA5908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartBowser076Wheel2 + type: texture + offset: 0xA5988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartBowser076Wheel3 + type: texture + offset: 0xA5A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartBowser077Wheel0 + type: texture + offset: 0xA5A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartBowser077Wheel1 + type: texture + offset: 0xA5B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartBowser077Wheel2 + type: texture + offset: 0xA5B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartBowser077Wheel3 + type: texture + offset: 0xA5C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartBowser078Wheel0 + type: texture + offset: 0xA5C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartBowser078Wheel1 + type: texture + offset: 0xA5D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartBowser078Wheel2 + type: texture + offset: 0xA5D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartBowser078Wheel3 + type: texture + offset: 0xA5E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartBowser079Wheel0 + type: texture + offset: 0xA5E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartBowser079Wheel1 + type: texture + offset: 0xA5F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartBowser079Wheel2 + type: texture + offset: 0xA5F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartBowser079Wheel3 + type: texture + offset: 0xA6008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartBowser080Wheel0 + type: texture + offset: 0xA6088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartBowser080Wheel1 + type: texture + offset: 0xA6108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartBowser080Wheel2 + type: texture + offset: 0xA6188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartBowser080Wheel3 + type: texture + offset: 0xA6208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartBowser081Wheel0 + type: texture + offset: 0xA6288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartBowser081Wheel1 + type: texture + offset: 0xA6308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartBowser081Wheel2 + type: texture + offset: 0xA6388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartBowser081Wheel3 + type: texture + offset: 0xA6408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartBowser082Wheel0 + type: texture + offset: 0xA6488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartBowser082Wheel1 + type: texture + offset: 0xA6508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartBowser082Wheel2 + type: texture + offset: 0xA6588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartBowser082Wheel3 + type: texture + offset: 0xA6608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartBowser083Wheel0 + type: texture + offset: 0xA6688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartBowser083Wheel1 + type: texture + offset: 0xA6708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartBowser083Wheel2 + type: texture + offset: 0xA6788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartBowser083Wheel3 + type: texture + offset: 0xA6808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartBowser084Wheel0 + type: texture + offset: 0xA6888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartBowser084Wheel1 + type: texture + offset: 0xA6908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartBowser084Wheel2 + type: texture + offset: 0xA6988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartBowser084Wheel3 + type: texture + offset: 0xA6A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartBowser085Wheel0 + type: texture + offset: 0xA6A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartBowser085Wheel1 + type: texture + offset: 0xA6B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartBowser085Wheel2 + type: texture + offset: 0xA6B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartBowser085Wheel3 + type: texture + offset: 0xA6C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartBowser086Wheel0 + type: texture + offset: 0xA6C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartBowser086Wheel1 + type: texture + offset: 0xA6D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartBowser086Wheel2 + type: texture + offset: 0xA6D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartBowser086Wheel3 + type: texture + offset: 0xA6E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartBowser087Wheel0 + type: texture + offset: 0xA6E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartBowser087Wheel1 + type: texture + offset: 0xA6F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartBowser087Wheel2 + type: texture + offset: 0xA6F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartBowser087Wheel3 + type: texture + offset: 0xA7008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartBowser088Wheel0 + type: texture + offset: 0xA7088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartBowser088Wheel1 + type: texture + offset: 0xA7108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartBowser088Wheel2 + type: texture + offset: 0xA7188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartBowser088Wheel3 + type: texture + offset: 0xA7208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartBowser089Wheel0 + type: texture + offset: 0xA7288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartBowser089Wheel1 + type: texture + offset: 0xA7308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartBowser089Wheel2 + type: texture + offset: 0xA7388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartBowser089Wheel3 + type: texture + offset: 0xA7408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartBowser090Wheel0 + type: texture + offset: 0xA7488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartBowser090Wheel1 + type: texture + offset: 0xA7508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartBowser090Wheel2 + type: texture + offset: 0xA7588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartBowser090Wheel3 + type: texture + offset: 0xA7608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartBowser091Wheel0 + type: texture + offset: 0xA7688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartBowser091Wheel1 + type: texture + offset: 0xA7708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartBowser091Wheel2 + type: texture + offset: 0xA7788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartBowser091Wheel3 + type: texture + offset: 0xA7808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartBowser092Wheel0 + type: texture + offset: 0xA7888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartBowser092Wheel1 + type: texture + offset: 0xA7908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartBowser092Wheel2 + type: texture + offset: 0xA7988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartBowser092Wheel3 + type: texture + offset: 0xA7A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartBowser093Wheel0 + type: texture + offset: 0xA7A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartBowser093Wheel1 + type: texture + offset: 0xA7B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartBowser093Wheel2 + type: texture + offset: 0xA7B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartBowser093Wheel3 + type: texture + offset: 0xA7C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartBowser094Wheel0 + type: texture + offset: 0xA7C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartBowser094Wheel1 + type: texture + offset: 0xA7D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartBowser094Wheel2 + type: texture + offset: 0xA7D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartBowser094Wheel3 + type: texture + offset: 0xA7E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartBowser095Wheel0 + type: texture + offset: 0xA7E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartBowser095Wheel1 + type: texture + offset: 0xA7F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartBowser095Wheel2 + type: texture + offset: 0xA7F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartBowser095Wheel3 + type: texture + offset: 0xA8008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartBowser096Wheel0 + type: texture + offset: 0xA8088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartBowser096Wheel1 + type: texture + offset: 0xA8108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartBowser096Wheel2 + type: texture + offset: 0xA8188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartBowser096Wheel3 + type: texture + offset: 0xA8208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartBowser097Wheel0 + type: texture + offset: 0xA8288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartBowser097Wheel1 + type: texture + offset: 0xA8308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartBowser097Wheel2 + type: texture + offset: 0xA8388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartBowser097Wheel3 + type: texture + offset: 0xA8408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartBowser098Wheel0 + type: texture + offset: 0xA8488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartBowser098Wheel1 + type: texture + offset: 0xA8508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartBowser098Wheel2 + type: texture + offset: 0xA8588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartBowser098Wheel3 + type: texture + offset: 0xA8608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartBowser099Wheel0 + type: texture + offset: 0xA8688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartBowser099Wheel1 + type: texture + offset: 0xA8708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartBowser099Wheel2 + type: texture + offset: 0xA8788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartBowser099Wheel3 + type: texture + offset: 0xA8808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartBowser100Wheel0 + type: texture + offset: 0xA8888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartBowser100Wheel1 + type: texture + offset: 0xA8908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartBowser100Wheel2 + type: texture + offset: 0xA8988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartBowser100Wheel3 + type: texture + offset: 0xA8A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartBowser101Wheel0 + type: texture + offset: 0xA8A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartBowser101Wheel1 + type: texture + offset: 0xA8B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartBowser101Wheel2 + type: texture + offset: 0xA8B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartBowser101Wheel3 + type: texture + offset: 0xA8C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartBowser102Wheel0 + type: texture + offset: 0xA8C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartBowser102Wheel1 + type: texture + offset: 0xA8D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartBowser102Wheel2 + type: texture + offset: 0xA8D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartBowser102Wheel3 + type: texture + offset: 0xA8E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartBowser103Wheel0 + type: texture + offset: 0xA8E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartBowser103Wheel1 + type: texture + offset: 0xA8F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartBowser103Wheel2 + type: texture + offset: 0xA8F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartBowser103Wheel3 + type: texture + offset: 0xA9008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartBowser104Wheel0 + type: texture + offset: 0xA9088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartBowser104Wheel1 + type: texture + offset: 0xA9108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartBowser104Wheel2 + type: texture + offset: 0xA9188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartBowser104Wheel3 + type: texture + offset: 0xA9208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartBowser105Wheel0 + type: texture + offset: 0xA9288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartBowser105Wheel1 + type: texture + offset: 0xA9308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartBowser105Wheel2 + type: texture + offset: 0xA9388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartBowser105Wheel3 + type: texture + offset: 0xA9408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartBowser106Wheel0 + type: texture + offset: 0xA9488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartBowser106Wheel1 + type: texture + offset: 0xA9508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartBowser106Wheel2 + type: texture + offset: 0xA9588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartBowser106Wheel3 + type: texture + offset: 0xA9608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartBowser107Wheel0 + type: texture + offset: 0xA9688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartBowser107Wheel1 + type: texture + offset: 0xA9708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartBowser107Wheel2 + type: texture + offset: 0xA9788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartBowser107Wheel3 + type: texture + offset: 0xA9808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartBowser108Wheel0 + type: texture + offset: 0xA9888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartBowser108Wheel1 + type: texture + offset: 0xA9908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartBowser108Wheel2 + type: texture + offset: 0xA9988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartBowser108Wheel3 + type: texture + offset: 0xA9A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartBowser109Wheel0 + type: texture + offset: 0xA9A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartBowser109Wheel1 + type: texture + offset: 0xA9B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartBowser109Wheel2 + type: texture + offset: 0xA9B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartBowser109Wheel3 + type: texture + offset: 0xA9C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartBowser110Wheel0 + type: texture + offset: 0xA9C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartBowser110Wheel1 + type: texture + offset: 0xA9D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartBowser110Wheel2 + type: texture + offset: 0xA9D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartBowser110Wheel3 + type: texture + offset: 0xA9E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartBowser111Wheel0 + type: texture + offset: 0xA9E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartBowser111Wheel1 + type: texture + offset: 0xA9F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartBowser111Wheel2 + type: texture + offset: 0xA9F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartBowser111Wheel3 + type: texture + offset: 0xAA008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartBowser112Wheel0 + type: texture + offset: 0xAA088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartBowser112Wheel1 + type: texture + offset: 0xAA108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartBowser112Wheel2 + type: texture + offset: 0xAA188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartBowser112Wheel3 + type: texture + offset: 0xAA208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartBowser113Wheel0 + type: texture + offset: 0xAA288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartBowser113Wheel1 + type: texture + offset: 0xAA308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartBowser113Wheel2 + type: texture + offset: 0xAA388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartBowser113Wheel3 + type: texture + offset: 0xAA408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartBowser114Wheel0 + type: texture + offset: 0xAA488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartBowser114Wheel1 + type: texture + offset: 0xAA508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartBowser114Wheel2 + type: texture + offset: 0xAA588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartBowser114Wheel3 + type: texture + offset: 0xAA608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartBowser115Wheel0 + type: texture + offset: 0xAA688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartBowser115Wheel1 + type: texture + offset: 0xAA708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartBowser115Wheel2 + type: texture + offset: 0xAA788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartBowser115Wheel3 + type: texture + offset: 0xAA808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartBowser116Wheel0 + type: texture + offset: 0xAA888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartBowser116Wheel1 + type: texture + offset: 0xAA908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartBowser116Wheel2 + type: texture + offset: 0xAA988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartBowser116Wheel3 + type: texture + offset: 0xAAA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartBowser117Wheel0 + type: texture + offset: 0xAAA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartBowser117Wheel1 + type: texture + offset: 0xAAB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartBowser117Wheel2 + type: texture + offset: 0xAAB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartBowser117Wheel3 + type: texture + offset: 0xAAC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartBowser118Wheel0 + type: texture + offset: 0xAAC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartBowser118Wheel1 + type: texture + offset: 0xAAD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartBowser118Wheel2 + type: texture + offset: 0xAAD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartBowser118Wheel3 + type: texture + offset: 0xAAE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartBowser119Wheel0 + type: texture + offset: 0xAAE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartBowser119Wheel1 + type: texture + offset: 0xAAF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartBowser119Wheel2 + type: texture + offset: 0xAAF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartBowser119Wheel3 + type: texture + offset: 0xAB008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartBowser120Wheel0 + type: texture + offset: 0xAB088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartBowser120Wheel1 + type: texture + offset: 0xAB108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartBowser120Wheel2 + type: texture + offset: 0xAB188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartBowser120Wheel3 + type: texture + offset: 0xAB208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartBowser121Wheel0 + type: texture + offset: 0xAB288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartBowser121Wheel1 + type: texture + offset: 0xAB308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartBowser121Wheel2 + type: texture + offset: 0xAB388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartBowser121Wheel3 + type: texture + offset: 0xAB408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartBowser122Wheel0 + type: texture + offset: 0xAB488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartBowser122Wheel1 + type: texture + offset: 0xAB508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartBowser122Wheel2 + type: texture + offset: 0xAB588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartBowser122Wheel3 + type: texture + offset: 0xAB608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartBowser123Wheel0 + type: texture + offset: 0xAB688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartBowser123Wheel1 + type: texture + offset: 0xAB708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartBowser123Wheel2 + type: texture + offset: 0xAB788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartBowser123Wheel3 + type: texture + offset: 0xAB808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartBowser124Wheel0 + type: texture + offset: 0xAB888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartBowser124Wheel1 + type: texture + offset: 0xAB908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartBowser124Wheel2 + type: texture + offset: 0xAB988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartBowser124Wheel3 + type: texture + offset: 0xABA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartBowser125Wheel0 + type: texture + offset: 0xABA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartBowser125Wheel1 + type: texture + offset: 0xABB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartBowser125Wheel2 + type: texture + offset: 0xABB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartBowser125Wheel3 + type: texture + offset: 0xABC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartBowser126Wheel0 + type: texture + offset: 0xABC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartBowser126Wheel1 + type: texture + offset: 0xABD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartBowser126Wheel2 + type: texture + offset: 0xABD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartBowser126Wheel3 + type: texture + offset: 0xABE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartBowser127Wheel0 + type: texture + offset: 0xABE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartBowser127Wheel1 + type: texture + offset: 0xABF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartBowser127Wheel2 + type: texture + offset: 0xABF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartBowser127Wheel3 + type: texture + offset: 0xAC008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartBowser128Wheel0 + type: texture + offset: 0xAC088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartBowser128Wheel1 + type: texture + offset: 0xAC108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartBowser128Wheel2 + type: texture + offset: 0xAC188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartBowser128Wheel3 + type: texture + offset: 0xAC208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartBowser129Wheel0 + type: texture + offset: 0xAC288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartBowser129Wheel1 + type: texture + offset: 0xAC308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartBowser129Wheel2 + type: texture + offset: 0xAC388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartBowser129Wheel3 + type: texture + offset: 0xAC408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartBowser130Wheel0 + type: texture + offset: 0xAC488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartBowser130Wheel1 + type: texture + offset: 0xAC508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartBowser130Wheel2 + type: texture + offset: 0xAC588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartBowser130Wheel3 + type: texture + offset: 0xAC608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartBowser131Wheel0 + type: texture + offset: 0xAC688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartBowser131Wheel1 + type: texture + offset: 0xAC708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartBowser131Wheel2 + type: texture + offset: 0xAC788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartBowser131Wheel3 + type: texture + offset: 0xAC808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartBowser132Wheel0 + type: texture + offset: 0xAC888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartBowser132Wheel1 + type: texture + offset: 0xAC908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartBowser132Wheel2 + type: texture + offset: 0xAC988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartBowser132Wheel3 + type: texture + offset: 0xACA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartBowser133Wheel0 + type: texture + offset: 0xACA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartBowser133Wheel1 + type: texture + offset: 0xACB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartBowser133Wheel2 + type: texture + offset: 0xACB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartBowser133Wheel3 + type: texture + offset: 0xACC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartBowser134Wheel0 + type: texture + offset: 0xACC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartBowser134Wheel1 + type: texture + offset: 0xACD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartBowser134Wheel2 + type: texture + offset: 0xACD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartBowser134Wheel3 + type: texture + offset: 0xACE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartBowser135Wheel0 + type: texture + offset: 0xACE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartBowser135Wheel1 + type: texture + offset: 0xACF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartBowser135Wheel2 + type: texture + offset: 0xACF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartBowser135Wheel3 + type: texture + offset: 0xAD008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartBowser136Wheel0 + type: texture + offset: 0xAD088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartBowser136Wheel1 + type: texture + offset: 0xAD108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartBowser136Wheel2 + type: texture + offset: 0xAD188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartBowser136Wheel3 + type: texture + offset: 0xAD208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartBowser137Wheel0 + type: texture + offset: 0xAD288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartBowser137Wheel1 + type: texture + offset: 0xAD308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartBowser137Wheel2 + type: texture + offset: 0xAD388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartBowser137Wheel3 + type: texture + offset: 0xAD408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartBowser138Wheel0 + type: texture + offset: 0xAD488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartBowser138Wheel1 + type: texture + offset: 0xAD508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartBowser138Wheel2 + type: texture + offset: 0xAD588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartBowser138Wheel3 + type: texture + offset: 0xAD608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartBowser139Wheel0 + type: texture + offset: 0xAD688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartBowser139Wheel1 + type: texture + offset: 0xAD708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartBowser139Wheel2 + type: texture + offset: 0xAD788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartBowser139Wheel3 + type: texture + offset: 0xAD808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartBowser140Wheel0 + type: texture + offset: 0xAD888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartBowser140Wheel1 + type: texture + offset: 0xAD908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartBowser140Wheel2 + type: texture + offset: 0xAD988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartBowser140Wheel3 + type: texture + offset: 0xADA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartBowser141Wheel0 + type: texture + offset: 0xADA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartBowser141Wheel1 + type: texture + offset: 0xADB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartBowser141Wheel2 + type: texture + offset: 0xADB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartBowser141Wheel3 + type: texture + offset: 0xADC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartBowser142Wheel0 + type: texture + offset: 0xADC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartBowser142Wheel1 + type: texture + offset: 0xADD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartBowser142Wheel2 + type: texture + offset: 0xADD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartBowser142Wheel3 + type: texture + offset: 0xADE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartBowser143Wheel0 + type: texture + offset: 0xADE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartBowser143Wheel1 + type: texture + offset: 0xADF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartBowser143Wheel2 + type: texture + offset: 0xADF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartBowser143Wheel3 + type: texture + offset: 0xAE008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartBowser144Wheel0 + type: texture + offset: 0xAE088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartBowser144Wheel1 + type: texture + offset: 0xAE108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartBowser144Wheel2 + type: texture + offset: 0xAE188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartBowser144Wheel3 + type: texture + offset: 0xAE208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartBowser145Wheel0 + type: texture + offset: 0xAE288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartBowser145Wheel1 + type: texture + offset: 0xAE308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartBowser145Wheel2 + type: texture + offset: 0xAE388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartBowser145Wheel3 + type: texture + offset: 0xAE408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartBowser146Wheel0 + type: texture + offset: 0xAE488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartBowser146Wheel1 + type: texture + offset: 0xAE508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartBowser146Wheel2 + type: texture + offset: 0xAE588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartBowser146Wheel3 + type: texture + offset: 0xAE608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartBowser147Wheel0 + type: texture + offset: 0xAE688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartBowser147Wheel1 + type: texture + offset: 0xAE708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartBowser147Wheel2 + type: texture + offset: 0xAE788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartBowser147Wheel3 + type: texture + offset: 0xAE808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartBowser148Wheel0 + type: texture + offset: 0xAE888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartBowser148Wheel1 + type: texture + offset: 0xAE908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartBowser148Wheel2 + type: texture + offset: 0xAE988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartBowser148Wheel3 + type: texture + offset: 0xAEA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartBowser149Wheel0 + type: texture + offset: 0xAEA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartBowser149Wheel1 + type: texture + offset: 0xAEB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartBowser149Wheel2 + type: texture + offset: 0xAEB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartBowser149Wheel3 + type: texture + offset: 0xAEC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartBowser150Wheel0 + type: texture + offset: 0xAEC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartBowser150Wheel1 + type: texture + offset: 0xAED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartBowser150Wheel2 + type: texture + offset: 0xAED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartBowser150Wheel3 + type: texture + offset: 0xAEE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartBowser151Wheel0 + type: texture + offset: 0xAEE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartBowser151Wheel1 + type: texture + offset: 0xAEF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartBowser151Wheel2 + type: texture + offset: 0xAEF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartBowser151Wheel3 + type: texture + offset: 0xAF008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartBowser152Wheel0 + type: texture + offset: 0xAF088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartBowser152Wheel1 + type: texture + offset: 0xAF108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartBowser152Wheel2 + type: texture + offset: 0xAF188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartBowser152Wheel3 + type: texture + offset: 0xAF208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartBowser153Wheel0 + type: texture + offset: 0xAF288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartBowser153Wheel1 + type: texture + offset: 0xAF308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartBowser153Wheel2 + type: texture + offset: 0xAF388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartBowser153Wheel3 + type: texture + offset: 0xAF408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartBowser154Wheel0 + type: texture + offset: 0xAF488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartBowser154Wheel1 + type: texture + offset: 0xAF508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartBowser154Wheel2 + type: texture + offset: 0xAF588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartBowser154Wheel3 + type: texture + offset: 0xAF608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartBowser155Wheel0 + type: texture + offset: 0xAF688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartBowser155Wheel1 + type: texture + offset: 0xAF708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartBowser155Wheel2 + type: texture + offset: 0xAF788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartBowser155Wheel3 + type: texture + offset: 0xAF808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartBowser156Wheel0 + type: texture + offset: 0xAF888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartBowser156Wheel1 + type: texture + offset: 0xAF908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartBowser156Wheel2 + type: texture + offset: 0xAF988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartBowser156Wheel3 + type: texture + offset: 0xAFA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartBowser157Wheel0 + type: texture + offset: 0xAFA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartBowser157Wheel1 + type: texture + offset: 0xAFB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartBowser157Wheel2 + type: texture + offset: 0xAFB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartBowser157Wheel3 + type: texture + offset: 0xAFC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartBowser158Wheel0 + type: texture + offset: 0xAFC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartBowser158Wheel1 + type: texture + offset: 0xAFD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartBowser158Wheel2 + type: texture + offset: 0xAFD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartBowser158Wheel3 + type: texture + offset: 0xAFE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartBowser159Wheel0 + type: texture + offset: 0xAFE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartBowser159Wheel1 + type: texture + offset: 0xAFF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartBowser159Wheel2 + type: texture + offset: 0xAFF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartBowser159Wheel3 + type: texture + offset: 0xB0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartBowser160Wheel0 + type: texture + offset: 0xB0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartBowser160Wheel1 + type: texture + offset: 0xB0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartBowser160Wheel2 + type: texture + offset: 0xB0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartBowser160Wheel3 + type: texture + offset: 0xB0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartBowser161Wheel0 + type: texture + offset: 0xB0288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartBowser161Wheel1 + type: texture + offset: 0xB0308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartBowser161Wheel2 + type: texture + offset: 0xB0388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartBowser161Wheel3 + type: texture + offset: 0xB0408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartBowser162Wheel0 + type: texture + offset: 0xB0488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartBowser162Wheel1 + type: texture + offset: 0xB0508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartBowser162Wheel2 + type: texture + offset: 0xB0588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartBowser162Wheel3 + type: texture + offset: 0xB0608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartBowser163Wheel0 + type: texture + offset: 0xB0688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartBowser163Wheel1 + type: texture + offset: 0xB0708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartBowser163Wheel2 + type: texture + offset: 0xB0788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartBowser163Wheel3 + type: texture + offset: 0xB0808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartBowser164Wheel0 + type: texture + offset: 0xB0888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartBowser164Wheel1 + type: texture + offset: 0xB0908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartBowser164Wheel2 + type: texture + offset: 0xB0988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartBowser164Wheel3 + type: texture + offset: 0xB0A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartBowser165Wheel0 + type: texture + offset: 0xB0A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartBowser165Wheel1 + type: texture + offset: 0xB0B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartBowser165Wheel2 + type: texture + offset: 0xB0B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartBowser165Wheel3 + type: texture + offset: 0xB0C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartBowser166Wheel0 + type: texture + offset: 0xB0C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartBowser166Wheel1 + type: texture + offset: 0xB0D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartBowser166Wheel2 + type: texture + offset: 0xB0D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartBowser166Wheel3 + type: texture + offset: 0xB0E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartBowser167Wheel0 + type: texture + offset: 0xB0E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartBowser167Wheel1 + type: texture + offset: 0xB0F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartBowser167Wheel2 + type: texture + offset: 0xB0F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartBowser167Wheel3 + type: texture + offset: 0xB1008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartBowser168Wheel0 + type: texture + offset: 0xB1088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartBowser168Wheel1 + type: texture + offset: 0xB1108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartBowser168Wheel2 + type: texture + offset: 0xB1188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartBowser168Wheel3 + type: texture + offset: 0xB1208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartBowser169Wheel0 + type: texture + offset: 0xB1288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartBowser169Wheel1 + type: texture + offset: 0xB1308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartBowser169Wheel2 + type: texture + offset: 0xB1388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartBowser169Wheel3 + type: texture + offset: 0xB1408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartBowser170Wheel0 + type: texture + offset: 0xB1488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartBowser170Wheel1 + type: texture + offset: 0xB1508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartBowser170Wheel2 + type: texture + offset: 0xB1588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartBowser170Wheel3 + type: texture + offset: 0xB1608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartBowser171Wheel0 + type: texture + offset: 0xB1688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartBowser171Wheel1 + type: texture + offset: 0xB1708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartBowser171Wheel2 + type: texture + offset: 0xB1788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartBowser171Wheel3 + type: texture + offset: 0xB1808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartBowser172Wheel0 + type: texture + offset: 0xB1888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartBowser172Wheel1 + type: texture + offset: 0xB1908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartBowser172Wheel2 + type: texture + offset: 0xB1988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartBowser172Wheel3 + type: texture + offset: 0xB1A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartBowser173Wheel0 + type: texture + offset: 0xB1A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartBowser173Wheel1 + type: texture + offset: 0xB1B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartBowser173Wheel2 + type: texture + offset: 0xB1B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartBowser173Wheel3 + type: texture + offset: 0xB1C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartBowser174Wheel0 + type: texture + offset: 0xB1C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartBowser174Wheel1 + type: texture + offset: 0xB1D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartBowser174Wheel2 + type: texture + offset: 0xB1D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartBowser174Wheel3 + type: texture + offset: 0xB1E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartBowser175Wheel0 + type: texture + offset: 0xB1E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartBowser175Wheel1 + type: texture + offset: 0xB1F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartBowser175Wheel2 + type: texture + offset: 0xB1F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartBowser175Wheel3 + type: texture + offset: 0xB2008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartBowser176Wheel0 + type: texture + offset: 0xB2088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartBowser176Wheel1 + type: texture + offset: 0xB2108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartBowser176Wheel2 + type: texture + offset: 0xB2188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartBowser176Wheel3 + type: texture + offset: 0xB2208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartBowser177Wheel0 + type: texture + offset: 0xB2288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartBowser177Wheel1 + type: texture + offset: 0xB2308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartBowser177Wheel2 + type: texture + offset: 0xB2388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartBowser177Wheel3 + type: texture + offset: 0xB2408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartBowser178Wheel0 + type: texture + offset: 0xB2488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartBowser178Wheel1 + type: texture + offset: 0xB2508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartBowser178Wheel2 + type: texture + offset: 0xB2588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartBowser178Wheel3 + type: texture + offset: 0xB2608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartBowser179Wheel0 + type: texture + offset: 0xB2688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartBowser179Wheel1 + type: texture + offset: 0xB2708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartBowser179Wheel2 + type: texture + offset: 0xB2788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartBowser179Wheel3 + type: texture + offset: 0xB2808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartBowser180Wheel0 + type: texture + offset: 0xB2888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartBowser180Wheel1 + type: texture + offset: 0xB2908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartBowser180Wheel2 + type: texture + offset: 0xB2988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartBowser180Wheel3 + type: texture + offset: 0xB2A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartBowser181Wheel0 + type: texture + offset: 0xB2A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartBowser181Wheel1 + type: texture + offset: 0xB2B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartBowser181Wheel2 + type: texture + offset: 0xB2B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartBowser181Wheel3 + type: texture + offset: 0xB2C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartBowser182Wheel0 + type: texture + offset: 0xB2C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartBowser182Wheel1 + type: texture + offset: 0xB2D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartBowser182Wheel2 + type: texture + offset: 0xB2D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartBowser182Wheel3 + type: texture + offset: 0xB2E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartBowser183Wheel0 + type: texture + offset: 0xB2E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartBowser183Wheel1 + type: texture + offset: 0xB2F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartBowser183Wheel2 + type: texture + offset: 0xB2F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartBowser183Wheel3 + type: texture + offset: 0xB3008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartBowser184Wheel0 + type: texture + offset: 0xB3088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartBowser184Wheel1 + type: texture + offset: 0xB3108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartBowser184Wheel2 + type: texture + offset: 0xB3188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartBowser184Wheel3 + type: texture + offset: 0xB3208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartBowser185Wheel0 + type: texture + offset: 0xB3288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartBowser185Wheel1 + type: texture + offset: 0xB3308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartBowser185Wheel2 + type: texture + offset: 0xB3388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartBowser185Wheel3 + type: texture + offset: 0xB3408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartBowser186Wheel0 + type: texture + offset: 0xB3488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartBowser186Wheel1 + type: texture + offset: 0xB3508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartBowser186Wheel2 + type: texture + offset: 0xB3588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartBowser186Wheel3 + type: texture + offset: 0xB3608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartBowser187Wheel0 + type: texture + offset: 0xB3688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartBowser187Wheel1 + type: texture + offset: 0xB3708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartBowser187Wheel2 + type: texture + offset: 0xB3788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartBowser187Wheel3 + type: texture + offset: 0xB3808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartBowser188Wheel0 + type: texture + offset: 0xB3888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartBowser188Wheel1 + type: texture + offset: 0xB3908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartBowser188Wheel2 + type: texture + offset: 0xB3988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartBowser188Wheel3 + type: texture + offset: 0xB3A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartBowser189Wheel0 + type: texture + offset: 0xB3A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartBowser189Wheel1 + type: texture + offset: 0xB3B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartBowser189Wheel2 + type: texture + offset: 0xB3B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartBowser189Wheel3 + type: texture + offset: 0xB3C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartBowser190Wheel0 + type: texture + offset: 0xB3C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartBowser190Wheel1 + type: texture + offset: 0xB3D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartBowser190Wheel2 + type: texture + offset: 0xB3D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartBowser190Wheel3 + type: texture + offset: 0xB3E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartBowser191Wheel0 + type: texture + offset: 0xB3E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartBowser191Wheel1 + type: texture + offset: 0xB3F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartBowser191Wheel2 + type: texture + offset: 0xB3F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartBowser191Wheel3 + type: texture + offset: 0xB4008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartBowser192Wheel0 + type: texture + offset: 0xB4088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartBowser192Wheel1 + type: texture + offset: 0xB4108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartBowser192Wheel2 + type: texture + offset: 0xB4188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartBowser192Wheel3 + type: texture + offset: 0xB4208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartBowser193Wheel0 + type: texture + offset: 0xB4288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartBowser193Wheel1 + type: texture + offset: 0xB4308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartBowser193Wheel2 + type: texture + offset: 0xB4388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartBowser193Wheel3 + type: texture + offset: 0xB4408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartBowser194Wheel0 + type: texture + offset: 0xB4488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartBowser194Wheel1 + type: texture + offset: 0xB4508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartBowser194Wheel2 + type: texture + offset: 0xB4588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartBowser194Wheel3 + type: texture + offset: 0xB4608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartBowser195Wheel0 + type: texture + offset: 0xB4688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartBowser195Wheel1 + type: texture + offset: 0xB4708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartBowser195Wheel2 + type: texture + offset: 0xB4788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartBowser195Wheel3 + type: texture + offset: 0xB4808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartBowser196Wheel0 + type: texture + offset: 0xB4888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartBowser196Wheel1 + type: texture + offset: 0xB4908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartBowser196Wheel2 + type: texture + offset: 0xB4988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartBowser196Wheel3 + type: texture + offset: 0xB4A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartBowser197Wheel0 + type: texture + offset: 0xB4A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartBowser197Wheel1 + type: texture + offset: 0xB4B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartBowser197Wheel2 + type: texture + offset: 0xB4B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartBowser197Wheel3 + type: texture + offset: 0xB4C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartBowser198Wheel0 + type: texture + offset: 0xB4C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartBowser198Wheel1 + type: texture + offset: 0xB4D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartBowser198Wheel2 + type: texture + offset: 0xB4D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartBowser198Wheel3 + type: texture + offset: 0xB4E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartBowser199Wheel0 + type: texture + offset: 0xB4E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartBowser199Wheel1 + type: texture + offset: 0xB4F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartBowser199Wheel2 + type: texture + offset: 0xB4F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartBowser199Wheel3 + type: texture + offset: 0xB5008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartBowser200Wheel0 + type: texture + offset: 0xB5088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartBowser200Wheel1 + type: texture + offset: 0xB5108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartBowser200Wheel2 + type: texture + offset: 0xB5188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartBowser200Wheel3 + type: texture + offset: 0xB5208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartBowser201Wheel0 + type: texture + offset: 0xB5288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartBowser201Wheel1 + type: texture + offset: 0xB5308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartBowser201Wheel2 + type: texture + offset: 0xB5388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartBowser201Wheel3 + type: texture + offset: 0xB5408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartBowser202Wheel0 + type: texture + offset: 0xB5488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartBowser202Wheel1 + type: texture + offset: 0xB5508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartBowser202Wheel2 + type: texture + offset: 0xB5588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartBowser202Wheel3 + type: texture + offset: 0xB5608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartBowser203Wheel0 + type: texture + offset: 0xB5688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartBowser203Wheel1 + type: texture + offset: 0xB5708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartBowser203Wheel2 + type: texture + offset: 0xB5788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartBowser203Wheel3 + type: texture + offset: 0xB5808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartBowser204Wheel0 + type: texture + offset: 0xB5888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartBowser204Wheel1 + type: texture + offset: 0xB5908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartBowser204Wheel2 + type: texture + offset: 0xB5988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartBowser204Wheel3 + type: texture + offset: 0xB5A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartBowser205Wheel0 + type: texture + offset: 0xB5A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartBowser205Wheel1 + type: texture + offset: 0xB5B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartBowser205Wheel2 + type: texture + offset: 0xB5B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartBowser205Wheel3 + type: texture + offset: 0xB5C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartBowser206Wheel0 + type: texture + offset: 0xB5C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartBowser206Wheel1 + type: texture + offset: 0xB5D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartBowser206Wheel2 + type: texture + offset: 0xB5D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartBowser206Wheel3 + type: texture + offset: 0xB5E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartBowser207Wheel0 + type: texture + offset: 0xB5E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartBowser207Wheel1 + type: texture + offset: 0xB5F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartBowser207Wheel2 + type: texture + offset: 0xB5F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartBowser207Wheel3 + type: texture + offset: 0xB6008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartBowser208Wheel0 + type: texture + offset: 0xB6088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartBowser208Wheel1 + type: texture + offset: 0xB6108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartBowser208Wheel2 + type: texture + offset: 0xB6188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartBowser208Wheel3 + type: texture + offset: 0xB6208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartBowser209Wheel0 + type: texture + offset: 0xB6288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartBowser209Wheel1 + type: texture + offset: 0xB6308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartBowser209Wheel2 + type: texture + offset: 0xB6388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartBowser209Wheel3 + type: texture + offset: 0xB6408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartBowser210Wheel0 + type: texture + offset: 0xB6488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartBowser210Wheel1 + type: texture + offset: 0xB6508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartBowser210Wheel2 + type: texture + offset: 0xB6588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartBowser210Wheel3 + type: texture + offset: 0xB6608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartBowser211Wheel0 + type: texture + offset: 0xB6688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartBowser211Wheel1 + type: texture + offset: 0xB6708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartBowser211Wheel2 + type: texture + offset: 0xB6788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartBowser211Wheel3 + type: texture + offset: 0xB6808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartBowser212Wheel0 + type: texture + offset: 0xB6888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartBowser212Wheel1 + type: texture + offset: 0xB6908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartBowser212Wheel2 + type: texture + offset: 0xB6988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartBowser212Wheel3 + type: texture + offset: 0xB6A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartBowser213Wheel0 + type: texture + offset: 0xB6A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartBowser213Wheel1 + type: texture + offset: 0xB6B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartBowser213Wheel2 + type: texture + offset: 0xB6B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartBowser213Wheel3 + type: texture + offset: 0xB6C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartBowser214Wheel0 + type: texture + offset: 0xB6C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartBowser214Wheel1 + type: texture + offset: 0xB6D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartBowser214Wheel2 + type: texture + offset: 0xB6D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartBowser214Wheel3 + type: texture + offset: 0xB6E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartBowser215Wheel0 + type: texture + offset: 0xB6E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartBowser215Wheel1 + type: texture + offset: 0xB6F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartBowser215Wheel2 + type: texture + offset: 0xB6F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartBowser215Wheel3 + type: texture + offset: 0xB7008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartBowser216Wheel0 + type: texture + offset: 0xB7088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartBowser216Wheel1 + type: texture + offset: 0xB7108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartBowser216Wheel2 + type: texture + offset: 0xB7188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartBowser216Wheel3 + type: texture + offset: 0xB7208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartBowser217Wheel0 + type: texture + offset: 0xB7288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartBowser217Wheel1 + type: texture + offset: 0xB7308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartBowser217Wheel2 + type: texture + offset: 0xB7388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartBowser217Wheel3 + type: texture + offset: 0xB7408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartBowser218Wheel0 + type: texture + offset: 0xB7488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartBowser218Wheel1 + type: texture + offset: 0xB7508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartBowser218Wheel2 + type: texture + offset: 0xB7588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartBowser218Wheel3 + type: texture + offset: 0xB7608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartBowser219Wheel0 + type: texture + offset: 0xB7688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartBowser219Wheel1 + type: texture + offset: 0xB7708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartBowser219Wheel2 + type: texture + offset: 0xB7788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartBowser219Wheel3 + type: texture + offset: 0xB7808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartBowser220Wheel0 + type: texture + offset: 0xB7888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartBowser220Wheel1 + type: texture + offset: 0xB7908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartBowser220Wheel2 + type: texture + offset: 0xB7988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartBowser220Wheel3 + type: texture + offset: 0xB7A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartBowser221Wheel0 + type: texture + offset: 0xB7A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartBowser221Wheel1 + type: texture + offset: 0xB7B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartBowser221Wheel2 + type: texture + offset: 0xB7B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartBowser221Wheel3 + type: texture + offset: 0xB7C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartBowser222Wheel0 + type: texture + offset: 0xB7C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartBowser222Wheel1 + type: texture + offset: 0xB7D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartBowser222Wheel2 + type: texture + offset: 0xB7D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartBowser222Wheel3 + type: texture + offset: 0xB7E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartBowser223Wheel0 + type: texture + offset: 0xB7E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartBowser223Wheel1 + type: texture + offset: 0xB7F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartBowser223Wheel2 + type: texture + offset: 0xB7F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartBowser223Wheel3 + type: texture + offset: 0xB8008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartBowser224Wheel0 + type: texture + offset: 0xB8088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartBowser224Wheel1 + type: texture + offset: 0xB8108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartBowser224Wheel2 + type: texture + offset: 0xB8188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartBowser224Wheel3 + type: texture + offset: 0xB8208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartBowser225Wheel0 + type: texture + offset: 0xB8288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartBowser225Wheel1 + type: texture + offset: 0xB8308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartBowser225Wheel2 + type: texture + offset: 0xB8388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartBowser225Wheel3 + type: texture + offset: 0xB8408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartBowser226Wheel0 + type: texture + offset: 0xB8488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartBowser226Wheel1 + type: texture + offset: 0xB8508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartBowser226Wheel2 + type: texture + offset: 0xB8588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartBowser226Wheel3 + type: texture + offset: 0xB8608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartBowser227Wheel0 + type: texture + offset: 0xB8688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartBowser227Wheel1 + type: texture + offset: 0xB8708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartBowser227Wheel2 + type: texture + offset: 0xB8788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartBowser227Wheel3 + type: texture + offset: 0xB8808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartBowser228Wheel0 + type: texture + offset: 0xB8888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartBowser228Wheel1 + type: texture + offset: 0xB8908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartBowser228Wheel2 + type: texture + offset: 0xB8988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartBowser228Wheel3 + type: texture + offset: 0xB8A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartBowser229Wheel0 + type: texture + offset: 0xB8A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartBowser229Wheel1 + type: texture + offset: 0xB8B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartBowser229Wheel2 + type: texture + offset: 0xB8B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartBowser229Wheel3 + type: texture + offset: 0xB8C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartBowser230Wheel0 + type: texture + offset: 0xB8C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartBowser230Wheel1 + type: texture + offset: 0xB8D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartBowser230Wheel2 + type: texture + offset: 0xB8D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartBowser230Wheel3 + type: texture + offset: 0xB8E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartBowser231Wheel0 + type: texture + offset: 0xB8E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartBowser231Wheel1 + type: texture + offset: 0xB8F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartBowser231Wheel2 + type: texture + offset: 0xB8F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartBowser231Wheel3 + type: texture + offset: 0xB9008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartBowser232Wheel0 + type: texture + offset: 0xB9088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartBowser232Wheel1 + type: texture + offset: 0xB9108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartBowser232Wheel2 + type: texture + offset: 0xB9188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartBowser232Wheel3 + type: texture + offset: 0xB9208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartBowser233Wheel0 + type: texture + offset: 0xB9288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartBowser233Wheel1 + type: texture + offset: 0xB9308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartBowser233Wheel2 + type: texture + offset: 0xB9388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartBowser233Wheel3 + type: texture + offset: 0xB9408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartBowser234Wheel0 + type: texture + offset: 0xB9488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartBowser234Wheel1 + type: texture + offset: 0xB9508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartBowser234Wheel2 + type: texture + offset: 0xB9588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartBowser234Wheel3 + type: texture + offset: 0xB9608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartBowser235Wheel0 + type: texture + offset: 0xB9688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartBowser235Wheel1 + type: texture + offset: 0xB9708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartBowser235Wheel2 + type: texture + offset: 0xB9788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartBowser235Wheel3 + type: texture + offset: 0xB9808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartBowser236Wheel0 + type: texture + offset: 0xB9888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartBowser236Wheel1 + type: texture + offset: 0xB9908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartBowser236Wheel2 + type: texture + offset: 0xB9988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartBowser236Wheel3 + type: texture + offset: 0xB9A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartBowser237Wheel0 + type: texture + offset: 0xB9A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartBowser237Wheel1 + type: texture + offset: 0xB9B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartBowser237Wheel2 + type: texture + offset: 0xB9B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartBowser237Wheel3 + type: texture + offset: 0xB9C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartBowser238Wheel0 + type: texture + offset: 0xB9C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartBowser238Wheel1 + type: texture + offset: 0xB9D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartBowser238Wheel2 + type: texture + offset: 0xB9D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartBowser238Wheel3 + type: texture + offset: 0xB9E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartBowser239Wheel0 + type: texture + offset: 0xB9E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartBowser239Wheel1 + type: texture + offset: 0xB9F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartBowser239Wheel2 + type: texture + offset: 0xB9F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartBowser239Wheel3 + type: texture + offset: 0xBA008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartBowser240Wheel0 + type: texture + offset: 0xBA088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartBowser240Wheel1 + type: texture + offset: 0xBA108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartBowser240Wheel2 + type: texture + offset: 0xBA188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartBowser240Wheel3 + type: texture + offset: 0xBA208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartBowser241Wheel0 + type: texture + offset: 0xBA288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartBowser241Wheel1 + type: texture + offset: 0xBA308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartBowser241Wheel2 + type: texture + offset: 0xBA388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartBowser241Wheel3 + type: texture + offset: 0xBA408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartBowser242Wheel0 + type: texture + offset: 0xBA488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartBowser242Wheel1 + type: texture + offset: 0xBA508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartBowser242Wheel2 + type: texture + offset: 0xBA588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartBowser242Wheel3 + type: texture + offset: 0xBA608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartBowser243Wheel0 + type: texture + offset: 0xBA688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartBowser243Wheel1 + type: texture + offset: 0xBA708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartBowser243Wheel2 + type: texture + offset: 0xBA788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartBowser243Wheel3 + type: texture + offset: 0xBA808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartBowser244Wheel0 + type: texture + offset: 0xBA888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartBowser244Wheel1 + type: texture + offset: 0xBA908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartBowser244Wheel2 + type: texture + offset: 0xBA988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartBowser244Wheel3 + type: texture + offset: 0xBAA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartBowser245Wheel0 + type: texture + offset: 0xBAA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartBowser245Wheel1 + type: texture + offset: 0xBAB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartBowser245Wheel2 + type: texture + offset: 0xBAB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartBowser245Wheel3 + type: texture + offset: 0xBAC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartBowser246Wheel0 + type: texture + offset: 0xBAC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartBowser246Wheel1 + type: texture + offset: 0xBAD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartBowser246Wheel2 + type: texture + offset: 0xBAD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartBowser246Wheel3 + type: texture + offset: 0xBAE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartBowser247Wheel0 + type: texture + offset: 0xBAE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartBowser247Wheel1 + type: texture + offset: 0xBAF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartBowser247Wheel2 + type: texture + offset: 0xBAF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartBowser247Wheel3 + type: texture + offset: 0xBB008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartBowser248Wheel0 + type: texture + offset: 0xBB088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartBowser248Wheel1 + type: texture + offset: 0xBB108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartBowser248Wheel2 + type: texture + offset: 0xBB188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartBowser248Wheel3 + type: texture + offset: 0xBB208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartBowser249Wheel0 + type: texture + offset: 0xBB288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartBowser249Wheel1 + type: texture + offset: 0xBB308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartBowser249Wheel2 + type: texture + offset: 0xBB388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartBowser249Wheel3 + type: texture + offset: 0xBB408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartBowser250Wheel0 + type: texture + offset: 0xBB488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartBowser250Wheel1 + type: texture + offset: 0xBB508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartBowser250Wheel2 + type: texture + offset: 0xBB588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartBowser250Wheel3 + type: texture + offset: 0xBB608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartBowser251Wheel0 + type: texture + offset: 0xBB688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartBowser251Wheel1 + type: texture + offset: 0xBB708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartBowser251Wheel2 + type: texture + offset: 0xBB788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartBowser251Wheel3 + type: texture + offset: 0xBB808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartBowser252Wheel0 + type: texture + offset: 0xBB888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartBowser252Wheel1 + type: texture + offset: 0xBB908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartBowser252Wheel2 + type: texture + offset: 0xBB988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartBowser252Wheel3 + type: texture + offset: 0xBBA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartBowser253Wheel0 + type: texture + offset: 0xBBA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartBowser253Wheel1 + type: texture + offset: 0xBBB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartBowser253Wheel2 + type: texture + offset: 0xBBB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartBowser253Wheel3 + type: texture + offset: 0xBBC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartBowser254Wheel0 + type: texture + offset: 0xBBC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartBowser254Wheel1 + type: texture + offset: 0xBBD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartBowser254Wheel2 + type: texture + offset: 0xBBD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartBowser254Wheel3 + type: texture + offset: 0xBBE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartBowser255Wheel0 + type: texture + offset: 0xBBE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartBowser255Wheel1 + type: texture + offset: 0xBBF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartBowser255Wheel2 + type: texture + offset: 0xBBF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartBowser255Wheel3 + type: texture + offset: 0xBC008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartBowser256Wheel0 + type: texture + offset: 0xBC088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartBowser256Wheel1 + type: texture + offset: 0xBC108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartBowser256Wheel2 + type: texture + offset: 0xBC188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartBowser256Wheel3 + type: texture + offset: 0xBC208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartBowser257Wheel0 + type: texture + offset: 0xBC288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartBowser257Wheel1 + type: texture + offset: 0xBC308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartBowser257Wheel2 + type: texture + offset: 0xBC388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartBowser257Wheel3 + type: texture + offset: 0xBC408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartBowser258Wheel0 + type: texture + offset: 0xBC488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartBowser258Wheel1 + type: texture + offset: 0xBC508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartBowser258Wheel2 + type: texture + offset: 0xBC588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartBowser258Wheel3 + type: texture + offset: 0xBC608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartBowser259Wheel0 + type: texture + offset: 0xBC688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartBowser259Wheel1 + type: texture + offset: 0xBC708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartBowser259Wheel2 + type: texture + offset: 0xBC788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartBowser259Wheel3 + type: texture + offset: 0xBC808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartBowser260Wheel0 + type: texture + offset: 0xBC888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartBowser260Wheel1 + type: texture + offset: 0xBC908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartBowser260Wheel2 + type: texture + offset: 0xBC988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartBowser260Wheel3 + type: texture + offset: 0xBCA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartBowser261Wheel0 + type: texture + offset: 0xBCA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartBowser261Wheel1 + type: texture + offset: 0xBCB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartBowser261Wheel2 + type: texture + offset: 0xBCB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartBowser261Wheel3 + type: texture + offset: 0xBCC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartBowser262Wheel0 + type: texture + offset: 0xBCC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartBowser262Wheel1 + type: texture + offset: 0xBCD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartBowser262Wheel2 + type: texture + offset: 0xBCD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartBowser262Wheel3 + type: texture + offset: 0xBCE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartBowser263Wheel0 + type: texture + offset: 0xBCE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartBowser263Wheel1 + type: texture + offset: 0xBCF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartBowser263Wheel2 + type: texture + offset: 0xBCF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartBowser263Wheel3 + type: texture + offset: 0xBD008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartBowser264Wheel0 + type: texture + offset: 0xBD088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartBowser264Wheel1 + type: texture + offset: 0xBD108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartBowser264Wheel2 + type: texture + offset: 0xBD188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartBowser264Wheel3 + type: texture + offset: 0xBD208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartBowser265Wheel0 + type: texture + offset: 0xBD288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartBowser265Wheel1 + type: texture + offset: 0xBD308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartBowser265Wheel2 + type: texture + offset: 0xBD388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartBowser265Wheel3 + type: texture + offset: 0xBD408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartBowser266Wheel0 + type: texture + offset: 0xBD488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartBowser266Wheel1 + type: texture + offset: 0xBD508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartBowser266Wheel2 + type: texture + offset: 0xBD588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartBowser266Wheel3 + type: texture + offset: 0xBD608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartBowser267Wheel0 + type: texture + offset: 0xBD688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartBowser267Wheel1 + type: texture + offset: 0xBD708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartBowser267Wheel2 + type: texture + offset: 0xBD788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartBowser267Wheel3 + type: texture + offset: 0xBD808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartBowser268Wheel0 + type: texture + offset: 0xBD888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartBowser268Wheel1 + type: texture + offset: 0xBD908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartBowser268Wheel2 + type: texture + offset: 0xBD988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartBowser268Wheel3 + type: texture + offset: 0xBDA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartBowser269Wheel0 + type: texture + offset: 0xBDA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartBowser269Wheel1 + type: texture + offset: 0xBDB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartBowser269Wheel2 + type: texture + offset: 0xBDB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartBowser269Wheel3 + type: texture + offset: 0xBDC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartBowser270Wheel0 + type: texture + offset: 0xBDC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartBowser270Wheel1 + type: texture + offset: 0xBDD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartBowser270Wheel2 + type: texture + offset: 0xBDD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartBowser270Wheel3 + type: texture + offset: 0xBDE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartBowser271Wheel0 + type: texture + offset: 0xBDE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartBowser271Wheel1 + type: texture + offset: 0xBDF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartBowser271Wheel2 + type: texture + offset: 0xBDF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartBowser271Wheel3 + type: texture + offset: 0xBE008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartBowser272Wheel0 + type: texture + offset: 0xBE088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartBowser272Wheel1 + type: texture + offset: 0xBE108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartBowser272Wheel2 + type: texture + offset: 0xBE188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartBowser272Wheel3 + type: texture + offset: 0xBE208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartBowser273Wheel0 + type: texture + offset: 0xBE288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartBowser273Wheel1 + type: texture + offset: 0xBE308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartBowser273Wheel2 + type: texture + offset: 0xBE388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartBowser273Wheel3 + type: texture + offset: 0xBE408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartBowser274Wheel0 + type: texture + offset: 0xBE488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartBowser274Wheel1 + type: texture + offset: 0xBE508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartBowser274Wheel2 + type: texture + offset: 0xBE588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartBowser274Wheel3 + type: texture + offset: 0xBE608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartBowser275Wheel0 + type: texture + offset: 0xBE688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartBowser275Wheel1 + type: texture + offset: 0xBE708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartBowser275Wheel2 + type: texture + offset: 0xBE788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartBowser275Wheel3 + type: texture + offset: 0xBE808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartBowser276Wheel0 + type: texture + offset: 0xBE888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartBowser276Wheel1 + type: texture + offset: 0xBE908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartBowser276Wheel2 + type: texture + offset: 0xBE988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartBowser276Wheel3 + type: texture + offset: 0xBEA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartBowser277Wheel0 + type: texture + offset: 0xBEA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartBowser277Wheel1 + type: texture + offset: 0xBEB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartBowser277Wheel2 + type: texture + offset: 0xBEB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartBowser277Wheel3 + type: texture + offset: 0xBEC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartBowser278Wheel0 + type: texture + offset: 0xBEC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartBowser278Wheel1 + type: texture + offset: 0xBED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartBowser278Wheel2 + type: texture + offset: 0xBED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartBowser278Wheel3 + type: texture + offset: 0xBEE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartBowser279Wheel0 + type: texture + offset: 0xBEE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartBowser279Wheel1 + type: texture + offset: 0xBEF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartBowser279Wheel2 + type: texture + offset: 0xBEF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartBowser279Wheel3 + type: texture + offset: 0xBF008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartBowser280Wheel0 + type: texture + offset: 0xBF088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartBowser280Wheel1 + type: texture + offset: 0xBF108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartBowser280Wheel2 + type: texture + offset: 0xBF188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartBowser280Wheel3 + type: texture + offset: 0xBF208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartBowser281Wheel0 + type: texture + offset: 0xBF288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartBowser281Wheel1 + type: texture + offset: 0xBF308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartBowser281Wheel2 + type: texture + offset: 0xBF388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartBowser281Wheel3 + type: texture + offset: 0xBF408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartBowser282Wheel0 + type: texture + offset: 0xBF488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartBowser282Wheel1 + type: texture + offset: 0xBF508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartBowser282Wheel2 + type: texture + offset: 0xBF588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartBowser282Wheel3 + type: texture + offset: 0xBF608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartBowser283Wheel0 + type: texture + offset: 0xBF688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartBowser283Wheel1 + type: texture + offset: 0xBF708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartBowser283Wheel2 + type: texture + offset: 0xBF788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartBowser283Wheel3 + type: texture + offset: 0xBF808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartBowser284Wheel0 + type: texture + offset: 0xBF888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartBowser284Wheel1 + type: texture + offset: 0xBF908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartBowser284Wheel2 + type: texture + offset: 0xBF988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartBowser284Wheel3 + type: texture + offset: 0xBFA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartBowser285Wheel0 + type: texture + offset: 0xBFA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartBowser285Wheel1 + type: texture + offset: 0xBFB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartBowser285Wheel2 + type: texture + offset: 0xBFB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartBowser285Wheel3 + type: texture + offset: 0xBFC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartBowser286Wheel0 + type: texture + offset: 0xBFC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartBowser286Wheel1 + type: texture + offset: 0xBFD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartBowser286Wheel2 + type: texture + offset: 0xBFD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartBowser286Wheel3 + type: texture + offset: 0xBFE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartBowser287Wheel0 + type: texture + offset: 0xBFE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartBowser287Wheel1 + type: texture + offset: 0xBFF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartBowser287Wheel2 + type: texture + offset: 0xBFF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartBowser287Wheel3 + type: texture + offset: 0xC0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartBowser288Wheel0 + type: texture + offset: 0xC0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartBowser288Wheel1 + type: texture + offset: 0xC0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartBowser288Wheel2 + type: texture + offset: 0xC0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartBowser288Wheel3 + type: texture + offset: 0xC0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +bowser_kart_palette: + symbol: gKartBowserPalette + type: texture + offset: 0xC0288 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/bowsers_castle_data.yml b/android/app/src/main/assets/yamls/us/bowsers_castle_data.yml new file mode 100644 index 0000000000..f4b77099d0 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/bowsers_castle_data.yml @@ -0,0 +1,586 @@ +:config: + segments: + - [0x06, 0x82DF40] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_bowsers_castle_thwomp_faces: + range: [0x7138, 0x8538] + mode: APPEND +d_course_bowsers_castle_dl_0: + symbol: d_course_bowsers_castle_dl_0 + type: gfx + offset: 0x0 +d_course_bowsers_castle_dl_110: + symbol: d_course_bowsers_castle_dl_110 + type: gfx + offset: 0x110 +d_course_bowsers_castle_dl_230: + symbol: d_course_bowsers_castle_dl_230 + type: gfx + offset: 0x230 +d_course_bowsers_castle_dl_398: + symbol: d_course_bowsers_castle_dl_398 + type: gfx + offset: 0x398 +d_course_bowsers_castle_dl_428: + symbol: d_course_bowsers_castle_dl_428 + type: gfx + offset: 0x428 +d_course_bowsers_castle_dl_4F0: + symbol: d_course_bowsers_castle_dl_4F0 + type: gfx + offset: 0x4F0 +d_course_bowsers_castle_dl_640: + symbol: d_course_bowsers_castle_dl_640 + type: gfx + offset: 0x640 +d_course_bowsers_castle_dl_7A0: + symbol: d_course_bowsers_castle_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_bowsers_castle_dl_860: + symbol: d_course_bowsers_castle_dl_860 + type: gfx + offset: 0x860 +d_course_bowsers_castle_dl_8E8: + symbol: d_course_bowsers_castle_dl_8E8 + type: gfx + offset: 0x8E8 +d_course_bowsers_castle_dl_9F8: + symbol: d_course_bowsers_castle_dl_9F8 + type: gfx + offset: 0x9F8 +d_course_bowsers_castle_dl_AE0: + symbol: d_course_bowsers_castle_dl_AE0 + type: gfx + offset: 0xAE0 +d_course_bowsers_castle_dl_B88: + symbol: d_course_bowsers_castle_dl_B88 + type: gfx + offset: 0xB88 +d_course_bowsers_castle_dl_C08: + symbol: d_course_bowsers_castle_dl_C08 + type: gfx + offset: 0xC08 +d_course_bowsers_castle_dl_D20: + symbol: d_course_bowsers_castle_dl_D20 + type: gfx + offset: 0xD20 +d_course_bowsers_castle_dl_E00: + symbol: d_course_bowsers_castle_dl_E00 + type: gfx + offset: 0xE00 +d_course_bowsers_castle_dl_EA8: + symbol: d_course_bowsers_castle_dl_EA8 + type: gfx + offset: 0xEA8 +d_course_bowsers_castle_dl_F08: + symbol: d_course_bowsers_castle_dl_F08 + type: gfx + offset: 0xF08 +d_course_bowsers_castle_dl_1040: + symbol: d_course_bowsers_castle_dl_1040 + type: gfx + offset: 0x1040 +d_course_bowsers_castle_dl_1138: + symbol: d_course_bowsers_castle_dl_1138 + type: gfx + offset: 0x1138 +d_course_bowsers_castle_dl_11F0: + symbol: d_course_bowsers_castle_dl_11F0 + type: gfx + offset: 0x11F0 +d_course_bowsers_castle_dl_1248: + symbol: d_course_bowsers_castle_dl_1248 + type: gfx + offset: 0x1248 +d_course_bowsers_castle_dl_1290: + symbol: d_course_bowsers_castle_dl_1290 + type: gfx + offset: 0x1290 +d_course_bowsers_castle_dl_12D0: + symbol: d_course_bowsers_castle_dl_12D0 + type: gfx + offset: 0x12D0 +d_course_bowsers_castle_dl_1330: + symbol: d_course_bowsers_castle_dl_1330 + type: gfx + offset: 0x1330 +d_course_bowsers_castle_dl_1350: + symbol: d_course_bowsers_castle_dl_1350 + type: gfx + offset: 0x1350 +d_course_bowsers_castle_dl_1370: + symbol: d_course_bowsers_castle_dl_1370 + type: gfx + offset: 0x1370 +d_course_bowsers_castle_dl_13A0: + symbol: d_course_bowsers_castle_dl_13A0 + type: gfx + offset: 0x13A0 +d_course_bowsers_castle_dl_13C0: + symbol: d_course_bowsers_castle_dl_13C0 + type: gfx + offset: 0x13C0 +d_course_bowsers_castle_dl_13E0: + symbol: d_course_bowsers_castle_dl_13E0 + type: gfx + offset: 0x13E0 +d_course_bowsers_castle_dl_1448: + symbol: d_course_bowsers_castle_dl_1448 + type: gfx + offset: 0x1448 +d_course_bowsers_castle_dl_1488: + symbol: d_course_bowsers_castle_dl_1488 + type: gfx + offset: 0x1488 +d_course_bowsers_castle_dl_14B0: + symbol: d_course_bowsers_castle_dl_14B0 + type: gfx + offset: 0x14B0 +d_course_bowsers_castle_dl_1520: + symbol: d_course_bowsers_castle_dl_1520 + type: gfx + offset: 0x1520 +d_course_bowsers_castle_dl_1590: + symbol: d_course_bowsers_castle_dl_1590 + type: gfx + offset: 0x1590 +d_course_bowsers_castle_dl_1608: + symbol: d_course_bowsers_castle_dl_1608 + type: gfx + offset: 0x1608 +d_course_bowsers_castle_dl_1690: + symbol: d_course_bowsers_castle_dl_1690 + type: gfx + offset: 0x1690 +d_course_bowsers_castle_dl_1710: + symbol: d_course_bowsers_castle_dl_1710 + type: gfx + offset: 0x1710 +d_course_bowsers_castle_dl_1788: + symbol: d_course_bowsers_castle_dl_1788 + type: gfx + offset: 0x1788 +d_course_bowsers_castle_dl_17D0: + symbol: d_course_bowsers_castle_dl_17D0 + type: gfx + offset: 0x17D0 +d_course_bowsers_castle_dl_1818: + symbol: d_course_bowsers_castle_dl_1818 + type: gfx + offset: 0x1818 +d_course_bowsers_castle_dl_1860: + symbol: d_course_bowsers_castle_dl_1860 + type: gfx + offset: 0x1860 +d_course_bowsers_castle_dl_18C0: + symbol: d_course_bowsers_castle_dl_18C0 + type: gfx + offset: 0x18C0 +d_course_bowsers_castle_dl_1928: + symbol: d_course_bowsers_castle_dl_1928 + type: gfx + offset: 0x1928 +d_course_bowsers_castle_dl_1960: + symbol: d_course_bowsers_castle_dl_1960 + type: gfx + offset: 0x1960 +d_course_bowsers_castle_dl_19A8: + symbol: d_course_bowsers_castle_dl_19A8 + type: gfx + offset: 0x19A8 +d_course_bowsers_castle_dl_19F8: + symbol: d_course_bowsers_castle_dl_19F8 + type: gfx + offset: 0x19F8 +d_course_bowsers_castle_dl_1A40: + symbol: d_course_bowsers_castle_dl_1A40 + type: gfx + offset: 0x1A40 +d_course_bowsers_castle_dl_1A90: + symbol: d_course_bowsers_castle_dl_1A90 + type: gfx + offset: 0x1A90 +d_course_bowsers_castle_dl_1AD8: + symbol: d_course_bowsers_castle_dl_1AD8 + type: gfx + offset: 0x1AD8 +d_course_bowsers_castle_dl_1B10: + symbol: d_course_bowsers_castle_dl_1B10 + type: gfx + offset: 0x1B10 +d_course_bowsers_castle_dl_1B58: + symbol: d_course_bowsers_castle_dl_1B58 + type: gfx + offset: 0x1B58 +d_course_bowsers_castle_dl_1BB0: + symbol: d_course_bowsers_castle_dl_1BB0 + type: gfx + offset: 0x1BB0 +d_course_bowsers_castle_dl_1C10: + symbol: d_course_bowsers_castle_dl_1C10 + type: gfx + offset: 0x1C10 +d_course_bowsers_castle_dl_1C38: + symbol: d_course_bowsers_castle_dl_1C38 + type: gfx + offset: 0x1C38 +d_course_bowsers_castle_dl_1C60: + symbol: d_course_bowsers_castle_dl_1C60 + type: gfx + offset: 0x1C60 +d_course_bowsers_castle_dl_1C98: + symbol: d_course_bowsers_castle_dl_1C98 + type: gfx + offset: 0x1C98 +d_course_bowsers_castle_dl_1CD0: + symbol: d_course_bowsers_castle_dl_1CD0 + type: gfx + offset: 0x1CD0 +d_course_bowsers_castle_dl_1DF8: + symbol: d_course_bowsers_castle_dl_1DF8 + type: gfx + offset: 0x1DF8 +d_course_bowsers_castle_dl_1EB0: + symbol: d_course_bowsers_castle_dl_1EB0 + type: gfx + offset: 0x1EB0 +d_course_bowsers_castle_dl_1FA0: + symbol: d_course_bowsers_castle_dl_1FA0 + type: gfx + offset: 0x1FA0 +d_course_bowsers_castle_dl_2008: + symbol: d_course_bowsers_castle_dl_2008 + type: gfx + offset: 0x2008 +d_course_bowsers_castle_dl_2130: + symbol: d_course_bowsers_castle_dl_2130 + type: gfx + offset: 0x2130 +d_course_bowsers_castle_dl_21F0: + symbol: d_course_bowsers_castle_dl_21F0 + type: gfx + offset: 0x21F0 +d_course_bowsers_castle_dl_22E8: + symbol: d_course_bowsers_castle_dl_22E8 + type: gfx + offset: 0x22E8 +d_course_bowsers_castle_dl_2398: + symbol: d_course_bowsers_castle_dl_2398 + type: gfx + offset: 0x2398 +d_course_bowsers_castle_dl_24B8: + symbol: d_course_bowsers_castle_dl_24B8 + type: gfx + offset: 0x24B8 +d_course_bowsers_castle_dl_2578: + symbol: d_course_bowsers_castle_dl_2578 + type: gfx + offset: 0x2578 +d_course_bowsers_castle_dl_2688: + symbol: d_course_bowsers_castle_dl_2688 + type: gfx + offset: 0x2688 +d_course_bowsers_castle_dl_2760: + symbol: d_course_bowsers_castle_dl_2760 + type: gfx + offset: 0x2760 +d_course_bowsers_castle_dl_2880: + symbol: d_course_bowsers_castle_dl_2880 + type: gfx + offset: 0x2880 +d_course_bowsers_castle_dl_2958: + symbol: d_course_bowsers_castle_dl_2958 + type: gfx + offset: 0x2958 +d_course_bowsers_castle_dl_2A60: + symbol: d_course_bowsers_castle_dl_2A60 + type: gfx + offset: 0x2A60 +d_course_bowsers_castle_dl_2B80: + symbol: d_course_bowsers_castle_dl_2B80 + type: gfx + offset: 0x2B80 +d_course_bowsers_castle_dl_2C48: + symbol: d_course_bowsers_castle_dl_2C48 + type: gfx + offset: 0x2C48 +d_course_bowsers_castle_dl_2D08: + symbol: d_course_bowsers_castle_dl_2D08 + type: gfx + offset: 0x2D08 +d_course_bowsers_castle_dl_2DF8: + symbol: d_course_bowsers_castle_dl_2DF8 + type: gfx + offset: 0x2DF8 +d_course_bowsers_castle_dl_2F30: + symbol: d_course_bowsers_castle_dl_2F30 + type: gfx + offset: 0x2F30 +d_course_bowsers_castle_dl_2FB0: + symbol: d_course_bowsers_castle_dl_2FB0 + type: gfx + offset: 0x2FB0 +d_course_bowsers_castle_dl_3050: + symbol: d_course_bowsers_castle_dl_3050 + type: gfx + offset: 0x3050 +d_course_bowsers_castle_dl_3158: + symbol: d_course_bowsers_castle_dl_3158 + type: gfx + offset: 0x3158 +d_course_bowsers_castle_dl_3230: + symbol: d_course_bowsers_castle_dl_3230 + type: gfx + offset: 0x3230 +d_course_bowsers_castle_dl_32C0: + symbol: d_course_bowsers_castle_dl_32C0 + type: gfx + offset: 0x32C0 +d_course_bowsers_castle_dl_3338: + symbol: d_course_bowsers_castle_dl_3338 + type: gfx + offset: 0x3338 +d_course_bowsers_castle_dl_3480: + symbol: d_course_bowsers_castle_dl_3480 + type: gfx + offset: 0x3480 +d_course_bowsers_castle_dl_3508: + symbol: d_course_bowsers_castle_dl_3508 + type: gfx + offset: 0x3508 +d_course_bowsers_castle_dl_35D0: + symbol: d_course_bowsers_castle_dl_35D0 + type: gfx + offset: 0x35D0 +d_course_bowsers_castle_dl_3678: + symbol: d_course_bowsers_castle_dl_3678 + type: gfx + offset: 0x3678 +d_course_bowsers_castle_dl_37D8: + symbol: d_course_bowsers_castle_dl_37D8 + type: gfx + offset: 0x37D8 +d_course_bowsers_castle_dl_38F8: + symbol: d_course_bowsers_castle_dl_38F8 + type: gfx + offset: 0x38F8 +d_course_bowsers_castle_dl_39E0: + symbol: d_course_bowsers_castle_dl_39E0 + type: gfx + offset: 0x39E0 +d_course_bowsers_castle_dl_3B00: + symbol: d_course_bowsers_castle_dl_3B00 + type: gfx + offset: 0x3B00 +d_course_bowsers_castle_dl_3C08: + symbol: d_course_bowsers_castle_dl_3C08 + type: gfx + offset: 0x3C08 +d_course_bowsers_castle_dl_3D78: + symbol: d_course_bowsers_castle_dl_3D78 + type: gfx + offset: 0x3D78 +d_course_bowsers_castle_dl_3EA8: + symbol: d_course_bowsers_castle_dl_3EA8 + type: gfx + offset: 0x3EA8 +d_course_bowsers_castle_dl_3FF0: + symbol: d_course_bowsers_castle_dl_3FF0 + type: gfx + offset: 0x3FF0 +d_course_bowsers_castle_dl_40F0: + symbol: d_course_bowsers_castle_dl_40F0 + type: gfx + offset: 0x40F0 +d_course_bowsers_castle_dl_4278: + symbol: d_course_bowsers_castle_dl_4278 + type: gfx + offset: 0x4278 +d_course_bowsers_castle_dl_4358: + symbol: d_course_bowsers_castle_dl_4358 + type: gfx + offset: 0x4358 +d_course_bowsers_castle_dl_4488: + symbol: d_course_bowsers_castle_dl_4488 + type: gfx + offset: 0x4488 +d_course_bowsers_castle_dl_45D8: + symbol: d_course_bowsers_castle_dl_45D8 + type: gfx + offset: 0x45D8 +d_course_bowsers_castle_dl_4748: + symbol: d_course_bowsers_castle_dl_4748 + type: gfx + offset: 0x4748 +d_course_bowsers_castle_dl_4820: + symbol: d_course_bowsers_castle_dl_4820 + type: gfx + offset: 0x4820 +d_course_bowsers_castle_dl_4998: + symbol: d_course_bowsers_castle_dl_4998 + type: gfx + offset: 0x4998 +d_course_bowsers_castle_dl_4A98: + symbol: d_course_bowsers_castle_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_bowsers_castle_dl_4C00: + symbol: d_course_bowsers_castle_dl_4C00 + type: gfx + offset: 0x4C00 +d_course_bowsers_castle_dl_4CE8: + symbol: d_course_bowsers_castle_dl_4CE8 + type: gfx + offset: 0x4CE8 +d_course_bowsers_castle_dl_4EA8: + symbol: d_course_bowsers_castle_dl_4EA8 + type: gfx + offset: 0x4EA8 +d_course_bowsers_castle_unknown_waypoints: + symbol: d_course_bowsers_castle_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4F90 + count: 72 +d_course_bowsers_castle_track_waypoints: + symbol: d_course_bowsers_castle_track_waypoints + type: mk64:TRACK_PATH + offset: 0x51D0 + count: 685 +d_course_bowsers_castle_thwomp_side: + symbol: d_course_bowsers_castle_thwomp_side + type: texture + offset: 0x6738 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_bowsers_castle_thwomp_tlut: + symbol: d_course_bowsers_castle_thwomp_tlut + type: texture + offset: 0x6F38 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +gTextureThwompFace1: + symbol: gTextureThwompFace1 + type: texture + offset: 0x7138 + width: 16 + height: 64 + format: ci8 + ctype: u8 +gTextureThwompFace2: + symbol: gTextureThwompFace2 + type: texture + offset: 0x7538 + width: 16 + height: 64 + format: ci8 + ctype: u8 +gTextureThwompFace3: + symbol: gTextureThwompFace3 + type: texture + offset: 0x7938 + width: 16 + height: 64 + format: ci8 + ctype: u8 +gTextureThwompFace4: + symbol: gTextureThwompFace4 + type: texture + offset: 0x7D38 + width: 16 + height: 64 + format: ci8 + ctype: u8 +gTextureThwompFace5: + symbol: gTextureThwompFace5 + type: texture + offset: 0x8138 + width: 16 + height: 64 + format: ci8 + ctype: u8 +gTextureThwompFace6: + symbol: gTextureThwompFace6 + type: texture + offset: 0x8538 + width: 16 + height: 64 + format: ci8 + ctype: u8 +d_course_bowsers_castle_thwomp_model1: + symbol: d_course_bowsers_castle_thwomp_model1 + type: vtx + offset: 0x8938 + count: 4 +d_course_bowsers_castle_thwomp_model2: + symbol: d_course_bowsers_castle_thwomp_model2 + type: vtx + offset: 0x8978 + count: 32 +d_course_bowsers_castle_thwomp_model3: + symbol: d_course_bowsers_castle_thwomp_model3 + type: vtx + offset: 0x8B78 + count: 32 +d_course_bowsers_castle_thwomp_model4: + symbol: d_course_bowsers_castle_thwomp_model4 + type: vtx + offset: 0x8D78 + count: 28 +d_course_bowsers_castle_dl_8F38: + symbol: d_course_bowsers_castle_dl_8F38 + type: gfx + offset: 0x8F38 +d_course_bowsers_castle_dl_9078: + symbol: d_course_bowsers_castle_dl_9078 + type: gfx + offset: 0x9078 +d_course_bowsers_castle_dl_thwomp: + symbol: d_course_bowsers_castle_dl_thwomp + type: gfx + offset: 0x9088 +d_course_bowsers_castle_unknown_model: + symbol: d_course_bowsers_castle_unknown_model + type: vtx + offset: 0x9098 + count: 3 +d_course_bowsers_castle_dl_bush: + symbol: d_course_bowsers_castle_dl_bush + type: gfx + offset: 0x90C8 +d_course_bowsers_castle_dl_9148: + symbol: d_course_bowsers_castle_dl_9148 + type: gfx + offset: 0x9148 +d_course_bowsers_castle_dl_9228: + symbol: d_course_bowsers_castle_dl_9228 + type: gfx + offset: 0x9228 +d_course_bowsers_castle_tree_spawn: + symbol: d_course_bowsers_castle_tree_spawn + type: mk64:spawn_data + offset: 0x9290 + count: 28 +d_course_bowsers_castle_item_box_spawns: + symbol: d_course_bowsers_castle_item_box_spawns + type: mk64:spawn_data + offset: 0x9370 + count: 13 +d_course_bowsers_castle_addr: + symbol: d_course_bowsers_castle_addr + type: mk64:track_sections + offset: 0x93D8 + count: 37 diff --git a/android/app/src/main/assets/yamls/us/bowsers_castle_displaylists.yml b/android/app/src/main/assets/yamls/us/bowsers_castle_displaylists.yml new file mode 100644 index 0000000000..7c7672e585 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/bowsers_castle_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8B59A8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_bowsers_castle_packed_dls: + symbol: d_course_bowsers_castle_packed_dls + type: blob + offset: 0x8B59A8 + size: 0x3C7A diff --git a/android/app/src/main/assets/yamls/us/bowsers_castle_vertices.yml b/android/app/src/main/assets/yamls/us/bowsers_castle_vertices.yml new file mode 100644 index 0000000000..967f76c0a3 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/bowsers_castle_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8A7640] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_bowsers_castle_vertex: + symbol: d_course_bowsers_castle_vertex + type: mk64:course_vtx + count: 9527 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/ceremony_data.yml b/android/app/src/main/assets/yamls/us/ceremony_data.yml new file mode 100644 index 0000000000..b4864479e1 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/ceremony_data.yml @@ -0,0 +1,239 @@ +:config: + segments: + - [0x0B, 0x821D10] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + - '#include ' +silver_trophy_dl: + symbol: silver_trophy_dl + type: gfx + offset: 0xFE0 +silver_trophy_dl2: + symbol: silver_trophy_dl2 + type: gfx + offset: 0x10B8 +silver_trophy_dl3: + symbol: silver_trophy_dl3 + type: gfx + offset: 0x1188 +silver_trophy_dl4: + symbol: silver_trophy_dl4 + type: gfx + offset: 0x1260 +silver_trophy_dl5: + symbol: silver_trophy_dl5 + type: gfx + offset: 0x1418 +silver_trophy_dl6: + symbol: silver_trophy_dl6 + type: gfx + offset: 0x14D0 +some_vtx: + symbol: unused_trophy_base_with_handle + type: vtx + offset: 0x18C0 # 2200 + count: 211 # 274 +some_vtx2: + symbol: unused_trophy_base2 + type: vtx + offset: 0x2F30 + count: 63 +reflection_map_brass: + symbol: reflection_map_brass + type: texture + ctype: u16 + offset: 0x4670 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +reflection_map_silver: + symbol: reflection_map_silver + type: texture + ctype: u16 + offset: 0x4E70 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +reflection_map_gold: + symbol: ceremony_reflection_map_gold + type: texture + ctype: u16 + offset: 0x5670 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +gold_trophy_dl: + symbol: gold_trophy_dl + type: gfx + offset: 0x5E70 +gold_trophy_dl2: + symbol: gold_trophy_dl2 + type: gfx + offset: 0x5F20 +gold_trophy_dl3: + symbol: gold_trophy_dl3 + type: gfx + offset: 0x5FD0 +gold_trophy_dl4: + symbol: gold_trophy_dl4 + type: gfx + offset: 0x6218 +gold_trophy_dl5: + symbol: gold_trophy_dl5 + type: gfx + offset: 0x62C8 +gold_trophy_dl6: + symbol: gold_trophy_dl6 + type: gfx + offset: 0x6518 +gold_trophy_dl7: + symbol: gold_trophy_dl7 + type: gfx + offset: 0x6720 +gold_trophy_dl8: + symbol: gold_trophy_dl8 + type: gfx + offset: 0x6880 +gold_trophy_dl9: + symbol: gold_trophy_dl9 + type: gfx + offset: 0x6948 +gold_trophy_dl10: + symbol: gold_trophy_dl10 + type: gfx + offset: 0x69D8 +gold_trophy_dl11: + symbol: gold_trophy_dl11 + type: gfx + offset: 0x6A28 +gold_trophy_dl12: + symbol: gold_trophy_dl12 + type: gfx + offset: 0x6A78 +gold_trophy_dl13: + symbol: gold_trophy_dl13 + type: gfx + offset: 0x6AC8 +gold_trophy_dl14: + symbol: gold_trophy_dl14 + type: gfx + offset: 0x6B18 +gold_trophy_dl15: + symbol: gold_trophy_dl15 + type: gfx + offset: 0x6B68 +light1: + symbol: light1 + type: lights + offset: 0x6BB8 +texture_podium1: + symbol: gTexturePodium1 + type: texture + ctype: u16 + offset: 0x6BD0 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium_dl: + symbol: podium_dl + type: gfx + offset: 0x7510 +podium_dl2: + symbol: podium_dl2 + type: gfx + offset: 0x75E0 +podium_dl3: + symbol: podium_dl3 + type: gfx + offset: 0x75F0 +podium_dl4: + symbol: podium_dl4 + type: gfx + offset: 0x7600 +light2: + symbol: light2 + type: lights + offset: 0x7748 +texture_podium2: + symbol: gTexturePodium2 + type: texture + ctype: u16 + offset: 0x7760 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium2_dl: + symbol: podium2_dl + type: gfx + offset: 0x7F60 +podium2_dl2: + symbol: podium2_dl2 + type: gfx + offset: 0x8030 +podium2_dl3: + symbol: podium2_dl3 + type: gfx + offset: 0x8040 +podium2_dl4: + symbol: podium2_dl4 + type: gfx + offset: 0x8050 +light3: + symbol: light3 + type: lights + offset: 0x8058 +texture_podium3: + symbol: gTexturePodium3 + type: texture + ctype: u16 + offset: 0x8070 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium3_dl: + symbol: podium3_dl + type: gfx + offset: 0x89B0 +podium3_dl2: + symbol: podium3_dl2 + type: gfx + offset: 0x8A80 +podium3_dl3: + symbol: podium3_dl3 + type: gfx + offset: 0x8A90 +podium3_dl4: + symbol: podium3_dl4 + type: gfx + offset: 0x8AA0 +ending_sequence: + symbol: podium_ceremony_path + type: mk64:track_path + offset: 0x8AA8 + count: 24 +ending_sequence2: + symbol: podium_ceremony_path_2 + type: mk64:track_path + offset: 0x8B68 + count: 23 +ending_sequence3: + symbol: podium_ceremony_path_3 + type: mk64:track_path + offset: 0x8C20 + count: 24 +ending_sequence4: + symbol: podium_ceremony_path_4 + type: mk64:track_path + offset: 0x8CE0 + count: 21 diff --git a/android/app/src/main/assets/yamls/us/choco_mountain_data.yml b/android/app/src/main/assets/yamls/us/choco_mountain_data.yml new file mode 100644 index 0000000000..6903991f6c --- /dev/null +++ b/android/app/src/main/assets/yamls/us/choco_mountain_data.yml @@ -0,0 +1,507 @@ +:config: + segments: + - [0x06, 0x82B620] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_choco_mountain_dl_0: + symbol: d_course_choco_mountain_dl_0 + type: gfx + offset: 0x0 +d_course_choco_mountain_dl_B0: + symbol: d_course_choco_mountain_dl_B0 + type: gfx + offset: 0xb0 +d_course_choco_mountain_dl_150: + symbol: d_course_choco_mountain_dl_150 + type: gfx + offset: 0x150 +d_course_choco_mountain_dl_208: + symbol: d_course_choco_mountain_dl_208 + type: gfx + offset: 0x208 +d_course_choco_mountain_dl_2A8: + symbol: d_course_choco_mountain_dl_2A8 + type: gfx + offset: 0x2a8 +d_course_choco_mountain_dl_330: + symbol: d_course_choco_mountain_dl_330 + type: gfx + offset: 0x330 +d_course_choco_mountain_dl_410: + symbol: d_course_choco_mountain_dl_410 + type: gfx + offset: 0x410 +d_course_choco_mountain_dl_4D8: + symbol: d_course_choco_mountain_dl_4D8 + type: gfx + offset: 0x4d8 +d_course_choco_mountain_dl_588: + symbol: d_course_choco_mountain_dl_588 + type: gfx + offset: 0x588 +d_course_choco_mountain_dl_618: + symbol: d_course_choco_mountain_dl_618 + type: gfx + offset: 0x618 +d_course_choco_mountain_dl_6C0: + symbol: d_course_choco_mountain_dl_6C0 + type: gfx + offset: 0x6c0 +d_course_choco_mountain_dl_750: + symbol: d_course_choco_mountain_dl_750 + type: gfx + offset: 0x750 +d_course_choco_mountain_dl_7E8: + symbol: d_course_choco_mountain_dl_7E8 + type: gfx + offset: 0x7e8 +d_course_choco_mountain_dl_878: + symbol: d_course_choco_mountain_dl_878 + type: gfx + offset: 0x878 +d_course_choco_mountain_dl_908: + symbol: d_course_choco_mountain_dl_908 + type: gfx + offset: 0x908 +d_course_choco_mountain_dl_990: + symbol: d_course_choco_mountain_dl_990 + type: gfx + offset: 0x990 +d_course_choco_mountain_dl_A28: + symbol: d_course_choco_mountain_dl_A28 + type: gfx + offset: 0xa28 +d_course_choco_mountain_dl_B10: + symbol: d_course_choco_mountain_dl_B10 + type: gfx + offset: 0xb10 +d_course_choco_mountain_dl_BB8: + symbol: d_course_choco_mountain_dl_BB8 + type: gfx + offset: 0xbb8 +d_course_choco_mountain_dl_C40: + symbol: d_course_choco_mountain_dl_C40 + type: gfx + offset: 0xc40 +d_course_choco_mountain_dl_D30: + symbol: d_course_choco_mountain_dl_D30 + type: gfx + offset: 0xd30 +d_course_choco_mountain_dl_DF8: + symbol: d_course_choco_mountain_dl_DF8 + type: gfx + offset: 0xdf8 +d_course_choco_mountain_dl_EA0: + symbol: d_course_choco_mountain_dl_EA0 + type: gfx + offset: 0xea0 +d_course_choco_mountain_dl_F38: + symbol: d_course_choco_mountain_dl_F38 + type: gfx + offset: 0xf38 +d_course_choco_mountain_dl_1000: + symbol: d_course_choco_mountain_dl_1000 + type: gfx + offset: 0x1000 +d_course_choco_mountain_dl_10A8: + symbol: d_course_choco_mountain_dl_10A8 + type: gfx + offset: 0x10a8 +d_course_choco_mountain_dl_1150: + symbol: d_course_choco_mountain_dl_1150 + type: gfx + offset: 0x1150 +d_course_choco_mountain_dl_11D8: + symbol: d_course_choco_mountain_dl_11D8 + type: gfx + offset: 0x11d8 +d_course_choco_mountain_dl_1280: + symbol: d_course_choco_mountain_dl_1280 + type: gfx + offset: 0x1280 +d_course_choco_mountain_dl_1330: + symbol: d_course_choco_mountain_dl_1330 + type: gfx + offset: 0x1330 +d_course_choco_mountain_dl_13E0: + symbol: d_course_choco_mountain_dl_13E0 + type: gfx + offset: 0x13e0 +d_course_choco_mountain_dl_1488: + symbol: d_course_choco_mountain_dl_1488 + type: gfx + offset: 0x1488 +d_course_choco_mountain_dl_1528: + symbol: d_course_choco_mountain_dl_1528 + type: gfx + offset: 0x1528 +d_course_choco_mountain_dl_15E8: + symbol: d_course_choco_mountain_dl_15E8 + type: gfx + offset: 0x15e8 +d_course_choco_mountain_dl_16B8: + symbol: d_course_choco_mountain_dl_16B8 + type: gfx + offset: 0x16b8 +d_course_choco_mountain_dl_1788: + symbol: d_course_choco_mountain_dl_1788 + type: gfx + offset: 0x1788 +d_course_choco_mountain_dl_1810: + symbol: d_course_choco_mountain_dl_1810 + type: gfx + offset: 0x1810 +d_course_choco_mountain_dl_18B8: + symbol: d_course_choco_mountain_dl_18B8 + type: gfx + offset: 0x18b8 +d_course_choco_mountain_dl_1970: + symbol: d_course_choco_mountain_dl_1970 + type: gfx + offset: 0x1970 +d_course_choco_mountain_dl_1A40: + symbol: d_course_choco_mountain_dl_1A40 + type: gfx + offset: 0x1a40 +d_course_choco_mountain_dl_1AC8: + symbol: d_course_choco_mountain_dl_1AC8 + type: gfx + offset: 0x1ac8 +d_course_choco_mountain_dl_1B70: + symbol: d_course_choco_mountain_dl_1B70 + type: gfx + offset: 0x1b70 +d_course_choco_mountain_dl_1C18: + symbol: d_course_choco_mountain_dl_1C18 + type: gfx + offset: 0x1c18 +d_course_choco_mountain_dl_1CC8: + symbol: d_course_choco_mountain_dl_1CC8 + type: gfx + offset: 0x1cc8 +d_course_choco_mountain_dl_1D50: + symbol: d_course_choco_mountain_dl_1D50 + type: gfx + offset: 0x1d50 +d_course_choco_mountain_dl_1E08: + symbol: d_course_choco_mountain_dl_1E08 + type: gfx + offset: 0x1e08 +d_course_choco_mountain_dl_1E98: + symbol: d_course_choco_mountain_dl_1E98 + type: gfx + offset: 0x1e98 +d_course_choco_mountain_dl_1F40: + symbol: d_course_choco_mountain_dl_1F40 + type: gfx + offset: 0x1f40 +d_course_choco_mountain_dl_1FE0: + symbol: d_course_choco_mountain_dl_1FE0 + type: gfx + offset: 0x1fe0 +d_course_choco_mountain_dl_20C8: + symbol: d_course_choco_mountain_dl_20C8 + type: gfx + offset: 0x20c8 +d_course_choco_mountain_dl_2168: + symbol: d_course_choco_mountain_dl_2168 + type: gfx + offset: 0x2168 +d_course_choco_mountain_dl_2228: + symbol: d_course_choco_mountain_dl_2228 + type: gfx + offset: 0x2228 +d_course_choco_mountain_dl_22D8: + symbol: d_course_choco_mountain_dl_22D8 + type: gfx + offset: 0x22d8 +d_course_choco_mountain_dl_23C8: + symbol: d_course_choco_mountain_dl_23C8 + type: gfx + offset: 0x23c8 +d_course_choco_mountain_dl_2468: + symbol: d_course_choco_mountain_dl_2468 + type: gfx + offset: 0x2468 +d_course_choco_mountain_dl_2538: + symbol: d_course_choco_mountain_dl_2538 + type: gfx + offset: 0x2538 +d_course_choco_mountain_dl_2600: + symbol: d_course_choco_mountain_dl_2600 + type: gfx + offset: 0x2600 +d_course_choco_mountain_dl_26D8: + symbol: d_course_choco_mountain_dl_26D8 + type: gfx + offset: 0x26d8 +d_course_choco_mountain_dl_2780: + symbol: d_course_choco_mountain_dl_2780 + type: gfx + offset: 0x2780 +d_course_choco_mountain_dl_2840: + symbol: d_course_choco_mountain_dl_2840 + type: gfx + offset: 0x2840 +d_course_choco_mountain_dl_2908: + symbol: d_course_choco_mountain_dl_2908 + type: gfx + offset: 0x2908 +d_course_choco_mountain_dl_29B8: + symbol: d_course_choco_mountain_dl_29B8 + type: gfx + offset: 0x29b8 +d_course_choco_mountain_dl_2A88: + symbol: d_course_choco_mountain_dl_2A88 + type: gfx + offset: 0x2a88 +d_course_choco_mountain_dl_2B38: + symbol: d_course_choco_mountain_dl_2B38 + type: gfx + offset: 0x2b38 +d_course_choco_mountain_dl_2C08: + symbol: d_course_choco_mountain_dl_2C08 + type: gfx + offset: 0x2c08 +d_course_choco_mountain_dl_2C98: + symbol: d_course_choco_mountain_dl_2C98 + type: gfx + offset: 0x2c98 +d_course_choco_mountain_dl_2D50: + symbol: d_course_choco_mountain_dl_2D50 + type: gfx + offset: 0x2d50 +d_course_choco_mountain_dl_2DE8: + symbol: d_course_choco_mountain_dl_2DE8 + type: gfx + offset: 0x2de8 +d_course_choco_mountain_dl_2EA0: + symbol: d_course_choco_mountain_dl_2EA0 + type: gfx + offset: 0x2ea0 +d_course_choco_mountain_dl_2F28: + symbol: d_course_choco_mountain_dl_2F28 + type: gfx + offset: 0x2f28 +d_course_choco_mountain_dl_2FD0: + symbol: d_course_choco_mountain_dl_2FD0 + type: gfx + offset: 0x2fd0 +d_course_choco_mountain_dl_3070: + symbol: d_course_choco_mountain_dl_3070 + type: gfx + offset: 0x3070 +d_course_choco_mountain_dl_3120: + symbol: d_course_choco_mountain_dl_3120 + type: gfx + offset: 0x3120 +d_course_choco_mountain_dl_31D8: + symbol: d_course_choco_mountain_dl_31D8 + type: gfx + offset: 0x31d8 +d_course_choco_mountain_dl_32B0: + symbol: d_course_choco_mountain_dl_32B0 + type: gfx + offset: 0x32b0 +d_course_choco_mountain_dl_3368: + symbol: d_course_choco_mountain_dl_3368 + type: gfx + offset: 0x3368 +d_course_choco_mountain_dl_3438: + symbol: d_course_choco_mountain_dl_3438 + type: gfx + offset: 0x3438 +d_course_choco_mountain_dl_3550: + symbol: d_course_choco_mountain_dl_3550 + type: gfx + offset: 0x3550 +d_course_choco_mountain_dl_3618: + symbol: d_course_choco_mountain_dl_3618 + type: gfx + offset: 0x3618 +d_course_choco_mountain_dl_36F0: + symbol: d_course_choco_mountain_dl_36F0 + type: gfx + offset: 0x36f0 +d_course_choco_mountain_dl_37D0: + symbol: d_course_choco_mountain_dl_37D0 + type: gfx + offset: 0x37d0 +d_course_choco_mountain_dl_38E8: + symbol: d_course_choco_mountain_dl_38E8 + type: gfx + offset: 0x38e8 +d_course_choco_mountain_dl_39A8: + symbol: d_course_choco_mountain_dl_39A8 + type: gfx + offset: 0x39a8 +d_course_choco_mountain_dl_3A80: + symbol: d_course_choco_mountain_dl_3A80 + type: gfx + offset: 0x3a80 +d_course_choco_mountain_dl_3B60: + symbol: d_course_choco_mountain_dl_3B60 + type: gfx + offset: 0x3b60 +d_course_choco_mountain_dl_3C18: + symbol: d_course_choco_mountain_dl_3C18 + type: gfx + offset: 0x3c18 +d_course_choco_mountain_dl_3CB8: + symbol: d_course_choco_mountain_dl_3CB8 + type: gfx + offset: 0x3cb8 +d_course_choco_mountain_dl_3D70: + symbol: d_course_choco_mountain_dl_3D70 + type: gfx + offset: 0x3d70 +d_course_choco_mountain_dl_3E18: + symbol: d_course_choco_mountain_dl_3E18 + type: gfx + offset: 0x3e18 +d_course_choco_mountain_dl_3EE0: + symbol: d_course_choco_mountain_dl_3EE0 + type: gfx + offset: 0x3ee0 +d_course_choco_mountain_dl_3FA8: + symbol: d_course_choco_mountain_dl_3FA8 + type: gfx + offset: 0x3fa8 +d_course_choco_mountain_dl_4090: + symbol: d_course_choco_mountain_dl_4090 + type: gfx + offset: 0x4090 +d_course_choco_mountain_dl_4138: + symbol: d_course_choco_mountain_dl_4138 + type: gfx + offset: 0x4138 +d_course_choco_mountain_dl_41F8: + symbol: d_course_choco_mountain_dl_41F8 + type: gfx + offset: 0x41f8 +d_course_choco_mountain_dl_42C8: + symbol: d_course_choco_mountain_dl_42C8 + type: gfx + offset: 0x42c8 +d_course_choco_mountain_dl_43C8: + symbol: d_course_choco_mountain_dl_43C8 + type: gfx + offset: 0x43c8 +d_course_choco_mountain_unknown_waypoints: + symbol: d_course_choco_mountain_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4480 + count: 110 +d_course_choco_mountain_track_waypoints: + symbol: d_course_choco_mountain_track_waypoints + type: mk64:TRACK_PATH + offset: 0x47f0 + count: 606 +d_course_choco_mountain_light: + symbol: d_course_choco_mountain_light + type: lights + offset: 0x5ae0 +d_course_choco_mountain_6005AF8: + symbol: d_course_choco_mountain_6005AF8 + type: vtx + offset: 0x5af8 + count: 4 +d_course_choco_mountain_wall_texture: + symbol: d_course_choco_mountain_wall_texture + type: texture + offset: 0x5b38 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_choco_mountain_rock_texture: + symbol: d_course_choco_mountain_rock_texture + type: texture + offset: 0x6338 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_choco_mountain_falling_rock_model: + symbol: d_course_choco_mountain_falling_rock_model + type: vtx + offset: 0x6B38 + count: 65 +d_course_choco_mountain_6006C28: + symbol: d_course_choco_mountain_6006C28 + type: vtx + offset: 0x6C28 + count: 5 +d_course_choco_mountain_6006D08: + symbol: d_course_choco_mountain_6006D08 + type: vtx + offset: 0x6D08 + count: 15 +d_course_choco_mountain_6006C78: + symbol: d_course_choco_mountain_6006C78 + type: vtx + offset: 0x6C78 + count: 5 +d_course_choco_mountain_6006DA8: + symbol: d_course_choco_mountain_6006DA8 + type: vtx + offset: 0x6DA8 + count: 15 +d_course_choco_mountain_6006CC8: + symbol: d_course_choco_mountain_6006CC8 + type: vtx + offset: 0x6CC8 + count: 4 +d_course_choco_mountain_6006E48: + symbol: d_course_choco_mountain_6006E48 + type: vtx + offset: 0x6E48 + count: 12 +d_course_choco_mountain_6006EC8: + symbol: d_course_choco_mountain_6006EC8 + type: vtx + offset: 0x6EC8 + count: 3 + +d_course_choco_mountain_dl_6EF8: + symbol: d_course_choco_mountain_dl_6EF8 + type: gfx + offset: 0x6ef8 +d_course_choco_mountain_dl_6F48: + symbol: d_course_choco_mountain_dl_6F48 + type: gfx + offset: 0x6f48 +d_course_choco_mountain_dl_6F88: + symbol: d_course_choco_mountain_dl_6F88 + type: gfx + offset: 0x6f88 +d_course_choco_mountain_dl_falling_rock: + symbol: d_course_choco_mountain_dl_falling_rock + type: gfx + offset: 0x6fe0 +d_course_choco_mountain_dl_71B8: + symbol: d_course_choco_mountain_dl_71B8 + type: gfx + offset: 0x71b0 +d_course_choco_mountain_falling_rock_spawns: + symbol: d_course_choco_mountain_falling_rock_spawns + type: mk64:spawn_data + offset: 0x7230 + count: 4 +d_course_choco_mountain_item_box_spawns: + symbol: d_course_choco_mountain_item_box_spawns + type: mk64:spawn_data + offset: 0x7250 + count: 16 +d_course_choco_mountain_addr: + symbol: d_course_choco_mountain_addr + type: mk64:track_sections + offset: 0x72d0 + count: 71 diff --git a/android/app/src/main/assets/yamls/us/choco_mountain_displaylists.yml b/android/app/src/main/assets/yamls/us/choco_mountain_displaylists.yml new file mode 100644 index 0000000000..ee24791b3d --- /dev/null +++ b/android/app/src/main/assets/yamls/us/choco_mountain_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8A55C4 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_choco_mountain_packed_dls: + symbol: d_course_choco_mountain_packed_dls + type: blob + offset: 0x8A55C4 + size: 0x2078 diff --git a/android/app/src/main/assets/yamls/us/choco_mountain_vertices.yml b/android/app/src/main/assets/yamls/us/choco_mountain_vertices.yml new file mode 100644 index 0000000000..5007c2de55 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/choco_mountain_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x89B510] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_choco_mountain_vertex: + symbol: d_course_choco_mountain_vertex + type: mk64:course_vtx + count: 5560 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/common_data.yml b/android/app/src/main/assets/yamls/us/common_data.yml new file mode 100644 index 0000000000..8a773c16e7 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/common_data.yml @@ -0,0 +1,2255 @@ +:config: + segments: + - [0x0D, 0x132B50] + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + - '#include ' + tables: + common_texture_hud_place: + range: [0xD258, 0x14258] + mode: APPEND + D_0D015258: + range: [0x15258, 0x16A58] + mode: APPEND + common_texture_player_emblem: + range: [0x17458, 0x18C58] + mode: APPEND + common_texture_hud_type_C_rank_font: + range: [0x19658, 0x19D58] + mode: APPEND + common_texture_hud_type_C_rank_tiny_font: + range: [0x1A058, 0x1A298] + mode: APPEND + common_tlut_lakitu_countdown: + range: [0x24ED8, 0x252D8] + mode: APPEND + common_texture_bomb: + range: [0x29858, 0x2A458] + mode: APPEND + common_texture_particle_spark: + range: [0x2AC58, 0x2B858] + mode: APPEND + common_texture_particle_smoke: + range: [0x2BC58, 0x2C858] + mode: APPEND + common_texture_minimap_kart_character: + range: [0x2CCD8, 0x2D058] + mode: APPEND +common_tlut_finish_line_banner: + symbol: common_tlut_finish_line_banner + type: texture + ctype: u16 + offset: 0x0 + width: 16 + height: 16 + format: RGBA16 +common_texture_particle_fire: + symbol: common_texture_particle_fire + type: texture + ctype: u16 + offset: 0x200 + size: 0x1000 + width: 16 + height: 16 + format: RGBA16 +D_0D001200: + symbol: D_0D001200 + type: vtx + offset: 0x1200 + count: 1 +D_0D001210: + symbol: D_0D001210 + type: vtx + offset: 0x1210 + count: 3 +D_0D001240: + symbol: D_0D001240 + type: vtx + offset: 0x1240 + count: 3 +D_0D001270: + symbol: D_0D001270 + type: vtx + offset: 0x1270 + count: 3 +D_0D0012A0: + symbol: D_0D0012A0 + type: vtx + offset: 0x12A0 + count: 3 +D_0D0012D0: + symbol: D_0D0012D0 + type: vtx + offset: 0x12D0 + count: 3 +D_0D001300: + symbol: D_0D001300 + type: vtx + offset: 0x1300 + count: 3 +D_0D001330: + symbol: D_0D001330 + type: vtx + offset: 0x1330 + count: 3 +D_0D001360: + symbol: D_0D001360 + type: vtx + offset: 0x1360 + count: 3 +common_vtx_finish_line_banner: + symbol: common_vtx_finish_line_banner + type: vtx + offset: 0x1390 + count: 32 +common_vtx_finish_post: + symbol: common_vtx_finish_post + type: vtx + offset: 0x1590 + count: 24 +D_0D001710: + symbol: D_0D001710 + type: vtx + offset: 0x1710 + count: 4 +D_0D001750: + symbol: D_0D001750 + type: gfx + offset: 0x1750 +D_0D001780: + symbol: D_0D001780 + type: gfx + offset: 0x1780 +D_0D001798: + symbol: D_0D001798 + type: gfx + offset: 0x1798 +D_0D0017B0: + symbol: D_0D0017B0 + type: gfx + offset: 0x17B0 +D_0D0017C8: + symbol: D_0D0017C8 + type: gfx + offset: 0x17C8 +D_0D0017E0: + symbol: D_0D0017E0 + type: gfx + offset: 0x17E0 +D_0D0017F8: + symbol: D_0D0017F8 + type: gfx + offset: 0x17F8 +D_0D001810: + symbol: D_0D001810 + type: gfx + offset: 0x1810 +D_0D001828: + symbol: D_0D001828 + type: gfx + offset: 0x1828 +D_0D001840: + symbol: D_0D001840 + type: gfx + offset: 0x1840 +common_model_finish_post: + symbol: common_model_finish_post + type: gfx + offset: 0x1AB8 +D_0D001B68: + symbol: D_0D001B68 + type: gfx + offset: 0x1B68 +D_0D001B90: + symbol: D_0D001B90 + type: gfx + offset: 0x1B90 +D_0D001BD8: + symbol: D_0D001BD8 + type: gfx + offset: 0x1BD8 +D_0D001C20: + symbol: D_0D001C20 + type: gfx + offset: 0x1C20 +D_0D001C88: + symbol: D_0D001C88 + type: gfx + offset: 0x1C88 + +common_vtx_itembox: + symbol: common_vtx_itembox + type: VTX + offset: 0x0D001CE8 + count: 32 +common_texture_item_box_question_mark: + symbol: common_texture_item_box_question_mark + type: texture + ctype: u16 + offset: 0x1EE8 + size: 4096 + width: 32 + height: 64 + format: RGBA16 +D_0D002EE8: + symbol: D_0D002EE8 + type: gfx + offset: 0x2EE8 +common_fake_item_box_question_mark_vertices: + symbol: common_fake_item_box_question_mark_vertices + type: vtx + offset: 0x2F40 + count: 4 +common_model_fake_itembox: + symbol: common_model_fake_itembox + type: gfx + offset: 0x2F80 +itemBoxQuestionMarkModel: + symbol: itemBoxQuestionMarkModel + type: gfx + offset: 0x3008 + +D_0D003090: + symbol: D_0D003090 + type: gfx + offset: 0x0D003090 +D_0D0030F8: + symbol: D_0D0030F8 + type: gfx + offset: 0x30F8 +D_0D003128: + symbol: D_0D003128 + type: gfx + offset: 0x3128 +D_0D003158: + symbol: D_0D003158 + type: gfx + offset: 0x3158 +D_0D003188: + symbol: D_0D003188 + type: gfx + offset: 0x3188 +D_0D0031B8: + symbol: D_0D0031B8 + type: gfx + offset: 0x31B8 +D_0D0031E8: + symbol: D_0D0031E8 + type: gfx + offset: 0x31E8 +D_0D003218: + symbol: D_0D003218 + type: gfx + offset: 0x3218 +D_0D003248: + symbol: D_0D003248 + type: gfx + offset: 0x3248 +D_0D003278: + symbol: D_0D003278 + type: gfx + offset: 0x3278 +D_0D003288: + symbol: D_0D003288 + type: gfx + offset: 0x3288 +common_vtx_banana: + symbol: common_vtx_banana + type: vtx + count: 5 + offset: 0x3298 +common_vtx_flat_banana: + symbol: common_vtx_flat_banana + type: vtx + count: 6 + offset: 0x32E8 +common_texture_banana: + symbol: common_texture_banana + type: texture + ctype: u16 + size: 2048 + width: 32 + height: 32 + offset: 0x3348 + format: RGBA16 +common_texture_flat_banana: + symbol: common_texture_flat_banana + type: texture + ctype: u16 + size: 4096 + width: 64 + height: 32 + offset: 0x3B48 + format: RGBA16 +common_model_banana: + symbol: common_model_banana + type: gfx + offset: 0x4B48 +common_model_flat_banana: + symbol: common_model_flat_banana + type: gfx + offset: 0x4BD8 +common_tlut_trees_import: + symbol: common_tlut_trees_import + type: texture + ctype: u16 + size: 0x1D0 + width: 8 + height: 29 + offset: 0x4C68 + format: RGBA16 +common_tlut_green_shell: + symbol: common_tlut_green_shell + type: texture + ctype: u16 + size: 0x200 + width: 16 + height: 16 + offset: 0x4E38 + format: RGBA16 +common_tlut_blue_shell: + symbol: common_tlut_blue_shell + type: texture + ctype: u16 + size: 0x200 + width: 16 + height: 16 + offset: 0x5038 + format: RGBA16 +D_0D0052B8: + symbol: D_0D0052B8 + type: gfx + offset: 0x52B8 +D_0D005308: + symbol: D_0D005308 + type: gfx + offset: 0x5308 +D_0D005338: + symbol: D_0D005338 + type: gfx + offset: 0x5338 +D_0D005368: + symbol: D_0D005368 + type: gfx + offset: 0x5368 +D_toads_turnpike_0D005398: + symbol: D_toads_turnpike_0D005398 + type: gfx + offset: 0x5398 +D_toads_turnpike_0D0053B0: + symbol: D_toads_turnpike_0D0053B0 + type: gfx + offset: 0x53B0 +D_toads_turnpike_0D0053C8: + symbol: D_toads_turnpike_0D0053C8 + type: gfx + offset: 0x53C8 +D_toads_turnpike_0D0053F0: + symbol: D_toads_turnpike_0D0053F0 + type: gfx + offset: 0x53F0 +D_toads_turnpike_0D005418: + symbol: D_toads_turnpike_0D005418 + type: gfx + offset: 0x5418 +D_0D005430: + symbol: D_0D005430 + type: vtx + offset: 0x5430 + count: 4 +common_vtx_player_minimap_icon: + symbol: common_vtx_player_minimap_icon + type: vtx + offset: 0x5470 + count: 4 +D_0D0054B0: + symbol: D_0D0054B0 + type: vtx + offset: 0x54B0 + count: 44 +common_vtx_rectangle: + symbol: common_vtx_rectangle + type: vtx + offset: 0x5770 + count: 4 +D_0D0057B0: + symbol: D_0D0057B0 + type: vtx + offset: 0x57B0 + count: 4 +D_0D0057F0: + symbol: D_0D0057F0 + type: vtx + offset: 0x57F0 + count: 15 +D_0D005920: + symbol: D_0D005920 + type: vtx + offset: 0x5920 + count: 24 +D_0D005AA0: + symbol: D_0D005AA0 + type: vtx + offset: 0x5AA0 + count: 4 +D_0D005AE0: + symbol: D_0D005AE0 + type: vtx + offset: 0x5AE0 + count: 4 +D_0D005B20: + symbol: D_0D005B20 + type: vtx + offset: 0x5B20 + count: 4 +D_0D005B60: + symbol: D_0D005B60 + type: vtx + offset: 0x5B60 + count: 4 +D_0D005BA0: + symbol: D_0D005BA0 + type: vtx + offset: 0x5BA0 + count: 3 +D_0D005BD0: + symbol: D_0D005BD0 + type: vtx + offset: 0x5BD0 + count: 3 +D_0D005C00: + symbol: D_0D005C00 + type: vtx + offset: 0x5C00 + count: 3 +D_0D005C30: + symbol: D_0D005C30 + type: vtx + offset: 0x5C30 + count: 37 +D_0D005E80: + symbol: D_0D005E80 + type: vtx + offset: 0x5E80 + count: 3 +common_vtx_lakitu: + symbol: common_vtx_lakitu + type: vtx + offset: 0x5EB0 + count: 8 +D_0D005F30: + symbol: D_0D005F30 + type: vtx + offset: 0x5F30 + count: 8 +D_0D005FB0: + symbol: D_0D005FB0 + type: vtx + offset: 0x5FB0 + count: 4 +D_0D005FF0: + symbol: D_0D005FF0 + type: vtx + offset: 0x5FF0 + count: 4 +D_0D006030: + symbol: D_0D006030 + type: vtx + offset: 0x6030 + count: 8 +common_vtx_hedgehog: + symbol: common_vtx_hedgehog + type: vtx + offset: 0x60B0 + count: 8 +D_0D006130: + symbol: D_0D006130 + type: vtx + offset: 0x6130 + count: 8 +D_0D0061B0: + symbol: D_0D0061B0 + type: vtx + offset: 0x61B0 + count: 16 +D_0D0062B0: + symbol: D_0D0062B0 + type: vtx + offset: 0x62B0 + count: 32 +D_0D0064B0: + symbol: D_0D0064B0 + type: vtx + offset: 0x64B0 + count: 40 +common_vtx_also_lakitu: + symbol: common_vtx_also_lakitu + type: vtx + offset: 0x6730 + count: 28 +D_0D0068F0: + symbol: D_0D0068F0 + type: vtx + offset: 0x68F0 + count: 4 +D_0D006930: + symbol: D_0D006930 + type: gfx + offset: 0x6930 +common_rectangle_display: + symbol: common_rectangle_display + type: gfx + offset: 0x6940 +D_0D006950: + symbol: D_0D006950 + type: gfx + offset: 0x6950 +D_0D006968: + symbol: D_0D006968 + type: gfx + offset: 0x6968 +D_0D006980: + symbol: D_0D006980 + type: gfx + offset: 0x6980 +D_0D006998: + symbol: D_0D006998 + type: gfx + offset: 0x6998 +D_0D0069B0: + symbol: D_0D0069B0 + type: gfx + offset: 0x69B0 +D_0D0069C8: + symbol: D_0D0069C8 + type: gfx + offset: 0x69C8 +D_0D0069E0: + symbol: D_0D0069E0 + type: gfx + offset: 0x69E0 +D_0D0069F8: + symbol: D_0D0069F8 + type: gfx + offset: 0x69F8 +D_0D006A10: + symbol: D_0D006A10 + type: gfx + offset: 0x6A10 +D_0D006A28: + symbol: D_0D006A28 + type: gfx + offset: 0x6A28 +D_0D006A40: + symbol: D_0D006A40 + type: gfx + offset: 0x6A40 +common_shadow_i4: + symbol: common_shadow_i4 + offset: 0x6A58 + size: 0x80 + type: texture + width: 32 + height: 32 + format: i4 +D_0D006AD8: + symbol: D_0D006AD8 + offset: 0x6AD8 + size: 0x400 + type: texture + width: 32 + height: 32 + format: i4 +common_tlut_debug_font: + symbol: common_tlut_debug_font + offset: 0x6ED8 + size: 0x20 + type: texture + ctype: u16 + colors: 32 + height: 32 + format: tlut +common_texture_debug_font: + symbol: common_texture_debug_font + type: texture + offset: 0x6EF8 + size: 0x800 + colors: 32 + ctype: u16 + height: 32 + format: tlut +D_0D0076F8: + symbol: D_0D0076F8 + type: gfx + offset: 0x76F8 +D_0D007780: + symbol: D_0D007780 + type: gfx + offset: 0x7780 +D_0D0077A0: + symbol: D_0D0077A0 + type: gfx + offset: 0x77A0 +D_0D0077D0: + symbol: D_0D0077D0 + type: gfx + offset: 0x77D0 +D_0D0077F8: + symbol: D_0D0077F8 + type: gfx + offset: 0x77F8 +D_0D007828: + symbol: D_0D007828 + type: gfx + offset: 0x7828 +D_0D007850: + symbol: D_0D007850 + type: gfx + offset: 0x7850 +D_0D007878: + symbol: D_0D007878 + type: gfx + offset: 0x7878 +D_0D0078A0: + symbol: D_0D0078A0 + type: gfx + offset: 0x78A0 +D_0D0078D0: + symbol: D_0D0078D0 + type: gfx + offset: 0x78D0 +D_0D0078F8: + symbol: D_0D0078F8 + type: gfx + offset: 0x78F8 +D_0D007928: + symbol: D_0D007928 + type: gfx + offset: 0x7928 +D_0D007948: + symbol: D_0D007948 + type: gfx + offset: 0x7948 +D_0D007968: + symbol: D_0D007968 + type: gfx + offset: 0x7968 +D_0D007988: + symbol: D_0D007988 + type: gfx + offset: 0x7988 +D_0D0079A8: + symbol: D_0D0079A8 + type: gfx + offset: 0x79A8 +D_0D0079C8: + symbol: D_0D0079C8 + type: gfx + offset: 0x79C8 +D_0D0079E8: + symbol: D_0D0079E8 + type: gfx + offset: 0x79E8 +D_0D007A08: + symbol: D_0D007A08 + type: gfx + offset: 0x7A08 +D_0D007A40: + symbol: D_0D007A40 + type: gfx + offset: 0x7A40 +D_0D007A60: + symbol: D_0D007A60 + type: gfx + offset: 0x7A60 +D_0D007A80: + symbol: D_0D007A80 + type: gfx + offset: 0x7A80 +D_0D007AA0: + symbol: D_0D007AA0 + type: gfx + offset: 0x7AA0 +D_0D007AC0: + symbol: D_0D007AC0 + type: gfx + offset: 0x7AC0 +D_0D007AE0: + symbol: D_0D007AE0 + type: gfx + offset: 0x7AE0 +D_0D007B00: + symbol: D_0D007B00 + type: gfx + offset: 0x7B00 +D_0D007B20: + symbol: D_0D007B20 + type: gfx + offset: 0x7B20 +D_0D007B98: + symbol: D_0D007B98 + type: gfx + offset: 0x7B98 +D_0D007C10: + symbol: D_0D007C10 + type: gfx + offset: 0x7C10 +D_0D007C88: + symbol: D_0D007C88 + type: gfx + offset: 0x7C88 +D_0D007CB8: + symbol: D_0D007CB8 + type: gfx + offset: 0x7CB8 +D_0D007CD8: + symbol: D_0D007CD8 + type: gfx + offset: 0x7CD8 +D_0D007CF8: + symbol: D_0D007CF8 + type: gfx + offset: 0x7CF8 +D_0D007D18: + symbol: D_0D007D18 + type: gfx + offset: 0x7D18 +D_0D007D38: + symbol: D_0D007D38 + type: gfx + offset: 0x7D38 +D_0D007D58: + symbol: D_0D007D58 + type: gfx + offset: 0x7D58 +D_0D007D78: + symbol: D_0D007D78 + type: gfx + offset: 0x7D78 +D_0D007D98: + symbol: D_0D007D98 + type: gfx + offset: 0x7D98 +D_0D007DB8: + symbol: D_0D007DB8 + type: gfx + offset: 0x7DB8 +D_0D007DD8: + symbol: D_0D007DD8 + type: gfx + offset: 0x7DD8 +D_0D007DF8: + symbol: D_0D007DF8 + type: gfx + offset: 0x7DF8 +D_0D007E18: + symbol: D_0D007E18 + type: gfx + offset: 0x7E18 +D_0D007E38: + symbol: D_0D007E38 + type: gfx + offset: 0x7E38 +D_0D007E58: + symbol: D_0D007E58 + type: gfx + offset: 0x7E58 +D_0D007E78: + symbol: D_0D007E78 + type: gfx + offset: 0x7E78 +D_0D007E98: + symbol: D_0D007E98 + type: gfx + offset: 0x7E98 +D_0D007EB8: + symbol: D_0D007EB8 + type: gfx + offset: 0x7EB8 +D_0D007ED8: + symbol: D_0D007ED8 + type: gfx + offset: 0x7ED8 +D_0D007EF8: + symbol: D_0D007EF8 + type: gfx + offset: 0x7EF8 +D_0D007F18: + symbol: D_0D007F18 + type: gfx + offset: 0x7F18 +D_0D007F38: + symbol: D_0D007F38 + type: gfx + offset: 0x7F38 +D_0D007F58: + symbol: D_0D007F58 + type: gfx + offset: 0x7F58 +D_0D007F78: + symbol: D_0D007F78 + type: gfx + offset: 0x7F78 +D_0D007F98: + symbol: D_0D007F98 + type: gfx + offset: 0x7F98 +D_0D007FB8: + symbol: D_0D007FB8 + type: gfx + offset: 0x7FB8 +D_0D007FE0: + symbol: D_0D007FE0 + type: gfx + offset: 0x7FE0 +D_0D008000: + symbol: D_0D008000 + type: gfx + offset: 0x8000 +D_0D008020: + symbol: D_0D008020 + type: gfx + offset: 0x8020 +D_0D008040: + symbol: D_0D008040 + type: gfx + offset: 0x8040 +D_0D008060: + symbol: D_0D008060 + type: gfx + offset: 0x8060 +D_0D008080: + symbol: D_0D008080 + type: gfx + offset: 0x8080 +D_0D008108: + symbol: D_0D008108 + type: gfx + offset: 0x8108 +D_0D008120: + symbol: D_0D008120 + type: gfx + offset: 0x8120 +D_0D008138: + symbol: D_0D008138 + type: gfx + offset: 0x8138 +D_0D008B78: + symbol: D_0D008B78 + type: vtx + offset: 0x8B78 + count: 4 +D_0D008BB8: + symbol: D_0D008BB8 + type: vtx + offset: 0x8BB8 + count: 4 +D_0D008BF8: + symbol: D_0D008BF8 + type: vtx + offset: 0x8BF8 + count: 4 +D_0D008C38: + symbol: D_0D008C38 + type: vtx + offset: 0x8C38 + count: 4 + +common_square_plain_render: + symbol: common_square_plain_render + type: gfx + offset: 0x8C78 +D_0D008C90: + symbol: D_0D008C90 + type: gfx + offset: 0x8C90 +common_setting_render_character: + symbol: common_setting_render_character + type: gfx + offset: 0x8CD8 +D_0D008D10: + symbol: D_0D008D10 + type: gfx + offset: 0x8D10 +D_0D008D58: + symbol: D_0D008D58 + type: gfx + offset: 0x8D58 +D_0D008DA0: + symbol: D_0D008DA0 + type: gfx + offset: 0x8DA0 +D_0D008DB8: + symbol: D_0D008DB8 + type: gfx + offset: 0x8DB8 +D_0D008DF8: + symbol: D_0D008DF8 + type: gfx + offset: 0x8DF8 +D_0D008E20: + symbol: D_0D008E20 + type: gfx + offset: 0x8E20 +D_0D008E48: + symbol: D_0D008E48 + type: gfx + offset: 0x8E48 +D_0D008E70: + symbol: D_0D008E70 + type: gfx + offset: 0x8E70 +D_0D008E98: + symbol: D_0D008E98 + type: mtx + offset: 0x8E98 + count: 1 +D_0D008ED8: # These 4 vtx may be an mtx like the one before here. It's difficult to say though as there are no references in the code-base. + symbol: D_0D008ED8 + type: mtx + offset: 0x8ED8 + count: 1 +D_0D008F18: + symbol: D_0D008F18 + type: mk64:driving_behaviour + offset: 0x8F18 +D_0D008F28: + symbol: D_0D008F28 + type: mk64:driving_behaviour + offset: 0x8F28 +D_0D008F80: + symbol: D_0D008F80 + type: mk64:driving_behaviour + offset: 0x8F80 +D_0D008FB8: + symbol: D_0D008FB8 + type: mk64:driving_behaviour + offset: 0x8FB8 +D_0D009058: + symbol: D_0D009058 + type: mk64:driving_behaviour + offset: 0x9058 +D_0D0090B8: + symbol: D_0D0090B8 + type: mk64:driving_behaviour + offset: 0x90B8 +D_0D0090F8: + symbol: D_0D0090F8 + type: mk64:driving_behaviour + offset: 0x90F8 +D_0D009158: + symbol: D_0D009158 + type: mk64:driving_behaviour + offset: 0x9158 +D_0D009188: + symbol: D_0D009188 + type: mk64:driving_behaviour + offset: 0x9188 +D_0D0091E8: + symbol: D_0D0091E8 + type: mk64:driving_behaviour + offset: 0x91E8 +D_0D009210: + symbol: D_0D009210 + type: mk64:driving_behaviour + offset: 0x9210 +D_0D009238: + symbol: D_0D009238 + type: mk64:driving_behaviour + offset: 0x9238 +D_0D009260: + symbol: D_0D009260 + type: mk64:driving_behaviour + offset: 0x9260 +D_0D009280: + symbol: D_0D009280 + type: mk64:driving_behaviour + offset: 0x9280 +D_0D0092C8: + symbol: D_0D0092C8 + type: mk64:driving_behaviour + offset: 0x92C8 +D_0D009310: + symbol: D_0D009310 + type: mk64:driving_behaviour + offset: 0x9310 +D_0D0093C0: + symbol: D_0D0093C0 + type: mk64:driving_behaviour + offset: 0x93C0 +common_texture_speedometer: + symbol: common_texture_speedometer + type: texture + ctype: u8 + offset: 0x9958 + size: 0xC00 + width: 64 + height: 96 + format: I4 +common_texture_speedometer_needle: + symbol: common_texture_speedometer_needle + type: texture + offset: 0xA558 + ctype: u8 + size: 0x400 + width: 64 + height: 32 + format: I4 +common_texture_hud_lap: + symbol: common_texture_hud_lap + type: texture + offset: 0xA958 + ctype: u16 + size: 0x200 + width: 32 + height: 8 + format: RGBA16 +common_texture_hud_123: + symbol: common_texture_hud_123 + type: texture + offset: 0xAB58 + size: 0x200 + ctype: u16 + width: 32 + height: 8 + format: RGBA16 +common_texture_hud_lap_time: + symbol: common_texture_hud_lap_time + type: texture + offset: 0xAD58 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_1_on_3: + symbol: common_texture_hud_lap_1_on_3 + type: texture + offset: 0xB158 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_2_on_3: + symbol: common_texture_hud_lap_2_on_3 + type: texture + offset: 0xB558 + ctype: u16 + size: 0x400 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_3_on_3: + symbol: common_texture_hud_lap_3_on_3 + type: texture + offset: 0xB958 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_total_time: + symbol: common_texture_hud_total_time + type: texture + offset: 0xBD58 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_time: + symbol: common_texture_hud_time + type: texture + offset: 0xC158 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_normal_digit: + symbol: common_texture_hud_normal_digit + type: texture + offset: 0xC558 + size: 0xD00 + ctype: u16 + width: 104 + height: 16 + format: RGBA16 +common_texture_hud_1st: + symbol: common_texture_hud_1st + type: texture + offset: 0xD258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_2nd: + symbol: common_texture_hud_2nd + type: texture + offset: 0xE258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_3rd: + symbol: common_texture_hud_3rd + type: texture + offset: 0xF258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_4th: + symbol: common_texture_hud_4th + type: texture + offset: 0x10258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_5th: + symbol: common_texture_hud_5th + type: texture + offset: 0x11258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_6th: + symbol: common_texture_hud_6th + type: texture + offset: 0x12258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_7th: + symbol: common_texture_hud_7th + type: texture + offset: 0x13258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_8th: + symbol: common_texture_hud_8th + type: texture + offset: 0x14258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_first_place: + symbol: common_texture_first_place # 132B50_15258 + type: texture + offset: 0x15258 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_second_place: + symbol: common_texture_second_place # 132B50_15A58 + type: texture + offset: 0x15A58 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_third_place: + symbol: common_texture_third_place # 132B50_16258 + type: texture + offset: 0x16258 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_fourth_place: + symbol: common_texture_fourth_place # 132B50_16A58 + type: texture + offset: 0x16A58 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_tlut_player_emblem: # // tlut for 1p, 2p, 3p, 4p + symbol: common_tlut_player_emblem + type: texture + offset: 0x17258 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_player_emblem_1p: + symbol: common_texture_player_emblem_1p + type: texture + offset: 0x17458 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_2p: + symbol: common_texture_player_emblem_2p + type: texture + offset: 0x17C58 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_3p: + symbol: common_texture_player_emblem_3p + type: texture + offset: 0x18458 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_4p: + symbol: common_texture_player_emblem_4p + type: texture + offset: 0x18C58 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_tlut_hud_type_C_rank_font: # Font tlut for 12345678 + symbol: common_tlut_hud_type_C_rank_font + type: texture + offset: 0x19458 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_hud_type_C_rank_font_1: + symbol: common_texture_hud_type_C_rank_font_1 + type: texture + offset: 0x19658 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_2: + symbol: common_texture_hud_type_C_rank_font_2 + type: texture + offset: 0x19758 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_3: + symbol: common_texture_hud_type_C_rank_font_3 + type: texture + offset: 0x19858 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_4: + symbol: common_texture_hud_type_C_rank_font_4 + type: texture + offset: 0x19958 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_5: + symbol: common_texture_hud_type_C_rank_font_5 + type: texture + offset: 0x19A58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_6: + symbol: common_texture_hud_type_C_rank_font_6 + type: texture + offset: 0x19B58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_7: + symbol: common_texture_hud_type_C_rank_font_7 + type: texture + offset: 0x19C58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_8: + symbol: common_texture_hud_type_C_rank_font_8 + type: texture + offset: 0x19D58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_tlut_hud_type_C_rank_tiny_font: # Font tlut for 0123456789 + symbol: common_tlut_hud_type_C_rank_tiny_font + type: texture + offset: 0x19E58 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_hud_type_C_rank_tiny_font_0: + symbol: common_texture_hud_type_C_rank_tiny_font_0 + type: texture + offset: 0x1A058 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_1: + symbol: common_texture_hud_type_C_rank_tiny_font_1 + type: texture + offset: 0x1A098 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_2: + symbol: common_texture_hud_type_C_rank_tiny_font_2 + type: texture + offset: 0x1A0D8 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_3: + symbol: common_texture_hud_type_C_rank_tiny_font_3 + type: texture + offset: 0x1A118 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_4: + symbol: common_texture_hud_type_C_rank_tiny_font_4 + type: texture + offset: 0x1A158 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_5: + symbol: common_texture_hud_type_C_rank_tiny_font_5 + type: texture + offset: 0x1A198 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_6: + symbol: common_texture_hud_type_C_rank_tiny_font_6 + type: texture + offset: 0x1A1D8 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_7: + symbol: common_texture_hud_type_C_rank_tiny_font_7 + type: texture + offset: 0x1A218 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_8: + symbol: common_texture_hud_type_C_rank_tiny_font_8 + type: texture + offset: 0x1A258 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_9: + symbol: common_texture_hud_type_C_rank_tiny_font_9 + type: texture + offset: 0x1A298 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_character_portrait_border: + symbol: common_texture_character_portrait_border + type: texture + offset: 0x1A2D8 + size: 0x200 + ctype: u8 + width: 32 + height: 32 + format: IA4 +common_tlut_portrait_mario: + symbol: common_tlut_portrait_mario + type: texture + offset: 0x1A4D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_luigi: + symbol: common_tlut_portrait_luigi + type: texture + offset: 0x1A6D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_peach: + symbol: common_tlut_portrait_peach + type: texture + offset: 0x1A8D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_toad: + symbol: common_tlut_portrait_toad + type: texture + offset: 0x1AAD8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_yoshi: + symbol: common_tlut_portrait_yoshi + type: texture + offset: 0x1ACD8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_donkey_kong: + symbol: common_tlut_portrait_donkey_kong + type: texture + offset: 0x1AED8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_wario: + symbol: common_tlut_portrait_wario + type: texture + offset: 0x1B0D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_bowser: + symbol: common_tlut_portrait_bowser + type: texture + offset: 0x1B2D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_bomb_kart_and_question_mark: + symbol: common_tlut_portrait_bomb_kart_and_question_mark + type: texture + offset: 0x1B4D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_portrait_mario: + symbol: common_texture_portrait_mario # 132B50_16A58 + type: texture + offset: 0x1B6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_mario +common_texture_portrait_luigi: + symbol: common_texture_portrait_luigi # 132B50_16A58 + type: texture + offset: 0x1BAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_luigi +common_texture_portrait_peach: + symbol: common_texture_portrait_peach # 132B50_16A58 + type: texture + offset: 0x1BED8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_peach +common_texture_portrait_toad: + symbol: common_texture_portrait_toad # 132B50_16A58 + type: texture + offset: 0x1C2D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_toad +common_texture_portrait_yoshi: + symbol: common_texture_portrait_yoshi # 132B50_16A58 + type: texture + offset: 0x1C6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_yoshi +common_texture_portrait_donkey_kong: + symbol: common_texture_portrait_donkey_kong # 132B50_16A58 + type: texture + offset: 0x1CAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_donkey_kong +common_texture_portrait_wario: + symbol: common_texture_portrait_wario # 132B50_16A58 + type: texture + offset: 0x1CED8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_wario +common_texture_portrait_bowser: + symbol: common_texture_portrait_bowser # 132B50_16A58 + type: texture + offset: 0x1D2D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bowser +common_texture_portrait_bomb_kart: + symbol: common_texture_portrait_bomb_kart # 132B50_16A58 + type: texture + offset: 0x1D6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bomb_kart_and_question_mark +common_texture_portrait_question_mark: + symbol: common_texture_portrait_question_mark # 132B50_16A58 + type: texture + offset: 0x1DAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bomb_kart_and_question_mark +common_tlut_item_window_none: + symbol: common_tlut_item_window_none + type: texture + offset: 0x1DED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_banana: + symbol: common_tlut_item_window_banana + type: texture + offset: 0x1E0D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_banana_bunch: + symbol: common_tlut_item_window_banana_bunch + type: texture + offset: 0x1E2D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_mushroom: + symbol: common_tlut_item_window_mushroom + type: texture + offset: 0x1E4D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_double_mushroom: + symbol: common_tlut_item_window_double_mushroom + type: texture + offset: 0x1E6D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_mushroom: + symbol: common_tlut_item_window_triple_mushroom + type: texture + offset: 0x1E8D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_super_mushroom: + symbol: common_tlut_item_window_super_mushroom + type: texture + offset: 0x1EAD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_blue_shell: + symbol: common_tlut_item_window_blue_shell + type: texture + offset: 0x1ECD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_boo: + symbol: common_tlut_item_window_boo + type: texture + offset: 0x1EED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_green_shell: + symbol: common_tlut_item_window_green_shell + type: texture + offset: 0x1F0D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_green_shell: + symbol: common_tlut_item_window_triple_green_shell + type: texture + offset: 0x1F2D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_red_shell: + symbol: common_tlut_item_window_red_shell + type: texture + offset: 0x1F4D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_red_shell: + symbol: common_tlut_item_window_triple_red_shell + type: texture + offset: 0x1F6D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_star: + symbol: common_tlut_item_window_star + type: texture + offset: 0x1F8D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_thunder_bolt: + symbol: common_tlut_item_window_thunder_bolt + type: texture + offset: 0x1FAD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_fake_item_box: + symbol: common_tlut_item_window_fake_item_box + type: texture + offset: 0x1FCD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_texture_item_window_none: + symbol: common_texture_item_window_none + type: texture + offset: 0x1FED8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_none +common_texture_item_window_banana: + symbol: common_texture_item_window_banana + type: texture + offset: 0x203D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_banana +common_texture_item_window_banana_bunch: + symbol: common_texture_item_window_banana_bunch + type: texture + offset: 0x208D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_banana_bunch +common_texture_item_window_mushroom: + symbol: common_texture_item_window_mushroom + type: texture + offset: 0x20DD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_mushroom +common_texture_item_window_double_mushroom: + symbol: common_texture_item_window_double_mushroom + type: texture + offset: 0x212D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_double_mushroom +common_texture_item_window_triple_mushroom: + symbol: common_texture_item_window_triple_mushroom + type: texture + offset: 0x217D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_mushroom +common_texture_item_window_super_mushroom: + symbol: common_texture_item_window_super_mushroom + type: texture + offset: 0x21CD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_super_mushroom +common_texture_item_window_blue_shell: + symbol: common_texture_item_window_blue_shell + type: texture + offset: 0x221D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_blue_shell +common_texture_item_window_boo: + symbol: common_texture_item_window_boo + type: texture + offset: 0x226D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_boo +common_texture_item_window_green_shell: + symbol: common_texture_item_window_green_shell + type: texture + offset: 0x22BD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_green_shell +common_texture_item_window_triple_green_shell: + symbol: common_texture_item_window_triple_green_shell + type: texture + offset: 0x230D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_green_shell +common_texture_item_window_red_shell: + symbol: common_texture_item_window_red_shell + type: texture + offset: 0x235D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_red_shell +common_texture_item_window_triple_red_shell: + symbol: common_texture_item_window_triple_red_shell + type: texture + offset: 0x23AD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_red_shell +common_texture_item_window_star: + symbol: common_texture_item_window_star + type: texture + offset: 0x23FD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_star +common_texture_item_window_thunder_bolt: + symbol: common_texture_item_window_thunder_bolt + type: texture + offset: 0x244D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_thunder_bolt +common_texture_item_window_fake_item_box: + symbol: common_texture_item_window_fake_item_box + type: texture + offset: 0x249D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_fake_item_box +common_tlut_lakitu_no_lights: + symbol: common_tlut_lakitu_no_lights + type: texture + offset: 0x24ED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_red_lights: + symbol: common_tlut_lakitu_red_lights + type: texture + offset: 0x250D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_blue_lights: + symbol: common_tlut_lakitu_blue_lights + type: texture + offset: 0x252D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_checkered_flag: + symbol: common_tlut_lakitu_checkered_flag + type: texture + offset: 0x254D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_second_lap: + symbol: common_tlut_lakitu_second_lap + type: texture + offset: 0x256D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_final_lap: + symbol: common_tlut_lakitu_final_lap + type: texture + offset: 0x258D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_reverse: + symbol: common_tlut_lakitu_reverse + type: texture + offset: 0x25AD8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_fishing: + symbol: common_tlut_lakitu_fishing + type: texture + offset: 0x25CD8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_traffic_light: + symbol: common_tlut_traffic_light + type: texture + offset: 0x25ED8 + ctype: u16 + colors: 256 + format: tlut +common_texture_traffic_light_01: + symbol: common_texture_traffic_light_01 + type: texture + offset: 0x260D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_02: + symbol: common_texture_traffic_light_02 + type: texture + offset: 0x26558 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_03: + symbol: common_texture_traffic_light_03 + type: texture + offset: 0x269D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_04: + symbol: common_texture_traffic_light_04 + type: texture + offset: 0x26E58 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_05: + symbol: common_texture_traffic_light_05 + type: texture + offset: 0x272D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_06: + symbol: common_texture_traffic_light_06 + type: texture + offset: 0x27758 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_07: + symbol: common_texture_traffic_light_07 + type: texture + offset: 0x27BD8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_08: + symbol: common_texture_traffic_light_08 + type: texture + offset: 0x28058 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_09: + symbol: common_texture_traffic_light_09 + type: texture + offset: 0x284D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_10: + symbol: common_texture_traffic_light_10 + type: texture + offset: 0x28958 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_particle_leaf: + symbol: common_texture_particle_leaf + type: texture + offset: 0x28DD8 + width: 32 + height: 16 + ctype: u16 + format: rgba16 +common_texture_unused_particle_leaf: + symbol: common_texture_unused_particle_leaf + type: texture + offset: 0x291D8 + width: 16 + height: 16 + ctype: u16 + format: rgba16 +D_0D0293D8: # Cloud, smoke, or fog? + symbol: D_0D0293D8 + type: texture + offset: 0x293D8 + width: 16 + height: 16 + format: i4 +D_0D029458: # Smoke? + symbol: D_0D029458 + type: texture + offset: 0x29458 + width: 32 + height: 32 + format: i8 +common_tlut_bomb: # This is placed below in rom. Hack to make torch extract the tlut first. + symbol: common_tlut_bomb + type: texture + offset: 0x2A858 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_texture_bomb_1: # Smoke? + symbol: common_texture_bomb_1 + type: texture + offset: 0x29858 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_2: # Smoke? + symbol: common_texture_bomb_2 + type: texture + offset: 0x29C58 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_3: # Smoke? + symbol: common_texture_bomb_3 + type: texture + offset: 0x2A058 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_4: # Smoke? + symbol: common_texture_bomb_4 + type: texture + offset: 0x2A458 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +D_0D02AA58: + symbol: D_0D02AA58 + type: texture + offset: 0x2AA58 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_texture_particle_spark_1: + symbol: common_texture_particle_spark_1 + offset: 0x2AC58 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_2: + symbol: common_texture_particle_spark_2 + offset: 0x2B058 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_3: + symbol: common_texture_particle_spark_3 + offset: 0x2B458 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_4: + symbol: common_texture_particle_spark_4 + offset: 0x2B858 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_smoke_1: + symbol: common_texture_particle_smoke_1 + offset: 0x2BC58 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_2: + symbol: common_texture_particle_smoke_2 + offset: 0x2C058 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_3: + symbol: common_texture_particle_smoke_3 + offset: 0x2C458 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_4: + symbol: common_texture_particle_smoke_4 + offset: 0x2C858 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_minimap_finish_line: + symbol: common_texture_minimap_finish_line + offset: 0x2CC58 + width: 8 + height: 8 + ctype: u16 + type: texture + format: rgba16 +common_texture_minimap_kart_mario: + symbol: common_texture_minimap_kart_mario + offset: 0x2CCD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_luigi: + symbol: common_texture_minimap_kart_luigi + offset: 0x2CD58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_yoshi: + symbol: common_texture_minimap_kart_yoshi + offset: 0x2CDD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_toad: + symbol: common_texture_minimap_kart_toad + offset: 0x2CE58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_donkey_kong: + symbol: common_texture_minimap_kart_donkey_kong + offset: 0x2CED8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_wario: + symbol: common_texture_minimap_kart_wario + offset: 0x2CF58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_peach: + symbol: common_texture_minimap_kart_peach + offset: 0x2CFD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_bowser: + symbol: common_texture_minimap_kart_bowser + offset: 0x2D058 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_progress_dot: + symbol: common_texture_minimap_progress_dot + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 diff --git a/android/app/src/main/assets/yamls/us/data_800E45C0.yml b/android/app/src/main/assets/yamls/us/data_800E45C0.yml new file mode 100644 index 0000000000..19b1e1f475 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/data_800E45C0.yml @@ -0,0 +1,79 @@ +:config: + vram: + addr: 0x800E45C0 + offset: 0xE51C0 + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +# tables: +# D_800E45C0: +# range: [0x800E45C0, 0x800E4608] +# mode: APPEND +#D_800E45C0: +# symbol: D_800E45C0 +# type: lights +# offset: 0x800E45C0 +#D_800E45D8: +# symbol: D_800E45D8 +# type: lights +# offset: 0x800E45D8 +#D_800E45F0: +# symbol: D_800E45F0 +# type: lights +# offset: 0x800E45F0 +#D_800E4608: +# symbol: D_800E4608 +# type: lights +# offset: 0x800E4608 +#D_800E4620: +# symbol: D_800E4620 +# type: lights +# offset: 0x800E4620 +#D_800E4638: +# symbol: D_800E4638 +# type: lights +# offset: 0x800E4638 +#D_800E4650: +# symbol: D_800E4650 +# type: lights +# offset: 0x800E4650 +#D_800E4668: +# symbol: D_800E4668 +# type: lights +# offset: 0x800E4668 +#D_800E4680: +# symbol: D_800E4680 +# type: lights +# offset: 0x800E4680 +#D_800E4698: +# symbol: D_800E4698 +# type: lights +# offset: 0x800E4698 +#D_800E46B0: +# symbol: D_800E46B0 +# type: lights +# offset: 0x800E46B0 +#D_800E46C8: +# symbol: D_800E46C8 +# type: lights +# offset: 0x800E46C8 +#D_800E46E0: +# symbol: D_800E46E0 +# type: lights +# offset: 0x800E46E0 +#D_800E46F8: +# symbol: D_800E46F8 +# type: array +# offset: 0x800E46F8 +# count: 3 +# array_type: Vec3iu +#D_800E471C: +# symbol: D_800E471C +# type: array +# offset: 0x800E471C +# count: 7 +# array_type: u8 diff --git a/android/app/src/main/assets/yamls/us/data_800E8700.yml b/android/app/src/main/assets/yamls/us/data_800E8700.yml new file mode 100644 index 0000000000..468f0a541f --- /dev/null +++ b/android/app/src/main/assets/yamls/us/data_800E8700.yml @@ -0,0 +1,138 @@ +:config: + vram: + addr: 0x800E8700 + offset: 0xE9300 + header: + code: + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + D_800E8900: + range: [0x800E8900, 0x800E89C0] + mode: APPEND +D_800E8700: + symbol: D_800E8700 + type: vtx + offset: 0x800E8700 + count: 4 +D_800E8740: + symbol: D_800E8740 + type: vtx + offset: 0x800E8740 + count: 4 +D_800E8780: + symbol: D_800E8780 + type: vtx + offset: 0x800E8780 + count: 4 +D_800E87C0: + symbol: D_800E87C0 + type: vtx + offset: 0x800E87C0 + count: 4 +D_800E8800: + symbol: D_800E8800 + type: vtx + offset: 0x800E8800 + count: 4 +D_800E8840: + symbol: D_800E8840 + type: vtx + offset: 0x800E8840 + count: 4 +D_800E8880: + symbol: D_800E8880 + type: vtx + offset: 0x800E8880 + count: 4 +D_800E88C0: + symbol: D_800E88C0 + type: vtx + offset: 0x800E88C0 + count: 4 +D_800E8900: + symbol: D_800E8900 + type: vtx + offset: 0x800E8900 + count: 4 +D_800E8940: + symbol: D_800E8940 + type: vtx + offset: 0x800E8940 + count: 4 +D_800E8980: + symbol: D_800E8980 + type: vtx + offset: 0x800E8980 + count: 4 +D_800E89C0: + symbol: D_800E89C0 + type: vtx + offset: 0x800E89C0 + count: 4 +D_800E8A00: + symbol: D_800E8A00 + type: vtx + offset: 0x800E8A00 + count: 4 +D_800E8A40: + symbol: D_800E8A40 + type: vtx + offset: 0x800E8A40 + count: 4 +D_800E8A80: + symbol: D_800E8A80 + type: vtx + offset: 0x800E8A80 + count: 4 +D_800E8AC0: + symbol: D_800E8AC0 + type: vtx + offset: 0x800E8AC0 + count: 4 +D_800E8B00: + symbol: D_800E8B00 + type: vtx + offset: 0x800E8B00 + count: 4 +D_800E8B40: + symbol: D_800E8B40 + type: vtx + offset: 0x800E8B40 + count: 4 +D_800E8B80: + symbol: D_800E8B80 + type: vtx + offset: 0x800E8B80 + count: 4 +D_800E8BC0: + symbol: D_800E8BC0 + type: vtx + offset: 0x800E8BC0 + count: 4 +D_800E8C00: + symbol: D_800E8C00 + type: vtx + offset: 0x800E8C00 + count: 4 +D_800E8C40: + symbol: D_800E8C40 + type: vtx + offset: 0x800E8C40 + count: 8 +D_800E8CC0: + symbol: D_800E8CC0 + type: vtx + offset: 0x800E8CC0 + count: 8 +D_800E8D40: + symbol: D_800E8D40 + type: gfx + offset: 0x800E8D40 +D_800E8DD0: + symbol: D_800E8DD0 + type: gfx + offset: 0x800E8DD0 diff --git a/android/app/src/main/assets/yamls/us/data_segment2.yml b/android/app/src/main/assets/yamls/us/data_segment2.yml new file mode 100644 index 0000000000..f061a97e35 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/data_segment2.yml @@ -0,0 +1,214 @@ +:config: + external_files: + - "yamls/us/startup_logo.yml" + - "yamls/us/common_data.yml" + segments: + - [0x02, 0x12AAE0] + - [0x0D, 0x132B50] + header: + code: + - '#include ' + - '#include ' + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +D_02007650: + symbol: D_02007650 + type: gfx + offset: 0x7650 +D_020076B0: + symbol: D_020076B0 + type: Gfx + offset: 0x76B0 +D_020076E0: + symbol: D_020076E0 + type: Gfx + offset: 0x76E0 +D_02007708: + symbol: D_02007708 + type: Gfx + offset: 0x7708 +D_02007728: + symbol: D_02007728 + type: Gfx + offset: 0x7728 +D_02007748: + symbol: D_02007748 + type: Gfx + offset: 0x7748 +D_02007768: + symbol: D_02007768 + type: Gfx + offset: 0x7768 +D_02007788: + symbol: D_02007788 + type: Gfx + offset: 0x7788 +D_020077A8: + symbol: D_020077A8 + type: Gfx + offset: 0x77A8 +D_020077D8: + symbol: D_020077D8 + type: Gfx + offset: 0x77D8 +D_020077F8: + symbol: D_020077F8 + type: Gfx + offset: 0x77F8 +D_02007818: + symbol: D_02007818 + type: Gfx + offset: 0x7818 +#D_02007838: +# symbol: D_02007838 +# type: Gfx +# offset: 0x7838 +#D_02007858: +# symbol: D_02007858 +# type: Gfx +# offset: 0x7858 +#D_02007878: +# symbol: D_02007878 +# type: Gfx +# offset: 0x7878 +#D_02007898: +# symbol: D_02007898 +# type: Gfx +# offset: 0x7898 +#D_020078B8: +# symbol: D_020078B8 +# type: Gfx +# offset: 0x78B8 +#D_020078D8: +# symbol: D_020078D8 +# type: Gfx +# offset: 0x78D8 +#D_020078F8: +# symbol: D_020078F8 +# type: Gfx +# offset: 0x78F8 +#D_02007918: +# symbol: D_02007918 +# type: Gfx +# offset: 0x7918 +#D_02007938: +# symbol: D_02007938 +# type: Gfx +# offset: 0x7938 +#D_02007958: +# symbol: D_02007958 +# type: Gfx +# offset: 0x7958 +#D_02007978: +# symbol: D_02007978 +# type: Gfx +# offset: 0x7978 +#D_02007998: +# symbol: D_02007998 +# type: Gfx +# offset: 0x7998 +#D_020079B8: +# symbol: D_020079B8 +# type: Gfx +# offset: 0x79B8 +#D_020079D8: +# symbol: D_020079D8 +# type: Gfx +# offset: 0x79D8 +#D_020079F8: +# symbol: D_020079F8 +# type: Gfx +# offset: 0x79F8 +#D_02007A18: +# symbol: D_02007A18 +# type: Gfx +# offset: 0x7A18 +#D_02007A38: +# symbol: D_02007A38 +# type: Gfx +# offset: 0x7A38 +#D_02007A58: +# symbol: D_02007A58 +# type: Gfx +# offset: 0x7A58 +#D_02007A78: +# symbol: D_02007A78 +# type: Gfx +# offset: 0x7A78 +#D_02007A98: +# symbol: D_02007A98 +# type: Gfx +# offset: 0x7A98 +#D_02007AB8: +# symbol: D_02007AB8 +# type: Gfx +# offset: 0x7AB8 +#D_02007AD8: +# symbol: D_02007AD8 +# type: Gfx +# offset: 0x7AD8 +#D_02007AF8: +# symbol: D_02007AF8 +# type: Gfx +# offset: 0x7AF8 +#D_02007B18: +# symbol: D_02007B18 +# type: Gfx +# offset: 0x7B18 +D_02007B38: # unused + symbol: D_02007B38 + type: vtx + offset: 0x7B38 + count: 4 +D_02007B78: # unused + symbol: D_02007B78 + type: vtx + offset: 0x7B78 + count: 4 +D_02007BB8: + symbol: D_02007BB8 + type: vtx + offset: 0x7BB8 + count: 18 +D_02007CD8: + symbol: D_02007CD8 + type: vtx + offset: 0x7CD8 + count: 18 +D_02007DF8: + symbol: D_02007DF8 + type: vtx + offset: 0x7DF8 + count: 18 +D_02007F18: + symbol: D_02007F18 + type: gfx + offset: 0x7F18 +D_02007F48: + symbol: D_02007F48 + type: gfx + offset: 0x7F48 +D_02007F60: + symbol: D_02007F60 + type: gfx + offset: 0x7F60 +D_02007FC8: + symbol: D_02007FC8 + type: gfx + offset: 0x7FC8 +D_02008008: + symbol: D_02008008 + type: gfx + offset: 0x8008 +D_02008030: + symbol: D_02008030 + type: gfx + offset: 0x8030 +D_02008058: + symbol: D_02008058 + type: gfx + offset: 0x8058 diff --git a/android/app/src/main/assets/yamls/us/dks_jungle_parkway_data.yml b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_data.yml new file mode 100644 index 0000000000..89d431ea3d --- /dev/null +++ b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_data.yml @@ -0,0 +1,837 @@ +:config: + segments: + - [0x06, 0x885A10] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_dks_jungle_parkway_dl_0: + symbol: d_course_dks_jungle_parkway_dl_0 + type: gfx + offset: 0x0 +d_course_dks_jungle_parkway_dl_20: + symbol: d_course_dks_jungle_parkway_dl_20 + type: gfx + offset: 0x20 +d_course_dks_jungle_parkway_dl_180: + symbol: d_course_dks_jungle_parkway_dl_180 + type: gfx + offset: 0x180 +d_course_dks_jungle_parkway_dl_210: + symbol: d_course_dks_jungle_parkway_dl_210 + type: gfx + offset: 0x210 +d_course_dks_jungle_parkway_dl_310: + symbol: d_course_dks_jungle_parkway_dl_310 + type: gfx + offset: 0x310 +d_course_dks_jungle_parkway_dl_400: + symbol: d_course_dks_jungle_parkway_dl_400 + type: gfx + offset: 0x400 +d_course_dks_jungle_parkway_dl_560: + symbol: d_course_dks_jungle_parkway_dl_560 + type: gfx + offset: 0x560 +d_course_dks_jungle_parkway_dl_628: + symbol: d_course_dks_jungle_parkway_dl_628 + type: gfx + offset: 0x628 +d_course_dks_jungle_parkway_dl_750: + symbol: d_course_dks_jungle_parkway_dl_750 + type: gfx + offset: 0x750 +d_course_dks_jungle_parkway_dl_888: + symbol: d_course_dks_jungle_parkway_dl_888 + type: gfx + offset: 0x888 +d_course_dks_jungle_parkway_dl_A10: + symbol: d_course_dks_jungle_parkway_dl_A10 + type: gfx + offset: 0xA10 +d_course_dks_jungle_parkway_dl_B00: + symbol: d_course_dks_jungle_parkway_dl_B00 + type: gfx + offset: 0xB00 +d_course_dks_jungle_parkway_dl_C30: + symbol: d_course_dks_jungle_parkway_dl_C30 + type: gfx + offset: 0xC30 +d_course_dks_jungle_parkway_dl_D98: + symbol: d_course_dks_jungle_parkway_dl_D98 + type: gfx + offset: 0xD98 +d_course_dks_jungle_parkway_dl_EF0: + symbol: d_course_dks_jungle_parkway_dl_EF0 + type: gfx + offset: 0xEF0 +d_course_dks_jungle_parkway_dl_1028: + symbol: d_course_dks_jungle_parkway_dl_1028 + type: gfx + offset: 0x1028 +d_course_dks_jungle_parkway_dl_1160: + symbol: d_course_dks_jungle_parkway_dl_1160 + type: gfx + offset: 0x1160 +d_course_dks_jungle_parkway_dl_12E8: + symbol: d_course_dks_jungle_parkway_dl_12E8 + type: gfx + offset: 0x12E8 +d_course_dks_jungle_parkway_dl_1478: + symbol: d_course_dks_jungle_parkway_dl_1478 + type: gfx + offset: 0x1478 +d_course_dks_jungle_parkway_dl_15E0: + symbol: d_course_dks_jungle_parkway_dl_15E0 + type: gfx + offset: 0x15E0 +d_course_dks_jungle_parkway_dl_1718: + symbol: d_course_dks_jungle_parkway_dl_1718 + type: gfx + offset: 0x1718 +d_course_dks_jungle_parkway_dl_1890: + symbol: d_course_dks_jungle_parkway_dl_1890 + type: gfx + offset: 0x1890 +d_course_dks_jungle_parkway_dl_1A00: + symbol: d_course_dks_jungle_parkway_dl_1A00 + type: gfx + offset: 0x1A00 +d_course_dks_jungle_parkway_dl_1B20: + symbol: d_course_dks_jungle_parkway_dl_1B20 + type: gfx + offset: 0x1B20 +d_course_dks_jungle_parkway_dl_1C20: + symbol: d_course_dks_jungle_parkway_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_dks_jungle_parkway_dl_1DB8: + symbol: d_course_dks_jungle_parkway_dl_1DB8 + type: gfx + offset: 0x1DB8 +d_course_dks_jungle_parkway_dl_1F20: + symbol: d_course_dks_jungle_parkway_dl_1F20 + type: gfx + offset: 0x1F20 +d_course_dks_jungle_parkway_dl_1FD8: + symbol: d_course_dks_jungle_parkway_dl_1FD8 + type: gfx + offset: 0x1FD8 +d_course_dks_jungle_parkway_dl_20A0: + symbol: d_course_dks_jungle_parkway_dl_20A0 + type: gfx + offset: 0x20A0 +d_course_dks_jungle_parkway_dl_2200: + symbol: d_course_dks_jungle_parkway_dl_2200 + type: gfx + offset: 0x2200 +d_course_dks_jungle_parkway_dl_2328: + symbol: d_course_dks_jungle_parkway_dl_2328 + type: gfx + offset: 0x2328 +d_course_dks_jungle_parkway_dl_2398: + symbol: d_course_dks_jungle_parkway_dl_2398 + type: gfx + offset: 0x2398 +d_course_dks_jungle_parkway_dl_2480: + symbol: d_course_dks_jungle_parkway_dl_2480 + type: gfx + offset: 0x2480 +d_course_dks_jungle_parkway_dl_2558: + symbol: d_course_dks_jungle_parkway_dl_2558 + type: gfx + offset: 0x2558 +d_course_dks_jungle_parkway_dl_2728: + symbol: d_course_dks_jungle_parkway_dl_2728 + type: gfx + offset: 0x2728 +d_course_dks_jungle_parkway_dl_2810: + symbol: d_course_dks_jungle_parkway_dl_2810 + type: gfx + offset: 0x2810 +d_course_dks_jungle_parkway_dl_2928: + symbol: d_course_dks_jungle_parkway_dl_2928 + type: gfx + offset: 0x2928 +d_course_dks_jungle_parkway_dl_2AC0: + symbol: d_course_dks_jungle_parkway_dl_2AC0 + type: gfx + offset: 0x2AC0 +d_course_dks_jungle_parkway_dl_2B88: + symbol: d_course_dks_jungle_parkway_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_dks_jungle_parkway_dl_2D70: + symbol: d_course_dks_jungle_parkway_dl_2D70 + type: gfx + offset: 0x2D70 +d_course_dks_jungle_parkway_dl_2E30: + symbol: d_course_dks_jungle_parkway_dl_2E30 + type: gfx + offset: 0x2E30 +d_course_dks_jungle_parkway_dl_3010: + symbol: d_course_dks_jungle_parkway_dl_3010 + type: gfx + offset: 0x3010 +d_course_dks_jungle_parkway_dl_3100: + symbol: d_course_dks_jungle_parkway_dl_3100 + type: gfx + offset: 0x3100 +d_course_dks_jungle_parkway_dl_3338: + symbol: d_course_dks_jungle_parkway_dl_3338 + type: gfx + offset: 0x3338 +d_course_dks_jungle_parkway_dl_3498: + symbol: d_course_dks_jungle_parkway_dl_3498 + type: gfx + offset: 0x3498 +d_course_dks_jungle_parkway_dl_36A0: + symbol: d_course_dks_jungle_parkway_dl_36A0 + type: gfx + offset: 0x36A0 +d_course_dks_jungle_parkway_dl_3790: + symbol: d_course_dks_jungle_parkway_dl_3790 + type: gfx + offset: 0x3790 +d_course_dks_jungle_parkway_dl_3988: + symbol: d_course_dks_jungle_parkway_dl_3988 + type: gfx + offset: 0x3988 +d_course_dks_jungle_parkway_dl_3B28: + symbol: d_course_dks_jungle_parkway_dl_3B28 + type: gfx + offset: 0x3B28 +d_course_dks_jungle_parkway_dl_3CC8: + symbol: d_course_dks_jungle_parkway_dl_3CC8 + type: gfx + offset: 0x3CC8 +d_course_dks_jungle_parkway_dl_3D88: + symbol: d_course_dks_jungle_parkway_dl_3D88 + type: gfx + offset: 0x3D88 +d_course_dks_jungle_parkway_dl_3F78: + symbol: d_course_dks_jungle_parkway_dl_3F78 + type: gfx + offset: 0x3F78 +d_course_dks_jungle_parkway_dl_4100: + symbol: d_course_dks_jungle_parkway_dl_4100 + type: gfx + offset: 0x4100 +d_course_dks_jungle_parkway_dl_4250: + symbol: d_course_dks_jungle_parkway_dl_4250 + type: gfx + offset: 0x4250 +d_course_dks_jungle_parkway_dl_42F8: + symbol: d_course_dks_jungle_parkway_dl_42F8 + type: gfx + offset: 0x42F8 +d_course_dks_jungle_parkway_dl_4470: + symbol: d_course_dks_jungle_parkway_dl_4470 + type: gfx + offset: 0x4470 +d_course_dks_jungle_parkway_dl_45C0: + symbol: d_course_dks_jungle_parkway_dl_45C0 + type: gfx + offset: 0x45C0 +d_course_dks_jungle_parkway_dl_4658: + symbol: d_course_dks_jungle_parkway_dl_4658 + type: gfx + offset: 0x4658 +d_course_dks_jungle_parkway_dl_4710: + symbol: d_course_dks_jungle_parkway_dl_4710 + type: gfx + offset: 0x4710 +d_course_dks_jungle_parkway_dl_4848: + symbol: d_course_dks_jungle_parkway_dl_4848 + type: gfx + offset: 0x4848 +d_course_dks_jungle_parkway_dl_4980: + symbol: d_course_dks_jungle_parkway_dl_4980 + type: gfx + offset: 0x4980 +d_course_dks_jungle_parkway_dl_4A38: + symbol: d_course_dks_jungle_parkway_dl_4A38 + type: gfx + offset: 0x4A38 +d_course_dks_jungle_parkway_dl_4AE8: + symbol: d_course_dks_jungle_parkway_dl_4AE8 + type: gfx + offset: 0x4AE8 +d_course_dks_jungle_parkway_dl_4C18: + symbol: d_course_dks_jungle_parkway_dl_4C18 + type: gfx + offset: 0x4C18 +d_course_dks_jungle_parkway_dl_4D10: + symbol: d_course_dks_jungle_parkway_dl_4D10 + type: gfx + offset: 0x4D10 +d_course_dks_jungle_parkway_dl_4E10: + symbol: d_course_dks_jungle_parkway_dl_4E10 + type: gfx + offset: 0x4E10 +d_course_dks_jungle_parkway_dl_4FB0: + symbol: d_course_dks_jungle_parkway_dl_4FB0 + type: gfx + offset: 0x4FB0 +d_course_dks_jungle_parkway_dl_51B0: + symbol: d_course_dks_jungle_parkway_dl_51B0 + type: gfx + offset: 0x51B0 +d_course_dks_jungle_parkway_dl_53F8: + symbol: d_course_dks_jungle_parkway_dl_53F8 + type: gfx + offset: 0x53F8 +d_course_dks_jungle_parkway_dl_5580: + symbol: d_course_dks_jungle_parkway_dl_5580 + type: gfx + offset: 0x5580 +d_course_dks_jungle_parkway_dl_5650: + symbol: d_course_dks_jungle_parkway_dl_5650 + type: gfx + offset: 0x5650 +d_course_dks_jungle_parkway_dl_57A0: + symbol: d_course_dks_jungle_parkway_dl_57A0 + type: gfx + offset: 0x57A0 +d_course_dks_jungle_parkway_dl_5920: + symbol: d_course_dks_jungle_parkway_dl_5920 + type: gfx + offset: 0x5920 +d_course_dks_jungle_parkway_dl_59B8: + symbol: d_course_dks_jungle_parkway_dl_59B8 + type: gfx + offset: 0x59B8 +d_course_dks_jungle_parkway_dl_5A50: + symbol: d_course_dks_jungle_parkway_dl_5A50 + type: gfx + offset: 0x5A50 +d_course_dks_jungle_parkway_dl_5B90: + symbol: d_course_dks_jungle_parkway_dl_5B90 + type: gfx + offset: 0x5B90 +d_course_dks_jungle_parkway_dl_5CB0: + symbol: d_course_dks_jungle_parkway_dl_5CB0 + type: gfx + offset: 0x5CB0 +d_course_dks_jungle_parkway_dl_5D70: + symbol: d_course_dks_jungle_parkway_dl_5D70 + type: gfx + offset: 0x5D70 +d_course_dks_jungle_parkway_dl_5DF8: + symbol: d_course_dks_jungle_parkway_dl_5DF8 + type: gfx + offset: 0x5DF8 +d_course_dks_jungle_parkway_dl_5EC8: + symbol: d_course_dks_jungle_parkway_dl_5EC8 + type: gfx + offset: 0x5EC8 +d_course_dks_jungle_parkway_dl_5FA8: + symbol: d_course_dks_jungle_parkway_dl_5FA8 + type: gfx + offset: 0x5FA8 +d_course_dks_jungle_parkway_dl_6048: + symbol: d_course_dks_jungle_parkway_dl_6048 + type: gfx + offset: 0x6048 +d_course_dks_jungle_parkway_dl_6178: + symbol: d_course_dks_jungle_parkway_dl_6178 + type: gfx + offset: 0x6178 +d_course_dks_jungle_parkway_dl_62D0: + symbol: d_course_dks_jungle_parkway_dl_62D0 + type: gfx + offset: 0x62D0 +d_course_dks_jungle_parkway_dl_6468: + symbol: d_course_dks_jungle_parkway_dl_6468 + type: gfx + offset: 0x6468 +d_course_dks_jungle_parkway_dl_6588: + symbol: d_course_dks_jungle_parkway_dl_6588 + type: gfx + offset: 0x6588 +d_course_dks_jungle_parkway_dl_6680: + symbol: d_course_dks_jungle_parkway_dl_6680 + type: gfx + offset: 0x6680 +d_course_dks_jungle_parkway_dl_6740: + symbol: d_course_dks_jungle_parkway_dl_6740 + type: gfx + offset: 0x6740 +d_course_dks_jungle_parkway_dl_67C0: + symbol: d_course_dks_jungle_parkway_dl_67C0 + type: gfx + offset: 0x67C0 +d_course_dks_jungle_parkway_dl_68D0: + symbol: d_course_dks_jungle_parkway_dl_68D0 + type: gfx + offset: 0x68D0 +d_course_dks_jungle_parkway_dl_69C8: + symbol: d_course_dks_jungle_parkway_dl_69C8 + type: gfx + offset: 0x69C8 +d_course_dks_jungle_parkway_dl_6A70: + symbol: d_course_dks_jungle_parkway_dl_6A70 + type: gfx + offset: 0x6A70 +d_course_dks_jungle_parkway_dl_6AD8: + symbol: d_course_dks_jungle_parkway_dl_6AD8 + type: gfx + offset: 0x6AD8 +d_course_dks_jungle_parkway_dl_6BE8: + symbol: d_course_dks_jungle_parkway_dl_6BE8 + type: gfx + offset: 0x6BE8 +d_course_dks_jungle_parkway_dl_6C70: + symbol: d_course_dks_jungle_parkway_dl_6C70 + type: gfx + offset: 0x6C70 +d_course_dks_jungle_parkway_dl_6CB8: + symbol: d_course_dks_jungle_parkway_dl_6CB8 + type: gfx + offset: 0x6CB8 +d_course_dks_jungle_parkway_dl_6D10: + symbol: d_course_dks_jungle_parkway_dl_6D10 + type: gfx + offset: 0x6D10 +d_course_dks_jungle_parkway_dl_6D88: + symbol: d_course_dks_jungle_parkway_dl_6D88 + type: gfx + offset: 0x6D88 +d_course_dks_jungle_parkway_dl_6E00: + symbol: d_course_dks_jungle_parkway_dl_6E00 + type: gfx + offset: 0x6E00 +d_course_dks_jungle_parkway_dl_6E48: + symbol: d_course_dks_jungle_parkway_dl_6E48 + type: gfx + offset: 0x6E48 +d_course_dks_jungle_parkway_dl_6EB0: + symbol: d_course_dks_jungle_parkway_dl_6EB0 + type: gfx + offset: 0x6EB0 +d_course_dks_jungle_parkway_dl_6F10: + symbol: d_course_dks_jungle_parkway_dl_6F10 + type: gfx + offset: 0x6F10 +d_course_dks_jungle_parkway_dl_7008: + symbol: d_course_dks_jungle_parkway_dl_7008 + type: gfx + offset: 0x7008 +d_course_dks_jungle_parkway_dl_7080: + symbol: d_course_dks_jungle_parkway_dl_7080 + type: gfx + offset: 0x7080 +d_course_dks_jungle_parkway_dl_7108: + symbol: d_course_dks_jungle_parkway_dl_7108 + type: gfx + offset: 0x7108 +d_course_dks_jungle_parkway_unknown_waypoints: + symbol: d_course_dks_jungle_parkway_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x71F0 + count: 102 +d_course_dks_jungle_parkway_unknown_waypoints2: + symbol: d_course_dks_jungle_parkway_unknown_waypoints2 + type: mk64:TRACK_PATH + offset: 0x7520 + count: 32 +d_course_dks_jungle_parkway_track_waypoints: + symbol: d_course_dks_jungle_parkway_track_waypoints + type: mk64:TRACK_PATH + offset: 0x7620 + count: 787 +d_course_dks_jungle_parkway_paddle_boat_model1: + symbol: d_course_dks_jungle_parkway_paddle_boat_model1 + type: vtx + offset: 0x8EB8 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model2: + symbol: d_course_dks_jungle_parkway_paddle_boat_model2 + type: vtx + offset: 0x90B8 + count: 4 +d_course_dks_jungle_parkway_paddle_boat_model3: + symbol: d_course_dks_jungle_parkway_paddle_boat_model3 + type: vtx + offset: 0x90F8 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model4: + symbol: d_course_dks_jungle_parkway_paddle_boat_model4 + type: vtx + offset: 0x92F8 + count: 10 +d_course_dks_jungle_parkway_paddle_boat_model5: + symbol: d_course_dks_jungle_parkway_paddle_boat_model5 + type: vtx + offset: 0x9398 + count: 18 +d_course_dks_jungle_parkway_paddle_boat_model6: + symbol: d_course_dks_jungle_parkway_paddle_boat_model6 + type: vtx + offset: 0x94B8 + count: 21 +d_course_dks_jungle_parkway_paddle_boat_model7: + symbol: d_course_dks_jungle_parkway_paddle_boat_model7 + type: vtx + offset: 0x9608 + count: 20 +d_course_dks_jungle_parkway_paddle_boat_model8: + symbol: d_course_dks_jungle_parkway_paddle_boat_model8 + type: vtx + offset: 0x9748 + count: 12 +d_course_dks_jungle_parkway_paddle_boat_model9: + symbol: d_course_dks_jungle_parkway_paddle_boat_model9 + type: vtx + offset: 0x9808 + count: 16 +d_course_dks_jungle_parkway_paddle_boat_model10: + symbol: d_course_dks_jungle_parkway_paddle_boat_model10 + type: vtx + offset: 0x9908 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model11: + symbol: d_course_dks_jungle_parkway_paddle_boat_model11 + type: vtx + offset: 0x9B08 + count: 8 +d_course_dks_jungle_parkway_paddle_boat_model12: + symbol: d_course_dks_jungle_parkway_paddle_boat_model12 + type: vtx + offset: 0x9B88 + count: 8 +d_course_dks_jungle_parkway_paddle_boat_model13: + symbol: d_course_dks_jungle_parkway_paddle_boat_model13 + type: vtx + offset: 0x9C08 + count: 16 +d_course_dks_jungle_parkway_paddle_boat_model14: + symbol: d_course_dks_jungle_parkway_paddle_boat_model14 + type: vtx + offset: 0x9D08 + count: 7 +d_course_dks_jungle_parkway_paddle_boat_model15: + symbol: d_course_dks_jungle_parkway_paddle_boat_model15 + type: vtx + offset: 0x9D78 + count: 7 +d_course_dks_jungle_parkway_unknown_light1: + symbol: d_course_dks_jungle_parkway_unknown_light1 + type: lights + offset: 0x9DE8 +d_course_dks_jungle_parkway_unknown_light2: + symbol: d_course_dks_jungle_parkway_unknown_light2 + type: lights + offset: 0x9E00 +d_course_dks_jungle_parkway_unknown_light3: + symbol: d_course_dks_jungle_parkway_unknown_light3 + type: lights + offset: 0x9E18 +d_course_dks_jungle_parkway_unknown_light4: + symbol: d_course_dks_jungle_parkway_unknown_light4 + type: lights + offset: 0x9E30 +d_course_dks_jungle_parkway_mario_sign: + symbol: d_course_dks_jungle_parkway_mario_sign + type: texture + offset: 0x9E48 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree: + symbol: d_course_dks_jungle_parkway_tree + type: texture + offset: 0xAE48 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_window_upper: + symbol: d_course_dks_jungle_parkway_boat_window_upper + type: texture + offset: 0xB648 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_window_lower: + symbol: d_course_dks_jungle_parkway_boat_window_lower + type: texture + offset: 0xC648 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_railing: + symbol: d_course_dks_jungle_parkway_boat_railing + type: texture + offset: 0xD648 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_DE48: + symbol: d_course_dks_jungle_parkway_dl_DE48 + type: gfx + offset: 0xDE48 +d_course_dks_jungle_parkway_dl_DF30: + symbol: d_course_dks_jungle_parkway_dl_DF30 + type: gfx + offset: 0xDF30 +d_course_dks_jungle_parkway_dl_E030: + symbol: d_course_dks_jungle_parkway_dl_E030 + type: gfx + offset: 0xE030 +d_course_dks_jungle_parkway_dl_E048: + symbol: d_course_dks_jungle_parkway_dl_E048 + type: gfx + offset: 0xE048 +d_course_dks_jungle_parkway_railings_dl: + symbol: d_course_dks_jungle_parkway_railings_dl + type: gfx + offset: 0xE058 +d_course_dks_jungle_parkway_dl_E068: + symbol: d_course_dks_jungle_parkway_dl_E068 + type: gfx + offset: 0xE068 +d_course_dks_jungle_parkway_dl_E150: + symbol: d_course_dks_jungle_parkway_dl_E150 + type: gfx + offset: 0xE150 +d_course_dks_jungle_parkway_dl_E238: + symbol: d_course_dks_jungle_parkway_dl_E238 + type: gfx + offset: 0xE238 +d_course_dks_jungle_parkway_dl_E250: + symbol: d_course_dks_jungle_parkway_dl_E250 + type: gfx + offset: 0xE250 +d_course_dks_jungle_parkway_dl_E310: + symbol: d_course_dks_jungle_parkway_dl_E310 + type: gfx + offset: 0xE310 +d_course_dks_jungle_parkway_dl_E320: + symbol: d_course_dks_jungle_parkway_dl_E320 + type: gfx + offset: 0xE320 +d_course_dks_jungle_parkway_dl_E578: + symbol: d_course_dks_jungle_parkway_dl_E578 + type: gfx + offset: 0xE578 +d_course_dks_jungle_parkway_dl_E588: + symbol: d_course_dks_jungle_parkway_dl_E588 + type: gfx + offset: 0xE588 +d_course_dks_jungle_parkway_dl_E618: + symbol: d_course_dks_jungle_parkway_dl_E618 + type: gfx + offset: 0xE618 +d_course_dks_jungle_parkway_dl_E628: + symbol: d_course_dks_jungle_parkway_dl_E628 + type: gfx + offset: 0xE628 +d_course_dks_jungle_parkway_dl_E688: + symbol: d_course_dks_jungle_parkway_dl_E688 + type: gfx + offset: 0xE688 +d_course_dks_jungle_parkway_dl_E6E8: + symbol: d_course_dks_jungle_parkway_dl_E6E8 + type: gfx + offset: 0xE6E8 +d_course_dks_jungle_parkway_dl_E700: + symbol: d_course_dks_jungle_parkway_dl_E700 + type: gfx + offset: 0xE700 +d_course_dks_jungle_parkway_boat_dl: + symbol: d_course_dks_jungle_parkway_boat_dl + type: gfx + offset: 0xE730 +d_course_dks_jungle_parkway_paddle_boat_paddle_model1: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model1 + type: vtx + offset: 0xE740 + count: 21 +d_course_dks_jungle_parkway_paddle_boat_paddle_model2: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model2 + type: vtx + offset: 0xE890 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_paddle_model3: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model3 + type: vtx + offset: 0xEA90 + count: 5 +d_course_dks_jungle_parkway_boat_paddle: + symbol: d_course_dks_jungle_parkway_boat_paddle + type: texture + offset: 0xEAE0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_paddle2: + symbol: d_course_dks_jungle_parkway_boat_paddle2 + type: texture + offset: 0xF2E0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_FAE0: + symbol: d_course_dks_jungle_parkway_dl_FAE0 + type: gfx + offset: 0xFAE0 +d_course_dks_jungle_parkway_dl_FC08: + symbol: d_course_dks_jungle_parkway_dl_FC08 + type: gfx + offset: 0xFC08 +d_course_dks_jungle_parkway_dl_FC18: + symbol: d_course_dks_jungle_parkway_dl_FC18 + type: gfx + offset: 0xFC18 +d_course_dks_jungle_parkway_paddle_wheel_dl: + symbol: d_course_dks_jungle_parkway_paddle_wheel_dl + type: gfx + offset: 0xFC28 +d_course_dks_jungle_parkway_dl_FC38: + symbol: d_course_dks_jungle_parkway_dl_FC38 + type: gfx + offset: 0xFC38 +d_course_dks_jungle_parkway_tree_model: + symbol: d_course_dks_jungle_parkway_tree_model + type: vtx + offset: 0xFC40 + count: 8 +d_course_dks_jungle_parkway_tree2_top: + symbol: d_course_dks_jungle_parkway_tree2_top + type: texture + offset: 0xFCC0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree2_trunk: + symbol: d_course_dks_jungle_parkway_tree2_trunk + type: texture + offset: 0x104C0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree1: + symbol: d_course_dks_jungle_parkway_dl_tree1 + type: gfx + offset: 0x10CC0 +d_course_dks_jungle_parkway_tree2_model: + symbol: d_course_dks_jungle_parkway_tree2_model + type: vtx + offset: 0x10D48 + count: 8 +d_course_dks_jungle_parkway_tree3: + symbol: d_course_dks_jungle_parkway_tree3 + type: texture + offset: 0x10DC8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree4: + symbol: d_course_dks_jungle_parkway_tree4 + type: texture + offset: 0x115C8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree2: + symbol: d_course_dks_jungle_parkway_dl_tree2 + type: gfx + offset: 0x11DC8 +d_course_dks_jungle_parkway_model4: + symbol: d_course_dks_jungle_parkway_model4 + type: vtx + offset: 0x11E70 + count: 8 +d_course_dks_jungle_parkway_tree_trunk: + symbol: d_course_dks_jungle_parkway_tree_trunk + type: texture + offset: 0x11EF0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree5: + symbol: d_course_dks_jungle_parkway_tree5 + type: texture + offset: 0x126F0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree3: + symbol: d_course_dks_jungle_parkway_dl_tree3 + type: gfx + offset: 0x12EF0 +d_course_dks_jungle_parkway_palm_tree_model: + symbol: d_course_dks_jungle_parkway_palm_tree_model + type: vtx + offset: 0x12F78 + count: 16 +d_course_dks_jungle_parkway_palm_tree: + symbol: d_course_dks_jungle_parkway_palm_tree + type: texture + offset: 0x13078 + ctype: u16 + width: 32 + height: 32 + format: rgba16 +d_course_dks_jungle_parkway_dl_13878: + symbol: d_course_dks_jungle_parkway_dl_13878 + type: gfx + offset: 0x13878 +d_course_dks_jungle_parkway_dl_palm_tree: + symbol: d_course_dks_jungle_parkway_dl_palm_tree + type: gfx + offset: 0x138D0 +d_course_dks_jungle_parkway_kiwano_tlut: + symbol: d_course_dks_jungle_parkway_kiwano_tlut + type: texture + offset: 0x13978 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_kiwano_model: + symbol: d_course_dks_jungle_parkway_kiwano_model + type: vtx + offset: 0x13B78 + count: 4 +d_course_dks_jungle_parkway_dl_kiwano_fruit: + symbol: d_course_dks_jungle_parkway_dl_kiwano_fruit + type: gfx + offset: 0x13BB8 +d_course_dks_jungle_parkway_dl_13C30: + symbol: d_course_dks_jungle_parkway_dl_13C30 + type: gfx + offset: 0x13C30 +d_course_dks_jungle_parkway_item_box_spawns: + symbol: d_course_dks_jungle_parkway_item_box_spawns + type: mk64:spawn_data + offset: 0x13EC0 + count: 23 +d_course_dks_jungle_parkway_tree_spawn: + symbol: d_course_dks_jungle_parkway_tree_spawn + type: mk64:unk_spawn_data + offset: 0x13F78 + count: 96 +d_course_dks_jungle_parkway_addr: + symbol: d_course_dks_jungle_parkway_addr + type: mk64:track_sections + offset: 0x14338 + count: 115 diff --git a/android/app/src/main/assets/yamls/us/dks_jungle_parkway_displaylists.yml b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_displaylists.yml new file mode 100644 index 0000000000..a48426a946 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x960ACC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_dks_jungle_parkway_packed_dls: + symbol: d_course_dks_jungle_parkway_packed_dls + type: blob + offset: 0x960ACC + size: 0x341E diff --git a/android/app/src/main/assets/yamls/us/dks_jungle_parkway_vertices.yml b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_vertices.yml new file mode 100644 index 0000000000..9a2be288f9 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/dks_jungle_parkway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x956670] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_dks_jungle_parkway_vertex: + symbol: d_course_dks_jungle_parkway_vertex + type: mk64:course_vtx + count: 5679 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/donkeykong_kart.yml b/android/app/src/main/assets/yamls/us/donkeykong_kart.yml new file mode 100644 index 0000000000..f38a5b4b72 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/donkeykong_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x4CBE50] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + donkeykong_kart_wheels: + range: [0x8DC94, 0xB1E14] + mode: APPEND +donkeykong_kart_frame000: + symbol: gKartDK000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame001: + symbol: gKartDK001 + type: texture + offset: 0x6C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_001_wheel_0 +donkeykong_kart_frame002: + symbol: gKartDK002 + type: texture + offset: 0xD7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_002_wheel_0 +donkeykong_kart_frame003: + symbol: gKartDK003 + type: texture + offset: 0x1420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_003_wheel_0 +donkeykong_kart_frame004: + symbol: gKartDK004 + type: texture + offset: 0x1AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_004_wheel_0 +donkeykong_kart_frame005: + symbol: gKartDK005 + type: texture + offset: 0x2140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_005_wheel_0 +donkeykong_kart_frame006: + symbol: gKartDK006 + type: texture + offset: 0x27E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_006_wheel_0 +donkeykong_kart_frame007: + symbol: gKartDK007 + type: texture + offset: 0x2E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_007_wheel_0 +donkeykong_kart_frame008: + symbol: gKartDK008 + type: texture + offset: 0x34F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_008_wheel_0 +donkeykong_kart_frame009: + symbol: gKartDK009 + type: texture + offset: 0x3B8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_009_wheel_0 +donkeykong_kart_frame010: + symbol: gKartDK010 + type: texture + offset: 0x424C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_010_wheel_0 +donkeykong_kart_frame011: + symbol: gKartDK011 + type: texture + offset: 0x4914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_011_wheel_0 +donkeykong_kart_frame012: + symbol: gKartDK012 + type: texture + offset: 0x4FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_012_wheel_0 +donkeykong_kart_frame013: + symbol: gKartDK013 + type: texture + offset: 0x568C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_013_wheel_0 +donkeykong_kart_frame014: + symbol: gKartDK014 + type: texture + offset: 0x5D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_014_wheel_0 +donkeykong_kart_frame015: + symbol: gKartDK015 + type: texture + offset: 0x641C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_015_wheel_0 +donkeykong_kart_frame016: + symbol: gKartDK016 + type: texture + offset: 0x6B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_016_wheel_0 +donkeykong_kart_frame017: + symbol: gKartDK017 + type: texture + offset: 0x720C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_017_wheel_0 +donkeykong_kart_frame018: + symbol: gKartDK018 + type: texture + offset: 0x790C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_018_wheel_0 +donkeykong_kart_frame019: + symbol: gKartDK019 + type: texture + offset: 0x801C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_019_wheel_0 +donkeykong_kart_frame020: + symbol: gKartDK020 + type: texture + offset: 0x872C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_020_wheel_0 +donkeykong_kart_frame021: + symbol: gKartDK021 + type: texture + offset: 0x8E58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_021_wheel_0 +donkeykong_kart_frame022: + symbol: gKartDK022 + type: texture + offset: 0x9548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_022_wheel_0 +donkeykong_kart_frame023: + symbol: gKartDK023 + type: texture + offset: 0x9C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_023_wheel_0 +donkeykong_kart_frame024: + symbol: gKartDK024 + type: texture + offset: 0xA2B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_024_wheel_0 +donkeykong_kart_frame025: + symbol: gKartDK025 + type: texture + offset: 0xA968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_025_wheel_0 +donkeykong_kart_frame026: + symbol: gKartDK026 + type: texture + offset: 0xB010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_026_wheel_0 +donkeykong_kart_frame027: + symbol: gKartDK027 + type: texture + offset: 0xB6BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_027_wheel_0 +donkeykong_kart_frame028: + symbol: gKartDK028 + type: texture + offset: 0xBD70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_028_wheel_0 +donkeykong_kart_frame029: + symbol: gKartDK029 + type: texture + offset: 0xC430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_029_wheel_0 +donkeykong_kart_frame030: + symbol: gKartDK030 + type: texture + offset: 0xCB08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_030_wheel_0 +donkeykong_kart_frame031: + symbol: gKartDK031 + type: texture + offset: 0xD1BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_031_wheel_0 +donkeykong_kart_frame032: + symbol: gKartDK032 + type: texture + offset: 0xD87C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_032_wheel_0 +donkeykong_kart_frame033: + symbol: gKartDK033 + type: texture + offset: 0xDF40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_033_wheel_0 +donkeykong_kart_frame034: + symbol: gKartDK034 + type: texture + offset: 0xE60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_034_wheel_0 +donkeykong_kart_frame035: + symbol: gKartDK035 + type: texture + offset: 0xECF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_035_wheel_0 +donkeykong_kart_frame036: + symbol: gKartDK036 + type: texture + offset: 0xF3D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_036_wheel_0 +donkeykong_kart_frame037: + symbol: gKartDK037 + type: texture + offset: 0xFAB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_037_wheel_0 +donkeykong_kart_frame038: + symbol: gKartDK038 + type: texture + offset: 0x101BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_038_wheel_0 +donkeykong_kart_frame039: + symbol: gKartDK039 + type: texture + offset: 0x108D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_039_wheel_0 +donkeykong_kart_frame040: + symbol: gKartDK040 + type: texture + offset: 0x10FF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_040_wheel_0 +donkeykong_kart_frame041: + symbol: gKartDK041 + type: texture + offset: 0x1171C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_041_wheel_0 +donkeykong_kart_frame042: + symbol: gKartDK042 + type: texture + offset: 0x11E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_042_wheel_0 +donkeykong_kart_frame043: + symbol: gKartDK043 + type: texture + offset: 0x12538 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_043_wheel_0 +donkeykong_kart_frame044: + symbol: gKartDK044 + type: texture + offset: 0x12C24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_044_wheel_0 +donkeykong_kart_frame045: + symbol: gKartDK045 + type: texture + offset: 0x132F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_045_wheel_0 +donkeykong_kart_frame046: + symbol: gKartDK046 + type: texture + offset: 0x139CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_046_wheel_0 +donkeykong_kart_frame047: + symbol: gKartDK047 + type: texture + offset: 0x140AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_047_wheel_0 +donkeykong_kart_frame048: + symbol: gKartDK048 + type: texture + offset: 0x14780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_048_wheel_0 +donkeykong_kart_frame049: + symbol: gKartDK049 + type: texture + offset: 0x14E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_049_wheel_0 +donkeykong_kart_frame050: + symbol: gKartDK050 + type: texture + offset: 0x15510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_050_wheel_0 +donkeykong_kart_frame051: + symbol: gKartDK051 + type: texture + offset: 0x15BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_051_wheel_0 +donkeykong_kart_frame052: + symbol: gKartDK052 + type: texture + offset: 0x1629C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_052_wheel_0 +donkeykong_kart_frame053: + symbol: gKartDK053 + type: texture + offset: 0x16978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_053_wheel_0 +donkeykong_kart_frame054: + symbol: gKartDK054 + type: texture + offset: 0x17040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_054_wheel_0 +donkeykong_kart_frame055: + symbol: gKartDK055 + type: texture + offset: 0x1770C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_055_wheel_0 +donkeykong_kart_frame056: + symbol: gKartDK056 + type: texture + offset: 0x17DE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_056_wheel_0 +donkeykong_kart_frame057: + symbol: gKartDK057 + type: texture + offset: 0x184D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_057_wheel_0 +donkeykong_kart_frame058: + symbol: gKartDK058 + type: texture + offset: 0x18BC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_058_wheel_0 +donkeykong_kart_frame059: + symbol: gKartDK059 + type: texture + offset: 0x192CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_059_wheel_0 +donkeykong_kart_frame060: + symbol: gKartDK060 + type: texture + offset: 0x199D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_060_wheel_0 +donkeykong_kart_frame061: + symbol: gKartDK061 + type: texture + offset: 0x1A104 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_061_wheel_0 +donkeykong_kart_frame062: + symbol: gKartDK062 + type: texture + offset: 0x1A820 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_062_wheel_0 +donkeykong_kart_frame063: + symbol: gKartDK063 + type: texture + offset: 0x1AF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_063_wheel_0 +donkeykong_kart_frame064: + symbol: gKartDK064 + type: texture + offset: 0x1B660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_064_wheel_0 +donkeykong_kart_frame065: + symbol: gKartDK065 + type: texture + offset: 0x1BD70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_065_wheel_0 +donkeykong_kart_frame066: + symbol: gKartDK066 + type: texture + offset: 0x1C460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_066_wheel_0 +donkeykong_kart_frame067: + symbol: gKartDK067 + type: texture + offset: 0x1CB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_067_wheel_0 +donkeykong_kart_frame068: + symbol: gKartDK068 + type: texture + offset: 0x1D25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_068_wheel_0 +donkeykong_kart_frame069: + symbol: gKartDK069 + type: texture + offset: 0x1D938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_069_wheel_0 +donkeykong_kart_frame070: + symbol: gKartDK070 + type: texture + offset: 0x1E004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_070_wheel_0 +donkeykong_kart_frame071: + symbol: gKartDK071 + type: texture + offset: 0x1E6E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_071_wheel_0 +donkeykong_kart_frame072: + symbol: gKartDK072 + type: texture + offset: 0x1EDB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_072_wheel_0 +donkeykong_kart_frame073: + symbol: gKartDK073 + type: texture + offset: 0x1F484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_073_wheel_0 +donkeykong_kart_frame074: + symbol: gKartDK074 + type: texture + offset: 0x1FB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_074_wheel_0 +donkeykong_kart_frame075: + symbol: gKartDK075 + type: texture + offset: 0x20230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_075_wheel_0 +donkeykong_kart_frame076: + symbol: gKartDK076 + type: texture + offset: 0x20908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_076_wheel_0 +donkeykong_kart_frame077: + symbol: gKartDK077 + type: texture + offset: 0x20FE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_077_wheel_0 +donkeykong_kart_frame078: + symbol: gKartDK078 + type: texture + offset: 0x216D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_078_wheel_0 +donkeykong_kart_frame079: + symbol: gKartDK079 + type: texture + offset: 0x21DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_079_wheel_0 +donkeykong_kart_frame080: + symbol: gKartDK080 + type: texture + offset: 0x224FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_080_wheel_0 +donkeykong_kart_frame081: + symbol: gKartDK081 + type: texture + offset: 0x22C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_081_wheel_0 +donkeykong_kart_frame082: + symbol: gKartDK082 + type: texture + offset: 0x23360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_082_wheel_0 +donkeykong_kart_frame083: + symbol: gKartDK083 + type: texture + offset: 0x23A9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_083_wheel_0 +donkeykong_kart_frame084: + symbol: gKartDK084 + type: texture + offset: 0x241DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_084_wheel_0 +donkeykong_kart_frame085: + symbol: gKartDK085 + type: texture + offset: 0x248D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_085_wheel_0 +donkeykong_kart_frame086: + symbol: gKartDK086 + type: texture + offset: 0x24FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_086_wheel_0 +donkeykong_kart_frame087: + symbol: gKartDK087 + type: texture + offset: 0x256C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_087_wheel_0 +donkeykong_kart_frame088: + symbol: gKartDK088 + type: texture + offset: 0x25DD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_088_wheel_0 +donkeykong_kart_frame089: + symbol: gKartDK089 + type: texture + offset: 0x264C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_089_wheel_0 +donkeykong_kart_frame090: + symbol: gKartDK090 + type: texture + offset: 0x26BB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_090_wheel_0 +donkeykong_kart_frame091: + symbol: gKartDK091 + type: texture + offset: 0x272AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_091_wheel_0 +donkeykong_kart_frame092: + symbol: gKartDK092 + type: texture + offset: 0x27998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_092_wheel_0 +donkeykong_kart_frame093: + symbol: gKartDK093 + type: texture + offset: 0x28074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_093_wheel_0 +donkeykong_kart_frame094: + symbol: gKartDK094 + type: texture + offset: 0x28758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_094_wheel_0 +donkeykong_kart_frame095: + symbol: gKartDK095 + type: texture + offset: 0x28E30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_095_wheel_0 +donkeykong_kart_frame096: + symbol: gKartDK096 + type: texture + offset: 0x29514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_096_wheel_0 +donkeykong_kart_frame097: + symbol: gKartDK097 + type: texture + offset: 0x29BF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_097_wheel_0 +donkeykong_kart_frame098: + symbol: gKartDK098 + type: texture + offset: 0x2A2EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_098_wheel_0 +donkeykong_kart_frame099: + symbol: gKartDK099 + type: texture + offset: 0x2A9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_099_wheel_0 +donkeykong_kart_frame100: + symbol: gKartDK100 + type: texture + offset: 0x2B0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_100_wheel_0 +donkeykong_kart_frame101: + symbol: gKartDK101 + type: texture + offset: 0x2B82C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_101_wheel_0 +donkeykong_kart_frame102: + symbol: gKartDK102 + type: texture + offset: 0x2BF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_102_wheel_0 +donkeykong_kart_frame103: + symbol: gKartDK103 + type: texture + offset: 0x2C6AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_103_wheel_0 +donkeykong_kart_frame104: + symbol: gKartDK104 + type: texture + offset: 0x2CDE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_104_wheel_0 +donkeykong_kart_frame105: + symbol: gKartDK105 + type: texture + offset: 0x2D534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_105_wheel_0 +donkeykong_kart_frame106: + symbol: gKartDK106 + type: texture + offset: 0x2DC40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_106_wheel_0 +donkeykong_kart_frame107: + symbol: gKartDK107 + type: texture + offset: 0x2E35C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_107_wheel_0 +donkeykong_kart_frame108: + symbol: gKartDK108 + type: texture + offset: 0x2EA7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_108_wheel_0 +donkeykong_kart_frame109: + symbol: gKartDK109 + type: texture + offset: 0x2F1A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_109_wheel_0 +donkeykong_kart_frame110: + symbol: gKartDK110 + type: texture + offset: 0x2F8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_110_wheel_0 +donkeykong_kart_frame111: + symbol: gKartDK111 + type: texture + offset: 0x2FFD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_111_wheel_0 +donkeykong_kart_frame112: + symbol: gKartDK112 + type: texture + offset: 0x306D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_112_wheel_0 +donkeykong_kart_frame113: + symbol: gKartDK113 + type: texture + offset: 0x30DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_113_wheel_0 +donkeykong_kart_frame114: + symbol: gKartDK114 + type: texture + offset: 0x314C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_114_wheel_0 +donkeykong_kart_frame115: + symbol: gKartDK115 + type: texture + offset: 0x31BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_115_wheel_0 +donkeykong_kart_frame116: + symbol: gKartDK116 + type: texture + offset: 0x3228C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_116_wheel_0 +donkeykong_kart_frame117: + symbol: gKartDK117 + type: texture + offset: 0x3296C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_117_wheel_0 +donkeykong_kart_frame118: + symbol: gKartDK118 + type: texture + offset: 0x3306C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_118_wheel_0 +donkeykong_kart_frame119: + symbol: gKartDK119 + type: texture + offset: 0x33764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_119_wheel_0 +donkeykong_kart_frame120: + symbol: gKartDK120 + type: texture + offset: 0x33E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_120_wheel_0 +donkeykong_kart_frame121: + symbol: gKartDK121 + type: texture + offset: 0x34584 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_121_wheel_0 +donkeykong_kart_frame122: + symbol: gKartDK122 + type: texture + offset: 0x34CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_122_wheel_0 +donkeykong_kart_frame123: + symbol: gKartDK123 + type: texture + offset: 0x353D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_123_wheel_0 +donkeykong_kart_frame124: + symbol: gKartDK124 + type: texture + offset: 0x35B08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_124_wheel_0 +donkeykong_kart_frame125: + symbol: gKartDK125 + type: texture + offset: 0x36240 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_125_wheel_0 +donkeykong_kart_frame126: + symbol: gKartDK126 + type: texture + offset: 0x36998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_126_wheel_0 +donkeykong_kart_frame127: + symbol: gKartDK127 + type: texture + offset: 0x370CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_127_wheel_0 +donkeykong_kart_frame128: + symbol: gKartDK128 + type: texture + offset: 0x377F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_128_wheel_0 +donkeykong_kart_frame129: + symbol: gKartDK129 + type: texture + offset: 0x37F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_129_wheel_0 +donkeykong_kart_frame130: + symbol: gKartDK130 + type: texture + offset: 0x38658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_130_wheel_0 +donkeykong_kart_frame131: + symbol: gKartDK131 + type: texture + offset: 0x38D68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_131_wheel_0 +donkeykong_kart_frame132: + symbol: gKartDK132 + type: texture + offset: 0x3946C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_132_wheel_0 +donkeykong_kart_frame133: + symbol: gKartDK133 + type: texture + offset: 0x39B7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_133_wheel_0 +donkeykong_kart_frame134: + symbol: gKartDK134 + type: texture + offset: 0x3A27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_134_wheel_0 +donkeykong_kart_frame135: + symbol: gKartDK135 + type: texture + offset: 0x3A97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_135_wheel_0 +donkeykong_kart_frame136: + symbol: gKartDK136 + type: texture + offset: 0x3B074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_136_wheel_0 +donkeykong_kart_frame137: + symbol: gKartDK137 + type: texture + offset: 0x3B758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_137_wheel_0 +donkeykong_kart_frame138: + symbol: gKartDK138 + type: texture + offset: 0x3BE38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_138_wheel_0 +donkeykong_kart_frame139: + symbol: gKartDK139 + type: texture + offset: 0x3C524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_139_wheel_0 +donkeykong_kart_frame140: + symbol: gKartDK140 + type: texture + offset: 0x3CC14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_140_wheel_0 +donkeykong_kart_frame141: + symbol: gKartDK141 + type: texture + offset: 0x3D318 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_141_wheel_0 +donkeykong_kart_frame142: + symbol: gKartDK142 + type: texture + offset: 0x3DA3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_142_wheel_0 +donkeykong_kart_frame143: + symbol: gKartDK143 + type: texture + offset: 0x3E174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_143_wheel_0 +donkeykong_kart_frame144: + symbol: gKartDK144 + type: texture + offset: 0x3E8A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_144_wheel_0 +donkeykong_kart_frame145: + symbol: gKartDK145 + type: texture + offset: 0x3EFE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_145_wheel_0 +donkeykong_kart_frame146: + symbol: gKartDK146 + type: texture + offset: 0x3F728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_146_wheel_0 +donkeykong_kart_frame147: + symbol: gKartDK147 + type: texture + offset: 0x3FE80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_147_wheel_0 +donkeykong_kart_frame148: + symbol: gKartDK148 + type: texture + offset: 0x405CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_148_wheel_0 +donkeykong_kart_frame149: + symbol: gKartDK149 + type: texture + offset: 0x40D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_149_wheel_0 +donkeykong_kart_frame150: + symbol: gKartDK150 + type: texture + offset: 0x41440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_150_wheel_0 +donkeykong_kart_frame151: + symbol: gKartDK151 + type: texture + offset: 0x41B5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_151_wheel_0 +donkeykong_kart_frame152: + symbol: gKartDK152 + type: texture + offset: 0x4227C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_152_wheel_0 +donkeykong_kart_frame153: + symbol: gKartDK153 + type: texture + offset: 0x429A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_153_wheel_0 +donkeykong_kart_frame154: + symbol: gKartDK154 + type: texture + offset: 0x430D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_154_wheel_0 +donkeykong_kart_frame155: + symbol: gKartDK155 + type: texture + offset: 0x437F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_155_wheel_0 +donkeykong_kart_frame156: + symbol: gKartDK156 + type: texture + offset: 0x43EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_156_wheel_0 +donkeykong_kart_frame157: + symbol: gKartDK157 + type: texture + offset: 0x445E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_157_wheel_0 +donkeykong_kart_frame158: + symbol: gKartDK158 + type: texture + offset: 0x44CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_158_wheel_0 +donkeykong_kart_frame159: + symbol: gKartDK159 + type: texture + offset: 0x453D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_159_wheel_0 +donkeykong_kart_frame160: + symbol: gKartDK160 + type: texture + offset: 0x45AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_160_wheel_0 +donkeykong_kart_frame161: + symbol: gKartDK161 + type: texture + offset: 0x461D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_161_wheel_0 +donkeykong_kart_frame162: + symbol: gKartDK162 + type: texture + offset: 0x468F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_162_wheel_0 +donkeykong_kart_frame163: + symbol: gKartDK163 + type: texture + offset: 0x47024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_163_wheel_0 +donkeykong_kart_frame164: + symbol: gKartDK164 + type: texture + offset: 0x47754 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_164_wheel_0 +donkeykong_kart_frame165: + symbol: gKartDK165 + type: texture + offset: 0x47E9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_165_wheel_0 +donkeykong_kart_frame166: + symbol: gKartDK166 + type: texture + offset: 0x48600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_166_wheel_0 +donkeykong_kart_frame167: + symbol: gKartDK167 + type: texture + offset: 0x48D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_167_wheel_0 +donkeykong_kart_frame168: + symbol: gKartDK168 + type: texture + offset: 0x494B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_168_wheel_0 +donkeykong_kart_frame169: + symbol: gKartDK169 + type: texture + offset: 0x49BF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_169_wheel_0 +donkeykong_kart_frame170: + symbol: gKartDK170 + type: texture + offset: 0x4A344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_170_wheel_0 +donkeykong_kart_frame171: + symbol: gKartDK171 + type: texture + offset: 0x4AA84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_171_wheel_0 +donkeykong_kart_frame172: + symbol: gKartDK172 + type: texture + offset: 0x4B1BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_172_wheel_0 +donkeykong_kart_frame173: + symbol: gKartDK173 + type: texture + offset: 0x4B8D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_173_wheel_0 +donkeykong_kart_frame174: + symbol: gKartDK174 + type: texture + offset: 0x4BFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_174_wheel_0 +donkeykong_kart_frame175: + symbol: gKartDK175 + type: texture + offset: 0x4C718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_175_wheel_0 +donkeykong_kart_frame176: + symbol: gKartDK176 + type: texture + offset: 0x4CE20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_176_wheel_0 +donkeykong_kart_frame177: + symbol: gKartDK177 + type: texture + offset: 0x4D510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_177_wheel_0 +donkeykong_kart_frame178: + symbol: gKartDK178 + type: texture + offset: 0x4DC08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_178_wheel_0 +donkeykong_kart_frame179: + symbol: gKartDK179 + type: texture + offset: 0x4E304 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_179_wheel_0 +donkeykong_kart_frame180: + symbol: gKartDK180 + type: texture + offset: 0x4E9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_180_wheel_0 +donkeykong_kart_frame181: + symbol: gKartDK181 + type: texture + offset: 0x4F0F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_181_wheel_0 +donkeykong_kart_frame182: + symbol: gKartDK182 + type: texture + offset: 0x4F7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_182_wheel_0 +donkeykong_kart_frame183: + symbol: gKartDK183 + type: texture + offset: 0x4FF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_183_wheel_0 +donkeykong_kart_frame184: + symbol: gKartDK184 + type: texture + offset: 0x50634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_184_wheel_0 +donkeykong_kart_frame185: + symbol: gKartDK185 + type: texture + offset: 0x50D8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_185_wheel_0 +donkeykong_kart_frame186: + symbol: gKartDK186 + type: texture + offset: 0x514E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_186_wheel_0 +donkeykong_kart_frame187: + symbol: gKartDK187 + type: texture + offset: 0x51C50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_187_wheel_0 +donkeykong_kart_frame188: + symbol: gKartDK188 + type: texture + offset: 0x523D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_188_wheel_0 +donkeykong_kart_frame189: + symbol: gKartDK189 + type: texture + offset: 0x52B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_189_wheel_0 +donkeykong_kart_frame190: + symbol: gKartDK190 + type: texture + offset: 0x53218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_190_wheel_0 +donkeykong_kart_frame191: + symbol: gKartDK191 + type: texture + offset: 0x53908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_191_wheel_0 +donkeykong_kart_frame192: + symbol: gKartDK192 + type: texture + offset: 0x54008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_192_wheel_0 +donkeykong_kart_frame193: + symbol: gKartDK193 + type: texture + offset: 0x54730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_193_wheel_0 +donkeykong_kart_frame194: + symbol: gKartDK194 + type: texture + offset: 0x54E4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_194_wheel_0 +donkeykong_kart_frame195: + symbol: gKartDK195 + type: texture + offset: 0x55568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_195_wheel_0 +donkeykong_kart_frame196: + symbol: gKartDK196 + type: texture + offset: 0x55C88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_196_wheel_0 +donkeykong_kart_frame197: + symbol: gKartDK197 + type: texture + offset: 0x563C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_197_wheel_0 +donkeykong_kart_frame198: + symbol: gKartDK198 + type: texture + offset: 0x56AE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_198_wheel_0 +donkeykong_kart_frame199: + symbol: gKartDK199 + type: texture + offset: 0x57220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_199_wheel_0 +donkeykong_kart_frame200: + symbol: gKartDK200 + type: texture + offset: 0x57984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_200_wheel_0 +donkeykong_kart_frame201: + symbol: gKartDK201 + type: texture + offset: 0x58120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_201_wheel_0 +donkeykong_kart_frame202: + symbol: gKartDK202 + type: texture + offset: 0x588D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_202_wheel_0 +donkeykong_kart_frame203: + symbol: gKartDK203 + type: texture + offset: 0x590A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_203_wheel_0 +donkeykong_kart_frame204: + symbol: gKartDK204 + type: texture + offset: 0x5986C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_204_wheel_0 +donkeykong_kart_frame205: + symbol: gKartDK205 + type: texture + offset: 0x5A01C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_205_wheel_0 +donkeykong_kart_frame206: + symbol: gKartDK206 + type: texture + offset: 0x5A800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_206_wheel_0 +donkeykong_kart_frame207: + symbol: gKartDK207 + type: texture + offset: 0x5AFDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_207_wheel_0 +donkeykong_kart_frame208: + symbol: gKartDK208 + type: texture + offset: 0x5B790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_208_wheel_0 +donkeykong_kart_frame209: + symbol: gKartDK209 + type: texture + offset: 0x5BF48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_209_wheel_0 +donkeykong_kart_frame210: + symbol: gKartDK210 + type: texture + offset: 0x5C640 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_210_wheel_0 +donkeykong_kart_frame211: + symbol: gKartDK211 + type: texture + offset: 0x5CD54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_211_wheel_0 +donkeykong_kart_frame212: + symbol: gKartDK212 + type: texture + offset: 0x5D49C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_212_wheel_0 +donkeykong_kart_frame213: + symbol: gKartDK213 + type: texture + offset: 0x5DBEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_213_wheel_0 +donkeykong_kart_frame214: + symbol: gKartDK214 + type: texture + offset: 0x5E300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_214_wheel_0 +donkeykong_kart_frame215: + symbol: gKartDK215 + type: texture + offset: 0x5EA30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_215_wheel_0 +donkeykong_kart_frame216: + symbol: gKartDK216 + type: texture + offset: 0x5F17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_216_wheel_0 +donkeykong_kart_frame217: + symbol: gKartDK217 + type: texture + offset: 0x5F8B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_217_wheel_0 +donkeykong_kart_frame218: + symbol: gKartDK218 + type: texture + offset: 0x5FFD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_218_wheel_0 +donkeykong_kart_frame219: + symbol: gKartDK219 + type: texture + offset: 0x60700 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_219_wheel_0 +donkeykong_kart_frame220: + symbol: gKartDK220 + type: texture + offset: 0x60E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_220_wheel_0 +donkeykong_kart_frame221: + symbol: gKartDK221 + type: texture + offset: 0x61598 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_221_wheel_0 +donkeykong_kart_frame222: + symbol: gKartDK222 + type: texture + offset: 0x61CFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_222_wheel_0 +donkeykong_kart_frame223: + symbol: gKartDK223 + type: texture + offset: 0x62480 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_223_wheel_0 +donkeykong_kart_frame224: + symbol: gKartDK224 + type: texture + offset: 0x62BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_224_wheel_0 +donkeykong_kart_frame225: + symbol: gKartDK225 + type: texture + offset: 0x6337C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_225_wheel_0 +donkeykong_kart_frame226: + symbol: gKartDK226 + type: texture + offset: 0x63B0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_226_wheel_0 +donkeykong_kart_frame227: + symbol: gKartDK227 + type: texture + offset: 0x6427C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_227_wheel_0 +donkeykong_kart_frame228: + symbol: gKartDK228 + type: texture + offset: 0x649F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_228_wheel_0 +donkeykong_kart_frame229: + symbol: gKartDK229 + type: texture + offset: 0x6514C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_229_wheel_0 +donkeykong_kart_frame230: + symbol: gKartDK230 + type: texture + offset: 0x65868 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_230_wheel_0 +donkeykong_kart_frame231: + symbol: gKartDK231 + type: texture + offset: 0x65FCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_231_wheel_0 +donkeykong_kart_frame232: + symbol: gKartDK232 + type: texture + offset: 0x66728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_232_wheel_0 +donkeykong_kart_frame233: + symbol: gKartDK233 + type: texture + offset: 0x66E88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_233_wheel_0 +donkeykong_kart_frame234: + symbol: gKartDK234 + type: texture + offset: 0x675D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_234_wheel_0 +donkeykong_kart_frame235: + symbol: gKartDK235 + type: texture + offset: 0x67D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_235_wheel_0 +donkeykong_kart_frame236: + symbol: gKartDK236 + type: texture + offset: 0x68478 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_236_wheel_0 +donkeykong_kart_frame237: + symbol: gKartDK237 + type: texture + offset: 0x68BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_237_wheel_0 +donkeykong_kart_frame238: + symbol: gKartDK238 + type: texture + offset: 0x692F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_238_wheel_0 +donkeykong_kart_frame239: + symbol: gKartDK239 + type: texture + offset: 0x69A1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_239_wheel_0 +donkeykong_kart_frame240: + symbol: gKartDK240 + type: texture + offset: 0x6A148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_240_wheel_0 +donkeykong_kart_frame241: + symbol: gKartDK241 + type: texture + offset: 0x6A8A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_241_wheel_0 +donkeykong_kart_frame242: + symbol: gKartDK242 + type: texture + offset: 0x6B00C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_242_wheel_0 +donkeykong_kart_frame243: + symbol: gKartDK243 + type: texture + offset: 0x6B76C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_243_wheel_0 +donkeykong_kart_frame244: + symbol: gKartDK244 + type: texture + offset: 0x6BED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_244_wheel_0 +donkeykong_kart_frame245: + symbol: gKartDK245 + type: texture + offset: 0x6C61C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_245_wheel_0 +donkeykong_kart_frame246: + symbol: gKartDK246 + type: texture + offset: 0x6CD78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_246_wheel_0 +donkeykong_kart_frame247: + symbol: gKartDK247 + type: texture + offset: 0x6D4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_247_wheel_0 +donkeykong_kart_frame248: + symbol: gKartDK248 + type: texture + offset: 0x6DBD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_248_wheel_0 +donkeykong_kart_frame249: + symbol: gKartDK249 + type: texture + offset: 0x6E2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_249_wheel_0 +donkeykong_kart_frame250: + symbol: gKartDK250 + type: texture + offset: 0x6E9FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_250_wheel_0 +donkeykong_kart_frame251: + symbol: gKartDK251 + type: texture + offset: 0x6F154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_251_wheel_0 +donkeykong_kart_frame252: + symbol: gKartDK252 + type: texture + offset: 0x6F8AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_252_wheel_0 +donkeykong_kart_frame253: + symbol: gKartDK253 + type: texture + offset: 0x6FFFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_253_wheel_0 +donkeykong_kart_frame254: + symbol: gKartDK254 + type: texture + offset: 0x70740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_254_wheel_0 +donkeykong_kart_frame255: + symbol: gKartDK255 + type: texture + offset: 0x70E98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_255_wheel_0 +donkeykong_kart_frame256: + symbol: gKartDK256 + type: texture + offset: 0x715E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_256_wheel_0 +donkeykong_kart_frame257: + symbol: gKartDK257 + type: texture + offset: 0x71D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_257_wheel_0 +donkeykong_kart_frame258: + symbol: gKartDK258 + type: texture + offset: 0x72464 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_258_wheel_0 +donkeykong_kart_frame259: + symbol: gKartDK259 + type: texture + offset: 0x72B9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_259_wheel_0 +donkeykong_kart_frame260: + symbol: gKartDK260 + type: texture + offset: 0x732E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_260_wheel_0 +donkeykong_kart_frame261: + symbol: gKartDK261 + type: texture + offset: 0x73A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_261_wheel_0 +donkeykong_kart_frame262: + symbol: gKartDK262 + type: texture + offset: 0x74160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_262_wheel_0 +donkeykong_kart_frame263: + symbol: gKartDK263 + type: texture + offset: 0x7487C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_263_wheel_0 +donkeykong_kart_frame264: + symbol: gKartDK264 + type: texture + offset: 0x74F88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_264_wheel_0 +donkeykong_kart_frame265: + symbol: gKartDK265 + type: texture + offset: 0x756B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_265_wheel_0 +donkeykong_kart_frame266: + symbol: gKartDK266 + type: texture + offset: 0x75DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_266_wheel_0 +donkeykong_kart_frame267: + symbol: gKartDK267 + type: texture + offset: 0x764C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_267_wheel_0 +donkeykong_kart_frame268: + symbol: gKartDK268 + type: texture + offset: 0x76BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_268_wheel_0 +donkeykong_kart_frame269: + symbol: gKartDK269 + type: texture + offset: 0x7726C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_269_wheel_0 +donkeykong_kart_frame270: + symbol: gKartDK270 + type: texture + offset: 0x779A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_270_wheel_0 +donkeykong_kart_frame271: + symbol: gKartDK271 + type: texture + offset: 0x7811C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_271_wheel_0 +donkeykong_kart_frame272: + symbol: gKartDK272 + type: texture + offset: 0x78884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_272_wheel_0 +donkeykong_kart_frame273: + symbol: gKartDK273 + type: texture + offset: 0x79010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_273_wheel_0 +donkeykong_kart_frame274: + symbol: gKartDK274 + type: texture + offset: 0x79774 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_274_wheel_0 +donkeykong_kart_frame275: + symbol: gKartDK275 + type: texture + offset: 0x79EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_275_wheel_0 +donkeykong_kart_frame276: + symbol: gKartDK276 + type: texture + offset: 0x7A64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_276_wheel_0 +donkeykong_kart_frame277: + symbol: gKartDK277 + type: texture + offset: 0x7ADAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_277_wheel_0 +donkeykong_kart_frame278: + symbol: gKartDK278 + type: texture + offset: 0x7B4F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_278_wheel_0 +donkeykong_kart_frame279: + symbol: gKartDK279 + type: texture + offset: 0x7BC24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_279_wheel_0 +donkeykong_kart_frame280: + symbol: gKartDK280 + type: texture + offset: 0x7C364 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_280_wheel_0 +donkeykong_kart_frame281: + symbol: gKartDK281 + type: texture + offset: 0x7CA94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_281_wheel_0 +donkeykong_kart_frame282: + symbol: gKartDK282 + type: texture + offset: 0x7D1B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_282_wheel_0 +donkeykong_kart_frame283: + symbol: gKartDK283 + type: texture + offset: 0x7D8B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_283_wheel_0 +donkeykong_kart_frame284: + symbol: gKartDK284 + type: texture + offset: 0x7DFA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_284_wheel_0 +donkeykong_kart_frame285: + symbol: gKartDK285 + type: texture + offset: 0x7E684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_285_wheel_0 +donkeykong_kart_frame286: + symbol: gKartDK286 + type: texture + offset: 0x7ED34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_286_wheel_0 +donkeykong_kart_frame287: + symbol: gKartDK287 + type: texture + offset: 0x7F3B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_287_wheel_0 +donkeykong_kart_frame288: + symbol: gKartDK288 + type: texture + offset: 0x7FA0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_288_wheel_0 +donkeykong_kart_frame289: + symbol: gKartDK289 + type: texture + offset: 0x80058 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame290: + symbol: gKartDK290 + type: texture + offset: 0x80708 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame291: + symbol: gKartDK291 + type: texture + offset: 0x80DC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame292: + symbol: gKartDK292 + type: texture + offset: 0x8146C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame293: + symbol: gKartDK293 + type: texture + offset: 0x81B3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame294: + symbol: gKartDK294 + type: texture + offset: 0x82190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame295: + symbol: gKartDK295 + type: texture + offset: 0x82818 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame296: + symbol: gKartDK296 + type: texture + offset: 0x82F00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame297: + symbol: gKartDK297 + type: texture + offset: 0x83644 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame298: + symbol: gKartDK298 + type: texture + offset: 0x83D1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame299: + symbol: gKartDK299 + type: texture + offset: 0x84468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame300: + symbol: gKartDK300 + type: texture + offset: 0x84B4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame301: + symbol: gKartDK301 + type: texture + offset: 0x851E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame302: + symbol: gKartDK302 + type: texture + offset: 0x858B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame303: + symbol: gKartDK303 + type: texture + offset: 0x85FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame304: + symbol: gKartDK304 + type: texture + offset: 0x8673C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame305: + symbol: gKartDK305 + type: texture + offset: 0x86EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame306: + symbol: gKartDK306 + type: texture + offset: 0x874B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame307: + symbol: gKartDK307 + type: texture + offset: 0x87BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame308: + symbol: gKartDK308 + type: texture + offset: 0x88264 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame309: + symbol: gKartDK309 + type: texture + offset: 0x88908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame310: + symbol: gKartDK310 + type: texture + offset: 0x88F94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame311: + symbol: gKartDK311 + type: texture + offset: 0x89600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame312: + symbol: gKartDK312 + type: texture + offset: 0x89D18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame313: + symbol: gKartDK313 + type: texture + offset: 0x8A434 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame314: + symbol: gKartDK314 + type: texture + offset: 0x8AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame315: + symbol: gKartDK315 + type: texture + offset: 0x8B284 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame316: + symbol: gKartDK316 + type: texture + offset: 0x8B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame317: + symbol: gKartDK317 + type: texture + offset: 0x8C03C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame318: + symbol: gKartDK318 + type: texture + offset: 0x8C704 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame319: + symbol: gKartDK319 + type: texture + offset: 0x8CDCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame320: + symbol: gKartDK320 + type: texture + offset: 0x8D524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartDK000Wheel0 + type: texture + offset: 0x8DC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartDK000Wheel1 + type: texture + offset: 0x8DD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartDK000Wheel2 + type: texture + offset: 0x8DD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartDK000Wheel3 + type: texture + offset: 0x8DE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartDK001Wheel0 + type: texture + offset: 0x8DE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartDK001Wheel1 + type: texture + offset: 0x8DF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartDK001Wheel2 + type: texture + offset: 0x8DF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartDK001Wheel3 + type: texture + offset: 0x8E014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartDK002Wheel0 + type: texture + offset: 0x8E094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartDK002Wheel1 + type: texture + offset: 0x8E114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartDK002Wheel2 + type: texture + offset: 0x8E194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartDK002Wheel3 + type: texture + offset: 0x8E214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartDK003Wheel0 + type: texture + offset: 0x8E294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartDK003Wheel1 + type: texture + offset: 0x8E314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartDK003Wheel2 + type: texture + offset: 0x8E394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartDK003Wheel3 + type: texture + offset: 0x8E414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartDK004Wheel0 + type: texture + offset: 0x8E494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartDK004Wheel1 + type: texture + offset: 0x8E514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartDK004Wheel2 + type: texture + offset: 0x8E594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartDK004Wheel3 + type: texture + offset: 0x8E614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartDK005Wheel0 + type: texture + offset: 0x8E694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartDK005Wheel1 + type: texture + offset: 0x8E714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartDK005Wheel2 + type: texture + offset: 0x8E794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartDK005Wheel3 + type: texture + offset: 0x8E814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartDK006Wheel0 + type: texture + offset: 0x8E894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartDK006Wheel1 + type: texture + offset: 0x8E914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartDK006Wheel2 + type: texture + offset: 0x8E994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartDK006Wheel3 + type: texture + offset: 0x8EA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartDK007Wheel0 + type: texture + offset: 0x8EA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartDK007Wheel1 + type: texture + offset: 0x8EB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartDK007Wheel2 + type: texture + offset: 0x8EB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartDK007Wheel3 + type: texture + offset: 0x8EC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartDK008Wheel0 + type: texture + offset: 0x8EC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartDK008Wheel1 + type: texture + offset: 0x8ED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartDK008Wheel2 + type: texture + offset: 0x8ED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartDK008Wheel3 + type: texture + offset: 0x8EE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartDK009Wheel0 + type: texture + offset: 0x8EE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartDK009Wheel1 + type: texture + offset: 0x8EF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartDK009Wheel2 + type: texture + offset: 0x8EF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartDK009Wheel3 + type: texture + offset: 0x8F014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartDK010Wheel0 + type: texture + offset: 0x8F094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartDK010Wheel1 + type: texture + offset: 0x8F114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartDK010Wheel2 + type: texture + offset: 0x8F194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartDK010Wheel3 + type: texture + offset: 0x8F214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartDK011Wheel0 + type: texture + offset: 0x8F294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartDK011Wheel1 + type: texture + offset: 0x8F314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartDK011Wheel2 + type: texture + offset: 0x8F394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartDK011Wheel3 + type: texture + offset: 0x8F414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartDK012Wheel0 + type: texture + offset: 0x8F494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartDK012Wheel1 + type: texture + offset: 0x8F514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartDK012Wheel2 + type: texture + offset: 0x8F594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartDK012Wheel3 + type: texture + offset: 0x8F614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartDK013Wheel0 + type: texture + offset: 0x8F694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartDK013Wheel1 + type: texture + offset: 0x8F714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartDK013Wheel2 + type: texture + offset: 0x8F794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartDK013Wheel3 + type: texture + offset: 0x8F814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartDK014Wheel0 + type: texture + offset: 0x8F894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartDK014Wheel1 + type: texture + offset: 0x8F914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartDK014Wheel2 + type: texture + offset: 0x8F994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartDK014Wheel3 + type: texture + offset: 0x8FA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartDK015Wheel0 + type: texture + offset: 0x8FA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartDK015Wheel1 + type: texture + offset: 0x8FB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartDK015Wheel2 + type: texture + offset: 0x8FB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartDK015Wheel3 + type: texture + offset: 0x8FC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartDK016Wheel0 + type: texture + offset: 0x8FC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartDK016Wheel1 + type: texture + offset: 0x8FD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartDK016Wheel2 + type: texture + offset: 0x8FD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartDK016Wheel3 + type: texture + offset: 0x8FE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartDK017Wheel0 + type: texture + offset: 0x8FE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartDK017Wheel1 + type: texture + offset: 0x8FF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartDK017Wheel2 + type: texture + offset: 0x8FF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartDK017Wheel3 + type: texture + offset: 0x90014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartDK018Wheel0 + type: texture + offset: 0x90094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartDK018Wheel1 + type: texture + offset: 0x90114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartDK018Wheel2 + type: texture + offset: 0x90194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartDK018Wheel3 + type: texture + offset: 0x90214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartDK019Wheel0 + type: texture + offset: 0x90294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartDK019Wheel1 + type: texture + offset: 0x90314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartDK019Wheel2 + type: texture + offset: 0x90394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartDK019Wheel3 + type: texture + offset: 0x90414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartDK020Wheel0 + type: texture + offset: 0x90494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartDK020Wheel1 + type: texture + offset: 0x90514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartDK020Wheel2 + type: texture + offset: 0x90594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartDK020Wheel3 + type: texture + offset: 0x90614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartDK021Wheel0 + type: texture + offset: 0x90694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartDK021Wheel1 + type: texture + offset: 0x90714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartDK021Wheel2 + type: texture + offset: 0x90794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartDK021Wheel3 + type: texture + offset: 0x90814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartDK022Wheel0 + type: texture + offset: 0x90894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartDK022Wheel1 + type: texture + offset: 0x90914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartDK022Wheel2 + type: texture + offset: 0x90994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartDK022Wheel3 + type: texture + offset: 0x90A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartDK023Wheel0 + type: texture + offset: 0x90A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartDK023Wheel1 + type: texture + offset: 0x90B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartDK023Wheel2 + type: texture + offset: 0x90B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartDK023Wheel3 + type: texture + offset: 0x90C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartDK024Wheel0 + type: texture + offset: 0x90C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartDK024Wheel1 + type: texture + offset: 0x90D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartDK024Wheel2 + type: texture + offset: 0x90D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartDK024Wheel3 + type: texture + offset: 0x90E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartDK025Wheel0 + type: texture + offset: 0x90E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartDK025Wheel1 + type: texture + offset: 0x90F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartDK025Wheel2 + type: texture + offset: 0x90F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartDK025Wheel3 + type: texture + offset: 0x91014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartDK026Wheel0 + type: texture + offset: 0x91094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartDK026Wheel1 + type: texture + offset: 0x91114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartDK026Wheel2 + type: texture + offset: 0x91194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartDK026Wheel3 + type: texture + offset: 0x91214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartDK027Wheel0 + type: texture + offset: 0x91294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartDK027Wheel1 + type: texture + offset: 0x91314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartDK027Wheel2 + type: texture + offset: 0x91394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartDK027Wheel3 + type: texture + offset: 0x91414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartDK028Wheel0 + type: texture + offset: 0x91494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartDK028Wheel1 + type: texture + offset: 0x91514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartDK028Wheel2 + type: texture + offset: 0x91594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartDK028Wheel3 + type: texture + offset: 0x91614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartDK029Wheel0 + type: texture + offset: 0x91694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartDK029Wheel1 + type: texture + offset: 0x91714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartDK029Wheel2 + type: texture + offset: 0x91794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartDK029Wheel3 + type: texture + offset: 0x91814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartDK030Wheel0 + type: texture + offset: 0x91894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartDK030Wheel1 + type: texture + offset: 0x91914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartDK030Wheel2 + type: texture + offset: 0x91994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartDK030Wheel3 + type: texture + offset: 0x91A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartDK031Wheel0 + type: texture + offset: 0x91A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartDK031Wheel1 + type: texture + offset: 0x91B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartDK031Wheel2 + type: texture + offset: 0x91B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartDK031Wheel3 + type: texture + offset: 0x91C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartDK032Wheel0 + type: texture + offset: 0x91C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartDK032Wheel1 + type: texture + offset: 0x91D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartDK032Wheel2 + type: texture + offset: 0x91D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartDK032Wheel3 + type: texture + offset: 0x91E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartDK033Wheel0 + type: texture + offset: 0x91E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartDK033Wheel1 + type: texture + offset: 0x91F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartDK033Wheel2 + type: texture + offset: 0x91F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartDK033Wheel3 + type: texture + offset: 0x92014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartDK034Wheel0 + type: texture + offset: 0x92094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartDK034Wheel1 + type: texture + offset: 0x92114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartDK034Wheel2 + type: texture + offset: 0x92194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartDK034Wheel3 + type: texture + offset: 0x92214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartDK035Wheel0 + type: texture + offset: 0x92294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartDK035Wheel1 + type: texture + offset: 0x92314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartDK035Wheel2 + type: texture + offset: 0x92394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartDK035Wheel3 + type: texture + offset: 0x92414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartDK036Wheel0 + type: texture + offset: 0x92494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartDK036Wheel1 + type: texture + offset: 0x92514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartDK036Wheel2 + type: texture + offset: 0x92594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartDK036Wheel3 + type: texture + offset: 0x92614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartDK037Wheel0 + type: texture + offset: 0x92694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartDK037Wheel1 + type: texture + offset: 0x92714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartDK037Wheel2 + type: texture + offset: 0x92794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartDK037Wheel3 + type: texture + offset: 0x92814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartDK038Wheel0 + type: texture + offset: 0x92894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartDK038Wheel1 + type: texture + offset: 0x92914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartDK038Wheel2 + type: texture + offset: 0x92994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartDK038Wheel3 + type: texture + offset: 0x92A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartDK039Wheel0 + type: texture + offset: 0x92A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartDK039Wheel1 + type: texture + offset: 0x92B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartDK039Wheel2 + type: texture + offset: 0x92B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartDK039Wheel3 + type: texture + offset: 0x92C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartDK040Wheel0 + type: texture + offset: 0x92C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartDK040Wheel1 + type: texture + offset: 0x92D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartDK040Wheel2 + type: texture + offset: 0x92D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartDK040Wheel3 + type: texture + offset: 0x92E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartDK041Wheel0 + type: texture + offset: 0x92E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartDK041Wheel1 + type: texture + offset: 0x92F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartDK041Wheel2 + type: texture + offset: 0x92F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartDK041Wheel3 + type: texture + offset: 0x93014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartDK042Wheel0 + type: texture + offset: 0x93094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartDK042Wheel1 + type: texture + offset: 0x93114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartDK042Wheel2 + type: texture + offset: 0x93194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartDK042Wheel3 + type: texture + offset: 0x93214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartDK043Wheel0 + type: texture + offset: 0x93294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartDK043Wheel1 + type: texture + offset: 0x93314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartDK043Wheel2 + type: texture + offset: 0x93394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartDK043Wheel3 + type: texture + offset: 0x93414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartDK044Wheel0 + type: texture + offset: 0x93494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartDK044Wheel1 + type: texture + offset: 0x93514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartDK044Wheel2 + type: texture + offset: 0x93594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartDK044Wheel3 + type: texture + offset: 0x93614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartDK045Wheel0 + type: texture + offset: 0x93694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartDK045Wheel1 + type: texture + offset: 0x93714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartDK045Wheel2 + type: texture + offset: 0x93794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartDK045Wheel3 + type: texture + offset: 0x93814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartDK046Wheel0 + type: texture + offset: 0x93894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartDK046Wheel1 + type: texture + offset: 0x93914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartDK046Wheel2 + type: texture + offset: 0x93994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartDK046Wheel3 + type: texture + offset: 0x93A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartDK047Wheel0 + type: texture + offset: 0x93A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartDK047Wheel1 + type: texture + offset: 0x93B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartDK047Wheel2 + type: texture + offset: 0x93B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartDK047Wheel3 + type: texture + offset: 0x93C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartDK048Wheel0 + type: texture + offset: 0x93C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartDK048Wheel1 + type: texture + offset: 0x93D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartDK048Wheel2 + type: texture + offset: 0x93D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartDK048Wheel3 + type: texture + offset: 0x93E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartDK049Wheel0 + type: texture + offset: 0x93E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartDK049Wheel1 + type: texture + offset: 0x93F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartDK049Wheel2 + type: texture + offset: 0x93F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartDK049Wheel3 + type: texture + offset: 0x94014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartDK050Wheel0 + type: texture + offset: 0x94094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartDK050Wheel1 + type: texture + offset: 0x94114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartDK050Wheel2 + type: texture + offset: 0x94194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartDK050Wheel3 + type: texture + offset: 0x94214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartDK051Wheel0 + type: texture + offset: 0x94294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartDK051Wheel1 + type: texture + offset: 0x94314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartDK051Wheel2 + type: texture + offset: 0x94394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartDK051Wheel3 + type: texture + offset: 0x94414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartDK052Wheel0 + type: texture + offset: 0x94494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartDK052Wheel1 + type: texture + offset: 0x94514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartDK052Wheel2 + type: texture + offset: 0x94594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartDK052Wheel3 + type: texture + offset: 0x94614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartDK053Wheel0 + type: texture + offset: 0x94694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartDK053Wheel1 + type: texture + offset: 0x94714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartDK053Wheel2 + type: texture + offset: 0x94794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartDK053Wheel3 + type: texture + offset: 0x94814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartDK054Wheel0 + type: texture + offset: 0x94894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartDK054Wheel1 + type: texture + offset: 0x94914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartDK054Wheel2 + type: texture + offset: 0x94994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartDK054Wheel3 + type: texture + offset: 0x94A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartDK055Wheel0 + type: texture + offset: 0x94A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartDK055Wheel1 + type: texture + offset: 0x94B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartDK055Wheel2 + type: texture + offset: 0x94B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartDK055Wheel3 + type: texture + offset: 0x94C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartDK056Wheel0 + type: texture + offset: 0x94C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartDK056Wheel1 + type: texture + offset: 0x94D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartDK056Wheel2 + type: texture + offset: 0x94D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartDK056Wheel3 + type: texture + offset: 0x94E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartDK057Wheel0 + type: texture + offset: 0x94E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartDK057Wheel1 + type: texture + offset: 0x94F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartDK057Wheel2 + type: texture + offset: 0x94F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartDK057Wheel3 + type: texture + offset: 0x95014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartDK058Wheel0 + type: texture + offset: 0x95094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartDK058Wheel1 + type: texture + offset: 0x95114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartDK058Wheel2 + type: texture + offset: 0x95194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartDK058Wheel3 + type: texture + offset: 0x95214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartDK059Wheel0 + type: texture + offset: 0x95294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartDK059Wheel1 + type: texture + offset: 0x95314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartDK059Wheel2 + type: texture + offset: 0x95394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartDK059Wheel3 + type: texture + offset: 0x95414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartDK060Wheel0 + type: texture + offset: 0x95494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartDK060Wheel1 + type: texture + offset: 0x95514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartDK060Wheel2 + type: texture + offset: 0x95594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartDK060Wheel3 + type: texture + offset: 0x95614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartDK061Wheel0 + type: texture + offset: 0x95694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartDK061Wheel1 + type: texture + offset: 0x95714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartDK061Wheel2 + type: texture + offset: 0x95794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartDK061Wheel3 + type: texture + offset: 0x95814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartDK062Wheel0 + type: texture + offset: 0x95894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartDK062Wheel1 + type: texture + offset: 0x95914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartDK062Wheel2 + type: texture + offset: 0x95994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartDK062Wheel3 + type: texture + offset: 0x95A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartDK063Wheel0 + type: texture + offset: 0x95A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartDK063Wheel1 + type: texture + offset: 0x95B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartDK063Wheel2 + type: texture + offset: 0x95B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartDK063Wheel3 + type: texture + offset: 0x95C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartDK064Wheel0 + type: texture + offset: 0x95C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartDK064Wheel1 + type: texture + offset: 0x95D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartDK064Wheel2 + type: texture + offset: 0x95D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartDK064Wheel3 + type: texture + offset: 0x95E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartDK065Wheel0 + type: texture + offset: 0x95E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartDK065Wheel1 + type: texture + offset: 0x95F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartDK065Wheel2 + type: texture + offset: 0x95F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartDK065Wheel3 + type: texture + offset: 0x96014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartDK066Wheel0 + type: texture + offset: 0x96094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartDK066Wheel1 + type: texture + offset: 0x96114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartDK066Wheel2 + type: texture + offset: 0x96194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartDK066Wheel3 + type: texture + offset: 0x96214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartDK067Wheel0 + type: texture + offset: 0x96294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartDK067Wheel1 + type: texture + offset: 0x96314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartDK067Wheel2 + type: texture + offset: 0x96394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartDK067Wheel3 + type: texture + offset: 0x96414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartDK068Wheel0 + type: texture + offset: 0x96494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartDK068Wheel1 + type: texture + offset: 0x96514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartDK068Wheel2 + type: texture + offset: 0x96594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartDK068Wheel3 + type: texture + offset: 0x96614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartDK069Wheel0 + type: texture + offset: 0x96694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartDK069Wheel1 + type: texture + offset: 0x96714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartDK069Wheel2 + type: texture + offset: 0x96794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartDK069Wheel3 + type: texture + offset: 0x96814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartDK070Wheel0 + type: texture + offset: 0x96894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartDK070Wheel1 + type: texture + offset: 0x96914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartDK070Wheel2 + type: texture + offset: 0x96994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartDK070Wheel3 + type: texture + offset: 0x96A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartDK071Wheel0 + type: texture + offset: 0x96A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartDK071Wheel1 + type: texture + offset: 0x96B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartDK071Wheel2 + type: texture + offset: 0x96B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartDK071Wheel3 + type: texture + offset: 0x96C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartDK072Wheel0 + type: texture + offset: 0x96C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartDK072Wheel1 + type: texture + offset: 0x96D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartDK072Wheel2 + type: texture + offset: 0x96D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartDK072Wheel3 + type: texture + offset: 0x96E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartDK073Wheel0 + type: texture + offset: 0x96E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartDK073Wheel1 + type: texture + offset: 0x96F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartDK073Wheel2 + type: texture + offset: 0x96F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartDK073Wheel3 + type: texture + offset: 0x97014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartDK074Wheel0 + type: texture + offset: 0x97094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartDK074Wheel1 + type: texture + offset: 0x97114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartDK074Wheel2 + type: texture + offset: 0x97194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartDK074Wheel3 + type: texture + offset: 0x97214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartDK075Wheel0 + type: texture + offset: 0x97294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartDK075Wheel1 + type: texture + offset: 0x97314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartDK075Wheel2 + type: texture + offset: 0x97394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartDK075Wheel3 + type: texture + offset: 0x97414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartDK076Wheel0 + type: texture + offset: 0x97494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartDK076Wheel1 + type: texture + offset: 0x97514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartDK076Wheel2 + type: texture + offset: 0x97594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartDK076Wheel3 + type: texture + offset: 0x97614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartDK077Wheel0 + type: texture + offset: 0x97694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartDK077Wheel1 + type: texture + offset: 0x97714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartDK077Wheel2 + type: texture + offset: 0x97794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartDK077Wheel3 + type: texture + offset: 0x97814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartDK078Wheel0 + type: texture + offset: 0x97894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartDK078Wheel1 + type: texture + offset: 0x97914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartDK078Wheel2 + type: texture + offset: 0x97994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartDK078Wheel3 + type: texture + offset: 0x97A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartDK079Wheel0 + type: texture + offset: 0x97A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartDK079Wheel1 + type: texture + offset: 0x97B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartDK079Wheel2 + type: texture + offset: 0x97B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartDK079Wheel3 + type: texture + offset: 0x97C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartDK080Wheel0 + type: texture + offset: 0x97C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartDK080Wheel1 + type: texture + offset: 0x97D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartDK080Wheel2 + type: texture + offset: 0x97D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartDK080Wheel3 + type: texture + offset: 0x97E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartDK081Wheel0 + type: texture + offset: 0x97E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartDK081Wheel1 + type: texture + offset: 0x97F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartDK081Wheel2 + type: texture + offset: 0x97F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartDK081Wheel3 + type: texture + offset: 0x98014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartDK082Wheel0 + type: texture + offset: 0x98094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartDK082Wheel1 + type: texture + offset: 0x98114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartDK082Wheel2 + type: texture + offset: 0x98194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartDK082Wheel3 + type: texture + offset: 0x98214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartDK083Wheel0 + type: texture + offset: 0x98294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartDK083Wheel1 + type: texture + offset: 0x98314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartDK083Wheel2 + type: texture + offset: 0x98394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartDK083Wheel3 + type: texture + offset: 0x98414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartDK084Wheel0 + type: texture + offset: 0x98494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartDK084Wheel1 + type: texture + offset: 0x98514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartDK084Wheel2 + type: texture + offset: 0x98594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartDK084Wheel3 + type: texture + offset: 0x98614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartDK085Wheel0 + type: texture + offset: 0x98694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartDK085Wheel1 + type: texture + offset: 0x98714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartDK085Wheel2 + type: texture + offset: 0x98794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartDK085Wheel3 + type: texture + offset: 0x98814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartDK086Wheel0 + type: texture + offset: 0x98894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartDK086Wheel1 + type: texture + offset: 0x98914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartDK086Wheel2 + type: texture + offset: 0x98994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartDK086Wheel3 + type: texture + offset: 0x98A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartDK087Wheel0 + type: texture + offset: 0x98A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartDK087Wheel1 + type: texture + offset: 0x98B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartDK087Wheel2 + type: texture + offset: 0x98B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartDK087Wheel3 + type: texture + offset: 0x98C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartDK088Wheel0 + type: texture + offset: 0x98C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartDK088Wheel1 + type: texture + offset: 0x98D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartDK088Wheel2 + type: texture + offset: 0x98D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartDK088Wheel3 + type: texture + offset: 0x98E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartDK089Wheel0 + type: texture + offset: 0x98E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartDK089Wheel1 + type: texture + offset: 0x98F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartDK089Wheel2 + type: texture + offset: 0x98F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartDK089Wheel3 + type: texture + offset: 0x99014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartDK090Wheel0 + type: texture + offset: 0x99094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartDK090Wheel1 + type: texture + offset: 0x99114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartDK090Wheel2 + type: texture + offset: 0x99194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartDK090Wheel3 + type: texture + offset: 0x99214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartDK091Wheel0 + type: texture + offset: 0x99294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartDK091Wheel1 + type: texture + offset: 0x99314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartDK091Wheel2 + type: texture + offset: 0x99394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartDK091Wheel3 + type: texture + offset: 0x99414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartDK092Wheel0 + type: texture + offset: 0x99494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartDK092Wheel1 + type: texture + offset: 0x99514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartDK092Wheel2 + type: texture + offset: 0x99594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartDK092Wheel3 + type: texture + offset: 0x99614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartDK093Wheel0 + type: texture + offset: 0x99694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartDK093Wheel1 + type: texture + offset: 0x99714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartDK093Wheel2 + type: texture + offset: 0x99794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartDK093Wheel3 + type: texture + offset: 0x99814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartDK094Wheel0 + type: texture + offset: 0x99894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartDK094Wheel1 + type: texture + offset: 0x99914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartDK094Wheel2 + type: texture + offset: 0x99994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartDK094Wheel3 + type: texture + offset: 0x99A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartDK095Wheel0 + type: texture + offset: 0x99A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartDK095Wheel1 + type: texture + offset: 0x99B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartDK095Wheel2 + type: texture + offset: 0x99B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartDK095Wheel3 + type: texture + offset: 0x99C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartDK096Wheel0 + type: texture + offset: 0x99C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartDK096Wheel1 + type: texture + offset: 0x99D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartDK096Wheel2 + type: texture + offset: 0x99D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartDK096Wheel3 + type: texture + offset: 0x99E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartDK097Wheel0 + type: texture + offset: 0x99E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartDK097Wheel1 + type: texture + offset: 0x99F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartDK097Wheel2 + type: texture + offset: 0x99F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartDK097Wheel3 + type: texture + offset: 0x9A014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartDK098Wheel0 + type: texture + offset: 0x9A094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartDK098Wheel1 + type: texture + offset: 0x9A114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartDK098Wheel2 + type: texture + offset: 0x9A194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartDK098Wheel3 + type: texture + offset: 0x9A214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartDK099Wheel0 + type: texture + offset: 0x9A294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartDK099Wheel1 + type: texture + offset: 0x9A314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartDK099Wheel2 + type: texture + offset: 0x9A394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartDK099Wheel3 + type: texture + offset: 0x9A414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartDK100Wheel0 + type: texture + offset: 0x9A494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartDK100Wheel1 + type: texture + offset: 0x9A514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartDK100Wheel2 + type: texture + offset: 0x9A594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartDK100Wheel3 + type: texture + offset: 0x9A614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartDK101Wheel0 + type: texture + offset: 0x9A694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartDK101Wheel1 + type: texture + offset: 0x9A714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartDK101Wheel2 + type: texture + offset: 0x9A794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartDK101Wheel3 + type: texture + offset: 0x9A814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartDK102Wheel0 + type: texture + offset: 0x9A894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartDK102Wheel1 + type: texture + offset: 0x9A914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartDK102Wheel2 + type: texture + offset: 0x9A994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartDK102Wheel3 + type: texture + offset: 0x9AA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartDK103Wheel0 + type: texture + offset: 0x9AA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartDK103Wheel1 + type: texture + offset: 0x9AB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartDK103Wheel2 + type: texture + offset: 0x9AB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartDK103Wheel3 + type: texture + offset: 0x9AC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartDK104Wheel0 + type: texture + offset: 0x9AC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartDK104Wheel1 + type: texture + offset: 0x9AD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartDK104Wheel2 + type: texture + offset: 0x9AD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartDK104Wheel3 + type: texture + offset: 0x9AE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartDK105Wheel0 + type: texture + offset: 0x9AE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartDK105Wheel1 + type: texture + offset: 0x9AF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartDK105Wheel2 + type: texture + offset: 0x9AF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartDK105Wheel3 + type: texture + offset: 0x9B014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartDK106Wheel0 + type: texture + offset: 0x9B094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartDK106Wheel1 + type: texture + offset: 0x9B114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartDK106Wheel2 + type: texture + offset: 0x9B194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartDK106Wheel3 + type: texture + offset: 0x9B214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartDK107Wheel0 + type: texture + offset: 0x9B294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartDK107Wheel1 + type: texture + offset: 0x9B314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartDK107Wheel2 + type: texture + offset: 0x9B394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartDK107Wheel3 + type: texture + offset: 0x9B414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartDK108Wheel0 + type: texture + offset: 0x9B494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartDK108Wheel1 + type: texture + offset: 0x9B514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartDK108Wheel2 + type: texture + offset: 0x9B594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartDK108Wheel3 + type: texture + offset: 0x9B614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartDK109Wheel0 + type: texture + offset: 0x9B694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartDK109Wheel1 + type: texture + offset: 0x9B714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartDK109Wheel2 + type: texture + offset: 0x9B794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartDK109Wheel3 + type: texture + offset: 0x9B814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartDK110Wheel0 + type: texture + offset: 0x9B894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartDK110Wheel1 + type: texture + offset: 0x9B914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartDK110Wheel2 + type: texture + offset: 0x9B994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartDK110Wheel3 + type: texture + offset: 0x9BA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartDK111Wheel0 + type: texture + offset: 0x9BA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartDK111Wheel1 + type: texture + offset: 0x9BB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartDK111Wheel2 + type: texture + offset: 0x9BB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartDK111Wheel3 + type: texture + offset: 0x9BC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartDK112Wheel0 + type: texture + offset: 0x9BC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartDK112Wheel1 + type: texture + offset: 0x9BD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartDK112Wheel2 + type: texture + offset: 0x9BD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartDK112Wheel3 + type: texture + offset: 0x9BE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartDK113Wheel0 + type: texture + offset: 0x9BE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartDK113Wheel1 + type: texture + offset: 0x9BF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartDK113Wheel2 + type: texture + offset: 0x9BF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartDK113Wheel3 + type: texture + offset: 0x9C014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartDK114Wheel0 + type: texture + offset: 0x9C094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartDK114Wheel1 + type: texture + offset: 0x9C114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartDK114Wheel2 + type: texture + offset: 0x9C194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartDK114Wheel3 + type: texture + offset: 0x9C214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartDK115Wheel0 + type: texture + offset: 0x9C294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartDK115Wheel1 + type: texture + offset: 0x9C314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartDK115Wheel2 + type: texture + offset: 0x9C394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartDK115Wheel3 + type: texture + offset: 0x9C414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartDK116Wheel0 + type: texture + offset: 0x9C494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartDK116Wheel1 + type: texture + offset: 0x9C514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartDK116Wheel2 + type: texture + offset: 0x9C594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartDK116Wheel3 + type: texture + offset: 0x9C614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartDK117Wheel0 + type: texture + offset: 0x9C694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartDK117Wheel1 + type: texture + offset: 0x9C714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartDK117Wheel2 + type: texture + offset: 0x9C794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartDK117Wheel3 + type: texture + offset: 0x9C814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartDK118Wheel0 + type: texture + offset: 0x9C894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartDK118Wheel1 + type: texture + offset: 0x9C914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartDK118Wheel2 + type: texture + offset: 0x9C994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartDK118Wheel3 + type: texture + offset: 0x9CA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartDK119Wheel0 + type: texture + offset: 0x9CA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartDK119Wheel1 + type: texture + offset: 0x9CB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartDK119Wheel2 + type: texture + offset: 0x9CB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartDK119Wheel3 + type: texture + offset: 0x9CC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartDK120Wheel0 + type: texture + offset: 0x9CC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartDK120Wheel1 + type: texture + offset: 0x9CD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartDK120Wheel2 + type: texture + offset: 0x9CD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartDK120Wheel3 + type: texture + offset: 0x9CE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartDK121Wheel0 + type: texture + offset: 0x9CE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartDK121Wheel1 + type: texture + offset: 0x9CF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartDK121Wheel2 + type: texture + offset: 0x9CF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartDK121Wheel3 + type: texture + offset: 0x9D014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartDK122Wheel0 + type: texture + offset: 0x9D094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartDK122Wheel1 + type: texture + offset: 0x9D114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartDK122Wheel2 + type: texture + offset: 0x9D194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartDK122Wheel3 + type: texture + offset: 0x9D214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartDK123Wheel0 + type: texture + offset: 0x9D294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartDK123Wheel1 + type: texture + offset: 0x9D314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartDK123Wheel2 + type: texture + offset: 0x9D394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartDK123Wheel3 + type: texture + offset: 0x9D414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartDK124Wheel0 + type: texture + offset: 0x9D494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartDK124Wheel1 + type: texture + offset: 0x9D514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartDK124Wheel2 + type: texture + offset: 0x9D594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartDK124Wheel3 + type: texture + offset: 0x9D614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartDK125Wheel0 + type: texture + offset: 0x9D694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartDK125Wheel1 + type: texture + offset: 0x9D714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartDK125Wheel2 + type: texture + offset: 0x9D794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartDK125Wheel3 + type: texture + offset: 0x9D814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartDK126Wheel0 + type: texture + offset: 0x9D894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartDK126Wheel1 + type: texture + offset: 0x9D914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartDK126Wheel2 + type: texture + offset: 0x9D994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartDK126Wheel3 + type: texture + offset: 0x9DA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartDK127Wheel0 + type: texture + offset: 0x9DA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartDK127Wheel1 + type: texture + offset: 0x9DB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartDK127Wheel2 + type: texture + offset: 0x9DB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartDK127Wheel3 + type: texture + offset: 0x9DC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartDK128Wheel0 + type: texture + offset: 0x9DC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartDK128Wheel1 + type: texture + offset: 0x9DD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartDK128Wheel2 + type: texture + offset: 0x9DD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartDK128Wheel3 + type: texture + offset: 0x9DE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartDK129Wheel0 + type: texture + offset: 0x9DE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartDK129Wheel1 + type: texture + offset: 0x9DF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartDK129Wheel2 + type: texture + offset: 0x9DF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartDK129Wheel3 + type: texture + offset: 0x9E014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartDK130Wheel0 + type: texture + offset: 0x9E094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartDK130Wheel1 + type: texture + offset: 0x9E114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartDK130Wheel2 + type: texture + offset: 0x9E194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartDK130Wheel3 + type: texture + offset: 0x9E214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartDK131Wheel0 + type: texture + offset: 0x9E294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartDK131Wheel1 + type: texture + offset: 0x9E314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartDK131Wheel2 + type: texture + offset: 0x9E394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartDK131Wheel3 + type: texture + offset: 0x9E414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartDK132Wheel0 + type: texture + offset: 0x9E494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartDK132Wheel1 + type: texture + offset: 0x9E514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartDK132Wheel2 + type: texture + offset: 0x9E594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartDK132Wheel3 + type: texture + offset: 0x9E614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartDK133Wheel0 + type: texture + offset: 0x9E694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartDK133Wheel1 + type: texture + offset: 0x9E714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartDK133Wheel2 + type: texture + offset: 0x9E794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartDK133Wheel3 + type: texture + offset: 0x9E814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartDK134Wheel0 + type: texture + offset: 0x9E894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartDK134Wheel1 + type: texture + offset: 0x9E914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartDK134Wheel2 + type: texture + offset: 0x9E994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartDK134Wheel3 + type: texture + offset: 0x9EA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartDK135Wheel0 + type: texture + offset: 0x9EA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartDK135Wheel1 + type: texture + offset: 0x9EB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartDK135Wheel2 + type: texture + offset: 0x9EB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartDK135Wheel3 + type: texture + offset: 0x9EC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartDK136Wheel0 + type: texture + offset: 0x9EC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartDK136Wheel1 + type: texture + offset: 0x9ED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartDK136Wheel2 + type: texture + offset: 0x9ED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartDK136Wheel3 + type: texture + offset: 0x9EE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartDK137Wheel0 + type: texture + offset: 0x9EE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartDK137Wheel1 + type: texture + offset: 0x9EF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartDK137Wheel2 + type: texture + offset: 0x9EF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartDK137Wheel3 + type: texture + offset: 0x9F014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartDK138Wheel0 + type: texture + offset: 0x9F094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartDK138Wheel1 + type: texture + offset: 0x9F114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartDK138Wheel2 + type: texture + offset: 0x9F194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartDK138Wheel3 + type: texture + offset: 0x9F214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartDK139Wheel0 + type: texture + offset: 0x9F294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartDK139Wheel1 + type: texture + offset: 0x9F314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartDK139Wheel2 + type: texture + offset: 0x9F394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartDK139Wheel3 + type: texture + offset: 0x9F414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartDK140Wheel0 + type: texture + offset: 0x9F494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartDK140Wheel1 + type: texture + offset: 0x9F514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartDK140Wheel2 + type: texture + offset: 0x9F594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartDK140Wheel3 + type: texture + offset: 0x9F614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartDK141Wheel0 + type: texture + offset: 0x9F694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartDK141Wheel1 + type: texture + offset: 0x9F714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartDK141Wheel2 + type: texture + offset: 0x9F794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartDK141Wheel3 + type: texture + offset: 0x9F814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartDK142Wheel0 + type: texture + offset: 0x9F894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartDK142Wheel1 + type: texture + offset: 0x9F914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartDK142Wheel2 + type: texture + offset: 0x9F994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartDK142Wheel3 + type: texture + offset: 0x9FA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartDK143Wheel0 + type: texture + offset: 0x9FA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartDK143Wheel1 + type: texture + offset: 0x9FB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartDK143Wheel2 + type: texture + offset: 0x9FB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartDK143Wheel3 + type: texture + offset: 0x9FC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartDK144Wheel0 + type: texture + offset: 0x9FC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartDK144Wheel1 + type: texture + offset: 0x9FD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartDK144Wheel2 + type: texture + offset: 0x9FD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartDK144Wheel3 + type: texture + offset: 0x9FE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartDK145Wheel0 + type: texture + offset: 0x9FE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartDK145Wheel1 + type: texture + offset: 0x9FF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartDK145Wheel2 + type: texture + offset: 0x9FF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartDK145Wheel3 + type: texture + offset: 0xA0014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartDK146Wheel0 + type: texture + offset: 0xA0094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartDK146Wheel1 + type: texture + offset: 0xA0114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartDK146Wheel2 + type: texture + offset: 0xA0194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartDK146Wheel3 + type: texture + offset: 0xA0214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartDK147Wheel0 + type: texture + offset: 0xA0294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartDK147Wheel1 + type: texture + offset: 0xA0314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartDK147Wheel2 + type: texture + offset: 0xA0394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartDK147Wheel3 + type: texture + offset: 0xA0414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartDK148Wheel0 + type: texture + offset: 0xA0494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartDK148Wheel1 + type: texture + offset: 0xA0514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartDK148Wheel2 + type: texture + offset: 0xA0594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartDK148Wheel3 + type: texture + offset: 0xA0614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartDK149Wheel0 + type: texture + offset: 0xA0694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartDK149Wheel1 + type: texture + offset: 0xA0714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartDK149Wheel2 + type: texture + offset: 0xA0794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartDK149Wheel3 + type: texture + offset: 0xA0814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartDK150Wheel0 + type: texture + offset: 0xA0894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartDK150Wheel1 + type: texture + offset: 0xA0914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartDK150Wheel2 + type: texture + offset: 0xA0994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartDK150Wheel3 + type: texture + offset: 0xA0A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartDK151Wheel0 + type: texture + offset: 0xA0A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartDK151Wheel1 + type: texture + offset: 0xA0B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartDK151Wheel2 + type: texture + offset: 0xA0B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartDK151Wheel3 + type: texture + offset: 0xA0C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartDK152Wheel0 + type: texture + offset: 0xA0C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartDK152Wheel1 + type: texture + offset: 0xA0D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartDK152Wheel2 + type: texture + offset: 0xA0D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartDK152Wheel3 + type: texture + offset: 0xA0E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartDK153Wheel0 + type: texture + offset: 0xA0E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartDK153Wheel1 + type: texture + offset: 0xA0F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartDK153Wheel2 + type: texture + offset: 0xA0F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartDK153Wheel3 + type: texture + offset: 0xA1014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartDK154Wheel0 + type: texture + offset: 0xA1094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartDK154Wheel1 + type: texture + offset: 0xA1114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartDK154Wheel2 + type: texture + offset: 0xA1194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartDK154Wheel3 + type: texture + offset: 0xA1214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartDK155Wheel0 + type: texture + offset: 0xA1294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartDK155Wheel1 + type: texture + offset: 0xA1314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartDK155Wheel2 + type: texture + offset: 0xA1394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartDK155Wheel3 + type: texture + offset: 0xA1414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartDK156Wheel0 + type: texture + offset: 0xA1494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartDK156Wheel1 + type: texture + offset: 0xA1514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartDK156Wheel2 + type: texture + offset: 0xA1594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartDK156Wheel3 + type: texture + offset: 0xA1614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartDK157Wheel0 + type: texture + offset: 0xA1694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartDK157Wheel1 + type: texture + offset: 0xA1714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartDK157Wheel2 + type: texture + offset: 0xA1794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartDK157Wheel3 + type: texture + offset: 0xA1814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartDK158Wheel0 + type: texture + offset: 0xA1894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartDK158Wheel1 + type: texture + offset: 0xA1914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartDK158Wheel2 + type: texture + offset: 0xA1994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartDK158Wheel3 + type: texture + offset: 0xA1A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartDK159Wheel0 + type: texture + offset: 0xA1A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartDK159Wheel1 + type: texture + offset: 0xA1B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartDK159Wheel2 + type: texture + offset: 0xA1B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartDK159Wheel3 + type: texture + offset: 0xA1C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartDK160Wheel0 + type: texture + offset: 0xA1C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartDK160Wheel1 + type: texture + offset: 0xA1D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartDK160Wheel2 + type: texture + offset: 0xA1D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartDK160Wheel3 + type: texture + offset: 0xA1E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartDK161Wheel0 + type: texture + offset: 0xA1E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartDK161Wheel1 + type: texture + offset: 0xA1F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartDK161Wheel2 + type: texture + offset: 0xA1F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartDK161Wheel3 + type: texture + offset: 0xA2014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartDK162Wheel0 + type: texture + offset: 0xA2094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartDK162Wheel1 + type: texture + offset: 0xA2114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartDK162Wheel2 + type: texture + offset: 0xA2194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartDK162Wheel3 + type: texture + offset: 0xA2214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartDK163Wheel0 + type: texture + offset: 0xA2294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartDK163Wheel1 + type: texture + offset: 0xA2314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartDK163Wheel2 + type: texture + offset: 0xA2394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartDK163Wheel3 + type: texture + offset: 0xA2414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartDK164Wheel0 + type: texture + offset: 0xA2494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartDK164Wheel1 + type: texture + offset: 0xA2514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartDK164Wheel2 + type: texture + offset: 0xA2594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartDK164Wheel3 + type: texture + offset: 0xA2614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartDK165Wheel0 + type: texture + offset: 0xA2694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartDK165Wheel1 + type: texture + offset: 0xA2714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartDK165Wheel2 + type: texture + offset: 0xA2794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartDK165Wheel3 + type: texture + offset: 0xA2814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartDK166Wheel0 + type: texture + offset: 0xA2894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartDK166Wheel1 + type: texture + offset: 0xA2914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartDK166Wheel2 + type: texture + offset: 0xA2994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartDK166Wheel3 + type: texture + offset: 0xA2A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartDK167Wheel0 + type: texture + offset: 0xA2A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartDK167Wheel1 + type: texture + offset: 0xA2B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartDK167Wheel2 + type: texture + offset: 0xA2B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartDK167Wheel3 + type: texture + offset: 0xA2C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartDK168Wheel0 + type: texture + offset: 0xA2C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartDK168Wheel1 + type: texture + offset: 0xA2D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartDK168Wheel2 + type: texture + offset: 0xA2D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartDK168Wheel3 + type: texture + offset: 0xA2E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartDK169Wheel0 + type: texture + offset: 0xA2E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartDK169Wheel1 + type: texture + offset: 0xA2F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartDK169Wheel2 + type: texture + offset: 0xA2F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartDK169Wheel3 + type: texture + offset: 0xA3014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartDK170Wheel0 + type: texture + offset: 0xA3094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartDK170Wheel1 + type: texture + offset: 0xA3114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartDK170Wheel2 + type: texture + offset: 0xA3194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartDK170Wheel3 + type: texture + offset: 0xA3214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartDK171Wheel0 + type: texture + offset: 0xA3294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartDK171Wheel1 + type: texture + offset: 0xA3314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartDK171Wheel2 + type: texture + offset: 0xA3394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartDK171Wheel3 + type: texture + offset: 0xA3414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartDK172Wheel0 + type: texture + offset: 0xA3494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartDK172Wheel1 + type: texture + offset: 0xA3514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartDK172Wheel2 + type: texture + offset: 0xA3594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartDK172Wheel3 + type: texture + offset: 0xA3614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartDK173Wheel0 + type: texture + offset: 0xA3694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartDK173Wheel1 + type: texture + offset: 0xA3714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartDK173Wheel2 + type: texture + offset: 0xA3794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartDK173Wheel3 + type: texture + offset: 0xA3814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartDK174Wheel0 + type: texture + offset: 0xA3894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartDK174Wheel1 + type: texture + offset: 0xA3914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartDK174Wheel2 + type: texture + offset: 0xA3994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartDK174Wheel3 + type: texture + offset: 0xA3A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartDK175Wheel0 + type: texture + offset: 0xA3A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartDK175Wheel1 + type: texture + offset: 0xA3B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartDK175Wheel2 + type: texture + offset: 0xA3B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartDK175Wheel3 + type: texture + offset: 0xA3C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartDK176Wheel0 + type: texture + offset: 0xA3C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartDK176Wheel1 + type: texture + offset: 0xA3D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartDK176Wheel2 + type: texture + offset: 0xA3D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartDK176Wheel3 + type: texture + offset: 0xA3E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartDK177Wheel0 + type: texture + offset: 0xA3E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartDK177Wheel1 + type: texture + offset: 0xA3F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartDK177Wheel2 + type: texture + offset: 0xA3F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartDK177Wheel3 + type: texture + offset: 0xA4014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartDK178Wheel0 + type: texture + offset: 0xA4094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartDK178Wheel1 + type: texture + offset: 0xA4114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartDK178Wheel2 + type: texture + offset: 0xA4194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartDK178Wheel3 + type: texture + offset: 0xA4214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartDK179Wheel0 + type: texture + offset: 0xA4294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartDK179Wheel1 + type: texture + offset: 0xA4314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartDK179Wheel2 + type: texture + offset: 0xA4394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartDK179Wheel3 + type: texture + offset: 0xA4414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartDK180Wheel0 + type: texture + offset: 0xA4494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartDK180Wheel1 + type: texture + offset: 0xA4514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartDK180Wheel2 + type: texture + offset: 0xA4594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartDK180Wheel3 + type: texture + offset: 0xA4614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartDK181Wheel0 + type: texture + offset: 0xA4694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartDK181Wheel1 + type: texture + offset: 0xA4714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartDK181Wheel2 + type: texture + offset: 0xA4794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartDK181Wheel3 + type: texture + offset: 0xA4814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartDK182Wheel0 + type: texture + offset: 0xA4894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartDK182Wheel1 + type: texture + offset: 0xA4914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartDK182Wheel2 + type: texture + offset: 0xA4994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartDK182Wheel3 + type: texture + offset: 0xA4A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartDK183Wheel0 + type: texture + offset: 0xA4A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartDK183Wheel1 + type: texture + offset: 0xA4B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartDK183Wheel2 + type: texture + offset: 0xA4B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartDK183Wheel3 + type: texture + offset: 0xA4C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartDK184Wheel0 + type: texture + offset: 0xA4C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartDK184Wheel1 + type: texture + offset: 0xA4D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartDK184Wheel2 + type: texture + offset: 0xA4D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartDK184Wheel3 + type: texture + offset: 0xA4E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartDK185Wheel0 + type: texture + offset: 0xA4E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartDK185Wheel1 + type: texture + offset: 0xA4F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartDK185Wheel2 + type: texture + offset: 0xA4F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartDK185Wheel3 + type: texture + offset: 0xA5014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartDK186Wheel0 + type: texture + offset: 0xA5094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartDK186Wheel1 + type: texture + offset: 0xA5114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartDK186Wheel2 + type: texture + offset: 0xA5194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartDK186Wheel3 + type: texture + offset: 0xA5214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartDK187Wheel0 + type: texture + offset: 0xA5294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartDK187Wheel1 + type: texture + offset: 0xA5314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartDK187Wheel2 + type: texture + offset: 0xA5394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartDK187Wheel3 + type: texture + offset: 0xA5414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartDK188Wheel0 + type: texture + offset: 0xA5494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartDK188Wheel1 + type: texture + offset: 0xA5514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartDK188Wheel2 + type: texture + offset: 0xA5594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartDK188Wheel3 + type: texture + offset: 0xA5614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartDK189Wheel0 + type: texture + offset: 0xA5694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartDK189Wheel1 + type: texture + offset: 0xA5714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartDK189Wheel2 + type: texture + offset: 0xA5794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartDK189Wheel3 + type: texture + offset: 0xA5814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartDK190Wheel0 + type: texture + offset: 0xA5894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartDK190Wheel1 + type: texture + offset: 0xA5914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartDK190Wheel2 + type: texture + offset: 0xA5994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartDK190Wheel3 + type: texture + offset: 0xA5A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartDK191Wheel0 + type: texture + offset: 0xA5A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartDK191Wheel1 + type: texture + offset: 0xA5B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartDK191Wheel2 + type: texture + offset: 0xA5B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartDK191Wheel3 + type: texture + offset: 0xA5C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartDK192Wheel0 + type: texture + offset: 0xA5C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartDK192Wheel1 + type: texture + offset: 0xA5D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartDK192Wheel2 + type: texture + offset: 0xA5D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartDK192Wheel3 + type: texture + offset: 0xA5E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartDK193Wheel0 + type: texture + offset: 0xA5E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartDK193Wheel1 + type: texture + offset: 0xA5F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartDK193Wheel2 + type: texture + offset: 0xA5F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartDK193Wheel3 + type: texture + offset: 0xA6014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartDK194Wheel0 + type: texture + offset: 0xA6094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartDK194Wheel1 + type: texture + offset: 0xA6114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartDK194Wheel2 + type: texture + offset: 0xA6194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartDK194Wheel3 + type: texture + offset: 0xA6214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartDK195Wheel0 + type: texture + offset: 0xA6294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartDK195Wheel1 + type: texture + offset: 0xA6314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartDK195Wheel2 + type: texture + offset: 0xA6394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartDK195Wheel3 + type: texture + offset: 0xA6414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartDK196Wheel0 + type: texture + offset: 0xA6494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartDK196Wheel1 + type: texture + offset: 0xA6514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartDK196Wheel2 + type: texture + offset: 0xA6594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartDK196Wheel3 + type: texture + offset: 0xA6614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartDK197Wheel0 + type: texture + offset: 0xA6694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartDK197Wheel1 + type: texture + offset: 0xA6714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartDK197Wheel2 + type: texture + offset: 0xA6794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartDK197Wheel3 + type: texture + offset: 0xA6814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartDK198Wheel0 + type: texture + offset: 0xA6894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartDK198Wheel1 + type: texture + offset: 0xA6914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartDK198Wheel2 + type: texture + offset: 0xA6994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartDK198Wheel3 + type: texture + offset: 0xA6A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartDK199Wheel0 + type: texture + offset: 0xA6A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartDK199Wheel1 + type: texture + offset: 0xA6B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartDK199Wheel2 + type: texture + offset: 0xA6B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartDK199Wheel3 + type: texture + offset: 0xA6C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartDK200Wheel0 + type: texture + offset: 0xA6C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartDK200Wheel1 + type: texture + offset: 0xA6D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartDK200Wheel2 + type: texture + offset: 0xA6D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartDK200Wheel3 + type: texture + offset: 0xA6E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartDK201Wheel0 + type: texture + offset: 0xA6E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartDK201Wheel1 + type: texture + offset: 0xA6F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartDK201Wheel2 + type: texture + offset: 0xA6F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartDK201Wheel3 + type: texture + offset: 0xA7014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartDK202Wheel0 + type: texture + offset: 0xA7094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartDK202Wheel1 + type: texture + offset: 0xA7114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartDK202Wheel2 + type: texture + offset: 0xA7194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartDK202Wheel3 + type: texture + offset: 0xA7214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartDK203Wheel0 + type: texture + offset: 0xA7294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartDK203Wheel1 + type: texture + offset: 0xA7314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartDK203Wheel2 + type: texture + offset: 0xA7394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartDK203Wheel3 + type: texture + offset: 0xA7414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartDK204Wheel0 + type: texture + offset: 0xA7494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartDK204Wheel1 + type: texture + offset: 0xA7514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartDK204Wheel2 + type: texture + offset: 0xA7594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartDK204Wheel3 + type: texture + offset: 0xA7614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartDK205Wheel0 + type: texture + offset: 0xA7694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartDK205Wheel1 + type: texture + offset: 0xA7714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartDK205Wheel2 + type: texture + offset: 0xA7794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartDK205Wheel3 + type: texture + offset: 0xA7814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartDK206Wheel0 + type: texture + offset: 0xA7894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartDK206Wheel1 + type: texture + offset: 0xA7914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartDK206Wheel2 + type: texture + offset: 0xA7994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartDK206Wheel3 + type: texture + offset: 0xA7A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartDK207Wheel0 + type: texture + offset: 0xA7A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartDK207Wheel1 + type: texture + offset: 0xA7B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartDK207Wheel2 + type: texture + offset: 0xA7B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartDK207Wheel3 + type: texture + offset: 0xA7C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartDK208Wheel0 + type: texture + offset: 0xA7C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartDK208Wheel1 + type: texture + offset: 0xA7D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartDK208Wheel2 + type: texture + offset: 0xA7D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartDK208Wheel3 + type: texture + offset: 0xA7E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartDK209Wheel0 + type: texture + offset: 0xA7E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartDK209Wheel1 + type: texture + offset: 0xA7F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartDK209Wheel2 + type: texture + offset: 0xA7F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartDK209Wheel3 + type: texture + offset: 0xA8014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartDK210Wheel0 + type: texture + offset: 0xA8094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartDK210Wheel1 + type: texture + offset: 0xA8114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartDK210Wheel2 + type: texture + offset: 0xA8194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartDK210Wheel3 + type: texture + offset: 0xA8214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartDK211Wheel0 + type: texture + offset: 0xA8294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartDK211Wheel1 + type: texture + offset: 0xA8314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartDK211Wheel2 + type: texture + offset: 0xA8394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartDK211Wheel3 + type: texture + offset: 0xA8414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartDK212Wheel0 + type: texture + offset: 0xA8494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartDK212Wheel1 + type: texture + offset: 0xA8514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartDK212Wheel2 + type: texture + offset: 0xA8594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartDK212Wheel3 + type: texture + offset: 0xA8614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartDK213Wheel0 + type: texture + offset: 0xA8694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartDK213Wheel1 + type: texture + offset: 0xA8714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartDK213Wheel2 + type: texture + offset: 0xA8794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartDK213Wheel3 + type: texture + offset: 0xA8814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartDK214Wheel0 + type: texture + offset: 0xA8894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartDK214Wheel1 + type: texture + offset: 0xA8914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartDK214Wheel2 + type: texture + offset: 0xA8994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartDK214Wheel3 + type: texture + offset: 0xA8A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartDK215Wheel0 + type: texture + offset: 0xA8A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartDK215Wheel1 + type: texture + offset: 0xA8B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartDK215Wheel2 + type: texture + offset: 0xA8B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartDK215Wheel3 + type: texture + offset: 0xA8C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartDK216Wheel0 + type: texture + offset: 0xA8C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartDK216Wheel1 + type: texture + offset: 0xA8D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartDK216Wheel2 + type: texture + offset: 0xA8D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartDK216Wheel3 + type: texture + offset: 0xA8E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartDK217Wheel0 + type: texture + offset: 0xA8E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartDK217Wheel1 + type: texture + offset: 0xA8F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartDK217Wheel2 + type: texture + offset: 0xA8F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartDK217Wheel3 + type: texture + offset: 0xA9014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartDK218Wheel0 + type: texture + offset: 0xA9094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartDK218Wheel1 + type: texture + offset: 0xA9114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartDK218Wheel2 + type: texture + offset: 0xA9194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartDK218Wheel3 + type: texture + offset: 0xA9214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartDK219Wheel0 + type: texture + offset: 0xA9294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartDK219Wheel1 + type: texture + offset: 0xA9314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartDK219Wheel2 + type: texture + offset: 0xA9394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartDK219Wheel3 + type: texture + offset: 0xA9414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartDK220Wheel0 + type: texture + offset: 0xA9494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartDK220Wheel1 + type: texture + offset: 0xA9514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartDK220Wheel2 + type: texture + offset: 0xA9594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartDK220Wheel3 + type: texture + offset: 0xA9614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartDK221Wheel0 + type: texture + offset: 0xA9694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartDK221Wheel1 + type: texture + offset: 0xA9714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartDK221Wheel2 + type: texture + offset: 0xA9794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartDK221Wheel3 + type: texture + offset: 0xA9814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartDK222Wheel0 + type: texture + offset: 0xA9894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartDK222Wheel1 + type: texture + offset: 0xA9914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartDK222Wheel2 + type: texture + offset: 0xA9994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartDK222Wheel3 + type: texture + offset: 0xA9A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartDK223Wheel0 + type: texture + offset: 0xA9A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartDK223Wheel1 + type: texture + offset: 0xA9B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartDK223Wheel2 + type: texture + offset: 0xA9B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartDK223Wheel3 + type: texture + offset: 0xA9C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartDK224Wheel0 + type: texture + offset: 0xA9C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartDK224Wheel1 + type: texture + offset: 0xA9D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartDK224Wheel2 + type: texture + offset: 0xA9D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartDK224Wheel3 + type: texture + offset: 0xA9E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartDK225Wheel0 + type: texture + offset: 0xA9E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartDK225Wheel1 + type: texture + offset: 0xA9F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartDK225Wheel2 + type: texture + offset: 0xA9F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartDK225Wheel3 + type: texture + offset: 0xAA014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartDK226Wheel0 + type: texture + offset: 0xAA094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartDK226Wheel1 + type: texture + offset: 0xAA114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartDK226Wheel2 + type: texture + offset: 0xAA194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartDK226Wheel3 + type: texture + offset: 0xAA214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartDK227Wheel0 + type: texture + offset: 0xAA294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartDK227Wheel1 + type: texture + offset: 0xAA314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartDK227Wheel2 + type: texture + offset: 0xAA394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartDK227Wheel3 + type: texture + offset: 0xAA414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartDK228Wheel0 + type: texture + offset: 0xAA494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartDK228Wheel1 + type: texture + offset: 0xAA514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartDK228Wheel2 + type: texture + offset: 0xAA594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartDK228Wheel3 + type: texture + offset: 0xAA614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartDK229Wheel0 + type: texture + offset: 0xAA694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartDK229Wheel1 + type: texture + offset: 0xAA714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartDK229Wheel2 + type: texture + offset: 0xAA794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartDK229Wheel3 + type: texture + offset: 0xAA814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartDK230Wheel0 + type: texture + offset: 0xAA894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartDK230Wheel1 + type: texture + offset: 0xAA914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartDK230Wheel2 + type: texture + offset: 0xAA994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartDK230Wheel3 + type: texture + offset: 0xAAA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartDK231Wheel0 + type: texture + offset: 0xAAA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartDK231Wheel1 + type: texture + offset: 0xAAB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartDK231Wheel2 + type: texture + offset: 0xAAB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartDK231Wheel3 + type: texture + offset: 0xAAC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartDK232Wheel0 + type: texture + offset: 0xAAC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartDK232Wheel1 + type: texture + offset: 0xAAD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartDK232Wheel2 + type: texture + offset: 0xAAD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartDK232Wheel3 + type: texture + offset: 0xAAE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartDK233Wheel0 + type: texture + offset: 0xAAE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartDK233Wheel1 + type: texture + offset: 0xAAF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartDK233Wheel2 + type: texture + offset: 0xAAF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartDK233Wheel3 + type: texture + offset: 0xAB014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartDK234Wheel0 + type: texture + offset: 0xAB094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartDK234Wheel1 + type: texture + offset: 0xAB114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartDK234Wheel2 + type: texture + offset: 0xAB194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartDK234Wheel3 + type: texture + offset: 0xAB214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartDK235Wheel0 + type: texture + offset: 0xAB294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartDK235Wheel1 + type: texture + offset: 0xAB314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartDK235Wheel2 + type: texture + offset: 0xAB394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartDK235Wheel3 + type: texture + offset: 0xAB414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartDK236Wheel0 + type: texture + offset: 0xAB494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartDK236Wheel1 + type: texture + offset: 0xAB514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartDK236Wheel2 + type: texture + offset: 0xAB594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartDK236Wheel3 + type: texture + offset: 0xAB614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartDK237Wheel0 + type: texture + offset: 0xAB694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartDK237Wheel1 + type: texture + offset: 0xAB714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartDK237Wheel2 + type: texture + offset: 0xAB794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartDK237Wheel3 + type: texture + offset: 0xAB814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartDK238Wheel0 + type: texture + offset: 0xAB894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartDK238Wheel1 + type: texture + offset: 0xAB914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartDK238Wheel2 + type: texture + offset: 0xAB994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartDK238Wheel3 + type: texture + offset: 0xABA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartDK239Wheel0 + type: texture + offset: 0xABA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartDK239Wheel1 + type: texture + offset: 0xABB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartDK239Wheel2 + type: texture + offset: 0xABB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartDK239Wheel3 + type: texture + offset: 0xABC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartDK240Wheel0 + type: texture + offset: 0xABC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartDK240Wheel1 + type: texture + offset: 0xABD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartDK240Wheel2 + type: texture + offset: 0xABD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartDK240Wheel3 + type: texture + offset: 0xABE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartDK241Wheel0 + type: texture + offset: 0xABE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartDK241Wheel1 + type: texture + offset: 0xABF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartDK241Wheel2 + type: texture + offset: 0xABF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartDK241Wheel3 + type: texture + offset: 0xAC014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartDK242Wheel0 + type: texture + offset: 0xAC094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartDK242Wheel1 + type: texture + offset: 0xAC114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartDK242Wheel2 + type: texture + offset: 0xAC194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartDK242Wheel3 + type: texture + offset: 0xAC214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartDK243Wheel0 + type: texture + offset: 0xAC294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartDK243Wheel1 + type: texture + offset: 0xAC314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartDK243Wheel2 + type: texture + offset: 0xAC394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartDK243Wheel3 + type: texture + offset: 0xAC414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartDK244Wheel0 + type: texture + offset: 0xAC494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartDK244Wheel1 + type: texture + offset: 0xAC514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartDK244Wheel2 + type: texture + offset: 0xAC594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartDK244Wheel3 + type: texture + offset: 0xAC614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartDK245Wheel0 + type: texture + offset: 0xAC694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartDK245Wheel1 + type: texture + offset: 0xAC714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartDK245Wheel2 + type: texture + offset: 0xAC794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartDK245Wheel3 + type: texture + offset: 0xAC814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartDK246Wheel0 + type: texture + offset: 0xAC894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartDK246Wheel1 + type: texture + offset: 0xAC914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartDK246Wheel2 + type: texture + offset: 0xAC994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartDK246Wheel3 + type: texture + offset: 0xACA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartDK247Wheel0 + type: texture + offset: 0xACA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartDK247Wheel1 + type: texture + offset: 0xACB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartDK247Wheel2 + type: texture + offset: 0xACB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartDK247Wheel3 + type: texture + offset: 0xACC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartDK248Wheel0 + type: texture + offset: 0xACC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartDK248Wheel1 + type: texture + offset: 0xACD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartDK248Wheel2 + type: texture + offset: 0xACD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartDK248Wheel3 + type: texture + offset: 0xACE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartDK249Wheel0 + type: texture + offset: 0xACE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartDK249Wheel1 + type: texture + offset: 0xACF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartDK249Wheel2 + type: texture + offset: 0xACF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartDK249Wheel3 + type: texture + offset: 0xAD014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartDK250Wheel0 + type: texture + offset: 0xAD094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartDK250Wheel1 + type: texture + offset: 0xAD114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartDK250Wheel2 + type: texture + offset: 0xAD194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartDK250Wheel3 + type: texture + offset: 0xAD214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartDK251Wheel0 + type: texture + offset: 0xAD294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartDK251Wheel1 + type: texture + offset: 0xAD314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartDK251Wheel2 + type: texture + offset: 0xAD394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartDK251Wheel3 + type: texture + offset: 0xAD414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartDK252Wheel0 + type: texture + offset: 0xAD494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartDK252Wheel1 + type: texture + offset: 0xAD514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartDK252Wheel2 + type: texture + offset: 0xAD594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartDK252Wheel3 + type: texture + offset: 0xAD614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartDK253Wheel0 + type: texture + offset: 0xAD694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartDK253Wheel1 + type: texture + offset: 0xAD714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartDK253Wheel2 + type: texture + offset: 0xAD794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartDK253Wheel3 + type: texture + offset: 0xAD814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartDK254Wheel0 + type: texture + offset: 0xAD894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartDK254Wheel1 + type: texture + offset: 0xAD914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartDK254Wheel2 + type: texture + offset: 0xAD994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartDK254Wheel3 + type: texture + offset: 0xADA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartDK255Wheel0 + type: texture + offset: 0xADA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartDK255Wheel1 + type: texture + offset: 0xADB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartDK255Wheel2 + type: texture + offset: 0xADB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartDK255Wheel3 + type: texture + offset: 0xADC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartDK256Wheel0 + type: texture + offset: 0xADC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartDK256Wheel1 + type: texture + offset: 0xADD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartDK256Wheel2 + type: texture + offset: 0xADD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartDK256Wheel3 + type: texture + offset: 0xADE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartDK257Wheel0 + type: texture + offset: 0xADE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartDK257Wheel1 + type: texture + offset: 0xADF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartDK257Wheel2 + type: texture + offset: 0xADF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartDK257Wheel3 + type: texture + offset: 0xAE014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartDK258Wheel0 + type: texture + offset: 0xAE094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartDK258Wheel1 + type: texture + offset: 0xAE114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartDK258Wheel2 + type: texture + offset: 0xAE194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartDK258Wheel3 + type: texture + offset: 0xAE214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartDK259Wheel0 + type: texture + offset: 0xAE294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartDK259Wheel1 + type: texture + offset: 0xAE314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartDK259Wheel2 + type: texture + offset: 0xAE394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartDK259Wheel3 + type: texture + offset: 0xAE414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartDK260Wheel0 + type: texture + offset: 0xAE494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartDK260Wheel1 + type: texture + offset: 0xAE514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartDK260Wheel2 + type: texture + offset: 0xAE594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartDK260Wheel3 + type: texture + offset: 0xAE614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartDK261Wheel0 + type: texture + offset: 0xAE694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartDK261Wheel1 + type: texture + offset: 0xAE714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartDK261Wheel2 + type: texture + offset: 0xAE794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartDK261Wheel3 + type: texture + offset: 0xAE814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartDK262Wheel0 + type: texture + offset: 0xAE894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartDK262Wheel1 + type: texture + offset: 0xAE914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartDK262Wheel2 + type: texture + offset: 0xAE994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartDK262Wheel3 + type: texture + offset: 0xAEA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartDK263Wheel0 + type: texture + offset: 0xAEA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartDK263Wheel1 + type: texture + offset: 0xAEB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartDK263Wheel2 + type: texture + offset: 0xAEB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartDK263Wheel3 + type: texture + offset: 0xAEC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartDK264Wheel0 + type: texture + offset: 0xAEC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartDK264Wheel1 + type: texture + offset: 0xAED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartDK264Wheel2 + type: texture + offset: 0xAED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartDK264Wheel3 + type: texture + offset: 0xAEE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartDK265Wheel0 + type: texture + offset: 0xAEE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartDK265Wheel1 + type: texture + offset: 0xAEF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartDK265Wheel2 + type: texture + offset: 0xAEF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartDK265Wheel3 + type: texture + offset: 0xAF014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartDK266Wheel0 + type: texture + offset: 0xAF094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartDK266Wheel1 + type: texture + offset: 0xAF114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartDK266Wheel2 + type: texture + offset: 0xAF194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartDK266Wheel3 + type: texture + offset: 0xAF214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartDK267Wheel0 + type: texture + offset: 0xAF294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartDK267Wheel1 + type: texture + offset: 0xAF314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartDK267Wheel2 + type: texture + offset: 0xAF394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartDK267Wheel3 + type: texture + offset: 0xAF414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartDK268Wheel0 + type: texture + offset: 0xAF494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartDK268Wheel1 + type: texture + offset: 0xAF514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartDK268Wheel2 + type: texture + offset: 0xAF594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartDK268Wheel3 + type: texture + offset: 0xAF614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartDK269Wheel0 + type: texture + offset: 0xAF694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartDK269Wheel1 + type: texture + offset: 0xAF714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartDK269Wheel2 + type: texture + offset: 0xAF794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartDK269Wheel3 + type: texture + offset: 0xAF814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartDK270Wheel0 + type: texture + offset: 0xAF894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartDK270Wheel1 + type: texture + offset: 0xAF914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartDK270Wheel2 + type: texture + offset: 0xAF994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartDK270Wheel3 + type: texture + offset: 0xAFA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartDK271Wheel0 + type: texture + offset: 0xAFA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartDK271Wheel1 + type: texture + offset: 0xAFB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartDK271Wheel2 + type: texture + offset: 0xAFB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartDK271Wheel3 + type: texture + offset: 0xAFC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartDK272Wheel0 + type: texture + offset: 0xAFC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartDK272Wheel1 + type: texture + offset: 0xAFD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartDK272Wheel2 + type: texture + offset: 0xAFD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartDK272Wheel3 + type: texture + offset: 0xAFE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartDK273Wheel0 + type: texture + offset: 0xAFE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartDK273Wheel1 + type: texture + offset: 0xAFF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartDK273Wheel2 + type: texture + offset: 0xAFF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartDK273Wheel3 + type: texture + offset: 0xB0014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartDK274Wheel0 + type: texture + offset: 0xB0094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartDK274Wheel1 + type: texture + offset: 0xB0114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartDK274Wheel2 + type: texture + offset: 0xB0194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartDK274Wheel3 + type: texture + offset: 0xB0214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartDK275Wheel0 + type: texture + offset: 0xB0294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartDK275Wheel1 + type: texture + offset: 0xB0314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartDK275Wheel2 + type: texture + offset: 0xB0394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartDK275Wheel3 + type: texture + offset: 0xB0414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartDK276Wheel0 + type: texture + offset: 0xB0494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartDK276Wheel1 + type: texture + offset: 0xB0514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartDK276Wheel2 + type: texture + offset: 0xB0594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartDK276Wheel3 + type: texture + offset: 0xB0614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartDK277Wheel0 + type: texture + offset: 0xB0694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartDK277Wheel1 + type: texture + offset: 0xB0714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartDK277Wheel2 + type: texture + offset: 0xB0794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartDK277Wheel3 + type: texture + offset: 0xB0814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartDK278Wheel0 + type: texture + offset: 0xB0894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartDK278Wheel1 + type: texture + offset: 0xB0914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartDK278Wheel2 + type: texture + offset: 0xB0994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartDK278Wheel3 + type: texture + offset: 0xB0A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartDK279Wheel0 + type: texture + offset: 0xB0A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartDK279Wheel1 + type: texture + offset: 0xB0B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartDK279Wheel2 + type: texture + offset: 0xB0B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartDK279Wheel3 + type: texture + offset: 0xB0C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartDK280Wheel0 + type: texture + offset: 0xB0C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartDK280Wheel1 + type: texture + offset: 0xB0D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartDK280Wheel2 + type: texture + offset: 0xB0D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartDK280Wheel3 + type: texture + offset: 0xB0E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartDK281Wheel0 + type: texture + offset: 0xB0E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartDK281Wheel1 + type: texture + offset: 0xB0F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartDK281Wheel2 + type: texture + offset: 0xB0F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartDK281Wheel3 + type: texture + offset: 0xB1014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartDK282Wheel0 + type: texture + offset: 0xB1094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartDK282Wheel1 + type: texture + offset: 0xB1114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartDK282Wheel2 + type: texture + offset: 0xB1194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartDK282Wheel3 + type: texture + offset: 0xB1214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartDK283Wheel0 + type: texture + offset: 0xB1294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartDK283Wheel1 + type: texture + offset: 0xB1314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartDK283Wheel2 + type: texture + offset: 0xB1394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartDK283Wheel3 + type: texture + offset: 0xB1414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartDK284Wheel0 + type: texture + offset: 0xB1494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartDK284Wheel1 + type: texture + offset: 0xB1514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartDK284Wheel2 + type: texture + offset: 0xB1594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartDK284Wheel3 + type: texture + offset: 0xB1614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartDK285Wheel0 + type: texture + offset: 0xB1694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartDK285Wheel1 + type: texture + offset: 0xB1714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartDK285Wheel2 + type: texture + offset: 0xB1794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartDK285Wheel3 + type: texture + offset: 0xB1814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartDK286Wheel0 + type: texture + offset: 0xB1894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartDK286Wheel1 + type: texture + offset: 0xB1914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartDK286Wheel2 + type: texture + offset: 0xB1994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartDK286Wheel3 + type: texture + offset: 0xB1A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartDK287Wheel0 + type: texture + offset: 0xB1A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartDK287Wheel1 + type: texture + offset: 0xB1B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartDK287Wheel2 + type: texture + offset: 0xB1B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartDK287Wheel3 + type: texture + offset: 0xB1C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartDK288Wheel0 + type: texture + offset: 0xB1C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartDK288Wheel1 + type: texture + offset: 0xB1D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartDK288Wheel2 + type: texture + offset: 0xB1D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartDK288Wheel3 + type: texture + offset: 0xB1E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +donkeykong_kart_palette: + symbol: gKartDKPalette + type: texture + offset: 0xB1E94 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/double_deck_data.yml b/android/app/src/main/assets/yamls/us/double_deck_data.yml new file mode 100644 index 0000000000..d22b1d7b23 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/double_deck_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x8858A0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_double_deck_dl: + symbol: d_course_double_deck_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_double_deck_item_box_spawns: + symbol: d_course_double_deck_item_box_spawns + type: mk64:spawn_data + count: 43 + offset: 0x28 diff --git a/android/app/src/main/assets/yamls/us/double_deck_displaylists.yml b/android/app/src/main/assets/yamls/us/double_deck_displaylists.yml new file mode 100644 index 0000000000..27328ee471 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/double_deck_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x9562F4 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_double_deck_packed_dls: + symbol: d_course_double_deck_packed_dls + type: blob + offset: 0x9562F4 + size: 0x373 diff --git a/android/app/src/main/assets/yamls/us/double_deck_vertices.yml b/android/app/src/main/assets/yamls/us/double_deck_vertices.yml new file mode 100644 index 0000000000..9f62e76101 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/double_deck_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x955620] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_double_deck_vertex: + symbol: d_course_double_deck_vertex + type: mk64:course_vtx + count: 555 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/frappe_snowland_data.yml b/android/app/src/main/assets/yamls/us/frappe_snowland_data.yml new file mode 100644 index 0000000000..4e53e2b1a4 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/frappe_snowland_data.yml @@ -0,0 +1,370 @@ +:config: + segments: + - [0x06, 0x83F740] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_frappe_snowland_dl_0: + symbol: d_course_frappe_snowland_dl_0 + type: gfx + offset: 0x0 +d_course_frappe_snowland_dl_C8: + symbol: d_course_frappe_snowland_dl_C8 + type: gfx + offset: 0xC8 +d_course_frappe_snowland_dl_1B8: + symbol: d_course_frappe_snowland_dl_1B8 + type: gfx + offset: 0x1B8 +d_course_frappe_snowland_dl_298: + symbol: d_course_frappe_snowland_dl_298 + type: gfx + offset: 0x298 +d_course_frappe_snowland_dl_398: + symbol: d_course_frappe_snowland_dl_398 + type: gfx + offset: 0x398 +d_course_frappe_snowland_dl_458: + symbol: d_course_frappe_snowland_dl_458 + type: gfx + offset: 0x458 +d_course_frappe_snowland_dl_540: + symbol: d_course_frappe_snowland_dl_540 + type: gfx + offset: 0x540 +d_course_frappe_snowland_dl_610: + symbol: d_course_frappe_snowland_dl_610 + type: gfx + offset: 0x610 +d_course_frappe_snowland_dl_728: + symbol: d_course_frappe_snowland_dl_728 + type: gfx + offset: 0x728 +d_course_frappe_snowland_dl_7C8: + symbol: d_course_frappe_snowland_dl_7C8 + type: gfx + offset: 0x7C8 +d_course_frappe_snowland_dl_8C0: + symbol: d_course_frappe_snowland_dl_8C0 + type: gfx + offset: 0x8C0 +d_course_frappe_snowland_dl_940: + symbol: d_course_frappe_snowland_dl_940 + type: gfx + offset: 0x940 +d_course_frappe_snowland_dl_A38: + symbol: d_course_frappe_snowland_dl_A38 + type: gfx + offset: 0xA38 +d_course_frappe_snowland_dl_AA8: + symbol: d_course_frappe_snowland_dl_AA8 + type: gfx + offset: 0xAA8 +d_course_frappe_snowland_dl_BA8: + symbol: d_course_frappe_snowland_dl_BA8 + type: gfx + offset: 0xBA8 +d_course_frappe_snowland_dl_C38: + symbol: d_course_frappe_snowland_dl_C38 + type: gfx + offset: 0xC38 +d_course_frappe_snowland_dl_D28: + symbol: d_course_frappe_snowland_dl_D28 + type: gfx + offset: 0xD28 +d_course_frappe_snowland_dl_DA8: + symbol: d_course_frappe_snowland_dl_DA8 + type: gfx + offset: 0xDA8 +d_course_frappe_snowland_dl_EC8: + symbol: d_course_frappe_snowland_dl_EC8 + type: gfx + offset: 0xEC8 +d_course_frappe_snowland_dl_F90: + symbol: d_course_frappe_snowland_dl_F90 + type: gfx + offset: 0xF90 +d_course_frappe_snowland_dl_1068: + symbol: d_course_frappe_snowland_dl_1068 + type: gfx + offset: 0x1068 +d_course_frappe_snowland_dl_1118: + symbol: d_course_frappe_snowland_dl_1118 + type: gfx + offset: 0x1118 +d_course_frappe_snowland_dl_1240: + symbol: d_course_frappe_snowland_dl_1240 + type: gfx + offset: 0x1240 +d_course_frappe_snowland_dl_1360: + symbol: d_course_frappe_snowland_dl_1360 + type: gfx + offset: 0x1360 +d_course_frappe_snowland_dl_1430: + symbol: d_course_frappe_snowland_dl_1430 + type: gfx + offset: 0x1430 +d_course_frappe_snowland_dl_14E0: + symbol: d_course_frappe_snowland_dl_14E0 + type: gfx + offset: 0x14E0 +d_course_frappe_snowland_dl_1610: + symbol: d_course_frappe_snowland_dl_1610 + type: gfx + offset: 0x1610 +d_course_frappe_snowland_dl_1768: + symbol: d_course_frappe_snowland_dl_1768 + type: gfx + offset: 0x1768 +d_course_frappe_snowland_dl_1818: + symbol: d_course_frappe_snowland_dl_1818 + type: gfx + offset: 0x1818 +d_course_frappe_snowland_dl_1930: + symbol: d_course_frappe_snowland_dl_1930 + type: gfx + offset: 0x1930 +d_course_frappe_snowland_dl_1A50: + symbol: d_course_frappe_snowland_dl_1A50 + type: gfx + offset: 0x1A50 +d_course_frappe_snowland_dl_1BC8: + symbol: d_course_frappe_snowland_dl_1BC8 + type: gfx + offset: 0x1BC8 +d_course_frappe_snowland_dl_1C80: + symbol: d_course_frappe_snowland_dl_1C80 + type: gfx + offset: 0x1C80 +d_course_frappe_snowland_dl_1DE8: + symbol: d_course_frappe_snowland_dl_1DE8 + type: gfx + offset: 0x1DE8 +d_course_frappe_snowland_dl_1E98: + symbol: d_course_frappe_snowland_dl_1E98 + type: gfx + offset: 0x1E98 +d_course_frappe_snowland_dl_2000: + symbol: d_course_frappe_snowland_dl_2000 + type: gfx + offset: 0x2000 +d_course_frappe_snowland_dl_20B0: + symbol: d_course_frappe_snowland_dl_20B0 + type: gfx + offset: 0x20B0 +d_course_frappe_snowland_dl_2240: + symbol: d_course_frappe_snowland_dl_2240 + type: gfx + offset: 0x2240 +d_course_frappe_snowland_dl_2308: + symbol: d_course_frappe_snowland_dl_2308 + type: gfx + offset: 0x2308 +d_course_frappe_snowland_dl_2448: + symbol: d_course_frappe_snowland_dl_2448 + type: gfx + offset: 0x2448 +d_course_frappe_snowland_dl_2588: + symbol: d_course_frappe_snowland_dl_2588 + type: gfx + offset: 0x2588 +d_course_frappe_snowland_dl_2618: + symbol: d_course_frappe_snowland_dl_2618 + type: gfx + offset: 0x2618 +d_course_frappe_snowland_dl_2698: + symbol: d_course_frappe_snowland_dl_2698 + type: gfx + offset: 0x2698 +d_course_frappe_snowland_dl_2700: + symbol: d_course_frappe_snowland_dl_2700 + type: gfx + offset: 0x2700 +d_course_frappe_snowland_dl_2780: + symbol: d_course_frappe_snowland_dl_2780 + type: gfx + offset: 0x2780 +d_course_frappe_snowland_dl_27F8: + symbol: d_course_frappe_snowland_dl_27F8 + type: gfx + offset: 0x27F8 +d_course_frappe_snowland_dl_2860: + symbol: d_course_frappe_snowland_dl_2860 + type: gfx + offset: 0x2860 +d_course_frappe_snowland_dl_28A8: + symbol: d_course_frappe_snowland_dl_28A8 + type: gfx + offset: 0x28A8 +d_course_frappe_snowland_dl_2930: + symbol: d_course_frappe_snowland_dl_2930 + type: gfx + offset: 0x2930 +d_course_frappe_snowland_dl_29B0: + symbol: d_course_frappe_snowland_dl_29B0 + type: gfx + offset: 0x29B0 +d_course_frappe_snowland_dl_2A40: + symbol: d_course_frappe_snowland_dl_2A40 + type: gfx + offset: 0x2A40 +d_course_frappe_snowland_dl_2AB0: + symbol: d_course_frappe_snowland_dl_2AB0 + type: gfx + offset: 0x2AB0 +d_course_frappe_snowland_dl_2B48: + symbol: d_course_frappe_snowland_dl_2B48 + type: gfx + offset: 0x2B48 +d_course_frappe_snowland_dl_2BA0: + symbol: d_course_frappe_snowland_dl_2BA0 + type: gfx + offset: 0x2BA0 +d_course_frappe_snowland_dl_2C00: + symbol: d_course_frappe_snowland_dl_2C00 + type: gfx + offset: 0x2C00 +d_course_frappe_snowland_dl_2C50: + symbol: d_course_frappe_snowland_dl_2C50 + type: gfx + offset: 0x2C50 +d_course_frappe_snowland_dl_2CB8: + symbol: d_course_frappe_snowland_dl_2CB8 + type: gfx + offset: 0x2CB8 +d_course_frappe_snowland_dl_2D20: + symbol: d_course_frappe_snowland_dl_2D20 + type: gfx + offset: 0x2D20 +d_course_frappe_snowland_dl_2D78: + symbol: d_course_frappe_snowland_dl_2D78 + type: gfx + offset: 0x2D78 +d_course_frappe_snowland_dl_2DD0: + symbol: d_course_frappe_snowland_dl_2DD0 + type: gfx + offset: 0x2DD0 +d_course_frappe_snowland_dl_2E40: + symbol: d_course_frappe_snowland_dl_2E40 + type: gfx + offset: 0x2E40 +d_course_frappe_snowland_dl_2F40: + symbol: d_course_frappe_snowland_dl_2F40 + type: gfx + offset: 0x2F40 +d_course_frappe_snowland_dl_3000: + symbol: d_course_frappe_snowland_dl_3000 + type: gfx + offset: 0x3000 +d_course_frappe_snowland_dl_30D0: + symbol: d_course_frappe_snowland_dl_30D0 + type: gfx + offset: 0x30D0 +d_course_frappe_snowland_dl_3198: + symbol: d_course_frappe_snowland_dl_3198 + type: gfx + offset: 0x3198 +d_course_frappe_snowland_dl_3270: + symbol: d_course_frappe_snowland_dl_3270 + type: gfx + offset: 0x3270 +d_course_frappe_snowland_dl_3328: + symbol: d_course_frappe_snowland_dl_3328 + type: gfx + offset: 0x3328 +d_course_frappe_snowland_dl_33E0: + symbol: d_course_frappe_snowland_dl_33E0 + type: gfx + offset: 0x33E0 +d_course_frappe_snowland_unknown_waypoints: + symbol: d_course_frappe_snowland_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x34A0 + count: 73 +d_course_frappe_snowland_track_waypoints: + symbol: d_course_frappe_snowland_track_waypoints + type: mk64:TRACK_PATH + offset: 0x36E8 + count: 647 +d_course_frappe_snowland_snowman_tlut: + symbol: d_course_frappe_snowland_snowman_tlut + type: texture + offset: 0x4B20 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_frappe_snowland_snowman_head: + symbol: d_course_frappe_snowland_snowman_head + type: texture + offset: 0x4D20 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_frappe_snowland_snowman_body: + symbol: d_course_frappe_snowland_snowman_body + type: texture + offset: 0x5D20 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_frappe_snowland_snow_tlut: + symbol: d_course_frappe_snowland_snow_tlut + type: texture + offset: 0x6D20 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_frappe_snowland_snow: + symbol: d_course_frappe_snowland_snow + type: texture + offset: 0x6F20 + width: 32 + height: 32 + format: ci8 + ctype: u8 +d_course_frappe_snowland_tree_tlut: + symbol: d_course_frappe_snowland_tree_tlut + type: texture + offset: 0x7320 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_frappe_snowland_tree: + symbol: d_frappe_snowland_tree + type: vtx + offset: 0x7520 + count: 8 +d_course_frappe_snowland_dl_tree: + symbol: d_course_frappe_snowland_dl_tree + type: gfx + offset: 0x75A0 +d_course_frappe_snowland_dl_76A0: + symbol: d_course_frappe_snowland_dl_76A0 + type: gfx + offset: 0x76A0 +d_course_frappe_snowland_tree_spawns: + symbol: d_course_frappe_snowland_tree_spawns + type: mk64:spawn_data + offset: 0x7718 + count: 31 +d_course_frappe_snowland_item_box_spawns: + symbol: d_course_frappe_snowland_item_box_spawns + type: mk64:spawn_data + offset: 0x7810 + count: 16 +d_course_frappe_snowland_addr: + symbol: d_course_frappe_snowland_addr + type: mk64:track_sections + offset: 0x79A0 + count: 48 diff --git a/android/app/src/main/assets/yamls/us/frappe_snowland_displaylists.yml b/android/app/src/main/assets/yamls/us/frappe_snowland_displaylists.yml new file mode 100644 index 0000000000..0697a4697d --- /dev/null +++ b/android/app/src/main/assets/yamls/us/frappe_snowland_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8D6624 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_frappe_snowland_packed_dls: + symbol: d_course_frappe_snowland_packed_dls + type: blob + offset: 0x8D6624 + size: 0x2821 diff --git a/android/app/src/main/assets/yamls/us/frappe_snowland_vertices.yml b/android/app/src/main/assets/yamls/us/frappe_snowland_vertices.yml new file mode 100644 index 0000000000..fe413d1cfc --- /dev/null +++ b/android/app/src/main/assets/yamls/us/frappe_snowland_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8CC900] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_frappe_snowland_vertex: + symbol: d_course_frappe_snowland_vertex + type: mk64:course_vtx + count: 5529 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/kalimari_desert_data.yml b/android/app/src/main/assets/yamls/us/kalimari_desert_data.yml new file mode 100644 index 0000000000..020298f1b8 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/kalimari_desert_data.yml @@ -0,0 +1,1543 @@ +:config: + segments: + - [0x06, 0x8666a0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_kalimari_desert_dl_0: + symbol: d_course_kalimari_desert_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_kalimari_desert_dl_100: + symbol: d_course_kalimari_desert_dl_100 + type: gfx + offset: 0x100 + otr_mode: index +d_course_kalimari_desert_dl_258: + symbol: d_course_kalimari_desert_dl_258 + type: gfx + offset: 0x258 + otr_mode: index +d_course_kalimari_desert_dl_310: + symbol: d_course_kalimari_desert_dl_310 + type: gfx + offset: 0x310 + otr_mode: index +d_course_kalimari_desert_dl_4A0: + symbol: d_course_kalimari_desert_dl_4A0 + type: gfx + offset: 0x4a0 + otr_mode: index +d_course_kalimari_desert_dl_5C0: + symbol: d_course_kalimari_desert_dl_5C0 + type: gfx + offset: 0x5c0 + otr_mode: index +d_course_kalimari_desert_dl_778: + symbol: d_course_kalimari_desert_dl_778 + type: gfx + offset: 0x778 + otr_mode: index +d_course_kalimari_desert_dl_858: + symbol: d_course_kalimari_desert_dl_858 + type: gfx + offset: 0x858 + otr_mode: index +d_course_kalimari_desert_dl_A58: + symbol: d_course_kalimari_desert_dl_A58 + type: gfx + offset: 0xa58 + otr_mode: index +d_course_kalimari_desert_dl_B38: + symbol: d_course_kalimari_desert_dl_B38 + type: gfx + offset: 0xb38 + otr_mode: index +d_course_kalimari_desert_dl_CD0: + symbol: d_course_kalimari_desert_dl_CD0 + type: gfx + offset: 0xcd0 + otr_mode: index +d_course_kalimari_desert_dl_DD0: + symbol: d_course_kalimari_desert_dl_DD0 + type: gfx + offset: 0xdd0 + otr_mode: index +d_course_kalimari_desert_dl_F68: + symbol: d_course_kalimari_desert_dl_F68 + type: gfx + offset: 0xf68 + otr_mode: index +d_course_kalimari_desert_dl_1030: + symbol: d_course_kalimari_desert_dl_1030 + type: gfx + offset: 0x1030 + otr_mode: index +d_course_kalimari_desert_dl_1258: + symbol: d_course_kalimari_desert_dl_1258 + type: gfx + offset: 0x1258 + otr_mode: index +d_course_kalimari_desert_dl_1350: + symbol: d_course_kalimari_desert_dl_1350 + type: gfx + offset: 0x1350 + otr_mode: index +d_course_kalimari_desert_dl_14C0: + symbol: d_course_kalimari_desert_dl_14C0 + type: gfx + offset: 0x14c0 + otr_mode: index +d_course_kalimari_desert_dl_1588: + symbol: d_course_kalimari_desert_dl_1588 + type: gfx + offset: 0x1588 + otr_mode: index +d_course_kalimari_desert_dl_17C8: + symbol: d_course_kalimari_desert_dl_17C8 + type: gfx + offset: 0x17c8 + otr_mode: index +d_course_kalimari_desert_dl_18C8: + symbol: d_course_kalimari_desert_dl_18C8 + type: gfx + offset: 0x18c8 + otr_mode: index +d_course_kalimari_desert_dl_1A58: + symbol: d_course_kalimari_desert_dl_1A58 + type: gfx + offset: 0x1a58 + otr_mode: index +d_course_kalimari_desert_dl_1B38: + symbol: d_course_kalimari_desert_dl_1B38 + type: gfx + offset: 0x1b38 + otr_mode: index +d_course_kalimari_desert_dl_1D48: + symbol: d_course_kalimari_desert_dl_1D48 + type: gfx + offset: 0x1d48 + otr_mode: index +d_course_kalimari_desert_dl_1E80: + symbol: d_course_kalimari_desert_dl_1E80 + type: gfx + offset: 0x1e80 + otr_mode: index +d_course_kalimari_desert_dl_2000: + symbol: d_course_kalimari_desert_dl_2000 + type: gfx + offset: 0x2000 + otr_mode: index +d_course_kalimari_desert_dl_20E0: + symbol: d_course_kalimari_desert_dl_20E0 + type: gfx + offset: 0x20e0 + otr_mode: index +d_course_kalimari_desert_dl_22D8: + symbol: d_course_kalimari_desert_dl_22D8 + type: gfx + offset: 0x22d8 + otr_mode: index +d_course_kalimari_desert_dl_2458: + symbol: d_course_kalimari_desert_dl_2458 + type: gfx + offset: 0x2458 + otr_mode: index +d_course_kalimari_desert_dl_25D0: + symbol: d_course_kalimari_desert_dl_25D0 + type: gfx + offset: 0x25d0 + otr_mode: index +d_course_kalimari_desert_dl_26E8: + symbol: d_course_kalimari_desert_dl_26E8 + type: gfx + offset: 0x26e8 + otr_mode: index +d_course_kalimari_desert_dl_2868: + symbol: d_course_kalimari_desert_dl_2868 + type: gfx + offset: 0x2868 + otr_mode: index +d_course_kalimari_desert_dl_29C0: + symbol: d_course_kalimari_desert_dl_29C0 + type: gfx + offset: 0x29c0 + otr_mode: index +d_course_kalimari_desert_dl_2B40: + symbol: d_course_kalimari_desert_dl_2B40 + type: gfx + offset: 0x2b40 + otr_mode: index +d_course_kalimari_desert_dl_2C88: + symbol: d_course_kalimari_desert_dl_2C88 + type: gfx + offset: 0x2c88 + otr_mode: index +d_course_kalimari_desert_dl_2DE8: + symbol: d_course_kalimari_desert_dl_2DE8 + type: gfx + offset: 0x2de8 + otr_mode: index +d_course_kalimari_desert_dl_2F30: + symbol: d_course_kalimari_desert_dl_2F30 + type: gfx + offset: 0x2f30 + otr_mode: index +d_course_kalimari_desert_dl_3068: + symbol: d_course_kalimari_desert_dl_3068 + type: gfx + offset: 0x3068 + otr_mode: index +d_course_kalimari_desert_dl_31C0: + symbol: d_course_kalimari_desert_dl_31C0 + type: gfx + offset: 0x31c0 + otr_mode: index +d_course_kalimari_desert_dl_32F8: + symbol: d_course_kalimari_desert_dl_32F8 + type: gfx + offset: 0x32f8 + otr_mode: index +d_course_kalimari_desert_dl_3460: + symbol: d_course_kalimari_desert_dl_3460 + type: gfx + offset: 0x3460 + otr_mode: index +d_course_kalimari_desert_dl_3590: + symbol: d_course_kalimari_desert_dl_3590 + type: gfx + offset: 0x3590 + otr_mode: index +d_course_kalimari_desert_dl_3718: + symbol: d_course_kalimari_desert_dl_3718 + type: gfx + offset: 0x3718 + otr_mode: index +d_course_kalimari_desert_dl_3818: + symbol: d_course_kalimari_desert_dl_3818 + type: gfx + offset: 0x3818 + otr_mode: index +d_course_kalimari_desert_dl_3998: + symbol: d_course_kalimari_desert_dl_3998 + type: gfx + offset: 0x3998 + otr_mode: index +d_course_kalimari_desert_dl_3AC0: + symbol: d_course_kalimari_desert_dl_3AC0 + type: gfx + offset: 0x3ac0 + otr_mode: index +d_course_kalimari_desert_dl_3CA0: + symbol: d_course_kalimari_desert_dl_3CA0 + type: gfx + offset: 0x3ca0 + otr_mode: index +d_course_kalimari_desert_dl_3DB8: + symbol: d_course_kalimari_desert_dl_3DB8 + type: gfx + offset: 0x3db8 + otr_mode: index +d_course_kalimari_desert_dl_3FB0: + symbol: d_course_kalimari_desert_dl_3FB0 + type: gfx + offset: 0x3fb0 + otr_mode: index +d_course_kalimari_desert_dl_40A8: + symbol: d_course_kalimari_desert_dl_40A8 + type: gfx + offset: 0x40a8 + otr_mode: index +d_course_kalimari_desert_dl_4280: + symbol: d_course_kalimari_desert_dl_4280 + type: gfx + offset: 0x4280 + otr_mode: index +d_course_kalimari_desert_dl_4358: + symbol: d_course_kalimari_desert_dl_4358 + type: gfx + offset: 0x4358 + otr_mode: index +d_course_kalimari_desert_dl_4538: + symbol: d_course_kalimari_desert_dl_4538 + type: gfx + offset: 0x4538 + otr_mode: index +d_course_kalimari_desert_dl_4630: + symbol: d_course_kalimari_desert_dl_4630 + type: gfx + offset: 0x4630 + otr_mode: index +d_course_kalimari_desert_dl_4908: + symbol: d_course_kalimari_desert_dl_4908 + type: gfx + offset: 0x4908 + otr_mode: index +d_course_kalimari_desert_dl_49E0: + symbol: d_course_kalimari_desert_dl_49E0 + type: gfx + offset: 0x49e0 + otr_mode: index +d_course_kalimari_desert_dl_4BA0: + symbol: d_course_kalimari_desert_dl_4BA0 + type: gfx + offset: 0x4ba0 + otr_mode: index +d_course_kalimari_desert_dl_4CF0: + symbol: d_course_kalimari_desert_dl_4CF0 + type: gfx + offset: 0x4cf0 + otr_mode: index +d_course_kalimari_desert_dl_4EF8: + symbol: d_course_kalimari_desert_dl_4EF8 + type: gfx + offset: 0x4ef8 + otr_mode: index +d_course_kalimari_desert_dl_4FB0: + symbol: d_course_kalimari_desert_dl_4FB0 + type: gfx + offset: 0x4fb0 + otr_mode: index +d_course_kalimari_desert_dl_5100: + symbol: d_course_kalimari_desert_dl_5100 + type: gfx + offset: 0x5100 + otr_mode: index +d_course_kalimari_desert_dl_5208: + symbol: d_course_kalimari_desert_dl_5208 + type: gfx + offset: 0x5208 + otr_mode: index +d_course_kalimari_desert_dl_53A0: + symbol: d_course_kalimari_desert_dl_53A0 + type: gfx + offset: 0x53a0 + otr_mode: index +d_course_kalimari_desert_dl_5470: + symbol: d_course_kalimari_desert_dl_5470 + type: gfx + offset: 0x5470 + otr_mode: index +d_course_kalimari_desert_dl_55C8: + symbol: d_course_kalimari_desert_dl_55C8 + type: gfx + offset: 0x55c8 + otr_mode: index +d_course_kalimari_desert_dl_5730: + symbol: d_course_kalimari_desert_dl_5730 + type: gfx + offset: 0x5730 + otr_mode: index +d_course_kalimari_desert_dl_5898: + symbol: d_course_kalimari_desert_dl_5898 + type: gfx + offset: 0x5898 + otr_mode: index +d_course_kalimari_desert_dl_5978: + symbol: d_course_kalimari_desert_dl_5978 + type: gfx + offset: 0x5978 + otr_mode: index +d_course_kalimari_desert_dl_5AD0: + symbol: d_course_kalimari_desert_dl_5AD0 + type: gfx + offset: 0x5ad0 + otr_mode: index +d_course_kalimari_desert_dl_5BE8: + symbol: d_course_kalimari_desert_dl_5BE8 + type: gfx + offset: 0x5be8 + otr_mode: index +d_course_kalimari_desert_dl_5D20: + symbol: d_course_kalimari_desert_dl_5D20 + type: gfx + offset: 0x5d20 + otr_mode: index +d_course_kalimari_desert_dl_5DF8: + symbol: d_course_kalimari_desert_dl_5DF8 + type: gfx + offset: 0x5df8 + otr_mode: index +d_course_kalimari_desert_dl_5F20: + symbol: d_course_kalimari_desert_dl_5F20 + type: gfx + offset: 0x5f20 + otr_mode: index +d_course_kalimari_desert_dl_6028: + symbol: d_course_kalimari_desert_dl_6028 + type: gfx + offset: 0x6028 + otr_mode: index +d_course_kalimari_desert_dl_61B0: + symbol: d_course_kalimari_desert_dl_61B0 + type: gfx + offset: 0x61b0 + otr_mode: index +d_course_kalimari_desert_dl_62F8: + symbol: d_course_kalimari_desert_dl_62F8 + type: gfx + offset: 0x62f8 + otr_mode: index +d_course_kalimari_desert_dl_63E0: + symbol: d_course_kalimari_desert_dl_63E0 + type: gfx + offset: 0x63e0 + otr_mode: index +d_course_kalimari_desert_dl_65B0: + symbol: d_course_kalimari_desert_dl_65B0 + type: gfx + offset: 0x65b0 + otr_mode: index +d_course_kalimari_desert_dl_66F0: + symbol: d_course_kalimari_desert_dl_66F0 + type: gfx + offset: 0x66f0 + otr_mode: index +d_course_kalimari_desert_dl_6838: + symbol: d_course_kalimari_desert_dl_6838 + type: gfx + offset: 0x6838 + otr_mode: index +d_course_kalimari_desert_dl_6940: + symbol: d_course_kalimari_desert_dl_6940 + type: gfx + offset: 0x6940 + otr_mode: index +d_course_kalimari_desert_unknown_waypoints: + symbol: d_course_kalimari_desert_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x6ac8 + count: 51 +d_course_kalimari_desert_track_unknown_waypoints: + symbol: d_course_kalimari_desert_track_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x6c60 + count: 76 +d_course_kalimari_desert_track_waypoints: + symbol: d_course_kalimari_desert_track_waypoints + type: mk64:TRACK_PATH + offset: 0x6ec0 + count: 664 +d_course_kalimari_desert_tree_tlut: + symbol: d_course_kalimari_desert_tree_tlut + type: texture + offset: 0x8380 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_cactus_model1: + symbol: d_course_kalimari_desert_cactus_model1 + type: vtx + offset: 0x8468 + count: 8 +d_course_kalimari_desert_cactus_model2: + symbol: d_course_kalimari_desert_cactus_model2 + type: vtx + offset: 0x84e8 + count: 8 +d_course_kalimari_desert_dl_cactus1: + symbol: d_course_kalimari_desert_dl_cactus1 + type: gfx + offset: 0x8528 +d_course_kalimari_desert_dl_cactus2: + symbol: d_course_kalimari_desert_dl_cactus2 + type: gfx + offset: 0x8628 +d_course_kalimari_desert_dl_cactus3: + symbol: d_course_kalimari_desert_dl_cactus3 + type: gfx + offset: 0x8728 +d_course_kalimari_desert_crossing_sign_inactive_top_left: + symbol: d_course_kalimari_desert_crossing_sign_inactive_top_left + type: texture + offset: 0x87e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_top_right: + symbol: d_course_kalimari_desert_crossing_sign_inactive_top_right + type: texture + offset: 0x97e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_bottom_left: + symbol: d_course_kalimari_desert_crossing_sign_inactive_bottom_left + type: texture + offset: 0xa7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_bottom_right: + symbol: d_course_kalimari_desert_crossing_sign_inactive_bottom_right + type: texture + offset: 0xb7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_top_left: + symbol: d_course_kalimari_desert_crossing_sign_active_top_left + type: texture + offset: 0xc7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_top_right: + symbol: d_course_kalimari_desert_crossing_sign_active_top_right + type: texture + offset: 0xd7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_bottom_left: + symbol: d_course_kalimari_desert_crossing_sign_active_bottom_left + type: texture + offset: 0xe7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_bottom_right: + symbol: d_course_kalimari_desert_crossing_sign_active_bottom_right + type: texture + offset: 0xf7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_signal_active_model: + symbol: d_course_kalimari_desert_crossing_signal_active_model + type: vtx + offset: 0x107e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model1: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model1 + type: vtx + offset: 0x10828 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model2: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model2 + type: vtx + offset: 0x10868 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model3: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model3 + type: vtx + offset: 0x108a8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model4: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model4 + type: vtx + offset: 0x108e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model5: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model5 + type: vtx + offset: 0x10928 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model6: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model6 + type: vtx + offset: 0x10968 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model7: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model7 + type: vtx + offset: 0x109a8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model8: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model8 + type: vtx + offset: 0x109e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model9: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model9 + type: vtx + offset: 0x10a28 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model10: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model10 + type: vtx + offset: 0x10a68 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model11: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model11 + type: vtx + offset: 0x10aa8 + count: 4 +d_course_kalimari_desert_dl_crossing_right_active: + symbol: d_course_kalimari_desert_dl_crossing_right_active + type: gfx + offset: 0x10ae8 +d_course_kalimari_desert_dl_crossing_left_active: + symbol: d_course_kalimari_desert_dl_crossing_left_active + type: gfx + offset: 0x10c10 +d_course_kalimari_desert_dl_crossing_both_inactive: + symbol: d_course_kalimari_desert_dl_crossing_both_inactive + type: gfx + offset: 0x10d38 +d_course_kalimari_desert_locomotive_64: + symbol: d_course_kalimari_desert_locomotive_64 + type: texture + offset: 0x10e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_cab_window: + symbol: d_course_kalimari_desert_locomotive_cab_window + type: texture + offset: 0x11660 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_cab_window_front: + symbol: d_course_kalimari_desert_locomotive_cab_window_front + type: texture + offset: 0x12660 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_chassis: + symbol: d_course_kalimari_desert_locomotive_chassis + type: texture + offset: 0x13660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_lamp: + symbol: d_course_kalimari_desert_locomotive_lamp + type: texture + offset: 0x13e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_boiler: + symbol: d_course_kalimari_desert_locomotive_boiler + type: texture + offset: 0x14660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_railing: + symbol: d_course_kalimari_desert_carriage_railing + type: texture + offset: 0x14e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_tender: + symbol: d_course_kalimari_desert_locomotive_tender + type: texture + offset: 0x15e60 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_railway_ballast: + symbol: d_course_kalimari_desert_railway_ballast + type: texture + offset: 0x16e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_lower: + symbol: d_course_kalimari_desert_carriage_lower + type: texture + offset: 0x17660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_door: + symbol: d_course_kalimari_desert_carriage_door + type: texture + offset: 0x17e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_window: + symbol: d_course_kalimari_desert_carriage_window + type: texture + offset: 0x18e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_model_lod2: + symbol: d_course_kalimari_desert_locomotive_model_lod2 + type: vtx + offset: 0x19e60 + count: 10 +d_course_kalimari_desert_unknown_lod2_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model1 + type: vtx + offset: 0x19f00 + count: 8 +d_course_kalimari_desert_unknown_lod2_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model2 + type: vtx + offset: 0x19f80 + count: 8 +d_course_kalimari_desert_unknown_lod2_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model3 + type: vtx + offset: 0x1a000 + count: 30 +d_course_kalimari_desert_unknown_lod2_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model4 + type: vtx + offset: 0x1a1e0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model5 + type: vtx + offset: 0x1a3e0 + count: 30 +d_course_kalimari_desert_unknown_lod2_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model6 + type: vtx + offset: 0x1a5c0 + count: 4 +d_course_kalimari_desert_unknown_lod2_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model7 + type: vtx + offset: 0x1a600 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model8 + type: vtx + offset: 0x1a800 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model9 + type: vtx + offset: 0x1a860 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model10 + type: vtx + offset: 0x1a8c0 + count: 4 +d_course_kalimari_desert_unknown_lod2_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model11 + type: vtx + offset: 0x1a900 + count: 28 +d_course_kalimari_desert_unknown_lod2_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model12 + type: vtx + offset: 0x1aac0 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model13 + type: vtx + offset: 0x1ab20 + count: 12 +d_course_kalimari_desert_unknown_lod2_locomotive_model14: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model14 + type: vtx + offset: 0x1abe0 + count: 31 +d_course_kalimari_desert_unknown_lod2_locomotive_model15: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model15 + type: vtx + offset: 0x1add0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model16: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model16 + type: vtx + offset: 0x1afd0 + count: 16 +d_course_kalimari_desert_unknown_lod2_locomotive_model17: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model17 + type: vtx + offset: 0x1b0d0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model18: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model18 + type: vtx + offset: 0x1b2d0 + count: 12 +d_course_kalimari_desert_unknown_lod2_locomotive_model19: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model19 + type: vtx + offset: 0x1b390 + count: 31 +d_course_kalimari_desert_unknown_lod2_locomotive_model20: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model20 + type: vtx + offset: 0x1b580 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model21: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model21 + type: vtx + offset: 0x1b780 + count: 4 +d_course_kalimari_desert_dl_1B7C0: + symbol: d_course_kalimari_desert_dl_1B7C0 + type: gfx + offset: 0x1b7c0 +d_course_kalimari_desert_dl_1B850: + symbol: d_course_kalimari_desert_dl_1B850 + type: gfx + offset: 0x1b850 +d_course_kalimari_desert_dl_1B950: + symbol: d_course_kalimari_desert_dl_1B950 + type: gfx + offset: 0x1b950 +d_course_kalimari_desert_dl_1B968: + symbol: d_course_kalimari_desert_dl_1B968 + type: gfx + offset: 0x1b968 +d_course_kalimari_desert_dl_1B978: + symbol: d_course_kalimari_desert_dl_1B978 + type: gfx + offset: 0x1b978 +d_course_kalimari_desert_dl_1B990: + symbol: d_course_kalimari_desert_dl_1B990 + type: gfx + offset: 0x1b990 +d_course_kalimari_desert_dl_1BD18: + symbol: d_course_kalimari_desert_dl_1BD18 + type: gfx + offset: 0x1bd18 +d_course_kalimari_desert_dl_1BD58: + symbol: d_course_kalimari_desert_dl_1BD58 + type: gfx + offset: 0x1bd58 +d_course_kalimari_desert_dl_1BEF8: + symbol: d_course_kalimari_desert_dl_1BEF8 + type: gfx + offset: 0x1bef8 +d_course_kalimari_desert_dl_1BF90: + symbol: d_course_kalimari_desert_dl_1BF90 + type: gfx + offset: 0x1bf90 +d_course_kalimari_desert_dl_1C0B0: + symbol: d_course_kalimari_desert_dl_1C0B0 + type: gfx + offset: 0x1c0b0 +d_course_kalimari_desert_dl_1C0E0: + symbol: d_course_kalimari_desert_dl_1C0E0 + type: gfx + offset: 0x1c0e0 +d_course_kalimari_desert_dl_1C0F0: + symbol: d_course_kalimari_desert_dl_1C0F0 + type: gfx + offset: 0x1c0f0 +d_course_kalimari_desert_locomotive_model_lod1: + symbol: d_course_kalimari_desert_locomotive_model_lod1 + type: vtx + offset: 0x1c108 + count: 10 +d_course_kalimari_desert_unknown_lod1_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model1 + type: vtx + offset: 0x1c1a8 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model2 + type: vtx + offset: 0x1c228 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model3 + type: vtx + offset: 0x1c2a8 + count: 32 +d_course_kalimari_desert_unknown_lod1_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model4 + type: vtx + offset: 0x1c4a8 + count: 30 +d_course_kalimari_desert_unknown_lod1_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model5 + type: vtx + offset: 0x1c688 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model6 + type: vtx + offset: 0x1c7c8 + count: 6 +d_course_kalimari_desert_unknown_lod1_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model7 + type: vtx + offset: 0x1c828 + count: 4 +d_course_kalimari_desert_unknown_lod1_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model8 + type: vtx + offset: 0x1c868 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model9 + type: vtx + offset: 0x1c9a8 + count: 4 +d_course_kalimari_desert_unknown_lod1_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model10 + type: vtx + offset: 0x1c9e8 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model11 + type: vtx + offset: 0x1ca68 + count: 30 +d_course_kalimari_desert_unknown_lod1_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model12 + type: vtx + offset: 0x1cc48 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model13 + type: vtx + offset: 0x1cd88 + count: 31 +d_course_kalimari_desert_unknown_lod1_locomotive_model14: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model14 + type: vtx + offset: 0x1cf78 + count: 3 +d_course_kalimari_desert_dl_1CFA8: + symbol: d_course_kalimari_desert_dl_1CFA8 + type: gfx + offset: 0x1cfa8 +d_course_kalimari_desert_dl_1D038: + symbol: d_course_kalimari_desert_dl_1D038 + type: gfx + offset: 0x1d038 +d_course_kalimari_desert_dl_1D138: + symbol: d_course_kalimari_desert_dl_1D138 + type: gfx + offset: 0x1d138 +d_course_kalimari_desert_dl_1D150: + symbol: d_course_kalimari_desert_dl_1D150 + type: gfx + offset: 0x1d150 +d_course_kalimari_desert_dl_1D160: + symbol: d_course_kalimari_desert_dl_1D160 + type: gfx + offset: 0x1d160 +d_course_kalimari_desert_dl_1D178: + symbol: d_course_kalimari_desert_dl_1D178 + type: gfx + offset: 0x1d178 +d_course_kalimari_desert_dl_1D418: + symbol: d_course_kalimari_desert_dl_1D418 + type: gfx + offset: 0x1d418 +d_course_kalimari_desert_dl_1D450: + symbol: d_course_kalimari_desert_dl_1D450 + type: gfx + offset: 0x1d450 +d_course_kalimari_desert_dl_1D540: + symbol: d_course_kalimari_desert_dl_1D540 + type: gfx + offset: 0x1d540 +d_course_kalimari_desert_dl_1D598: + symbol: d_course_kalimari_desert_dl_1D598 + type: gfx + offset: 0x1d598 +d_course_kalimari_desert_dl_1D630: + symbol: d_course_kalimari_desert_dl_1D630 + type: gfx + offset: 0x1d630 +d_course_kalimari_desert_dl_1D660: + symbol: d_course_kalimari_desert_dl_1D660 + type: gfx + offset: 0x1d660 +d_course_kalimari_desert_dl_1D670: + symbol: d_course_kalimari_desert_dl_1D670 + type: gfx + offset: 0x1d670 +d_course_kalimari_desert_locomotive_model_lod0: + symbol: d_course_kalimari_desert_locomotive_model_lod0 + type: vtx + offset: 0x1d688 + count: 10 +d_course_kalimari_desert_unknown_lod0_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model1 + type: vtx + offset: 0x1d728 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model2 + type: vtx + offset: 0x1d7a8 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model3 + type: vtx + offset: 0x1d828 + count: 32 +d_course_kalimari_desert_unknown_lod0_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model4 + type: vtx + offset: 0x1da28 + count: 14 +d_course_kalimari_desert_unknown_lod0_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model5 + type: vtx + offset: 0x1db08 + count: 12 +d_course_kalimari_desert_unknown_lod0_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model6 + type: vtx + offset: 0x1dbc8 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model7 + type: vtx + offset: 0x1dc08 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model8 + type: vtx + offset: 0x1dc48 + count: 16 +d_course_kalimari_desert_unknown_lod0_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model9 + type: vtx + offset: 0x1dd48 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model10 + type: vtx + offset: 0x1dd88 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model11 + type: vtx + offset: 0x1de08 + count: 30 +d_course_kalimari_desert_unknown_lod0_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model12 + type: vtx + offset: 0x1dfe8 + count: 19 +d_course_kalimari_desert_unknown_lod0_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model13 + type: vtx + offset: 0x1e118 + count: 27 +d_course_kalimari_desert_dl_1E2C8: + symbol: d_course_kalimari_desert_dl_1E2C8 + type: gfx + offset: 0x1e2c8 +d_course_kalimari_desert_dl_1E358: + symbol: d_course_kalimari_desert_dl_1E358 + type: gfx + offset: 0x1e358 +d_course_kalimari_desert_dl_1E458: + symbol: d_course_kalimari_desert_dl_1E458 + type: gfx + offset: 0x1e458 +d_course_kalimari_desert_dl_1E470: + symbol: d_course_kalimari_desert_dl_1E470 + type: gfx + offset: 0x1e470 +d_course_kalimari_desert_dl_1E480: + symbol: d_course_kalimari_desert_dl_1E480 + type: gfx + offset: 0x1e480 +d_course_kalimari_desert_dl_1E498: + symbol: d_course_kalimari_desert_dl_1E498 + type: gfx + offset: 0x1e498 +d_course_kalimari_desert_dl_1E6D8: + symbol: d_course_kalimari_desert_dl_1E6D8 + type: gfx + offset: 0x1e6d8 +d_course_kalimari_desert_dl_1E710: + symbol: d_course_kalimari_desert_dl_1E710 + type: gfx + offset: 0x1e710 +d_course_kalimari_desert_dl_1E800: + symbol: d_course_kalimari_desert_dl_1E800 + type: gfx + offset: 0x1e800 +d_course_kalimari_desert_dl_1E858: + symbol: d_course_kalimari_desert_dl_1E858 + type: gfx + offset: 0x1e858 +d_course_kalimari_desert_dl_1E8D0: + symbol: d_course_kalimari_desert_dl_1E8D0 + type: gfx + offset: 0x1e8d0 +d_course_kalimari_desert_dl_1E900: + symbol: d_course_kalimari_desert_dl_1E900 + type: gfx + offset: 0x1e900 +d_course_kalimari_desert_dl_1E910: + symbol: d_course_kalimari_desert_dl_1E910 + type: gfx + offset: 0x1e910 +d_course_kalimari_desert_tender_model_lod2: + symbol: d_course_kalimari_desert_tender_model_lod2 + type: vtx + offset: 0x1e928 + count: 28 +d_course_kalimari_desert_unknown_lod2_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model1 + type: vtx + offset: 0x1eae8 + count: 32 +d_course_kalimari_desert_unknown_lod2_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model2 + type: vtx + offset: 0x1ece8 + count: 4 +d_course_kalimari_desert_unknown_lod2_tender_model3: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model3 + type: vtx + offset: 0x1ed28 + count: 27 +d_course_kalimari_desert_unknown_lod2_tender_model4: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model4 + type: vtx + offset: 0x1eed8 + count: 16 +d_course_kalimari_desert_dl_1EFD8: + symbol: d_course_kalimari_desert_dl_1EFD8 + type: gfx + offset: 0x1efd8 +d_course_kalimari_desert_dl_1F050: + symbol: d_course_kalimari_desert_dl_1F050 + type: gfx + offset: 0x1f050 +d_course_kalimari_desert_dl_1F0D8: + symbol: d_course_kalimari_desert_dl_1F0D8 + type: gfx + offset: 0x1f0d8 +d_course_kalimari_desert_dl_1F1F8: + symbol: d_course_kalimari_desert_dl_1F1F8 + type: gfx + offset: 0x1f1f8 +d_course_kalimari_desert_dl_1F218: + symbol: d_course_kalimari_desert_dl_1F218 + type: gfx + offset: 0x1f218 +d_course_kalimari_desert_dl_1F228: + symbol: d_course_kalimari_desert_dl_1F228 + type: gfx + offset: 0x1f228 +d_course_kalimari_desert_tender_model_lod1: + symbol: d_course_kalimari_desert_tender_model_lod1 + type: vtx + offset: 0x1f240 + count: 23 +d_course_kalimari_desert_unknown_lod1_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod1_tender_model1 + type: vtx + offset: 0x1f3b0 + count: 12 +d_course_kalimari_desert_unknown_lod1_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod1_tender_model2 + type: vtx + offset: 0x1f470 + count: 16 +d_course_kalimari_desert_dl_1F570: + symbol: d_course_kalimari_desert_dl_1F570 + type: gfx + offset: 0x1f570 +d_course_kalimari_desert_dl_1F5E0: + symbol: d_course_kalimari_desert_dl_1F5E0 + type: gfx + offset: 0x1f5e0 +d_course_kalimari_desert_dl_1F6E0: + symbol: d_course_kalimari_desert_dl_1F6E0 + type: gfx + offset: 0x1f6e0 +d_course_kalimari_desert_dl_1F6F8: + symbol: d_course_kalimari_desert_dl_1F6F8 + type: gfx + offset: 0x1f6f8 +d_course_kalimari_desert_dl_1F708: + symbol: d_course_kalimari_desert_dl_1F708 + type: gfx + offset: 0x1f708 +d_course_kalimari_desert_dl_1F720: + symbol: d_course_kalimari_desert_dl_1F720 + type: gfx + offset: 0x1f720 +d_course_kalimari_desert_tender_model_lod0: + symbol: d_course_kalimari_desert_tender_model_lod0 + type: vtx + offset: 0x1f728 + count: 16 +d_course_kalimari_desert_unknown_lod0_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod0_tender_model1 + type: vtx + offset: 0x1f828 + count: 6 +d_course_kalimari_desert_unknown_lod0_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod0_tender_model2 + type: vtx + offset: 0x1f888 + count: 16 +d_course_kalimari_desert_dl_1F988: + symbol: d_course_kalimari_desert_dl_1F988 + type: gfx + offset: 0x1f988 +d_course_kalimari_desert_dl_1F9D8: + symbol: d_course_kalimari_desert_dl_1F9D8 + type: gfx + offset: 0x1f9d8 +d_course_kalimari_desert_dl_1FAD0: + symbol: d_course_kalimari_desert_dl_1FAD0 + type: gfx + offset: 0x1fad0 +d_course_kalimari_desert_dl_1FAE8: + symbol: d_course_kalimari_desert_dl_1FAE8 + type: gfx + offset: 0x1fae8 +d_course_kalimari_desert_dl_1FAF8: + symbol: d_course_kalimari_desert_dl_1FAF8 + type: gfx + offset: 0x1faf8 +d_course_kalimari_desert_dl_1FB10: + symbol: d_course_kalimari_desert_dl_1FB10 + type: gfx + offset: 0x1fb10 +d_course_kalimari_desert_carriage_chassis_model_lod2: + symbol: d_course_kalimari_desert_carriage_chassis_model_lod2 + type: vtx + offset: 0x1fb18 + count: 12 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model1: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model1 + type: vtx + offset: 0x1fbd8 + count: 20 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model2: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model2 + type: vtx + offset: 0x1fd18 + count: 32 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model3: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model3 + type: vtx + offset: 0x1ff18 + count: 15 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model4: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model4 + type: vtx + offset: 0x20008 + count: 8 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model5: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model5 + type: vtx + offset: 0x20088 + count: 4 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model6: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model6 + type: vtx + offset: 0x200c8 + count: 12 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model7: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model7 + type: vtx + offset: 0x20188 + count: 32 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model8: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model8 + type: vtx + offset: 0x20388 + count: 4 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model9: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model9 + type: vtx + offset: 0x203c8 + count: 20 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model10: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model10 + type: vtx + offset: 0x20508 + count: 7 +d_course_kalimari_desert_dl_20578: + symbol: d_course_kalimari_desert_dl_20578 + type: gfx + offset: 0x20578 +d_course_kalimari_desert_dl_20610: + symbol: d_course_kalimari_desert_dl_20610 + type: gfx + offset: 0x20610 +d_course_kalimari_desert_dl_20620: + symbol: d_course_kalimari_desert_dl_20620 + type: gfx + offset: 0x20620 +d_course_kalimari_desert_dl_20630: + symbol: d_course_kalimari_desert_dl_20630 + type: gfx + offset: 0x20630 +d_course_kalimari_desert_dl_20688: + symbol: d_course_kalimari_desert_dl_20688 + type: gfx + offset: 0x20688 +d_course_kalimari_desert_dl_208A0: + symbol: d_course_kalimari_desert_dl_208A0 + type: gfx + offset: 0x208a0 +d_course_kalimari_desert_dl_20928: + symbol: d_course_kalimari_desert_dl_20928 + type: gfx + offset: 0x20928 +d_course_kalimari_desert_dl_20980: + symbol: d_course_kalimari_desert_dl_20980 + type: gfx + offset: 0x20980 +d_course_kalimari_desert_dl_209C8: + symbol: d_course_kalimari_desert_dl_209C8 + type: gfx + offset: 0x209c8 +d_course_kalimari_desert_dl_209F8: + symbol: d_course_kalimari_desert_dl_209F8 + type: gfx + offset: 0x209f8 +d_course_kalimari_desert_dl_20A08: + symbol: d_course_kalimari_desert_dl_20A08 + type: gfx + offset: 0x20a08 +d_course_kalimari_desert_dl_20A20: + symbol: d_course_kalimari_desert_dl_20A20 + type: gfx + offset: 0x20a20 +d_course_kalimari_desert_carriage_chassis_model_lod1: + symbol: d_course_kalimari_desert_carriage_chassis_model_lod1 + type: vtx + offset: 0x20a38 + count: 4 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model1: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model1 + type: vtx + offset: 0x20a78 + count: 16 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model2: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model2 + type: vtx + offset: 0x20b78 + count: 32 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model3: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model3 + type: vtx + offset: 0x20d78 + count: 17 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model4: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model4 + type: vtx + offset: 0x20e88 + count: 8 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model5: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model5 + type: vtx + offset: 0x20f08 + count: 4 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model6: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model6 + type: vtx + offset: 0x20f48 + count: 12 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model7: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model7 + type: vtx + offset: 0x21008 + count: 16 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model8: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model8 + type: vtx + offset: 0x21108 + count: 7 +d_course_kalimari_desert_dl_21178: + symbol: d_course_kalimari_desert_dl_21178 + type: gfx + offset: 0x21178 +d_course_kalimari_desert_dl_21200: + symbol: d_course_kalimari_desert_dl_21200 + type: gfx + offset: 0x21200 +d_course_kalimari_desert_dl_21210: + symbol: d_course_kalimari_desert_dl_21210 + type: gfx + offset: 0x21210 +d_course_kalimari_desert_dl_21220: + symbol: d_course_kalimari_desert_dl_21220 + type: gfx + offset: 0x21220 +d_course_kalimari_desert_dl_21238: + symbol: d_course_kalimari_desert_dl_21238 + type: gfx + offset: 0x21238 +d_course_kalimari_desert_dl_21288: + symbol: d_course_kalimari_desert_dl_21288 + type: gfx + offset: 0x21288 +d_course_kalimari_desert_dl_21480: + symbol: d_course_kalimari_desert_dl_21480 + type: gfx + offset: 0x21480 +d_course_kalimari_desert_dl_214D0: + symbol: d_course_kalimari_desert_dl_214D0 + type: gfx + offset: 0x214d0 +d_course_kalimari_desert_dl_21518: + symbol: d_course_kalimari_desert_dl_21518 + type: gfx + offset: 0x21518 +d_course_kalimari_desert_dl_21540: + symbol: d_course_kalimari_desert_dl_21540 + type: gfx + offset: 0x21540 +d_course_kalimari_desert_dl_21550: + symbol: d_course_kalimari_desert_dl_21550 + type: gfx + offset: 0x21550 +d_course_kalimari_desert_carriage_model_lod0: + symbol: d_course_kalimari_desert_carriage_model_lod0 + type: vtx + offset: 0x21568 + count: 4 +d_course_kalimari_desert_unknown_lod0_carriage_model1: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model1 + type: vtx + offset: 0x215a8 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model2: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model2 + type: vtx + offset: 0x216a8 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model3: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model3 + type: vtx + offset: 0x217a8 + count: 12 +d_course_kalimari_desert_unknown_lod0_carriage_model4: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model4 + type: vtx + offset: 0x21868 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model5: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model5 + type: vtx + offset: 0x21968 + count: 7 +d_course_kalimari_desert_dl_219D8: + symbol: d_course_kalimari_desert_dl_219D8 + type: gfx + offset: 0x219d8 +d_course_kalimari_desert_dl_21A60: + symbol: d_course_kalimari_desert_dl_21A60 + type: gfx + offset: 0x21a60 +d_course_kalimari_desert_dl_21A70: + symbol: d_course_kalimari_desert_dl_21A70 + type: gfx + offset: 0x21a70 +d_course_kalimari_desert_dl_21A80: + symbol: d_course_kalimari_desert_dl_21A80 + type: gfx + offset: 0x21a80 +d_course_kalimari_desert_dl_21A98: + symbol: d_course_kalimari_desert_dl_21A98 + type: gfx + offset: 0x21a98 +d_course_kalimari_desert_dl_21AE8: + symbol: d_course_kalimari_desert_dl_21AE8 + type: gfx + offset: 0x21ae8 +d_course_kalimari_desert_dl_21BC0: + symbol: d_course_kalimari_desert_dl_21BC0 + type: gfx + offset: 0x21bc0 +d_course_kalimari_desert_dl_21C10: + symbol: d_course_kalimari_desert_dl_21C10 + type: gfx + offset: 0x21c10 +d_course_kalimari_desert_dl_21C58: + symbol: d_course_kalimari_desert_dl_21C58 + type: gfx + offset: 0x21c58 +d_course_kalimari_desert_dl_21C80: + symbol: d_course_kalimari_desert_dl_21C80 + type: gfx + offset: 0x21c80 +d_course_kalimari_desert_dl_21C90: + symbol: d_course_kalimari_desert_dl_21C90 + type: gfx + offset: 0x21c90 +d_course_kalimari_desert_unknown_model1: + symbol: d_course_kalimari_desert_unknown_model1 + type: vtx + offset: 0x21ca8 + count: 4 +d_course_kalimari_desert_unknown_model2: + symbol: d_course_kalimari_desert_unknown_model2 + type: vtx + offset: 0x21ce8 + count: 4 +d_course_kalimari_desert_train_bogie: + symbol: d_course_kalimari_desert_train_bogie + type: texture + offset: 0x21d28 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_dl_22D28: + symbol: d_course_kalimari_desert_dl_22D28 + type: gfx + offset: 0x22d28 +d_course_kalimari_desert_dl_22D70: + symbol: d_course_kalimari_desert_dl_22D70 + type: gfx + offset: 0x22d70 +d_course_kalimari_desert_dl_22DB8: + symbol: d_course_kalimari_desert_dl_22DB8 + type: gfx + offset: 0x22db8 +d_course_kalimari_desert_dl_22E00: + symbol: d_course_kalimari_desert_dl_22E00 + type: gfx + offset: 0x22e00 + otr_mode: index +d_course_kalimari_desert_item_box_spawns: + symbol: d_course_kalimari_desert_item_box_spawns + type: mk64:spawn_data + offset: 0x22e88 + count: 16 +d_course_kalimari_desert_cactus_spawn: + symbol: d_course_kalimari_desert_cactus_spawn + type: mk64:spawn_data + offset: 0x22f08 + count: 45 +d_course_kalimari_desert_addr: + symbol: d_course_kalimari_desert_addr + type: mk64:track_sections + offset: 0x23070 + count: 102 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/kalimari_desert_displaylists.yml b/android/app/src/main/assets/yamls/us/kalimari_desert_displaylists.yml new file mode 100644 index 0000000000..1598abc3a5 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/kalimari_desert_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x934004 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_kalimari_desert_packed_dls: + symbol: d_course_kalimari_desert_packed_dls + type: blob + offset: 0x934004 + size: 0x2FC6 diff --git a/android/app/src/main/assets/yamls/us/kalimari_desert_vertices.yml b/android/app/src/main/assets/yamls/us/kalimari_desert_vertices.yml new file mode 100644 index 0000000000..81d54c6fa6 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/kalimari_desert_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x928c70] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_kalimari_desert_vertex: + symbol: d_course_kalimari_desert_vertex + type: mk64:course_vtx + count: 6393 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/koopa_troopa_beach_data.yml b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_data.yml new file mode 100644 index 0000000000..abe4c6a6dc --- /dev/null +++ b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_data.yml @@ -0,0 +1,1520 @@ +:config: + segments: + - [0x06, 0x842E40] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_koopa_troopa_beach_crab_frames: + range: [0xD828, 0x13828] + mode: APPEND +d_course_koopa_troopa_beach_dl_0: + symbol: d_course_koopa_troopa_beach_dl_0 + type: gfx + offset: 0x0 +d_course_koopa_troopa_beach_dl_48: + symbol: d_course_koopa_troopa_beach_dl_48 + type: gfx + offset: 0x48 +d_course_koopa_troopa_beach_dl_90: + symbol: d_course_koopa_troopa_beach_dl_90 + type: gfx + offset: 0x90 +d_course_koopa_troopa_beach_dl_118: + symbol: d_course_koopa_troopa_beach_dl_118 + type: gfx + offset: 0x118 +d_course_koopa_troopa_beach_dl_188: + symbol: d_course_koopa_troopa_beach_dl_188 + type: gfx + offset: 0x188 +d_course_koopa_troopa_beach_dl_218: + symbol: d_course_koopa_troopa_beach_dl_218 + type: gfx + offset: 0x218 +d_course_koopa_troopa_beach_dl_278: + symbol: d_course_koopa_troopa_beach_dl_278 + type: gfx + offset: 0x278 +d_course_koopa_troopa_beach_dl_328: + symbol: d_course_koopa_troopa_beach_dl_328 + type: gfx + offset: 0x328 +d_course_koopa_troopa_beach_dl_3C0: + symbol: d_course_koopa_troopa_beach_dl_3C0 + type: gfx + offset: 0x3C0 +d_course_koopa_troopa_beach_dl_458: + symbol: d_course_koopa_troopa_beach_dl_458 + type: gfx + offset: 0x458 +d_course_koopa_troopa_beach_dl_4B0: + symbol: d_course_koopa_troopa_beach_dl_4B0 + type: gfx + offset: 0x4B0 +d_course_koopa_troopa_beach_dl_530: + symbol: d_course_koopa_troopa_beach_dl_530 + type: gfx + offset: 0x530 +d_course_koopa_troopa_beach_dl_5A0: + symbol: d_course_koopa_troopa_beach_dl_5A0 + type: gfx + offset: 0x5A0 +d_course_koopa_troopa_beach_dl_658: + symbol: d_course_koopa_troopa_beach_dl_658 + type: gfx + offset: 0x658 +d_course_koopa_troopa_beach_dl_6E0: + symbol: d_course_koopa_troopa_beach_dl_6E0 + type: gfx + offset: 0x6E0 +d_course_koopa_troopa_beach_dl_790: + symbol: d_course_koopa_troopa_beach_dl_790 + type: gfx + offset: 0x790 +d_course_koopa_troopa_beach_dl_828: + symbol: d_course_koopa_troopa_beach_dl_828 + type: gfx + offset: 0x828 +d_course_koopa_troopa_beach_dl_8F0: + symbol: d_course_koopa_troopa_beach_dl_8F0 + type: gfx + offset: 0x8F0 +d_course_koopa_troopa_beach_dl_960: + symbol: d_course_koopa_troopa_beach_dl_960 + type: gfx + offset: 0x960 +d_course_koopa_troopa_beach_dl_9E0: + symbol: d_course_koopa_troopa_beach_dl_9E0 + type: gfx + offset: 0x9E0 +d_course_koopa_troopa_beach_dl_A58: + symbol: d_course_koopa_troopa_beach_dl_A58 + type: gfx + offset: 0xA58 +d_course_koopa_troopa_beach_dl_B10: + symbol: d_course_koopa_troopa_beach_dl_B10 + type: gfx + offset: 0xB10 +d_course_koopa_troopa_beach_dl_B98: + symbol: d_course_koopa_troopa_beach_dl_B98 + type: gfx + offset: 0xB98 +d_course_koopa_troopa_beach_dl_C50: + symbol: d_course_koopa_troopa_beach_dl_C50 + type: gfx + offset: 0xC50 +d_course_koopa_troopa_beach_dl_CF0: + symbol: d_course_koopa_troopa_beach_dl_CF0 + type: gfx + offset: 0xCF0 +d_course_koopa_troopa_beach_dl_DB8: + symbol: d_course_koopa_troopa_beach_dl_DB8 + type: gfx + offset: 0xDB8 +d_course_koopa_troopa_beach_dl_E48: + symbol: d_course_koopa_troopa_beach_dl_E48 + type: gfx + offset: 0xE48 +d_course_koopa_troopa_beach_dl_EE0: + symbol: d_course_koopa_troopa_beach_dl_EE0 + type: gfx + offset: 0xEE0 +d_course_koopa_troopa_beach_dl_F60: + symbol: d_course_koopa_troopa_beach_dl_F60 + type: gfx + offset: 0xF60 +d_course_koopa_troopa_beach_dl_1040: + symbol: d_course_koopa_troopa_beach_dl_1040 + type: gfx + offset: 0x1040 +d_course_koopa_troopa_beach_dl_10D0: + symbol: d_course_koopa_troopa_beach_dl_10D0 + type: gfx + offset: 0x10D0 +d_course_koopa_troopa_beach_dl_1178: + symbol: d_course_koopa_troopa_beach_dl_1178 + type: gfx + offset: 0x1178 +d_course_koopa_troopa_beach_dl_1218: + symbol: d_course_koopa_troopa_beach_dl_1218 + type: gfx + offset: 0x1218 +d_course_koopa_troopa_beach_dl_1310: + symbol: d_course_koopa_troopa_beach_dl_1310 + type: gfx + offset: 0x1310 +d_course_koopa_troopa_beach_dl_13B8: + symbol: d_course_koopa_troopa_beach_dl_13B8 + type: gfx + offset: 0x13B8 +d_course_koopa_troopa_beach_dl_1430: + symbol: d_course_koopa_troopa_beach_dl_1430 + type: gfx + offset: 0x1430 +d_course_koopa_troopa_beach_dl_1498: + symbol: d_course_koopa_troopa_beach_dl_1498 + type: gfx + offset: 0x1498 +d_course_koopa_troopa_beach_dl_1558: + symbol: d_course_koopa_troopa_beach_dl_1558 + type: gfx + offset: 0x1558 +d_course_koopa_troopa_beach_dl_15E0: + symbol: d_course_koopa_troopa_beach_dl_15E0 + type: gfx + offset: 0x15E0 +d_course_koopa_troopa_beach_dl_1680: + symbol: d_course_koopa_troopa_beach_dl_1680 + type: gfx + offset: 0x1680 +d_course_koopa_troopa_beach_dl_1708: + symbol: d_course_koopa_troopa_beach_dl_1708 + type: gfx + offset: 0x1708 +d_course_koopa_troopa_beach_dl_17B0: + symbol: d_course_koopa_troopa_beach_dl_17B0 + type: gfx + offset: 0x17B0 +d_course_koopa_troopa_beach_dl_1818: + symbol: d_course_koopa_troopa_beach_dl_1818 + type: gfx + offset: 0x1818 +d_course_koopa_troopa_beach_dl_1878: + symbol: d_course_koopa_troopa_beach_dl_1878 + type: gfx + offset: 0x1878 +d_course_koopa_troopa_beach_dl_18E0: + symbol: d_course_koopa_troopa_beach_dl_18E0 + type: gfx + offset: 0x18E0 +d_course_koopa_troopa_beach_dl_1940: + symbol: d_course_koopa_troopa_beach_dl_1940 + type: gfx + offset: 0x1940 +d_course_koopa_troopa_beach_dl_1988: + symbol: d_course_koopa_troopa_beach_dl_1988 + type: gfx + offset: 0x1988 +d_course_koopa_troopa_beach_dl_19E8: + symbol: d_course_koopa_troopa_beach_dl_19E8 + type: gfx + offset: 0x19E8 +d_course_koopa_troopa_beach_dl_1A50: + symbol: d_course_koopa_troopa_beach_dl_1A50 + type: gfx + offset: 0x1A50 +d_course_koopa_troopa_beach_dl_1AA8: + symbol: d_course_koopa_troopa_beach_dl_1AA8 + type: gfx + offset: 0x1AA8 +d_course_koopa_troopa_beach_dl_1AD8: + symbol: d_course_koopa_troopa_beach_dl_1AD8 + type: gfx + offset: 0x1AD8 +d_course_koopa_troopa_beach_dl_1B50: + symbol: d_course_koopa_troopa_beach_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_koopa_troopa_beach_dl_1BB8: + symbol: d_course_koopa_troopa_beach_dl_1BB8 + type: gfx + offset: 0x1BB8 +d_course_koopa_troopa_beach_dl_1C00: + symbol: d_course_koopa_troopa_beach_dl_1C00 + type: gfx + offset: 0x1C00 +d_course_koopa_troopa_beach_dl_1C48: + symbol: d_course_koopa_troopa_beach_dl_1C48 + type: gfx + offset: 0x1C48 +d_course_koopa_troopa_beach_dl_1CB0: + symbol: d_course_koopa_troopa_beach_dl_1CB0 + type: gfx + offset: 0x1CB0 +d_course_koopa_troopa_beach_dl_1D20: + symbol: d_course_koopa_troopa_beach_dl_1D20 + type: gfx + offset: 0x1D20 +d_course_koopa_troopa_beach_dl_1D88: + symbol: d_course_koopa_troopa_beach_dl_1D88 + type: gfx + offset: 0x1D88 +d_course_koopa_troopa_beach_dl_1DE0: + symbol: d_course_koopa_troopa_beach_dl_1DE0 + type: gfx + offset: 0x1DE0 +d_course_koopa_troopa_beach_dl_1E40: + symbol: d_course_koopa_troopa_beach_dl_1E40 + type: gfx + offset: 0x1E40 +d_course_koopa_troopa_beach_dl_1EB0: + symbol: d_course_koopa_troopa_beach_dl_1EB0 + type: gfx + offset: 0x1EB0 +d_course_koopa_troopa_beach_dl_1F68: + symbol: d_course_koopa_troopa_beach_dl_1F68 + type: gfx + offset: 0x1F68 +d_course_koopa_troopa_beach_dl_1FE8: + symbol: d_course_koopa_troopa_beach_dl_1FE8 + type: gfx + offset: 0x1FE8 +d_course_koopa_troopa_beach_dl_2058: + symbol: d_course_koopa_troopa_beach_dl_2058 + type: gfx + offset: 0x2058 +d_course_koopa_troopa_beach_dl_20C8: + symbol: d_course_koopa_troopa_beach_dl_20C8 + type: gfx + offset: 0x20C8 +d_course_koopa_troopa_beach_dl_2178: + symbol: d_course_koopa_troopa_beach_dl_2178 + type: gfx + offset: 0x2178 +d_course_koopa_troopa_beach_dl_2200: + symbol: d_course_koopa_troopa_beach_dl_2200 + type: gfx + offset: 0x2200 +d_course_koopa_troopa_beach_dl_2258: + symbol: d_course_koopa_troopa_beach_dl_2258 + type: gfx + offset: 0x2258 +d_course_koopa_troopa_beach_dl_22C8: + symbol: d_course_koopa_troopa_beach_dl_22C8 + type: gfx + offset: 0x22C8 +d_course_koopa_troopa_beach_dl_2390: + symbol: d_course_koopa_troopa_beach_dl_2390 + type: gfx + offset: 0x2390 +d_course_koopa_troopa_beach_dl_2440: + symbol: d_course_koopa_troopa_beach_dl_2440 + type: gfx + offset: 0x2440 +d_course_koopa_troopa_beach_dl_24C0: + symbol: d_course_koopa_troopa_beach_dl_24C0 + type: gfx + offset: 0x24C0 +d_course_koopa_troopa_beach_dl_2540: + symbol: d_course_koopa_troopa_beach_dl_2540 + type: gfx + offset: 0x2540 +d_course_koopa_troopa_beach_dl_25D8: + symbol: d_course_koopa_troopa_beach_dl_25D8 + type: gfx + offset: 0x25D8 +d_course_koopa_troopa_beach_dl_2660: + symbol: d_course_koopa_troopa_beach_dl_2660 + type: gfx + offset: 0x2660 +d_course_koopa_troopa_beach_dl_26E0: + symbol: d_course_koopa_troopa_beach_dl_26E0 + type: gfx + offset: 0x26E0 +d_course_koopa_troopa_beach_dl_2760: + symbol: d_course_koopa_troopa_beach_dl_2760 + type: gfx + offset: 0x2760 +d_course_koopa_troopa_beach_dl_2800: + symbol: d_course_koopa_troopa_beach_dl_2800 + type: gfx + offset: 0x2800 +d_course_koopa_troopa_beach_dl_2898: + symbol: d_course_koopa_troopa_beach_dl_2898 + type: gfx + offset: 0x2898 +d_course_koopa_troopa_beach_dl_2910: + symbol: d_course_koopa_troopa_beach_dl_2910 + type: gfx + offset: 0x2910 +d_course_koopa_troopa_beach_dl_2988: + symbol: d_course_koopa_troopa_beach_dl_2988 + type: gfx + offset: 0x2988 +d_course_koopa_troopa_beach_dl_2A18: + symbol: d_course_koopa_troopa_beach_dl_2A18 + type: gfx + offset: 0x2A18 +d_course_koopa_troopa_beach_dl_2AA0: + symbol: d_course_koopa_troopa_beach_dl_2AA0 + type: gfx + offset: 0x2AA0 +d_course_koopa_troopa_beach_dl_2B08: + symbol: d_course_koopa_troopa_beach_dl_2B08 + type: gfx + offset: 0x2B08 +d_course_koopa_troopa_beach_dl_2B78: + symbol: d_course_koopa_troopa_beach_dl_2B78 + type: gfx + offset: 0x2B78 +d_course_koopa_troopa_beach_dl_2C28: + symbol: d_course_koopa_troopa_beach_dl_2C28 + type: gfx + offset: 0x2C28 +d_course_koopa_troopa_beach_dl_2CC0: + symbol: d_course_koopa_troopa_beach_dl_2CC0 + type: gfx + offset: 0x2CC0 +d_course_koopa_troopa_beach_dl_2D50: + symbol: d_course_koopa_troopa_beach_dl_2D50 + type: gfx + offset: 0x2D50 +d_course_koopa_troopa_beach_dl_2DC0: + symbol: d_course_koopa_troopa_beach_dl_2DC0 + type: gfx + offset: 0x2DC0 +d_course_koopa_troopa_beach_dl_2E38: + symbol: d_course_koopa_troopa_beach_dl_2E38 + type: gfx + offset: 0x2E38 +d_course_koopa_troopa_beach_dl_2EC0: + symbol: d_course_koopa_troopa_beach_dl_2EC0 + type: gfx + offset: 0x2EC0 +d_course_koopa_troopa_beach_dl_2F30: + symbol: d_course_koopa_troopa_beach_dl_2F30 + type: gfx + offset: 0x2F30 +d_course_koopa_troopa_beach_dl_2FB0: + symbol: d_course_koopa_troopa_beach_dl_2FB0 + type: gfx + offset: 0x2FB0 +d_course_koopa_troopa_beach_dl_3050: + symbol: d_course_koopa_troopa_beach_dl_3050 + type: gfx + offset: 0x3050 +d_course_koopa_troopa_beach_dl_30E0: + symbol: d_course_koopa_troopa_beach_dl_30E0 + type: gfx + offset: 0x30E0 +d_course_koopa_troopa_beach_dl_3198: + symbol: d_course_koopa_troopa_beach_dl_3198 + type: gfx + offset: 0x3198 +d_course_koopa_troopa_beach_dl_3218: + symbol: d_course_koopa_troopa_beach_dl_3218 + type: gfx + offset: 0x3218 +d_course_koopa_troopa_beach_dl_3278: + symbol: d_course_koopa_troopa_beach_dl_3278 + type: gfx + offset: 0x3278 +d_course_koopa_troopa_beach_dl_3308: + symbol: d_course_koopa_troopa_beach_dl_3308 + type: gfx + offset: 0x3308 +d_course_koopa_troopa_beach_dl_3370: + symbol: d_course_koopa_troopa_beach_dl_3370 + type: gfx + offset: 0x3370 +d_course_koopa_troopa_beach_dl_33F8: + symbol: d_course_koopa_troopa_beach_dl_33F8 + type: gfx + offset: 0x33F8 +d_course_koopa_troopa_beach_dl_34B8: + symbol: d_course_koopa_troopa_beach_dl_34B8 + type: gfx + offset: 0x34B8 +d_course_koopa_troopa_beach_dl_3550: + symbol: d_course_koopa_troopa_beach_dl_3550 + type: gfx + offset: 0x3550 +d_course_koopa_troopa_beach_dl_3628: + symbol: d_course_koopa_troopa_beach_dl_3628 + type: gfx + offset: 0x3628 +d_course_koopa_troopa_beach_dl_36D8: + symbol: d_course_koopa_troopa_beach_dl_36D8 + type: gfx + offset: 0x36D8 +d_course_koopa_troopa_beach_dl_3730: + symbol: d_course_koopa_troopa_beach_dl_3730 + type: gfx + offset: 0x3730 +d_course_koopa_troopa_beach_dl_37B8: + symbol: d_course_koopa_troopa_beach_dl_37B8 + type: gfx + offset: 0x37B8 +d_course_koopa_troopa_beach_dl_3830: + symbol: d_course_koopa_troopa_beach_dl_3830 + type: gfx + offset: 0x3830 +d_course_koopa_troopa_beach_dl_38A8: + symbol: d_course_koopa_troopa_beach_dl_38A8 + type: gfx + offset: 0x38A8 +d_course_koopa_troopa_beach_dl_3980: + symbol: d_course_koopa_troopa_beach_dl_3980 + type: gfx + offset: 0x3980 +d_course_koopa_troopa_beach_dl_3A10: + symbol: d_course_koopa_troopa_beach_dl_3A10 + type: gfx + offset: 0x3A10 +d_course_koopa_troopa_beach_dl_3B10: + symbol: d_course_koopa_troopa_beach_dl_3B10 + type: gfx + offset: 0x3B10 +d_course_koopa_troopa_beach_dl_3BB8: + symbol: d_course_koopa_troopa_beach_dl_3BB8 + type: gfx + offset: 0x3BB8 +d_course_koopa_troopa_beach_dl_3C28: + symbol: d_course_koopa_troopa_beach_dl_3C28 + type: gfx + offset: 0x3C28 +d_course_koopa_troopa_beach_dl_3CC0: + symbol: d_course_koopa_troopa_beach_dl_3CC0 + type: gfx + offset: 0x3CC0 +d_course_koopa_troopa_beach_dl_3D40: + symbol: d_course_koopa_troopa_beach_dl_3D40 + type: gfx + offset: 0x3D40 +d_course_koopa_troopa_beach_dl_3DC0: + symbol: d_course_koopa_troopa_beach_dl_3DC0 + type: gfx + offset: 0x3DC0 +d_course_koopa_troopa_beach_dl_3EA8: + symbol: d_course_koopa_troopa_beach_dl_3EA8 + type: gfx + offset: 0x3EA8 +d_course_koopa_troopa_beach_dl_3F20: + symbol: d_course_koopa_troopa_beach_dl_3F20 + type: gfx + offset: 0x3F20 +d_course_koopa_troopa_beach_dl_4028: + symbol: d_course_koopa_troopa_beach_dl_4028 + type: gfx + offset: 0x4028 +d_course_koopa_troopa_beach_dl_40C0: + symbol: d_course_koopa_troopa_beach_dl_40C0 + type: gfx + offset: 0x40C0 +d_course_koopa_troopa_beach_dl_4138: + symbol: d_course_koopa_troopa_beach_dl_4138 + type: gfx + offset: 0x4138 +d_course_koopa_troopa_beach_dl_41D0: + symbol: d_course_koopa_troopa_beach_dl_41D0 + type: gfx + offset: 0x41D0 +d_course_koopa_troopa_beach_dl_4260: + symbol: d_course_koopa_troopa_beach_dl_4260 + type: gfx + offset: 0x4260 +d_course_koopa_troopa_beach_dl_42D8: + symbol: d_course_koopa_troopa_beach_dl_42D8 + type: gfx + offset: 0x42D8 +d_course_koopa_troopa_beach_dl_43C0: + symbol: d_course_koopa_troopa_beach_dl_43C0 + type: gfx + offset: 0x43C0 +d_course_koopa_troopa_beach_dl_4450: + symbol: d_course_koopa_troopa_beach_dl_4450 + type: gfx + offset: 0x4450 +d_course_koopa_troopa_beach_dl_4548: + symbol: d_course_koopa_troopa_beach_dl_4548 + type: gfx + offset: 0x4548 +d_course_koopa_troopa_beach_dl_45D0: + symbol: d_course_koopa_troopa_beach_dl_45D0 + type: gfx + offset: 0x45D0 +d_course_koopa_troopa_beach_dl_4670: + symbol: d_course_koopa_troopa_beach_dl_4670 + type: gfx + offset: 0x4670 +d_course_koopa_troopa_beach_dl_4700: + symbol: d_course_koopa_troopa_beach_dl_4700 + type: gfx + offset: 0x4700 +d_course_koopa_troopa_beach_dl_47C0: + symbol: d_course_koopa_troopa_beach_dl_47C0 + type: gfx + offset: 0x47C0 +d_course_koopa_troopa_beach_dl_4840: + symbol: d_course_koopa_troopa_beach_dl_4840 + type: gfx + offset: 0x4840 +d_course_koopa_troopa_beach_dl_4948: + symbol: d_course_koopa_troopa_beach_dl_4948 + type: gfx + offset: 0x4948 +d_course_koopa_troopa_beach_dl_49F0: + symbol: d_course_koopa_troopa_beach_dl_49F0 + type: gfx + offset: 0x49F0 +d_course_koopa_troopa_beach_dl_4B28: + symbol: d_course_koopa_troopa_beach_dl_4B28 + type: gfx + offset: 0x4B28 +d_course_koopa_troopa_beach_dl_4BC8: + symbol: d_course_koopa_troopa_beach_dl_4BC8 + type: gfx + offset: 0x4BC8 +d_course_koopa_troopa_beach_dl_4C70: + symbol: d_course_koopa_troopa_beach_dl_4C70 + type: gfx + offset: 0x4C70 +d_course_koopa_troopa_beach_dl_4D08: + symbol: d_course_koopa_troopa_beach_dl_4D08 + type: gfx + offset: 0x4D08 +d_course_koopa_troopa_beach_dl_4DC0: + symbol: d_course_koopa_troopa_beach_dl_4DC0 + type: gfx + offset: 0x4DC0 +d_course_koopa_troopa_beach_dl_4E70: + symbol: d_course_koopa_troopa_beach_dl_4E70 + type: gfx + offset: 0x4E70 +d_course_koopa_troopa_beach_dl_4F58: + symbol: d_course_koopa_troopa_beach_dl_4F58 + type: gfx + offset: 0x4F58 +d_course_koopa_troopa_beach_dl_4FF8: + symbol: d_course_koopa_troopa_beach_dl_4FF8 + type: gfx + offset: 0x4FF8 +d_course_koopa_troopa_beach_dl_5120: + symbol: d_course_koopa_troopa_beach_dl_5120 + type: gfx + offset: 0x5120 +d_course_koopa_troopa_beach_dl_51C8: + symbol: d_course_koopa_troopa_beach_dl_51C8 + type: gfx + offset: 0x51C8 +d_course_koopa_troopa_beach_dl_5248: + symbol: d_course_koopa_troopa_beach_dl_5248 + type: gfx + offset: 0x5248 +d_course_koopa_troopa_beach_dl_52D8: + symbol: d_course_koopa_troopa_beach_dl_52D8 + type: gfx + offset: 0x52D8 +d_course_koopa_troopa_beach_dl_5358: + symbol: d_course_koopa_troopa_beach_dl_5358 + type: gfx + offset: 0x5358 +d_course_koopa_troopa_beach_dl_53B8: + symbol: d_course_koopa_troopa_beach_dl_53B8 + type: gfx + offset: 0x53B8 +d_course_koopa_troopa_beach_dl_5480: + symbol: d_course_koopa_troopa_beach_dl_5480 + type: gfx + offset: 0x5480 +d_course_koopa_troopa_beach_dl_5500: + symbol: d_course_koopa_troopa_beach_dl_5500 + type: gfx + offset: 0x5500 +d_course_koopa_troopa_beach_dl_55D0: + symbol: d_course_koopa_troopa_beach_dl_55D0 + type: gfx + offset: 0x55D0 +d_course_koopa_troopa_beach_dl_5628: + symbol: d_course_koopa_troopa_beach_dl_5628 + type: gfx + offset: 0x5628 +d_course_koopa_troopa_beach_dl_56D0: + symbol: d_course_koopa_troopa_beach_dl_56D0 + type: gfx + offset: 0x56D0 +d_course_koopa_troopa_beach_dl_5778: + symbol: d_course_koopa_troopa_beach_dl_5778 + type: gfx + offset: 0x5778 +d_course_koopa_troopa_beach_dl_5840: + symbol: d_course_koopa_troopa_beach_dl_5840 + type: gfx + offset: 0x5840 +d_course_koopa_troopa_beach_dl_58E0: + symbol: d_course_koopa_troopa_beach_dl_58E0 + type: gfx + offset: 0x58E0 +d_course_koopa_troopa_beach_dl_59C8: + symbol: d_course_koopa_troopa_beach_dl_59C8 + type: gfx + offset: 0x59C8 +d_course_koopa_troopa_beach_dl_5A50: + symbol: d_course_koopa_troopa_beach_dl_5A50 + type: gfx + offset: 0x5A50 +d_course_koopa_troopa_beach_dl_5B48: + symbol: d_course_koopa_troopa_beach_dl_5B48 + type: gfx + offset: 0x5B48 +d_course_koopa_troopa_beach_dl_5BB8: + symbol: d_course_koopa_troopa_beach_dl_5BB8 + type: gfx + offset: 0x5BB8 +d_course_koopa_troopa_beach_dl_5C88: + symbol: d_course_koopa_troopa_beach_dl_5C88 + type: gfx + offset: 0x5C88 +d_course_koopa_troopa_beach_dl_5D28: + symbol: d_course_koopa_troopa_beach_dl_5D28 + type: gfx + offset: 0x5D28 +d_course_koopa_troopa_beach_dl_5DB8: + symbol: d_course_koopa_troopa_beach_dl_5DB8 + type: gfx + offset: 0x5DB8 +d_course_koopa_troopa_beach_dl_5E28: + symbol: d_course_koopa_troopa_beach_dl_5E28 + type: gfx + offset: 0x5E28 +d_course_koopa_troopa_beach_dl_5EE0: + symbol: d_course_koopa_troopa_beach_dl_5EE0 + type: gfx + offset: 0x5EE0 +d_course_koopa_troopa_beach_dl_5F58: + symbol: d_course_koopa_troopa_beach_dl_5F58 + type: gfx + offset: 0x5F58 +d_course_koopa_troopa_beach_dl_6000: + symbol: d_course_koopa_troopa_beach_dl_6000 + type: gfx + offset: 0x6000 +d_course_koopa_troopa_beach_dl_6050: + symbol: d_course_koopa_troopa_beach_dl_6050 + type: gfx + offset: 0x6050 +d_course_koopa_troopa_beach_dl_6128: + symbol: d_course_koopa_troopa_beach_dl_6128 + type: gfx + offset: 0x6128 +d_course_koopa_troopa_beach_dl_61D0: + symbol: d_course_koopa_troopa_beach_dl_61D0 + type: gfx + offset: 0x61D0 +d_course_koopa_troopa_beach_dl_6268: + symbol: d_course_koopa_troopa_beach_dl_6268 + type: gfx + offset: 0x6268 +d_course_koopa_troopa_beach_dl_62F8: + symbol: d_course_koopa_troopa_beach_dl_62F8 + type: gfx + offset: 0x62F8 +d_course_koopa_troopa_beach_dl_6398: + symbol: d_course_koopa_troopa_beach_dl_6398 + type: gfx + offset: 0x6398 +d_course_koopa_troopa_beach_dl_6410: + symbol: d_course_koopa_troopa_beach_dl_6410 + type: gfx + offset: 0x6410 +d_course_koopa_troopa_beach_dl_6498: + symbol: d_course_koopa_troopa_beach_dl_6498 + type: gfx + offset: 0x6498 +d_course_koopa_troopa_beach_dl_64F0: + symbol: d_course_koopa_troopa_beach_dl_64F0 + type: gfx + offset: 0x64F0 +d_course_koopa_troopa_beach_dl_65B8: + symbol: d_course_koopa_troopa_beach_dl_65B8 + type: gfx + offset: 0x65B8 +d_course_koopa_troopa_beach_dl_6660: + symbol: d_course_koopa_troopa_beach_dl_6660 + type: gfx + offset: 0x6660 +d_course_koopa_troopa_beach_dl_6718: + symbol: d_course_koopa_troopa_beach_dl_6718 + type: gfx + offset: 0x6718 +d_course_koopa_troopa_beach_dl_67A0: + symbol: d_course_koopa_troopa_beach_dl_67A0 + type: gfx + offset: 0x67A0 +d_course_koopa_troopa_beach_dl_6830: + symbol: d_course_koopa_troopa_beach_dl_6830 + type: gfx + offset: 0x6830 +d_course_koopa_troopa_beach_dl_6898: + symbol: d_course_koopa_troopa_beach_dl_6898 + type: gfx + offset: 0x6898 +d_course_koopa_troopa_beach_dl_6918: + symbol: d_course_koopa_troopa_beach_dl_6918 + type: gfx + offset: 0x6918 +d_course_koopa_troopa_beach_dl_6968: + symbol: d_course_koopa_troopa_beach_dl_6968 + type: gfx + offset: 0x6968 +d_course_koopa_troopa_beach_dl_6A28: + symbol: d_course_koopa_troopa_beach_dl_6A28 + type: gfx + offset: 0x6A28 +d_course_koopa_troopa_beach_dl_6AC0: + symbol: d_course_koopa_troopa_beach_dl_6AC0 + type: gfx + offset: 0x6AC0 +d_course_koopa_troopa_beach_dl_6B88: + symbol: d_course_koopa_troopa_beach_dl_6B88 + type: gfx + offset: 0x6B88 +d_course_koopa_troopa_beach_dl_6C18: + symbol: d_course_koopa_troopa_beach_dl_6C18 + type: gfx + offset: 0x6C18 +d_course_koopa_troopa_beach_dl_6CA0: + symbol: d_course_koopa_troopa_beach_dl_6CA0 + type: gfx + offset: 0x6CA0 +d_course_koopa_troopa_beach_dl_6D10: + symbol: d_course_koopa_troopa_beach_dl_6D10 + type: gfx + offset: 0x6D10 +d_course_koopa_troopa_beach_dl_6DB8: + symbol: d_course_koopa_troopa_beach_dl_6DB8 + type: gfx + offset: 0x6DB8 +d_course_koopa_troopa_beach_dl_6E18: + symbol: d_course_koopa_troopa_beach_dl_6E18 + type: gfx + offset: 0x6E18 +d_course_koopa_troopa_beach_dl_6ED0: + symbol: d_course_koopa_troopa_beach_dl_6ED0 + type: gfx + offset: 0x6ED0 +d_course_koopa_troopa_beach_dl_6F70: + symbol: d_course_koopa_troopa_beach_dl_6F70 + type: gfx + offset: 0x6F70 +d_course_koopa_troopa_beach_dl_7060: + symbol: d_course_koopa_troopa_beach_dl_7060 + type: gfx + offset: 0x7060 +d_course_koopa_troopa_beach_dl_7100: + symbol: d_course_koopa_troopa_beach_dl_7100 + type: gfx + offset: 0x7100 +d_course_koopa_troopa_beach_dl_7168: + symbol: d_course_koopa_troopa_beach_dl_7168 + type: gfx + offset: 0x7168 +d_course_koopa_troopa_beach_dl_71C8: + symbol: d_course_koopa_troopa_beach_dl_71C8 + type: gfx + offset: 0x71C8 +d_course_koopa_troopa_beach_dl_72B0: + symbol: d_course_koopa_troopa_beach_dl_72B0 + type: gfx + offset: 0x72B0 +d_course_koopa_troopa_beach_dl_7338: + symbol: d_course_koopa_troopa_beach_dl_7338 + type: gfx + offset: 0x7338 +d_course_koopa_troopa_beach_dl_73F8: + symbol: d_course_koopa_troopa_beach_dl_73F8 + type: gfx + offset: 0x73F8 +d_course_koopa_troopa_beach_dl_7478: + symbol: d_course_koopa_troopa_beach_dl_7478 + type: gfx + offset: 0x7478 +d_course_koopa_troopa_beach_dl_75A0: + symbol: d_course_koopa_troopa_beach_dl_75A0 + type: gfx + offset: 0x75A0 +d_course_koopa_troopa_beach_dl_7640: + symbol: d_course_koopa_troopa_beach_dl_7640 + type: gfx + offset: 0x7640 +d_course_koopa_troopa_beach_dl_76A8: + symbol: d_course_koopa_troopa_beach_dl_76A8 + type: gfx + offset: 0x76A8 +d_course_koopa_troopa_beach_dl_7718: + symbol: d_course_koopa_troopa_beach_dl_7718 + type: gfx + offset: 0x7718 +d_course_koopa_troopa_beach_dl_7840: + symbol: d_course_koopa_troopa_beach_dl_7840 + type: gfx + offset: 0x7840 +d_course_koopa_troopa_beach_dl_78E8: + symbol: d_course_koopa_troopa_beach_dl_78E8 + type: gfx + offset: 0x78E8 +d_course_koopa_troopa_beach_dl_7978: + symbol: d_course_koopa_troopa_beach_dl_7978 + type: gfx + offset: 0x7978 +d_course_koopa_troopa_beach_dl_79E8: + symbol: d_course_koopa_troopa_beach_dl_79E8 + type: gfx + offset: 0x79E8 +d_course_koopa_troopa_beach_dl_7AE0: + symbol: d_course_koopa_troopa_beach_dl_7AE0 + type: gfx + offset: 0x7AE0 +d_course_koopa_troopa_beach_dl_7B50: + symbol: d_course_koopa_troopa_beach_dl_7B50 + type: gfx + offset: 0x7B50 +d_course_koopa_troopa_beach_dl_7BA0: + symbol: d_course_koopa_troopa_beach_dl_7BA0 + type: gfx + offset: 0x7BA0 +d_course_koopa_troopa_beach_dl_7C08: + symbol: d_course_koopa_troopa_beach_dl_7C08 + type: gfx + offset: 0x7C08 +d_course_koopa_troopa_beach_dl_7CE0: + symbol: d_course_koopa_troopa_beach_dl_7CE0 + type: gfx + offset: 0x7CE0 +d_course_koopa_troopa_beach_dl_7D58: + symbol: d_course_koopa_troopa_beach_dl_7D58 + type: gfx + offset: 0x7D58 +d_course_koopa_troopa_beach_dl_7DD0: + symbol: d_course_koopa_troopa_beach_dl_7DD0 + type: gfx + offset: 0x7DD0 +d_course_koopa_troopa_beach_dl_7E38: + symbol: d_course_koopa_troopa_beach_dl_7E38 + type: gfx + offset: 0x7E38 +d_course_koopa_troopa_beach_dl_7EE0: + symbol: d_course_koopa_troopa_beach_dl_7EE0 + type: gfx + offset: 0x7EE0 +d_course_koopa_troopa_beach_dl_7F68: + symbol: d_course_koopa_troopa_beach_dl_7F68 + type: gfx + offset: 0x7F68 +d_course_koopa_troopa_beach_dl_7FC8: + symbol: d_course_koopa_troopa_beach_dl_7FC8 + type: gfx + offset: 0x7FC8 +d_course_koopa_troopa_beach_dl_8048: + symbol: d_course_koopa_troopa_beach_dl_8048 + type: gfx + offset: 0x8048 +d_course_koopa_troopa_beach_dl_80E0: + symbol: d_course_koopa_troopa_beach_dl_80E0 + type: gfx + offset: 0x80E0 +d_course_koopa_troopa_beach_dl_8150: + symbol: d_course_koopa_troopa_beach_dl_8150 + type: gfx + offset: 0x8150 +d_course_koopa_troopa_beach_dl_81B8: + symbol: d_course_koopa_troopa_beach_dl_81B8 + type: gfx + offset: 0x81B8 +d_course_koopa_troopa_beach_dl_8228: + symbol: d_course_koopa_troopa_beach_dl_8228 + type: gfx + offset: 0x8228 +d_course_koopa_troopa_beach_dl_82D8: + symbol: d_course_koopa_troopa_beach_dl_82D8 + type: gfx + offset: 0x82D8 +d_course_koopa_troopa_beach_dl_8368: + symbol: d_course_koopa_troopa_beach_dl_8368 + type: gfx + offset: 0x8368 +d_course_koopa_troopa_beach_dl_83D0: + symbol: d_course_koopa_troopa_beach_dl_83D0 + type: gfx + offset: 0x83D0 +d_course_koopa_troopa_beach_dl_8448: + symbol: d_course_koopa_troopa_beach_dl_8448 + type: gfx + offset: 0x8448 +d_course_koopa_troopa_beach_dl_84D0: + symbol: d_course_koopa_troopa_beach_dl_84D0 + type: gfx + offset: 0x84D0 +d_course_koopa_troopa_beach_dl_8550: + symbol: d_course_koopa_troopa_beach_dl_8550 + type: gfx + offset: 0x8550 +d_course_koopa_troopa_beach_dl_85E8: + symbol: d_course_koopa_troopa_beach_dl_85E8 + type: gfx + offset: 0x85E8 +d_course_koopa_troopa_beach_dl_8650: + symbol: d_course_koopa_troopa_beach_dl_8650 + type: gfx + offset: 0x8650 +d_course_koopa_troopa_beach_dl_8710: + symbol: d_course_koopa_troopa_beach_dl_8710 + type: gfx + offset: 0x8710 +d_course_koopa_troopa_beach_dl_8790: + symbol: d_course_koopa_troopa_beach_dl_8790 + type: gfx + offset: 0x8790 +d_course_koopa_troopa_beach_dl_8800: + symbol: d_course_koopa_troopa_beach_dl_8800 + type: gfx + offset: 0x8800 +d_course_koopa_troopa_beach_dl_8878: + symbol: d_course_koopa_troopa_beach_dl_8878 + type: gfx + offset: 0x8878 +d_course_koopa_troopa_beach_dl_88F0: + symbol: d_course_koopa_troopa_beach_dl_88F0 + type: gfx + offset: 0x88F0 +d_course_koopa_troopa_beach_dl_8958: + symbol: d_course_koopa_troopa_beach_dl_8958 + type: gfx + offset: 0x8958 +d_course_koopa_troopa_beach_dl_8A20: + symbol: d_course_koopa_troopa_beach_dl_8A20 + type: gfx + offset: 0x8A20 +d_course_koopa_troopa_beach_dl_8A98: + symbol: d_course_koopa_troopa_beach_dl_8A98 + type: gfx + offset: 0x8A98 +d_course_koopa_troopa_beach_dl_8BB0: + symbol: d_course_koopa_troopa_beach_dl_8BB0 + type: gfx + offset: 0x8BB0 +d_course_koopa_troopa_beach_dl_8C48: + symbol: d_course_koopa_troopa_beach_dl_8C48 + type: gfx + offset: 0x8C48 +d_course_koopa_troopa_beach_dl_8CC8: + symbol: d_course_koopa_troopa_beach_dl_8CC8 + type: gfx + offset: 0x8CC8 +d_course_koopa_troopa_beach_dl_8D48: + symbol: d_course_koopa_troopa_beach_dl_8D48 + type: gfx + offset: 0x8D48 +d_course_koopa_troopa_beach_dl_8DC0: + symbol: d_course_koopa_troopa_beach_dl_8DC0 + type: gfx + offset: 0x8DC0 +d_course_koopa_troopa_beach_dl_8E30: + symbol: d_course_koopa_troopa_beach_dl_8E30 + type: gfx + offset: 0x8E30 +d_course_koopa_troopa_beach_dl_8F50: + symbol: d_course_koopa_troopa_beach_dl_8F50 + type: gfx + offset: 0x8F50 +d_course_koopa_troopa_beach_dl_9008: + symbol: d_course_koopa_troopa_beach_dl_9008 + type: gfx + offset: 0x9008 +d_course_koopa_troopa_beach_dl_90F0: + symbol: d_course_koopa_troopa_beach_dl_90F0 + type: gfx + offset: 0x90F0 +d_course_koopa_troopa_beach_dl_9188: + symbol: d_course_koopa_troopa_beach_dl_9188 + type: gfx + offset: 0x9188 +d_course_koopa_troopa_beach_dl_9210: + symbol: d_course_koopa_troopa_beach_dl_9210 + type: gfx + offset: 0x9210 +d_course_koopa_troopa_beach_dl_9288: + symbol: d_course_koopa_troopa_beach_dl_9288 + type: gfx + offset: 0x9288 +d_course_koopa_troopa_beach_dl_92E8: + symbol: d_course_koopa_troopa_beach_dl_92E8 + type: gfx + offset: 0x92E8 +d_course_koopa_troopa_beach_dl_9378: + symbol: d_course_koopa_troopa_beach_dl_9378 + type: gfx + offset: 0x9378 +d_course_koopa_troopa_beach_dl_9498: + symbol: d_course_koopa_troopa_beach_dl_9498 + type: gfx + offset: 0x9498 +d_course_koopa_troopa_beach_dl_9548: + symbol: d_course_koopa_troopa_beach_dl_9548 + type: gfx + offset: 0x9548 +d_course_koopa_troopa_beach_dl_9618: + symbol: d_course_koopa_troopa_beach_dl_9618 + type: gfx + offset: 0x9618 +d_course_koopa_troopa_beach_dl_96A0: + symbol: d_course_koopa_troopa_beach_dl_96A0 + type: gfx + offset: 0x96A0 +d_course_koopa_troopa_beach_dl_9720: + symbol: d_course_koopa_troopa_beach_dl_9720 + type: gfx + offset: 0x9720 +d_course_koopa_troopa_beach_dl_9798: + symbol: d_course_koopa_troopa_beach_dl_9798 + type: gfx + offset: 0x9798 +d_course_koopa_troopa_beach_dl_9818: + symbol: d_course_koopa_troopa_beach_dl_9818 + type: gfx + offset: 0x9818 +d_course_koopa_troopa_beach_dl_98A0: + symbol: d_course_koopa_troopa_beach_dl_98A0 + type: gfx + offset: 0x98A0 +d_course_koopa_troopa_beach_dl_99A0: + symbol: d_course_koopa_troopa_beach_dl_99A0 + type: gfx + offset: 0x99A0 +d_course_koopa_troopa_beach_dl_9A30: + symbol: d_course_koopa_troopa_beach_dl_9A30 + type: gfx + offset: 0x9A30 +d_course_koopa_troopa_beach_dl_9AE0: + symbol: d_course_koopa_troopa_beach_dl_9AE0 + type: gfx + offset: 0x9AE0 +d_course_koopa_troopa_beach_dl_9B58: + symbol: d_course_koopa_troopa_beach_dl_9B58 + type: gfx + offset: 0x9B58 +d_course_koopa_troopa_beach_dl_9BC8: + symbol: d_course_koopa_troopa_beach_dl_9BC8 + type: gfx + offset: 0x9BC8 +d_course_koopa_troopa_beach_dl_9C38: + symbol: d_course_koopa_troopa_beach_dl_9C38 + type: gfx + offset: 0x9C38 +d_course_koopa_troopa_beach_dl_9D00: + symbol: d_course_koopa_troopa_beach_dl_9D00 + type: gfx + offset: 0x9D00 +d_course_koopa_troopa_beach_dl_9D98: + symbol: d_course_koopa_troopa_beach_dl_9D98 + type: gfx + offset: 0x9D98 +d_course_koopa_troopa_beach_dl_9E60: + symbol: d_course_koopa_troopa_beach_dl_9E60 + type: gfx + offset: 0x9E60 +d_course_koopa_troopa_beach_dl_9ED8: + symbol: d_course_koopa_troopa_beach_dl_9ED8 + type: gfx + offset: 0x9ED8 +d_course_koopa_troopa_beach_dl_9F78: + symbol: d_course_koopa_troopa_beach_dl_9F78 + type: gfx + offset: 0x9F78 +d_course_koopa_troopa_beach_dl_9FE8: + symbol: d_course_koopa_troopa_beach_dl_9FE8 + type: gfx + offset: 0x9FE8 +d_course_koopa_troopa_beach_dl_A070: + symbol: d_course_koopa_troopa_beach_dl_A070 + type: gfx + offset: 0xA070 +d_course_koopa_troopa_beach_dl_A0D0: + symbol: d_course_koopa_troopa_beach_dl_A0D0 + type: gfx + offset: 0xA0D0 +d_course_koopa_troopa_beach_dl_A190: + symbol: d_course_koopa_troopa_beach_dl_A190 + type: gfx + offset: 0xA190 +d_course_koopa_troopa_beach_dl_A220: + symbol: d_course_koopa_troopa_beach_dl_A220 + type: gfx + offset: 0xA220 +d_course_koopa_troopa_beach_dl_A2E8: + symbol: d_course_koopa_troopa_beach_dl_A2E8 + type: gfx + offset: 0xA2E8 +d_course_koopa_troopa_beach_dl_A340: + symbol: d_course_koopa_troopa_beach_dl_A340 + type: gfx + offset: 0xA340 +d_course_koopa_troopa_beach_dl_A428: + symbol: d_course_koopa_troopa_beach_dl_A428 + type: gfx + offset: 0xA428 +d_course_koopa_troopa_beach_dl_A4D8: + symbol: d_course_koopa_troopa_beach_dl_A4D8 + type: gfx + offset: 0xA4D8 +d_course_koopa_troopa_beach_dl_A578: + symbol: d_course_koopa_troopa_beach_dl_A578 + type: gfx + offset: 0xA578 +d_course_koopa_troopa_beach_dl_A608: + symbol: d_course_koopa_troopa_beach_dl_A608 + type: gfx + offset: 0xA608 +d_course_koopa_troopa_beach_dl_A6F0: + symbol: d_course_koopa_troopa_beach_dl_A6F0 + type: gfx + offset: 0xA6F0 +d_course_koopa_troopa_beach_dl_A780: + symbol: d_course_koopa_troopa_beach_dl_A780 + type: gfx + offset: 0xA780 +d_course_koopa_troopa_beach_dl_A828: + symbol: d_course_koopa_troopa_beach_dl_A828 + type: gfx + offset: 0xA828 +d_course_koopa_troopa_beach_dl_A8D0: + symbol: d_course_koopa_troopa_beach_dl_A8D0 + type: gfx + offset: 0xA8D0 +d_course_koopa_troopa_beach_dl_A9A0: + symbol: d_course_koopa_troopa_beach_dl_A9A0 + type: gfx + offset: 0xA9A0 +d_course_koopa_troopa_beach_dl_AA38: + symbol: d_course_koopa_troopa_beach_dl_AA38 + type: gfx + offset: 0xAA38 +d_course_koopa_troopa_beach_dl_AAE8: + symbol: d_course_koopa_troopa_beach_dl_AAE8 + type: gfx + offset: 0xAAE8 +d_course_koopa_troopa_beach_dl_AB88: + symbol: d_course_koopa_troopa_beach_dl_AB88 + type: gfx + offset: 0xAB88 +d_course_koopa_troopa_beach_dl_AC10: + symbol: d_course_koopa_troopa_beach_dl_AC10 + type: gfx + offset: 0xAC10 +d_course_koopa_troopa_beach_dl_AC68: + symbol: d_course_koopa_troopa_beach_dl_AC68 + type: gfx + offset: 0xAC68 +d_course_koopa_troopa_beach_dl_AD40: + symbol: d_course_koopa_troopa_beach_dl_AD40 + type: gfx + offset: 0xAD40 +d_course_koopa_troopa_beach_unknown_waypoints: + symbol: d_course_koopa_troopa_beach_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xADE0 + count: 62 +d_course_koopa_troopa_beach_unknown_waypoints1: + symbol: d_course_koopa_troopa_beach_unknown_waypoints1 + type: mk64:TRACK_PATH + offset: 0xAFD0 + count: 59 +d_course_koopa_troopa_beach_track_waypoints: + symbol: d_course_koopa_troopa_beach_track_waypoints + type: mk64:TRACK_PATH + offset: 0xB1A8 + count: 609 +d_course_koopa_troopa_beach_track_waypoints_2: + symbol: d_course_koopa_troopa_beach_track_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xC4B0 + count: 559 +d_course_koopa_troopa_beach_crab_tlut: + symbol: d_course_koopa_troopa_beach_crab_tlut + type: texture + offset: 0xD628 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTextureCrab1: + symbol: gTextureCrab1 + type: texture + offset: 0xD828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab2: + symbol: gTextureCrab2 + type: texture + offset: 0x0E828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab3: + symbol: gTextureCrab3 + type: texture + offset: 0x0F828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab4: + symbol: gTextureCrab4 + type: texture + offset: 0x10828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab5: + symbol: gTextureCrab5 + type: texture + offset: 0x11828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab6: + symbol: gTextureCrab6 + type: texture + offset: 0x12828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureCrab7: + symbol: gTextureCrab7 + type: texture + offset: 0x13828 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_koopa_troopa_beach_light1: + symbol: d_course_koopa_troopa_beach_light1 + type: lights + offset: 0x14BE8 +d_course_koopa_troopa_beach_bird_wing: + symbol: d_course_koopa_troopa_beach_bird_wing + type: texture + offset: 0x14C00 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_eye: + symbol: d_course_koopa_troopa_beach_bird_eye + type: texture + offset: 0x15400 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_beak: + symbol: d_course_koopa_troopa_beach_bird_beak + type: texture + offset: 0x15C00 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_model: + symbol: d_course_koopa_troopa_beach_bird_model + type: vtx + offset: 0x16400 + count: 3 +d_course_koopa_troopa_beach_unknown_model1: + symbol: d_course_koopa_troopa_beach_unknown_model1 + type: vtx + offset: 0x16430 + count: 10 +d_course_koopa_troopa_beach_unknown_model2: + symbol: d_course_koopa_troopa_beach_unknown_model2 + type: vtx + offset: 0x164D0 + count: 14 +d_course_koopa_troopa_beach_unknown_model3: + symbol: d_course_koopa_troopa_beach_unknown_model3 + type: vtx + offset: 0x165B0 + count: 8 +d_course_koopa_troopa_beach_dl_16630: + symbol: d_course_koopa_troopa_beach_dl_16630 + type: gfx + offset: 0x16630 +d_course_koopa_troopa_beach_bird_wing_model: + symbol: d_course_koopa_troopa_beach_bird_wing_model + type: vtx + offset: 0x167D0 + count: 8 +d_course_koopa_troopa_beach_dl_16850: + symbol: d_course_koopa_troopa_beach_dl_16850 + type: gfx + offset: 0x16850 +d_course_koopa_troopa_beach_bird_wing_2_model: + symbol: d_course_koopa_troopa_beach_bird_wing_2_model + type: vtx + offset: 0x16870 + count: 8 +d_course_koopa_troopa_beach_dl_168F0: + symbol: d_course_koopa_troopa_beach_dl_168F0 + type: gfx + offset: 0x168F0 +d_course_koopa_troopa_beach_bird_wing_3_model: + symbol: d_course_koopa_troopa_beach_bird_wing_3_model + type: vtx + offset: 0x16910 + count: 8 +d_course_koopa_troopa_beach_dl_16990: + symbol: d_course_koopa_troopa_beach_dl_16990 + type: gfx + offset: 0x16990 +d_course_koopa_troopa_beach_light2: + symbol: d_course_koopa_troopa_beach_light2 + type: lights + offset: 0x16B78 +d_course_koopa_troopa_beach_tree_model: + symbol: d_course_koopa_troopa_beach_tree_model + type: vtx + offset: 0x16B90 + count: 9 +d_course_koopa_troopa_beach_unknown_model4: + symbol: d_course_koopa_troopa_beach_unknown_model4 + type: vtx + offset: 0x16C20 + count: 16 +d_course_koopa_troopa_beach_palm_frond: + symbol: d_course_koopa_troopa_beach_palm_frond + type: texture + offset: 0x16D20 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_palm_trunk: + symbol: d_course_koopa_troopa_beach_palm_trunk + type: texture + offset: 0x17D20 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_dl_18520: + symbol: d_course_koopa_troopa_beach_dl_18520 + type: gfx + offset: 0x18520 +d_course_koopa_troopa_beach_dl_185E8: + symbol: d_course_koopa_troopa_beach_dl_185E8 + type: gfx + offset: 0x185E8 +d_course_koopa_troopa_beach_dl_tree_top1: + symbol: d_course_koopa_troopa_beach_dl_tree_top1 + type: gfx + offset: 0x185F8 +d_course_koopa_troopa_beach_dl_18608: + symbol: d_course_koopa_troopa_beach_dl_18608 + type: gfx + offset: 0x18608 +d_course_koopa_troopa_beach_dl_186A8: + symbol: d_course_koopa_troopa_beach_dl_186A8 + type: gfx + offset: 0x186A8 +d_course_koopa_troopa_beach_dl_tree_trunk1: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk1 + type: gfx + offset: 0x186B8 +d_course_koopa_troopa_beach_tree_2_model: + symbol: d_course_koopa_troopa_beach_tree_2_model + type: vtx + offset: 0x186C8 + count: 9 +d_course_koopa_troopa_beach_unknown_model5: + symbol: d_course_koopa_troopa_beach_unknown_model5 + type: vtx + offset: 0x18758 + count: 16 +d_course_koopa_troopa_beach_light3: + symbol: d_course_koopa_troopa_beach_light3 + type: lights + offset: 0x18858 +d_course_koopa_troopa_beach_dl_18870: + symbol: d_course_koopa_troopa_beach_dl_18870 + type: gfx + offset: 0x18870 +d_course_koopa_troopa_beach_dl_18938: + symbol: d_course_koopa_troopa_beach_dl_18938 + type: gfx + offset: 0x18938 +d_course_koopa_troopa_beach_dl_tree_top2: + symbol: d_course_koopa_troopa_beach_dl_tree_top2 + type: gfx + offset: 0x18948 +d_course_koopa_troopa_beach_dl_18958: + symbol: d_course_koopa_troopa_beach_dl_18958 + type: gfx + offset: 0x18958 +d_course_koopa_troopa_beach_dl_189F8: + symbol: d_course_koopa_troopa_beach_dl_189F8 + type: gfx + offset: 0x189F8 +d_course_koopa_troopa_beach_dl_tree_trunk2: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk2 + type: gfx + offset: 0x18A08 +d_course_koopa_troopa_beach_tree_3_model: + symbol: d_course_koopa_troopa_beach_tree_3_model + type: vtx + offset: 0x18A18 + count: 9 +d_course_koopa_troopa_beach_unknown_model6: + symbol: d_course_koopa_troopa_beach_unknown_model6 + type: vtx + offset: 0x18AA8 + count: 16 +d_course_koopa_troopa_beach_light4: + symbol: d_course_koopa_troopa_beach_light4 + type: lights + offset: 0x18BA8 +d_course_koopa_troopa_beach_dl_18BC0: + symbol: d_course_koopa_troopa_beach_dl_18BC0 + type: gfx + offset: 0x18BC0 +d_course_koopa_troopa_beach_dl_18C88: + symbol: d_course_koopa_troopa_beach_dl_18C88 + type: gfx + offset: 0x18C88 +d_course_koopa_troopa_beach_dl_tree_top3: + symbol: d_course_koopa_troopa_beach_dl_tree_top3 + type: gfx + offset: 0x18C98 +d_course_koopa_troopa_beach_dl_18CA8: + symbol: d_course_koopa_troopa_beach_dl_18CA8 + type: gfx + offset: 0x18CA8 +d_course_koopa_troopa_beach_dl_18D48: + symbol: d_course_koopa_troopa_beach_dl_18D48 + type: gfx + offset: 0x18D48 +d_course_koopa_troopa_beach_dl_tree_trunk3: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk3 + type: gfx + offset: 0x18D58 +d_course_koopa_troopa_beach_dl_18D68: + symbol: d_course_koopa_troopa_beach_dl_18D68 + type: gfx + offset: 0x18D68 +d_course_koopa_troopa_beach_item_box_spawns: + symbol: d_course_koopa_troopa_beach_item_box_spawns + type: mk64:spawn_data + offset: 0x18E78 + count: 31 +d_course_koopa_troopa_beach_tree_spawn: + symbol: d_course_koopa_troopa_beach_tree_spawn + type: mk64:spawn_data + offset: 0x18F70 + count: 13 +d_course_koopa_troopa_beach_addr: + symbol: d_course_koopa_troopa_beach_addr + type: mk64:track_sections + offset: 0x18FD8 + count: 106 diff --git a/android/app/src/main/assets/yamls/us/koopa_troopa_beach_displaylists.yml b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_displaylists.yml new file mode 100644 index 0000000000..e8c75bb9e5 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8E8BC8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_koopa_troopa_beach_packed_dls: + symbol: d_course_koopa_troopa_beach_packed_dls + type: blob + offset: 0x8E8BC8 + size: 0x37BA diff --git a/android/app/src/main/assets/yamls/us/koopa_troopa_beach_vertices.yml b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_vertices.yml new file mode 100644 index 0000000000..09daccb1f7 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/koopa_troopa_beach_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8D8E50] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_koopa_troopa_beach_vertex: + symbol: d_course_koopa_troopa_beach_vertex + type: mk64:course_vtx + count: 9376 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/luigi_kart.yml b/android/app/src/main/assets/yamls/us/luigi_kart.yml new file mode 100644 index 0000000000..53bd2d4dba --- /dev/null +++ b/android/app/src/main/assets/yamls/us/luigi_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x145470] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + luigi_kart_wheels: + range: [0x769FC, 0x9AB7C] + mode: APPEND +luigi_kart_frame000: + symbol: gKartLuigi000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame001: + symbol: gKartLuigi001 + type: texture + offset: 0x4F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_001_wheel_0 +luigi_kart_frame002: + symbol: gKartLuigi002 + type: texture + offset: 0x9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_002_wheel_0 +luigi_kart_frame003: + symbol: gKartLuigi003 + type: texture + offset: 0xEF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_003_wheel_0 +luigi_kart_frame004: + symbol: gKartLuigi004 + type: texture + offset: 0x1418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_004_wheel_0 +luigi_kart_frame005: + symbol: gKartLuigi005 + type: texture + offset: 0x1940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_005_wheel_0 +luigi_kart_frame006: + symbol: gKartLuigi006 + type: texture + offset: 0x1E7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_006_wheel_0 +luigi_kart_frame007: + symbol: gKartLuigi007 + type: texture + offset: 0x23D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_007_wheel_0 +luigi_kart_frame008: + symbol: gKartLuigi008 + type: texture + offset: 0x2938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_008_wheel_0 +luigi_kart_frame009: + symbol: gKartLuigi009 + type: texture + offset: 0x2EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_009_wheel_0 +luigi_kart_frame010: + symbol: gKartLuigi010 + type: texture + offset: 0x3448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_010_wheel_0 +luigi_kart_frame011: + symbol: gKartLuigi011 + type: texture + offset: 0x39E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_011_wheel_0 +luigi_kart_frame012: + symbol: gKartLuigi012 + type: texture + offset: 0x3FB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_012_wheel_0 +luigi_kart_frame013: + symbol: gKartLuigi013 + type: texture + offset: 0x4580 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_013_wheel_0 +luigi_kart_frame014: + symbol: gKartLuigi014 + type: texture + offset: 0x4B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_014_wheel_0 +luigi_kart_frame015: + symbol: gKartLuigi015 + type: texture + offset: 0x5138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_015_wheel_0 +luigi_kart_frame016: + symbol: gKartLuigi016 + type: texture + offset: 0x5730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_016_wheel_0 +luigi_kart_frame017: + symbol: gKartLuigi017 + type: texture + offset: 0x5D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_017_wheel_0 +luigi_kart_frame018: + symbol: gKartLuigi018 + type: texture + offset: 0x6350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_018_wheel_0 +luigi_kart_frame019: + symbol: gKartLuigi019 + type: texture + offset: 0x6968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_019_wheel_0 +luigi_kart_frame020: + symbol: gKartLuigi020 + type: texture + offset: 0x6F70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_020_wheel_0 +luigi_kart_frame021: + symbol: gKartLuigi021 + type: texture + offset: 0x7570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_021_wheel_0 +luigi_kart_frame022: + symbol: gKartLuigi022 + type: texture + offset: 0x7A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_022_wheel_0 +luigi_kart_frame023: + symbol: gKartLuigi023 + type: texture + offset: 0x7F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_023_wheel_0 +luigi_kart_frame024: + symbol: gKartLuigi024 + type: texture + offset: 0x8460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_024_wheel_0 +luigi_kart_frame025: + symbol: gKartLuigi025 + type: texture + offset: 0x8988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_025_wheel_0 +luigi_kart_frame026: + symbol: gKartLuigi026 + type: texture + offset: 0x8EC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_026_wheel_0 +luigi_kart_frame027: + symbol: gKartLuigi027 + type: texture + offset: 0x9408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_027_wheel_0 +luigi_kart_frame028: + symbol: gKartLuigi028 + type: texture + offset: 0x9978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_028_wheel_0 +luigi_kart_frame029: + symbol: gKartLuigi029 + type: texture + offset: 0x9EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_029_wheel_0 +luigi_kart_frame030: + symbol: gKartLuigi030 + type: texture + offset: 0xA490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_030_wheel_0 +luigi_kart_frame031: + symbol: gKartLuigi031 + type: texture + offset: 0xAA38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_031_wheel_0 +luigi_kart_frame032: + symbol: gKartLuigi032 + type: texture + offset: 0xB000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_032_wheel_0 +luigi_kart_frame033: + symbol: gKartLuigi033 + type: texture + offset: 0xB5D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_033_wheel_0 +luigi_kart_frame034: + symbol: gKartLuigi034 + type: texture + offset: 0xBBB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_034_wheel_0 +luigi_kart_frame035: + symbol: gKartLuigi035 + type: texture + offset: 0xC1A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_035_wheel_0 +luigi_kart_frame036: + symbol: gKartLuigi036 + type: texture + offset: 0xC7AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_036_wheel_0 +luigi_kart_frame037: + symbol: gKartLuigi037 + type: texture + offset: 0xCDC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_037_wheel_0 +luigi_kart_frame038: + symbol: gKartLuigi038 + type: texture + offset: 0xD3D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_038_wheel_0 +luigi_kart_frame039: + symbol: gKartLuigi039 + type: texture + offset: 0xD9E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_039_wheel_0 +luigi_kart_frame040: + symbol: gKartLuigi040 + type: texture + offset: 0xE008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_040_wheel_0 +luigi_kart_frame041: + symbol: gKartLuigi041 + type: texture + offset: 0xE60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_041_wheel_0 +luigi_kart_frame042: + symbol: gKartLuigi042 + type: texture + offset: 0xEC40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_042_wheel_0 +luigi_kart_frame043: + symbol: gKartLuigi043 + type: texture + offset: 0xF128 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_043_wheel_0 +luigi_kart_frame044: + symbol: gKartLuigi044 + type: texture + offset: 0xF62C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_044_wheel_0 +luigi_kart_frame045: + symbol: gKartLuigi045 + type: texture + offset: 0xFB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_045_wheel_0 +luigi_kart_frame046: + symbol: gKartLuigi046 + type: texture + offset: 0x10098 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_046_wheel_0 +luigi_kart_frame047: + symbol: gKartLuigi047 + type: texture + offset: 0x10618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_047_wheel_0 +luigi_kart_frame048: + symbol: gKartLuigi048 + type: texture + offset: 0x10B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_048_wheel_0 +luigi_kart_frame049: + symbol: gKartLuigi049 + type: texture + offset: 0x11100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_049_wheel_0 +luigi_kart_frame050: + symbol: gKartLuigi050 + type: texture + offset: 0x1169C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_050_wheel_0 +luigi_kart_frame051: + symbol: gKartLuigi051 + type: texture + offset: 0x11C44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_051_wheel_0 +luigi_kart_frame052: + symbol: gKartLuigi052 + type: texture + offset: 0x12200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_052_wheel_0 +luigi_kart_frame053: + symbol: gKartLuigi053 + type: texture + offset: 0x127E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_053_wheel_0 +luigi_kart_frame054: + symbol: gKartLuigi054 + type: texture + offset: 0x12DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_054_wheel_0 +luigi_kart_frame055: + symbol: gKartLuigi055 + type: texture + offset: 0x133B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_055_wheel_0 +luigi_kart_frame056: + symbol: gKartLuigi056 + type: texture + offset: 0x139C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_056_wheel_0 +luigi_kart_frame057: + symbol: gKartLuigi057 + type: texture + offset: 0x13FB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_057_wheel_0 +luigi_kart_frame058: + symbol: gKartLuigi058 + type: texture + offset: 0x145C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_058_wheel_0 +luigi_kart_frame059: + symbol: gKartLuigi059 + type: texture + offset: 0x14BE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_059_wheel_0 +luigi_kart_frame060: + symbol: gKartLuigi060 + type: texture + offset: 0x15220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_060_wheel_0 +luigi_kart_frame061: + symbol: gKartLuigi061 + type: texture + offset: 0x15850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_061_wheel_0 +luigi_kart_frame062: + symbol: gKartLuigi062 + type: texture + offset: 0x15E98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_062_wheel_0 +luigi_kart_frame063: + symbol: gKartLuigi063 + type: texture + offset: 0x164D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_063_wheel_0 +luigi_kart_frame064: + symbol: gKartLuigi064 + type: texture + offset: 0x169E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_064_wheel_0 +luigi_kart_frame065: + symbol: gKartLuigi065 + type: texture + offset: 0x16EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_065_wheel_0 +luigi_kart_frame066: + symbol: gKartLuigi066 + type: texture + offset: 0x17418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_066_wheel_0 +luigi_kart_frame067: + symbol: gKartLuigi067 + type: texture + offset: 0x17978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_067_wheel_0 +luigi_kart_frame068: + symbol: gKartLuigi068 + type: texture + offset: 0x17EE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_068_wheel_0 +luigi_kart_frame069: + symbol: gKartLuigi069 + type: texture + offset: 0x1847C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_069_wheel_0 +luigi_kart_frame070: + symbol: gKartLuigi070 + type: texture + offset: 0x18A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_070_wheel_0 +luigi_kart_frame071: + symbol: gKartLuigi071 + type: texture + offset: 0x18FB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_071_wheel_0 +luigi_kart_frame072: + symbol: gKartLuigi072 + type: texture + offset: 0x1957C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_072_wheel_0 +luigi_kart_frame073: + symbol: gKartLuigi073 + type: texture + offset: 0x19B50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_073_wheel_0 +luigi_kart_frame074: + symbol: gKartLuigi074 + type: texture + offset: 0x1A140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_074_wheel_0 +luigi_kart_frame075: + symbol: gKartLuigi075 + type: texture + offset: 0x1A734 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_075_wheel_0 +luigi_kart_frame076: + symbol: gKartLuigi076 + type: texture + offset: 0x1AD2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_076_wheel_0 +luigi_kart_frame077: + symbol: gKartLuigi077 + type: texture + offset: 0x1B33C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_077_wheel_0 +luigi_kart_frame078: + symbol: gKartLuigi078 + type: texture + offset: 0x1B95C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_078_wheel_0 +luigi_kart_frame079: + symbol: gKartLuigi079 + type: texture + offset: 0x1BF84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_079_wheel_0 +luigi_kart_frame080: + symbol: gKartLuigi080 + type: texture + offset: 0x1C5A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_080_wheel_0 +luigi_kart_frame081: + symbol: gKartLuigi081 + type: texture + offset: 0x1CBE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_081_wheel_0 +luigi_kart_frame082: + symbol: gKartLuigi082 + type: texture + offset: 0x1D224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_082_wheel_0 +luigi_kart_frame083: + symbol: gKartLuigi083 + type: texture + offset: 0x1D85C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_083_wheel_0 +luigi_kart_frame084: + symbol: gKartLuigi084 + type: texture + offset: 0x1DE90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_084_wheel_0 +luigi_kart_frame085: + symbol: gKartLuigi085 + type: texture + offset: 0x1E39C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_085_wheel_0 +luigi_kart_frame086: + symbol: gKartLuigi086 + type: texture + offset: 0x1E8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_086_wheel_0 +luigi_kart_frame087: + symbol: gKartLuigi087 + type: texture + offset: 0x1EE08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_087_wheel_0 +luigi_kart_frame088: + symbol: gKartLuigi088 + type: texture + offset: 0x1F35C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_088_wheel_0 +luigi_kart_frame089: + symbol: gKartLuigi089 + type: texture + offset: 0x1F8E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_089_wheel_0 +luigi_kart_frame090: + symbol: gKartLuigi090 + type: texture + offset: 0x1FE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_090_wheel_0 +luigi_kart_frame091: + symbol: gKartLuigi091 + type: texture + offset: 0x20408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_091_wheel_0 +luigi_kart_frame092: + symbol: gKartLuigi092 + type: texture + offset: 0x209B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_092_wheel_0 +luigi_kart_frame093: + symbol: gKartLuigi093 + type: texture + offset: 0x20F80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_093_wheel_0 +luigi_kart_frame094: + symbol: gKartLuigi094 + type: texture + offset: 0x2155C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_094_wheel_0 +luigi_kart_frame095: + symbol: gKartLuigi095 + type: texture + offset: 0x21B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_095_wheel_0 +luigi_kart_frame096: + symbol: gKartLuigi096 + type: texture + offset: 0x22140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_096_wheel_0 +luigi_kart_frame097: + symbol: gKartLuigi097 + type: texture + offset: 0x22750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_097_wheel_0 +luigi_kart_frame098: + symbol: gKartLuigi098 + type: texture + offset: 0x22D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_098_wheel_0 +luigi_kart_frame099: + symbol: gKartLuigi099 + type: texture + offset: 0x23384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_099_wheel_0 +luigi_kart_frame100: + symbol: gKartLuigi100 + type: texture + offset: 0x239C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_100_wheel_0 +luigi_kart_frame101: + symbol: gKartLuigi101 + type: texture + offset: 0x2401C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_101_wheel_0 +luigi_kart_frame102: + symbol: gKartLuigi102 + type: texture + offset: 0x24664 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_102_wheel_0 +luigi_kart_frame103: + symbol: gKartLuigi103 + type: texture + offset: 0x24CB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_103_wheel_0 +luigi_kart_frame104: + symbol: gKartLuigi104 + type: texture + offset: 0x252F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_104_wheel_0 +luigi_kart_frame105: + symbol: gKartLuigi105 + type: texture + offset: 0x25930 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_105_wheel_0 +luigi_kart_frame106: + symbol: gKartLuigi106 + type: texture + offset: 0x25E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_106_wheel_0 +luigi_kart_frame107: + symbol: gKartLuigi107 + type: texture + offset: 0x26384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_107_wheel_0 +luigi_kart_frame108: + symbol: gKartLuigi108 + type: texture + offset: 0x268EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_108_wheel_0 +luigi_kart_frame109: + symbol: gKartLuigi109 + type: texture + offset: 0x26E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_109_wheel_0 +luigi_kart_frame110: + symbol: gKartLuigi110 + type: texture + offset: 0x273EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_110_wheel_0 +luigi_kart_frame111: + symbol: gKartLuigi111 + type: texture + offset: 0x27980 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_111_wheel_0 +luigi_kart_frame112: + symbol: gKartLuigi112 + type: texture + offset: 0x27F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_112_wheel_0 +luigi_kart_frame113: + symbol: gKartLuigi113 + type: texture + offset: 0x284DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_113_wheel_0 +luigi_kart_frame114: + symbol: gKartLuigi114 + type: texture + offset: 0x28AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_114_wheel_0 +luigi_kart_frame115: + symbol: gKartLuigi115 + type: texture + offset: 0x290AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_115_wheel_0 +luigi_kart_frame116: + symbol: gKartLuigi116 + type: texture + offset: 0x29694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_116_wheel_0 +luigi_kart_frame117: + symbol: gKartLuigi117 + type: texture + offset: 0x29CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_117_wheel_0 +luigi_kart_frame118: + symbol: gKartLuigi118 + type: texture + offset: 0x2A2B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_118_wheel_0 +luigi_kart_frame119: + symbol: gKartLuigi119 + type: texture + offset: 0x2A8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_119_wheel_0 +luigi_kart_frame120: + symbol: gKartLuigi120 + type: texture + offset: 0x2AEF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_120_wheel_0 +luigi_kart_frame121: + symbol: gKartLuigi121 + type: texture + offset: 0x2B534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_121_wheel_0 +luigi_kart_frame122: + symbol: gKartLuigi122 + type: texture + offset: 0x2BB8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_122_wheel_0 +luigi_kart_frame123: + symbol: gKartLuigi123 + type: texture + offset: 0x2C1D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_123_wheel_0 +luigi_kart_frame124: + symbol: gKartLuigi124 + type: texture + offset: 0x2C82C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_124_wheel_0 +luigi_kart_frame125: + symbol: gKartLuigi125 + type: texture + offset: 0x2CE84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_125_wheel_0 +luigi_kart_frame126: + symbol: gKartLuigi126 + type: texture + offset: 0x2D4CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_126_wheel_0 +luigi_kart_frame127: + symbol: gKartLuigi127 + type: texture + offset: 0x2DA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_127_wheel_0 +luigi_kart_frame128: + symbol: gKartLuigi128 + type: texture + offset: 0x2DF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_128_wheel_0 +luigi_kart_frame129: + symbol: gKartLuigi129 + type: texture + offset: 0x2E4E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_129_wheel_0 +luigi_kart_frame130: + symbol: gKartLuigi130 + type: texture + offset: 0x2EA40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_130_wheel_0 +luigi_kart_frame131: + symbol: gKartLuigi131 + type: texture + offset: 0x2EFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_131_wheel_0 +luigi_kart_frame132: + symbol: gKartLuigi132 + type: texture + offset: 0x2F594 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_132_wheel_0 +luigi_kart_frame133: + symbol: gKartLuigi133 + type: texture + offset: 0x2FB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_133_wheel_0 +luigi_kart_frame134: + symbol: gKartLuigi134 + type: texture + offset: 0x3010C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_134_wheel_0 +luigi_kart_frame135: + symbol: gKartLuigi135 + type: texture + offset: 0x306D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_135_wheel_0 +luigi_kart_frame136: + symbol: gKartLuigi136 + type: texture + offset: 0x30CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_136_wheel_0 +luigi_kart_frame137: + symbol: gKartLuigi137 + type: texture + offset: 0x312AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_137_wheel_0 +luigi_kart_frame138: + symbol: gKartLuigi138 + type: texture + offset: 0x318B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_138_wheel_0 +luigi_kart_frame139: + symbol: gKartLuigi139 + type: texture + offset: 0x31ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_139_wheel_0 +luigi_kart_frame140: + symbol: gKartLuigi140 + type: texture + offset: 0x324F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_140_wheel_0 +luigi_kart_frame141: + symbol: gKartLuigi141 + type: texture + offset: 0x32B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_141_wheel_0 +luigi_kart_frame142: + symbol: gKartLuigi142 + type: texture + offset: 0x33188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_142_wheel_0 +luigi_kart_frame143: + symbol: gKartLuigi143 + type: texture + offset: 0x337E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_143_wheel_0 +luigi_kart_frame144: + symbol: gKartLuigi144 + type: texture + offset: 0x33E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_144_wheel_0 +luigi_kart_frame145: + symbol: gKartLuigi145 + type: texture + offset: 0x344B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_145_wheel_0 +luigi_kart_frame146: + symbol: gKartLuigi146 + type: texture + offset: 0x34B10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_146_wheel_0 +luigi_kart_frame147: + symbol: gKartLuigi147 + type: texture + offset: 0x35184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_147_wheel_0 +luigi_kart_frame148: + symbol: gKartLuigi148 + type: texture + offset: 0x356D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_148_wheel_0 +luigi_kart_frame149: + symbol: gKartLuigi149 + type: texture + offset: 0x35C3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_149_wheel_0 +luigi_kart_frame150: + symbol: gKartLuigi150 + type: texture + offset: 0x361B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_150_wheel_0 +luigi_kart_frame151: + symbol: gKartLuigi151 + type: texture + offset: 0x36748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_151_wheel_0 +luigi_kart_frame152: + symbol: gKartLuigi152 + type: texture + offset: 0x36D04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_152_wheel_0 +luigi_kart_frame153: + symbol: gKartLuigi153 + type: texture + offset: 0x372D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_153_wheel_0 +luigi_kart_frame154: + symbol: gKartLuigi154 + type: texture + offset: 0x378A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_154_wheel_0 +luigi_kart_frame155: + symbol: gKartLuigi155 + type: texture + offset: 0x37E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_155_wheel_0 +luigi_kart_frame156: + symbol: gKartLuigi156 + type: texture + offset: 0x38460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_156_wheel_0 +luigi_kart_frame157: + symbol: gKartLuigi157 + type: texture + offset: 0x38A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_157_wheel_0 +luigi_kart_frame158: + symbol: gKartLuigi158 + type: texture + offset: 0x39068 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_158_wheel_0 +luigi_kart_frame159: + symbol: gKartLuigi159 + type: texture + offset: 0x3966C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_159_wheel_0 +luigi_kart_frame160: + symbol: gKartLuigi160 + type: texture + offset: 0x39C8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_160_wheel_0 +luigi_kart_frame161: + symbol: gKartLuigi161 + type: texture + offset: 0x3A2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_161_wheel_0 +luigi_kart_frame162: + symbol: gKartLuigi162 + type: texture + offset: 0x3A930 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_162_wheel_0 +luigi_kart_frame163: + symbol: gKartLuigi163 + type: texture + offset: 0x3AF90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_163_wheel_0 +luigi_kart_frame164: + symbol: gKartLuigi164 + type: texture + offset: 0x3B600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_164_wheel_0 +luigi_kart_frame165: + symbol: gKartLuigi165 + type: texture + offset: 0x3BC7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_165_wheel_0 +luigi_kart_frame166: + symbol: gKartLuigi166 + type: texture + offset: 0x3C2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_166_wheel_0 +luigi_kart_frame167: + symbol: gKartLuigi167 + type: texture + offset: 0x3C96C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_167_wheel_0 +luigi_kart_frame168: + symbol: gKartLuigi168 + type: texture + offset: 0x3CFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_168_wheel_0 +luigi_kart_frame169: + symbol: gKartLuigi169 + type: texture + offset: 0x3D560 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_169_wheel_0 +luigi_kart_frame170: + symbol: gKartLuigi170 + type: texture + offset: 0x3DB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_170_wheel_0 +luigi_kart_frame171: + symbol: gKartLuigi171 + type: texture + offset: 0x3E0C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_171_wheel_0 +luigi_kart_frame172: + symbol: gKartLuigi172 + type: texture + offset: 0x3E67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_172_wheel_0 +luigi_kart_frame173: + symbol: gKartLuigi173 + type: texture + offset: 0x3EC1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_173_wheel_0 +luigi_kart_frame174: + symbol: gKartLuigi174 + type: texture + offset: 0x3F200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_174_wheel_0 +luigi_kart_frame175: + symbol: gKartLuigi175 + type: texture + offset: 0x3F7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_175_wheel_0 +luigi_kart_frame176: + symbol: gKartLuigi176 + type: texture + offset: 0x3FDA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_176_wheel_0 +luigi_kart_frame177: + symbol: gKartLuigi177 + type: texture + offset: 0x40398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_177_wheel_0 +luigi_kart_frame178: + symbol: gKartLuigi178 + type: texture + offset: 0x409B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_178_wheel_0 +luigi_kart_frame179: + symbol: gKartLuigi179 + type: texture + offset: 0x40FC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_179_wheel_0 +luigi_kart_frame180: + symbol: gKartLuigi180 + type: texture + offset: 0x415E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_180_wheel_0 +luigi_kart_frame181: + symbol: gKartLuigi181 + type: texture + offset: 0x41C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_181_wheel_0 +luigi_kart_frame182: + symbol: gKartLuigi182 + type: texture + offset: 0x42240 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_182_wheel_0 +luigi_kart_frame183: + symbol: gKartLuigi183 + type: texture + offset: 0x42884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_183_wheel_0 +luigi_kart_frame184: + symbol: gKartLuigi184 + type: texture + offset: 0x42ED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_184_wheel_0 +luigi_kart_frame185: + symbol: gKartLuigi185 + type: texture + offset: 0x43534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_185_wheel_0 +luigi_kart_frame186: + symbol: gKartLuigi186 + type: texture + offset: 0x43BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_186_wheel_0 +luigi_kart_frame187: + symbol: gKartLuigi187 + type: texture + offset: 0x44250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_187_wheel_0 +luigi_kart_frame188: + symbol: gKartLuigi188 + type: texture + offset: 0x448B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_188_wheel_0 +luigi_kart_frame189: + symbol: gKartLuigi189 + type: texture + offset: 0x44F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_189_wheel_0 +luigi_kart_frame190: + symbol: gKartLuigi190 + type: texture + offset: 0x4544C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_190_wheel_0 +luigi_kart_frame191: + symbol: gKartLuigi191 + type: texture + offset: 0x459A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_191_wheel_0 +luigi_kart_frame192: + symbol: gKartLuigi192 + type: texture + offset: 0x45F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_192_wheel_0 +luigi_kart_frame193: + symbol: gKartLuigi193 + type: texture + offset: 0x464E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_193_wheel_0 +luigi_kart_frame194: + symbol: gKartLuigi194 + type: texture + offset: 0x46AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_194_wheel_0 +luigi_kart_frame195: + symbol: gKartLuigi195 + type: texture + offset: 0x470C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_195_wheel_0 +luigi_kart_frame196: + symbol: gKartLuigi196 + type: texture + offset: 0x476E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_196_wheel_0 +luigi_kart_frame197: + symbol: gKartLuigi197 + type: texture + offset: 0x47D14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_197_wheel_0 +luigi_kart_frame198: + symbol: gKartLuigi198 + type: texture + offset: 0x48370 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_198_wheel_0 +luigi_kart_frame199: + symbol: gKartLuigi199 + type: texture + offset: 0x489DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_199_wheel_0 +luigi_kart_frame200: + symbol: gKartLuigi200 + type: texture + offset: 0x49064 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_200_wheel_0 +luigi_kart_frame201: + symbol: gKartLuigi201 + type: texture + offset: 0x4970C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_201_wheel_0 +luigi_kart_frame202: + symbol: gKartLuigi202 + type: texture + offset: 0x49DC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_202_wheel_0 +luigi_kart_frame203: + symbol: gKartLuigi203 + type: texture + offset: 0x4A478 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_203_wheel_0 +luigi_kart_frame204: + symbol: gKartLuigi204 + type: texture + offset: 0x4AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_204_wheel_0 +luigi_kart_frame205: + symbol: gKartLuigi205 + type: texture + offset: 0x4B1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_205_wheel_0 +luigi_kart_frame206: + symbol: gKartLuigi206 + type: texture + offset: 0x4B848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_206_wheel_0 +luigi_kart_frame207: + symbol: gKartLuigi207 + type: texture + offset: 0x4BEB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_207_wheel_0 +luigi_kart_frame208: + symbol: gKartLuigi208 + type: texture + offset: 0x4C508 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_208_wheel_0 +luigi_kart_frame209: + symbol: gKartLuigi209 + type: texture + offset: 0x4CB24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_209_wheel_0 +luigi_kart_frame210: + symbol: gKartLuigi210 + type: texture + offset: 0x4D06C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_210_wheel_0 +luigi_kart_frame211: + symbol: gKartLuigi211 + type: texture + offset: 0x4D5E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_211_wheel_0 +luigi_kart_frame212: + symbol: gKartLuigi212 + type: texture + offset: 0x4DBA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_212_wheel_0 +luigi_kart_frame213: + symbol: gKartLuigi213 + type: texture + offset: 0x4E178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_213_wheel_0 +luigi_kart_frame214: + symbol: gKartLuigi214 + type: texture + offset: 0x4E778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_214_wheel_0 +luigi_kart_frame215: + symbol: gKartLuigi215 + type: texture + offset: 0x4ED90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_215_wheel_0 +luigi_kart_frame216: + symbol: gKartLuigi216 + type: texture + offset: 0x4F3D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_216_wheel_0 +luigi_kart_frame217: + symbol: gKartLuigi217 + type: texture + offset: 0x4FA2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_217_wheel_0 +luigi_kart_frame218: + symbol: gKartLuigi218 + type: texture + offset: 0x50080 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_218_wheel_0 +luigi_kart_frame219: + symbol: gKartLuigi219 + type: texture + offset: 0x506DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_219_wheel_0 +luigi_kart_frame220: + symbol: gKartLuigi220 + type: texture + offset: 0x50D4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_220_wheel_0 +luigi_kart_frame221: + symbol: gKartLuigi221 + type: texture + offset: 0x513D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_221_wheel_0 +luigi_kart_frame222: + symbol: gKartLuigi222 + type: texture + offset: 0x51A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_222_wheel_0 +luigi_kart_frame223: + symbol: gKartLuigi223 + type: texture + offset: 0x520F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_223_wheel_0 +luigi_kart_frame224: + symbol: gKartLuigi224 + type: texture + offset: 0x52764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_224_wheel_0 +luigi_kart_frame225: + symbol: gKartLuigi225 + type: texture + offset: 0x52DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_225_wheel_0 +luigi_kart_frame226: + symbol: gKartLuigi226 + type: texture + offset: 0x53440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_226_wheel_0 +luigi_kart_frame227: + symbol: gKartLuigi227 + type: texture + offset: 0x53A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_227_wheel_0 +luigi_kart_frame228: + symbol: gKartLuigi228 + type: texture + offset: 0x54058 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_228_wheel_0 +luigi_kart_frame229: + symbol: gKartLuigi229 + type: texture + offset: 0x54604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_229_wheel_0 +luigi_kart_frame230: + symbol: gKartLuigi230 + type: texture + offset: 0x54B58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_230_wheel_0 +luigi_kart_frame231: + symbol: gKartLuigi231 + type: texture + offset: 0x550F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_231_wheel_0 +luigi_kart_frame232: + symbol: gKartLuigi232 + type: texture + offset: 0x556DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_232_wheel_0 +luigi_kart_frame233: + symbol: gKartLuigi233 + type: texture + offset: 0x55CE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_233_wheel_0 +luigi_kart_frame234: + symbol: gKartLuigi234 + type: texture + offset: 0x56310 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_234_wheel_0 +luigi_kart_frame235: + symbol: gKartLuigi235 + type: texture + offset: 0x56950 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_235_wheel_0 +luigi_kart_frame236: + symbol: gKartLuigi236 + type: texture + offset: 0x56FA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_236_wheel_0 +luigi_kart_frame237: + symbol: gKartLuigi237 + type: texture + offset: 0x57604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_237_wheel_0 +luigi_kart_frame238: + symbol: gKartLuigi238 + type: texture + offset: 0x57C6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_238_wheel_0 +luigi_kart_frame239: + symbol: gKartLuigi239 + type: texture + offset: 0x582C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_239_wheel_0 +luigi_kart_frame240: + symbol: gKartLuigi240 + type: texture + offset: 0x5893C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_240_wheel_0 +luigi_kart_frame241: + symbol: gKartLuigi241 + type: texture + offset: 0x58FA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_241_wheel_0 +luigi_kart_frame242: + symbol: gKartLuigi242 + type: texture + offset: 0x59608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_242_wheel_0 +luigi_kart_frame243: + symbol: gKartLuigi243 + type: texture + offset: 0x59C78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_243_wheel_0 +luigi_kart_frame244: + symbol: gKartLuigi244 + type: texture + offset: 0x5A2A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_244_wheel_0 +luigi_kart_frame245: + symbol: gKartLuigi245 + type: texture + offset: 0x5A8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_245_wheel_0 +luigi_kart_frame246: + symbol: gKartLuigi246 + type: texture + offset: 0x5AEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_246_wheel_0 +luigi_kart_frame247: + symbol: gKartLuigi247 + type: texture + offset: 0x5B4AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_247_wheel_0 +luigi_kart_frame248: + symbol: gKartLuigi248 + type: texture + offset: 0x5BA74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_248_wheel_0 +luigi_kart_frame249: + symbol: gKartLuigi249 + type: texture + offset: 0x5BFF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_249_wheel_0 +luigi_kart_frame250: + symbol: gKartLuigi250 + type: texture + offset: 0x5C570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_250_wheel_0 +luigi_kart_frame251: + symbol: gKartLuigi251 + type: texture + offset: 0x5CB3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_251_wheel_0 +luigi_kart_frame252: + symbol: gKartLuigi252 + type: texture + offset: 0x5D12C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_252_wheel_0 +luigi_kart_frame253: + symbol: gKartLuigi253 + type: texture + offset: 0x5D750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_253_wheel_0 +luigi_kart_frame254: + symbol: gKartLuigi254 + type: texture + offset: 0x5DD9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_254_wheel_0 +luigi_kart_frame255: + symbol: gKartLuigi255 + type: texture + offset: 0x5E3EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_255_wheel_0 +luigi_kart_frame256: + symbol: gKartLuigi256 + type: texture + offset: 0x5EA68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_256_wheel_0 +luigi_kart_frame257: + symbol: gKartLuigi257 + type: texture + offset: 0x5F0D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_257_wheel_0 +luigi_kart_frame258: + symbol: gKartLuigi258 + type: texture + offset: 0x5F73C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_258_wheel_0 +luigi_kart_frame259: + symbol: gKartLuigi259 + type: texture + offset: 0x5FDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_259_wheel_0 +luigi_kart_frame260: + symbol: gKartLuigi260 + type: texture + offset: 0x603FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_260_wheel_0 +luigi_kart_frame261: + symbol: gKartLuigi261 + type: texture + offset: 0x60A4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_261_wheel_0 +luigi_kart_frame262: + symbol: gKartLuigi262 + type: texture + offset: 0x61084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_262_wheel_0 +luigi_kart_frame263: + symbol: gKartLuigi263 + type: texture + offset: 0x616A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_263_wheel_0 +luigi_kart_frame264: + symbol: gKartLuigi264 + type: texture + offset: 0x61CA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_264_wheel_0 +luigi_kart_frame265: + symbol: gKartLuigi265 + type: texture + offset: 0x622A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_265_wheel_0 +luigi_kart_frame266: + symbol: gKartLuigi266 + type: texture + offset: 0x62864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_266_wheel_0 +luigi_kart_frame267: + symbol: gKartLuigi267 + type: texture + offset: 0x62E10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_267_wheel_0 +luigi_kart_frame268: + symbol: gKartLuigi268 + type: texture + offset: 0x63380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_268_wheel_0 +luigi_kart_frame269: + symbol: gKartLuigi269 + type: texture + offset: 0x638B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_269_wheel_0 +luigi_kart_frame270: + symbol: gKartLuigi270 + type: texture + offset: 0x63E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_270_wheel_0 +luigi_kart_frame271: + symbol: gKartLuigi271 + type: texture + offset: 0x64430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_271_wheel_0 +luigi_kart_frame272: + symbol: gKartLuigi272 + type: texture + offset: 0x64A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_272_wheel_0 +luigi_kart_frame273: + symbol: gKartLuigi273 + type: texture + offset: 0x65084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_273_wheel_0 +luigi_kart_frame274: + symbol: gKartLuigi274 + type: texture + offset: 0x656D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_274_wheel_0 +luigi_kart_frame275: + symbol: gKartLuigi275 + type: texture + offset: 0x65D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_275_wheel_0 +luigi_kart_frame276: + symbol: gKartLuigi276 + type: texture + offset: 0x663C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_276_wheel_0 +luigi_kart_frame277: + symbol: gKartLuigi277 + type: texture + offset: 0x66A48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_277_wheel_0 +luigi_kart_frame278: + symbol: gKartLuigi278 + type: texture + offset: 0x670A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_278_wheel_0 +luigi_kart_frame279: + symbol: gKartLuigi279 + type: texture + offset: 0x67714 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_279_wheel_0 +luigi_kart_frame280: + symbol: gKartLuigi280 + type: texture + offset: 0x67D6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_280_wheel_0 +luigi_kart_frame281: + symbol: gKartLuigi281 + type: texture + offset: 0x683B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_281_wheel_0 +luigi_kart_frame282: + symbol: gKartLuigi282 + type: texture + offset: 0x689C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_282_wheel_0 +luigi_kart_frame283: + symbol: gKartLuigi283 + type: texture + offset: 0x68FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_283_wheel_0 +luigi_kart_frame284: + symbol: gKartLuigi284 + type: texture + offset: 0x69590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_284_wheel_0 +luigi_kart_frame285: + symbol: gKartLuigi285 + type: texture + offset: 0x69B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_285_wheel_0 +luigi_kart_frame286: + symbol: gKartLuigi286 + type: texture + offset: 0x6A0B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_286_wheel_0 +luigi_kart_frame287: + symbol: gKartLuigi287 + type: texture + offset: 0x6A604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_287_wheel_0 +luigi_kart_frame288: + symbol: gKartLuigi288 + type: texture + offset: 0x6AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_288_wheel_0 +luigi_kart_frame289: + symbol: gKartLuigi289 + type: texture + offset: 0x6AFC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame290: + symbol: gKartLuigi290 + type: texture + offset: 0x6B4C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame291: + symbol: gKartLuigi291 + type: texture + offset: 0x6BA50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame292: + symbol: gKartLuigi292 + type: texture + offset: 0x6C030 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame293: + symbol: gKartLuigi293 + type: texture + offset: 0x6C6DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame294: + symbol: gKartLuigi294 + type: texture + offset: 0x6CD38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame295: + symbol: gKartLuigi295 + type: texture + offset: 0x6D390 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame296: + symbol: gKartLuigi296 + type: texture + offset: 0x6D9B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame297: + symbol: gKartLuigi297 + type: texture + offset: 0x6DF5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame298: + symbol: gKartLuigi298 + type: texture + offset: 0x6E48C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame299: + symbol: gKartLuigi299 + type: texture + offset: 0x6EA48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame300: + symbol: gKartLuigi300 + type: texture + offset: 0x6F028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame301: + symbol: gKartLuigi301 + type: texture + offset: 0x6F5F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame302: + symbol: gKartLuigi302 + type: texture + offset: 0x6FBB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame303: + symbol: gKartLuigi303 + type: texture + offset: 0x70188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame304: + symbol: gKartLuigi304 + type: texture + offset: 0x70750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame305: + symbol: gKartLuigi305 + type: texture + offset: 0x70CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame306: + symbol: gKartLuigi306 + type: texture + offset: 0x71154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame307: + symbol: gKartLuigi307 + type: texture + offset: 0x71740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame308: + symbol: gKartLuigi308 + type: texture + offset: 0x71DCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame309: + symbol: gKartLuigi309 + type: texture + offset: 0x7247C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame310: + symbol: gKartLuigi310 + type: texture + offset: 0x72AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame311: + symbol: gKartLuigi311 + type: texture + offset: 0x73118 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame312: + symbol: gKartLuigi312 + type: texture + offset: 0x73730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame313: + symbol: gKartLuigi313 + type: texture + offset: 0x73C90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame314: + symbol: gKartLuigi314 + type: texture + offset: 0x741A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame315: + symbol: gKartLuigi315 + type: texture + offset: 0x74764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame316: + symbol: gKartLuigi316 + type: texture + offset: 0x74D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame317: + symbol: gKartLuigi317 + type: texture + offset: 0x752F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame318: + symbol: gKartLuigi318 + type: texture + offset: 0x758A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame319: + symbol: gKartLuigi319 + type: texture + offset: 0x75E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame320: + symbol: gKartLuigi320 + type: texture + offset: 0x76448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartLuigi000Wheel0 + type: texture + offset: 0x769FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartLuigi000Wheel1 + type: texture + offset: 0x76A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartLuigi000Wheel2 + type: texture + offset: 0x76AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartLuigi000Wheel3 + type: texture + offset: 0x76B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartLuigi001Wheel0 + type: texture + offset: 0x76BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartLuigi001Wheel1 + type: texture + offset: 0x76C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartLuigi001Wheel2 + type: texture + offset: 0x76CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartLuigi001Wheel3 + type: texture + offset: 0x76D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartLuigi002Wheel0 + type: texture + offset: 0x76DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartLuigi002Wheel1 + type: texture + offset: 0x76E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartLuigi002Wheel2 + type: texture + offset: 0x76EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartLuigi002Wheel3 + type: texture + offset: 0x76F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartLuigi003Wheel0 + type: texture + offset: 0x76FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartLuigi003Wheel1 + type: texture + offset: 0x7707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartLuigi003Wheel2 + type: texture + offset: 0x770FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartLuigi003Wheel3 + type: texture + offset: 0x7717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartLuigi004Wheel0 + type: texture + offset: 0x771FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartLuigi004Wheel1 + type: texture + offset: 0x7727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartLuigi004Wheel2 + type: texture + offset: 0x772FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartLuigi004Wheel3 + type: texture + offset: 0x7737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartLuigi005Wheel0 + type: texture + offset: 0x773FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartLuigi005Wheel1 + type: texture + offset: 0x7747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartLuigi005Wheel2 + type: texture + offset: 0x774FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartLuigi005Wheel3 + type: texture + offset: 0x7757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartLuigi006Wheel0 + type: texture + offset: 0x775FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartLuigi006Wheel1 + type: texture + offset: 0x7767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartLuigi006Wheel2 + type: texture + offset: 0x776FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartLuigi006Wheel3 + type: texture + offset: 0x7777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartLuigi007Wheel0 + type: texture + offset: 0x777FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartLuigi007Wheel1 + type: texture + offset: 0x7787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartLuigi007Wheel2 + type: texture + offset: 0x778FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartLuigi007Wheel3 + type: texture + offset: 0x7797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartLuigi008Wheel0 + type: texture + offset: 0x779FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartLuigi008Wheel1 + type: texture + offset: 0x77A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartLuigi008Wheel2 + type: texture + offset: 0x77AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartLuigi008Wheel3 + type: texture + offset: 0x77B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartLuigi009Wheel0 + type: texture + offset: 0x77BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartLuigi009Wheel1 + type: texture + offset: 0x77C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartLuigi009Wheel2 + type: texture + offset: 0x77CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartLuigi009Wheel3 + type: texture + offset: 0x77D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartLuigi010Wheel0 + type: texture + offset: 0x77DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartLuigi010Wheel1 + type: texture + offset: 0x77E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartLuigi010Wheel2 + type: texture + offset: 0x77EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartLuigi010Wheel3 + type: texture + offset: 0x77F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartLuigi011Wheel0 + type: texture + offset: 0x77FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartLuigi011Wheel1 + type: texture + offset: 0x7807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartLuigi011Wheel2 + type: texture + offset: 0x780FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartLuigi011Wheel3 + type: texture + offset: 0x7817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartLuigi012Wheel0 + type: texture + offset: 0x781FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartLuigi012Wheel1 + type: texture + offset: 0x7827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartLuigi012Wheel2 + type: texture + offset: 0x782FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartLuigi012Wheel3 + type: texture + offset: 0x7837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartLuigi013Wheel0 + type: texture + offset: 0x783FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartLuigi013Wheel1 + type: texture + offset: 0x7847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartLuigi013Wheel2 + type: texture + offset: 0x784FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartLuigi013Wheel3 + type: texture + offset: 0x7857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartLuigi014Wheel0 + type: texture + offset: 0x785FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartLuigi014Wheel1 + type: texture + offset: 0x7867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartLuigi014Wheel2 + type: texture + offset: 0x786FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartLuigi014Wheel3 + type: texture + offset: 0x7877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartLuigi015Wheel0 + type: texture + offset: 0x787FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartLuigi015Wheel1 + type: texture + offset: 0x7887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartLuigi015Wheel2 + type: texture + offset: 0x788FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartLuigi015Wheel3 + type: texture + offset: 0x7897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartLuigi016Wheel0 + type: texture + offset: 0x789FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartLuigi016Wheel1 + type: texture + offset: 0x78A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartLuigi016Wheel2 + type: texture + offset: 0x78AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartLuigi016Wheel3 + type: texture + offset: 0x78B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartLuigi017Wheel0 + type: texture + offset: 0x78BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartLuigi017Wheel1 + type: texture + offset: 0x78C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartLuigi017Wheel2 + type: texture + offset: 0x78CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartLuigi017Wheel3 + type: texture + offset: 0x78D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartLuigi018Wheel0 + type: texture + offset: 0x78DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartLuigi018Wheel1 + type: texture + offset: 0x78E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartLuigi018Wheel2 + type: texture + offset: 0x78EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartLuigi018Wheel3 + type: texture + offset: 0x78F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartLuigi019Wheel0 + type: texture + offset: 0x78FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartLuigi019Wheel1 + type: texture + offset: 0x7907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartLuigi019Wheel2 + type: texture + offset: 0x790FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartLuigi019Wheel3 + type: texture + offset: 0x7917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartLuigi020Wheel0 + type: texture + offset: 0x791FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartLuigi020Wheel1 + type: texture + offset: 0x7927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartLuigi020Wheel2 + type: texture + offset: 0x792FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartLuigi020Wheel3 + type: texture + offset: 0x7937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartLuigi021Wheel0 + type: texture + offset: 0x793FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartLuigi021Wheel1 + type: texture + offset: 0x7947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartLuigi021Wheel2 + type: texture + offset: 0x794FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartLuigi021Wheel3 + type: texture + offset: 0x7957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartLuigi022Wheel0 + type: texture + offset: 0x795FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartLuigi022Wheel1 + type: texture + offset: 0x7967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartLuigi022Wheel2 + type: texture + offset: 0x796FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartLuigi022Wheel3 + type: texture + offset: 0x7977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartLuigi023Wheel0 + type: texture + offset: 0x797FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartLuigi023Wheel1 + type: texture + offset: 0x7987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartLuigi023Wheel2 + type: texture + offset: 0x798FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartLuigi023Wheel3 + type: texture + offset: 0x7997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartLuigi024Wheel0 + type: texture + offset: 0x799FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartLuigi024Wheel1 + type: texture + offset: 0x79A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartLuigi024Wheel2 + type: texture + offset: 0x79AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartLuigi024Wheel3 + type: texture + offset: 0x79B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartLuigi025Wheel0 + type: texture + offset: 0x79BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartLuigi025Wheel1 + type: texture + offset: 0x79C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartLuigi025Wheel2 + type: texture + offset: 0x79CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartLuigi025Wheel3 + type: texture + offset: 0x79D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartLuigi026Wheel0 + type: texture + offset: 0x79DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartLuigi026Wheel1 + type: texture + offset: 0x79E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartLuigi026Wheel2 + type: texture + offset: 0x79EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartLuigi026Wheel3 + type: texture + offset: 0x79F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartLuigi027Wheel0 + type: texture + offset: 0x79FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartLuigi027Wheel1 + type: texture + offset: 0x7A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartLuigi027Wheel2 + type: texture + offset: 0x7A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartLuigi027Wheel3 + type: texture + offset: 0x7A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartLuigi028Wheel0 + type: texture + offset: 0x7A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartLuigi028Wheel1 + type: texture + offset: 0x7A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartLuigi028Wheel2 + type: texture + offset: 0x7A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartLuigi028Wheel3 + type: texture + offset: 0x7A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartLuigi029Wheel0 + type: texture + offset: 0x7A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartLuigi029Wheel1 + type: texture + offset: 0x7A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartLuigi029Wheel2 + type: texture + offset: 0x7A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartLuigi029Wheel3 + type: texture + offset: 0x7A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartLuigi030Wheel0 + type: texture + offset: 0x7A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartLuigi030Wheel1 + type: texture + offset: 0x7A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartLuigi030Wheel2 + type: texture + offset: 0x7A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartLuigi030Wheel3 + type: texture + offset: 0x7A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartLuigi031Wheel0 + type: texture + offset: 0x7A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartLuigi031Wheel1 + type: texture + offset: 0x7A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartLuigi031Wheel2 + type: texture + offset: 0x7A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartLuigi031Wheel3 + type: texture + offset: 0x7A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartLuigi032Wheel0 + type: texture + offset: 0x7A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartLuigi032Wheel1 + type: texture + offset: 0x7AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartLuigi032Wheel2 + type: texture + offset: 0x7AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartLuigi032Wheel3 + type: texture + offset: 0x7AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartLuigi033Wheel0 + type: texture + offset: 0x7ABFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartLuigi033Wheel1 + type: texture + offset: 0x7AC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartLuigi033Wheel2 + type: texture + offset: 0x7ACFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartLuigi033Wheel3 + type: texture + offset: 0x7AD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartLuigi034Wheel0 + type: texture + offset: 0x7ADFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartLuigi034Wheel1 + type: texture + offset: 0x7AE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartLuigi034Wheel2 + type: texture + offset: 0x7AEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartLuigi034Wheel3 + type: texture + offset: 0x7AF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartLuigi035Wheel0 + type: texture + offset: 0x7AFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartLuigi035Wheel1 + type: texture + offset: 0x7B07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartLuigi035Wheel2 + type: texture + offset: 0x7B0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartLuigi035Wheel3 + type: texture + offset: 0x7B17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartLuigi036Wheel0 + type: texture + offset: 0x7B1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartLuigi036Wheel1 + type: texture + offset: 0x7B27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartLuigi036Wheel2 + type: texture + offset: 0x7B2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartLuigi036Wheel3 + type: texture + offset: 0x7B37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartLuigi037Wheel0 + type: texture + offset: 0x7B3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartLuigi037Wheel1 + type: texture + offset: 0x7B47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartLuigi037Wheel2 + type: texture + offset: 0x7B4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartLuigi037Wheel3 + type: texture + offset: 0x7B57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartLuigi038Wheel0 + type: texture + offset: 0x7B5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartLuigi038Wheel1 + type: texture + offset: 0x7B67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartLuigi038Wheel2 + type: texture + offset: 0x7B6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartLuigi038Wheel3 + type: texture + offset: 0x7B77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartLuigi039Wheel0 + type: texture + offset: 0x7B7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartLuigi039Wheel1 + type: texture + offset: 0x7B87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartLuigi039Wheel2 + type: texture + offset: 0x7B8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartLuigi039Wheel3 + type: texture + offset: 0x7B97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartLuigi040Wheel0 + type: texture + offset: 0x7B9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartLuigi040Wheel1 + type: texture + offset: 0x7BA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartLuigi040Wheel2 + type: texture + offset: 0x7BAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartLuigi040Wheel3 + type: texture + offset: 0x7BB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartLuigi041Wheel0 + type: texture + offset: 0x7BBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartLuigi041Wheel1 + type: texture + offset: 0x7BC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartLuigi041Wheel2 + type: texture + offset: 0x7BCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartLuigi041Wheel3 + type: texture + offset: 0x7BD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartLuigi042Wheel0 + type: texture + offset: 0x7BDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartLuigi042Wheel1 + type: texture + offset: 0x7BE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartLuigi042Wheel2 + type: texture + offset: 0x7BEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartLuigi042Wheel3 + type: texture + offset: 0x7BF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartLuigi043Wheel0 + type: texture + offset: 0x7BFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartLuigi043Wheel1 + type: texture + offset: 0x7C07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartLuigi043Wheel2 + type: texture + offset: 0x7C0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartLuigi043Wheel3 + type: texture + offset: 0x7C17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartLuigi044Wheel0 + type: texture + offset: 0x7C1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartLuigi044Wheel1 + type: texture + offset: 0x7C27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartLuigi044Wheel2 + type: texture + offset: 0x7C2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartLuigi044Wheel3 + type: texture + offset: 0x7C37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartLuigi045Wheel0 + type: texture + offset: 0x7C3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartLuigi045Wheel1 + type: texture + offset: 0x7C47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartLuigi045Wheel2 + type: texture + offset: 0x7C4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartLuigi045Wheel3 + type: texture + offset: 0x7C57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartLuigi046Wheel0 + type: texture + offset: 0x7C5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartLuigi046Wheel1 + type: texture + offset: 0x7C67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartLuigi046Wheel2 + type: texture + offset: 0x7C6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartLuigi046Wheel3 + type: texture + offset: 0x7C77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartLuigi047Wheel0 + type: texture + offset: 0x7C7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartLuigi047Wheel1 + type: texture + offset: 0x7C87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartLuigi047Wheel2 + type: texture + offset: 0x7C8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartLuigi047Wheel3 + type: texture + offset: 0x7C97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartLuigi048Wheel0 + type: texture + offset: 0x7C9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartLuigi048Wheel1 + type: texture + offset: 0x7CA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartLuigi048Wheel2 + type: texture + offset: 0x7CAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartLuigi048Wheel3 + type: texture + offset: 0x7CB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartLuigi049Wheel0 + type: texture + offset: 0x7CBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartLuigi049Wheel1 + type: texture + offset: 0x7CC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartLuigi049Wheel2 + type: texture + offset: 0x7CCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartLuigi049Wheel3 + type: texture + offset: 0x7CD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartLuigi050Wheel0 + type: texture + offset: 0x7CDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartLuigi050Wheel1 + type: texture + offset: 0x7CE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartLuigi050Wheel2 + type: texture + offset: 0x7CEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartLuigi050Wheel3 + type: texture + offset: 0x7CF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartLuigi051Wheel0 + type: texture + offset: 0x7CFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartLuigi051Wheel1 + type: texture + offset: 0x7D07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartLuigi051Wheel2 + type: texture + offset: 0x7D0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartLuigi051Wheel3 + type: texture + offset: 0x7D17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartLuigi052Wheel0 + type: texture + offset: 0x7D1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartLuigi052Wheel1 + type: texture + offset: 0x7D27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartLuigi052Wheel2 + type: texture + offset: 0x7D2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartLuigi052Wheel3 + type: texture + offset: 0x7D37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartLuigi053Wheel0 + type: texture + offset: 0x7D3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartLuigi053Wheel1 + type: texture + offset: 0x7D47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartLuigi053Wheel2 + type: texture + offset: 0x7D4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartLuigi053Wheel3 + type: texture + offset: 0x7D57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartLuigi054Wheel0 + type: texture + offset: 0x7D5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartLuigi054Wheel1 + type: texture + offset: 0x7D67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartLuigi054Wheel2 + type: texture + offset: 0x7D6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartLuigi054Wheel3 + type: texture + offset: 0x7D77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartLuigi055Wheel0 + type: texture + offset: 0x7D7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartLuigi055Wheel1 + type: texture + offset: 0x7D87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartLuigi055Wheel2 + type: texture + offset: 0x7D8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartLuigi055Wheel3 + type: texture + offset: 0x7D97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartLuigi056Wheel0 + type: texture + offset: 0x7D9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartLuigi056Wheel1 + type: texture + offset: 0x7DA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartLuigi056Wheel2 + type: texture + offset: 0x7DAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartLuigi056Wheel3 + type: texture + offset: 0x7DB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartLuigi057Wheel0 + type: texture + offset: 0x7DBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartLuigi057Wheel1 + type: texture + offset: 0x7DC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartLuigi057Wheel2 + type: texture + offset: 0x7DCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartLuigi057Wheel3 + type: texture + offset: 0x7DD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartLuigi058Wheel0 + type: texture + offset: 0x7DDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartLuigi058Wheel1 + type: texture + offset: 0x7DE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartLuigi058Wheel2 + type: texture + offset: 0x7DEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartLuigi058Wheel3 + type: texture + offset: 0x7DF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartLuigi059Wheel0 + type: texture + offset: 0x7DFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartLuigi059Wheel1 + type: texture + offset: 0x7E07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartLuigi059Wheel2 + type: texture + offset: 0x7E0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartLuigi059Wheel3 + type: texture + offset: 0x7E17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartLuigi060Wheel0 + type: texture + offset: 0x7E1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartLuigi060Wheel1 + type: texture + offset: 0x7E27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartLuigi060Wheel2 + type: texture + offset: 0x7E2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartLuigi060Wheel3 + type: texture + offset: 0x7E37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartLuigi061Wheel0 + type: texture + offset: 0x7E3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartLuigi061Wheel1 + type: texture + offset: 0x7E47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartLuigi061Wheel2 + type: texture + offset: 0x7E4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartLuigi061Wheel3 + type: texture + offset: 0x7E57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartLuigi062Wheel0 + type: texture + offset: 0x7E5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartLuigi062Wheel1 + type: texture + offset: 0x7E67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartLuigi062Wheel2 + type: texture + offset: 0x7E6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartLuigi062Wheel3 + type: texture + offset: 0x7E77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartLuigi063Wheel0 + type: texture + offset: 0x7E7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartLuigi063Wheel1 + type: texture + offset: 0x7E87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartLuigi063Wheel2 + type: texture + offset: 0x7E8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartLuigi063Wheel3 + type: texture + offset: 0x7E97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartLuigi064Wheel0 + type: texture + offset: 0x7E9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartLuigi064Wheel1 + type: texture + offset: 0x7EA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartLuigi064Wheel2 + type: texture + offset: 0x7EAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartLuigi064Wheel3 + type: texture + offset: 0x7EB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartLuigi065Wheel0 + type: texture + offset: 0x7EBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartLuigi065Wheel1 + type: texture + offset: 0x7EC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartLuigi065Wheel2 + type: texture + offset: 0x7ECFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartLuigi065Wheel3 + type: texture + offset: 0x7ED7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartLuigi066Wheel0 + type: texture + offset: 0x7EDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartLuigi066Wheel1 + type: texture + offset: 0x7EE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartLuigi066Wheel2 + type: texture + offset: 0x7EEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartLuigi066Wheel3 + type: texture + offset: 0x7EF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartLuigi067Wheel0 + type: texture + offset: 0x7EFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartLuigi067Wheel1 + type: texture + offset: 0x7F07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartLuigi067Wheel2 + type: texture + offset: 0x7F0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartLuigi067Wheel3 + type: texture + offset: 0x7F17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartLuigi068Wheel0 + type: texture + offset: 0x7F1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartLuigi068Wheel1 + type: texture + offset: 0x7F27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartLuigi068Wheel2 + type: texture + offset: 0x7F2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartLuigi068Wheel3 + type: texture + offset: 0x7F37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartLuigi069Wheel0 + type: texture + offset: 0x7F3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartLuigi069Wheel1 + type: texture + offset: 0x7F47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartLuigi069Wheel2 + type: texture + offset: 0x7F4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartLuigi069Wheel3 + type: texture + offset: 0x7F57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartLuigi070Wheel0 + type: texture + offset: 0x7F5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartLuigi070Wheel1 + type: texture + offset: 0x7F67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartLuigi070Wheel2 + type: texture + offset: 0x7F6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartLuigi070Wheel3 + type: texture + offset: 0x7F77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartLuigi071Wheel0 + type: texture + offset: 0x7F7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartLuigi071Wheel1 + type: texture + offset: 0x7F87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartLuigi071Wheel2 + type: texture + offset: 0x7F8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartLuigi071Wheel3 + type: texture + offset: 0x7F97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartLuigi072Wheel0 + type: texture + offset: 0x7F9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartLuigi072Wheel1 + type: texture + offset: 0x7FA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartLuigi072Wheel2 + type: texture + offset: 0x7FAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartLuigi072Wheel3 + type: texture + offset: 0x7FB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartLuigi073Wheel0 + type: texture + offset: 0x7FBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartLuigi073Wheel1 + type: texture + offset: 0x7FC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartLuigi073Wheel2 + type: texture + offset: 0x7FCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartLuigi073Wheel3 + type: texture + offset: 0x7FD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartLuigi074Wheel0 + type: texture + offset: 0x7FDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartLuigi074Wheel1 + type: texture + offset: 0x7FE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartLuigi074Wheel2 + type: texture + offset: 0x7FEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartLuigi074Wheel3 + type: texture + offset: 0x7FF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartLuigi075Wheel0 + type: texture + offset: 0x7FFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartLuigi075Wheel1 + type: texture + offset: 0x8007C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartLuigi075Wheel2 + type: texture + offset: 0x800FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartLuigi075Wheel3 + type: texture + offset: 0x8017C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartLuigi076Wheel0 + type: texture + offset: 0x801FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartLuigi076Wheel1 + type: texture + offset: 0x8027C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartLuigi076Wheel2 + type: texture + offset: 0x802FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartLuigi076Wheel3 + type: texture + offset: 0x8037C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartLuigi077Wheel0 + type: texture + offset: 0x803FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartLuigi077Wheel1 + type: texture + offset: 0x8047C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartLuigi077Wheel2 + type: texture + offset: 0x804FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartLuigi077Wheel3 + type: texture + offset: 0x8057C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartLuigi078Wheel0 + type: texture + offset: 0x805FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartLuigi078Wheel1 + type: texture + offset: 0x8067C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartLuigi078Wheel2 + type: texture + offset: 0x806FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartLuigi078Wheel3 + type: texture + offset: 0x8077C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartLuigi079Wheel0 + type: texture + offset: 0x807FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartLuigi079Wheel1 + type: texture + offset: 0x8087C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartLuigi079Wheel2 + type: texture + offset: 0x808FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartLuigi079Wheel3 + type: texture + offset: 0x8097C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartLuigi080Wheel0 + type: texture + offset: 0x809FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartLuigi080Wheel1 + type: texture + offset: 0x80A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartLuigi080Wheel2 + type: texture + offset: 0x80AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartLuigi080Wheel3 + type: texture + offset: 0x80B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartLuigi081Wheel0 + type: texture + offset: 0x80BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartLuigi081Wheel1 + type: texture + offset: 0x80C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartLuigi081Wheel2 + type: texture + offset: 0x80CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartLuigi081Wheel3 + type: texture + offset: 0x80D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartLuigi082Wheel0 + type: texture + offset: 0x80DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartLuigi082Wheel1 + type: texture + offset: 0x80E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartLuigi082Wheel2 + type: texture + offset: 0x80EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartLuigi082Wheel3 + type: texture + offset: 0x80F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartLuigi083Wheel0 + type: texture + offset: 0x80FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartLuigi083Wheel1 + type: texture + offset: 0x8107C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartLuigi083Wheel2 + type: texture + offset: 0x810FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartLuigi083Wheel3 + type: texture + offset: 0x8117C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartLuigi084Wheel0 + type: texture + offset: 0x811FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartLuigi084Wheel1 + type: texture + offset: 0x8127C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartLuigi084Wheel2 + type: texture + offset: 0x812FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartLuigi084Wheel3 + type: texture + offset: 0x8137C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartLuigi085Wheel0 + type: texture + offset: 0x813FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartLuigi085Wheel1 + type: texture + offset: 0x8147C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartLuigi085Wheel2 + type: texture + offset: 0x814FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartLuigi085Wheel3 + type: texture + offset: 0x8157C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartLuigi086Wheel0 + type: texture + offset: 0x815FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartLuigi086Wheel1 + type: texture + offset: 0x8167C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartLuigi086Wheel2 + type: texture + offset: 0x816FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartLuigi086Wheel3 + type: texture + offset: 0x8177C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartLuigi087Wheel0 + type: texture + offset: 0x817FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartLuigi087Wheel1 + type: texture + offset: 0x8187C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartLuigi087Wheel2 + type: texture + offset: 0x818FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartLuigi087Wheel3 + type: texture + offset: 0x8197C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartLuigi088Wheel0 + type: texture + offset: 0x819FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartLuigi088Wheel1 + type: texture + offset: 0x81A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartLuigi088Wheel2 + type: texture + offset: 0x81AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartLuigi088Wheel3 + type: texture + offset: 0x81B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartLuigi089Wheel0 + type: texture + offset: 0x81BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartLuigi089Wheel1 + type: texture + offset: 0x81C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartLuigi089Wheel2 + type: texture + offset: 0x81CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartLuigi089Wheel3 + type: texture + offset: 0x81D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartLuigi090Wheel0 + type: texture + offset: 0x81DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartLuigi090Wheel1 + type: texture + offset: 0x81E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartLuigi090Wheel2 + type: texture + offset: 0x81EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartLuigi090Wheel3 + type: texture + offset: 0x81F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartLuigi091Wheel0 + type: texture + offset: 0x81FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartLuigi091Wheel1 + type: texture + offset: 0x8207C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartLuigi091Wheel2 + type: texture + offset: 0x820FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartLuigi091Wheel3 + type: texture + offset: 0x8217C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartLuigi092Wheel0 + type: texture + offset: 0x821FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartLuigi092Wheel1 + type: texture + offset: 0x8227C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartLuigi092Wheel2 + type: texture + offset: 0x822FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartLuigi092Wheel3 + type: texture + offset: 0x8237C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartLuigi093Wheel0 + type: texture + offset: 0x823FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartLuigi093Wheel1 + type: texture + offset: 0x8247C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartLuigi093Wheel2 + type: texture + offset: 0x824FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartLuigi093Wheel3 + type: texture + offset: 0x8257C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartLuigi094Wheel0 + type: texture + offset: 0x825FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartLuigi094Wheel1 + type: texture + offset: 0x8267C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartLuigi094Wheel2 + type: texture + offset: 0x826FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartLuigi094Wheel3 + type: texture + offset: 0x8277C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartLuigi095Wheel0 + type: texture + offset: 0x827FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartLuigi095Wheel1 + type: texture + offset: 0x8287C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartLuigi095Wheel2 + type: texture + offset: 0x828FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartLuigi095Wheel3 + type: texture + offset: 0x8297C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartLuigi096Wheel0 + type: texture + offset: 0x829FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartLuigi096Wheel1 + type: texture + offset: 0x82A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartLuigi096Wheel2 + type: texture + offset: 0x82AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartLuigi096Wheel3 + type: texture + offset: 0x82B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartLuigi097Wheel0 + type: texture + offset: 0x82BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartLuigi097Wheel1 + type: texture + offset: 0x82C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartLuigi097Wheel2 + type: texture + offset: 0x82CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartLuigi097Wheel3 + type: texture + offset: 0x82D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartLuigi098Wheel0 + type: texture + offset: 0x82DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartLuigi098Wheel1 + type: texture + offset: 0x82E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartLuigi098Wheel2 + type: texture + offset: 0x82EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartLuigi098Wheel3 + type: texture + offset: 0x82F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartLuigi099Wheel0 + type: texture + offset: 0x82FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartLuigi099Wheel1 + type: texture + offset: 0x8307C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartLuigi099Wheel2 + type: texture + offset: 0x830FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartLuigi099Wheel3 + type: texture + offset: 0x8317C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartLuigi100Wheel0 + type: texture + offset: 0x831FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartLuigi100Wheel1 + type: texture + offset: 0x8327C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartLuigi100Wheel2 + type: texture + offset: 0x832FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartLuigi100Wheel3 + type: texture + offset: 0x8337C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartLuigi101Wheel0 + type: texture + offset: 0x833FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartLuigi101Wheel1 + type: texture + offset: 0x8347C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartLuigi101Wheel2 + type: texture + offset: 0x834FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartLuigi101Wheel3 + type: texture + offset: 0x8357C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartLuigi102Wheel0 + type: texture + offset: 0x835FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartLuigi102Wheel1 + type: texture + offset: 0x8367C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartLuigi102Wheel2 + type: texture + offset: 0x836FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartLuigi102Wheel3 + type: texture + offset: 0x8377C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartLuigi103Wheel0 + type: texture + offset: 0x837FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartLuigi103Wheel1 + type: texture + offset: 0x8387C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartLuigi103Wheel2 + type: texture + offset: 0x838FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartLuigi103Wheel3 + type: texture + offset: 0x8397C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartLuigi104Wheel0 + type: texture + offset: 0x839FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartLuigi104Wheel1 + type: texture + offset: 0x83A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartLuigi104Wheel2 + type: texture + offset: 0x83AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartLuigi104Wheel3 + type: texture + offset: 0x83B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartLuigi105Wheel0 + type: texture + offset: 0x83BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartLuigi105Wheel1 + type: texture + offset: 0x83C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartLuigi105Wheel2 + type: texture + offset: 0x83CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartLuigi105Wheel3 + type: texture + offset: 0x83D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartLuigi106Wheel0 + type: texture + offset: 0x83DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartLuigi106Wheel1 + type: texture + offset: 0x83E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartLuigi106Wheel2 + type: texture + offset: 0x83EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartLuigi106Wheel3 + type: texture + offset: 0x83F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartLuigi107Wheel0 + type: texture + offset: 0x83FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartLuigi107Wheel1 + type: texture + offset: 0x8407C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartLuigi107Wheel2 + type: texture + offset: 0x840FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartLuigi107Wheel3 + type: texture + offset: 0x8417C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartLuigi108Wheel0 + type: texture + offset: 0x841FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartLuigi108Wheel1 + type: texture + offset: 0x8427C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartLuigi108Wheel2 + type: texture + offset: 0x842FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartLuigi108Wheel3 + type: texture + offset: 0x8437C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartLuigi109Wheel0 + type: texture + offset: 0x843FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartLuigi109Wheel1 + type: texture + offset: 0x8447C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartLuigi109Wheel2 + type: texture + offset: 0x844FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartLuigi109Wheel3 + type: texture + offset: 0x8457C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartLuigi110Wheel0 + type: texture + offset: 0x845FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartLuigi110Wheel1 + type: texture + offset: 0x8467C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartLuigi110Wheel2 + type: texture + offset: 0x846FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartLuigi110Wheel3 + type: texture + offset: 0x8477C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartLuigi111Wheel0 + type: texture + offset: 0x847FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartLuigi111Wheel1 + type: texture + offset: 0x8487C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartLuigi111Wheel2 + type: texture + offset: 0x848FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartLuigi111Wheel3 + type: texture + offset: 0x8497C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartLuigi112Wheel0 + type: texture + offset: 0x849FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartLuigi112Wheel1 + type: texture + offset: 0x84A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartLuigi112Wheel2 + type: texture + offset: 0x84AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartLuigi112Wheel3 + type: texture + offset: 0x84B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartLuigi113Wheel0 + type: texture + offset: 0x84BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartLuigi113Wheel1 + type: texture + offset: 0x84C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartLuigi113Wheel2 + type: texture + offset: 0x84CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartLuigi113Wheel3 + type: texture + offset: 0x84D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartLuigi114Wheel0 + type: texture + offset: 0x84DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartLuigi114Wheel1 + type: texture + offset: 0x84E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartLuigi114Wheel2 + type: texture + offset: 0x84EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartLuigi114Wheel3 + type: texture + offset: 0x84F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartLuigi115Wheel0 + type: texture + offset: 0x84FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartLuigi115Wheel1 + type: texture + offset: 0x8507C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartLuigi115Wheel2 + type: texture + offset: 0x850FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartLuigi115Wheel3 + type: texture + offset: 0x8517C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartLuigi116Wheel0 + type: texture + offset: 0x851FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartLuigi116Wheel1 + type: texture + offset: 0x8527C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartLuigi116Wheel2 + type: texture + offset: 0x852FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartLuigi116Wheel3 + type: texture + offset: 0x8537C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartLuigi117Wheel0 + type: texture + offset: 0x853FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartLuigi117Wheel1 + type: texture + offset: 0x8547C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartLuigi117Wheel2 + type: texture + offset: 0x854FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartLuigi117Wheel3 + type: texture + offset: 0x8557C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartLuigi118Wheel0 + type: texture + offset: 0x855FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartLuigi118Wheel1 + type: texture + offset: 0x8567C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartLuigi118Wheel2 + type: texture + offset: 0x856FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartLuigi118Wheel3 + type: texture + offset: 0x8577C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartLuigi119Wheel0 + type: texture + offset: 0x857FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartLuigi119Wheel1 + type: texture + offset: 0x8587C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartLuigi119Wheel2 + type: texture + offset: 0x858FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartLuigi119Wheel3 + type: texture + offset: 0x8597C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartLuigi120Wheel0 + type: texture + offset: 0x859FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartLuigi120Wheel1 + type: texture + offset: 0x85A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartLuigi120Wheel2 + type: texture + offset: 0x85AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartLuigi120Wheel3 + type: texture + offset: 0x85B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartLuigi121Wheel0 + type: texture + offset: 0x85BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartLuigi121Wheel1 + type: texture + offset: 0x85C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartLuigi121Wheel2 + type: texture + offset: 0x85CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartLuigi121Wheel3 + type: texture + offset: 0x85D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartLuigi122Wheel0 + type: texture + offset: 0x85DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartLuigi122Wheel1 + type: texture + offset: 0x85E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartLuigi122Wheel2 + type: texture + offset: 0x85EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartLuigi122Wheel3 + type: texture + offset: 0x85F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartLuigi123Wheel0 + type: texture + offset: 0x85FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartLuigi123Wheel1 + type: texture + offset: 0x8607C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartLuigi123Wheel2 + type: texture + offset: 0x860FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartLuigi123Wheel3 + type: texture + offset: 0x8617C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartLuigi124Wheel0 + type: texture + offset: 0x861FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartLuigi124Wheel1 + type: texture + offset: 0x8627C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartLuigi124Wheel2 + type: texture + offset: 0x862FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartLuigi124Wheel3 + type: texture + offset: 0x8637C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartLuigi125Wheel0 + type: texture + offset: 0x863FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartLuigi125Wheel1 + type: texture + offset: 0x8647C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartLuigi125Wheel2 + type: texture + offset: 0x864FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartLuigi125Wheel3 + type: texture + offset: 0x8657C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartLuigi126Wheel0 + type: texture + offset: 0x865FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartLuigi126Wheel1 + type: texture + offset: 0x8667C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartLuigi126Wheel2 + type: texture + offset: 0x866FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartLuigi126Wheel3 + type: texture + offset: 0x8677C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartLuigi127Wheel0 + type: texture + offset: 0x867FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartLuigi127Wheel1 + type: texture + offset: 0x8687C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartLuigi127Wheel2 + type: texture + offset: 0x868FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartLuigi127Wheel3 + type: texture + offset: 0x8697C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartLuigi128Wheel0 + type: texture + offset: 0x869FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartLuigi128Wheel1 + type: texture + offset: 0x86A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartLuigi128Wheel2 + type: texture + offset: 0x86AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartLuigi128Wheel3 + type: texture + offset: 0x86B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartLuigi129Wheel0 + type: texture + offset: 0x86BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartLuigi129Wheel1 + type: texture + offset: 0x86C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartLuigi129Wheel2 + type: texture + offset: 0x86CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartLuigi129Wheel3 + type: texture + offset: 0x86D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartLuigi130Wheel0 + type: texture + offset: 0x86DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartLuigi130Wheel1 + type: texture + offset: 0x86E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartLuigi130Wheel2 + type: texture + offset: 0x86EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartLuigi130Wheel3 + type: texture + offset: 0x86F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartLuigi131Wheel0 + type: texture + offset: 0x86FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartLuigi131Wheel1 + type: texture + offset: 0x8707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartLuigi131Wheel2 + type: texture + offset: 0x870FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartLuigi131Wheel3 + type: texture + offset: 0x8717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartLuigi132Wheel0 + type: texture + offset: 0x871FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartLuigi132Wheel1 + type: texture + offset: 0x8727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartLuigi132Wheel2 + type: texture + offset: 0x872FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartLuigi132Wheel3 + type: texture + offset: 0x8737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartLuigi133Wheel0 + type: texture + offset: 0x873FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartLuigi133Wheel1 + type: texture + offset: 0x8747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartLuigi133Wheel2 + type: texture + offset: 0x874FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartLuigi133Wheel3 + type: texture + offset: 0x8757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartLuigi134Wheel0 + type: texture + offset: 0x875FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartLuigi134Wheel1 + type: texture + offset: 0x8767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartLuigi134Wheel2 + type: texture + offset: 0x876FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartLuigi134Wheel3 + type: texture + offset: 0x8777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartLuigi135Wheel0 + type: texture + offset: 0x877FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartLuigi135Wheel1 + type: texture + offset: 0x8787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartLuigi135Wheel2 + type: texture + offset: 0x878FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartLuigi135Wheel3 + type: texture + offset: 0x8797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartLuigi136Wheel0 + type: texture + offset: 0x879FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartLuigi136Wheel1 + type: texture + offset: 0x87A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartLuigi136Wheel2 + type: texture + offset: 0x87AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartLuigi136Wheel3 + type: texture + offset: 0x87B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartLuigi137Wheel0 + type: texture + offset: 0x87BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartLuigi137Wheel1 + type: texture + offset: 0x87C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartLuigi137Wheel2 + type: texture + offset: 0x87CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartLuigi137Wheel3 + type: texture + offset: 0x87D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartLuigi138Wheel0 + type: texture + offset: 0x87DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartLuigi138Wheel1 + type: texture + offset: 0x87E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartLuigi138Wheel2 + type: texture + offset: 0x87EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartLuigi138Wheel3 + type: texture + offset: 0x87F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartLuigi139Wheel0 + type: texture + offset: 0x87FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartLuigi139Wheel1 + type: texture + offset: 0x8807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartLuigi139Wheel2 + type: texture + offset: 0x880FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartLuigi139Wheel3 + type: texture + offset: 0x8817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartLuigi140Wheel0 + type: texture + offset: 0x881FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartLuigi140Wheel1 + type: texture + offset: 0x8827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartLuigi140Wheel2 + type: texture + offset: 0x882FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartLuigi140Wheel3 + type: texture + offset: 0x8837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartLuigi141Wheel0 + type: texture + offset: 0x883FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartLuigi141Wheel1 + type: texture + offset: 0x8847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartLuigi141Wheel2 + type: texture + offset: 0x884FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartLuigi141Wheel3 + type: texture + offset: 0x8857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartLuigi142Wheel0 + type: texture + offset: 0x885FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartLuigi142Wheel1 + type: texture + offset: 0x8867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartLuigi142Wheel2 + type: texture + offset: 0x886FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartLuigi142Wheel3 + type: texture + offset: 0x8877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartLuigi143Wheel0 + type: texture + offset: 0x887FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartLuigi143Wheel1 + type: texture + offset: 0x8887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartLuigi143Wheel2 + type: texture + offset: 0x888FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartLuigi143Wheel3 + type: texture + offset: 0x8897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartLuigi144Wheel0 + type: texture + offset: 0x889FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartLuigi144Wheel1 + type: texture + offset: 0x88A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartLuigi144Wheel2 + type: texture + offset: 0x88AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartLuigi144Wheel3 + type: texture + offset: 0x88B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartLuigi145Wheel0 + type: texture + offset: 0x88BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartLuigi145Wheel1 + type: texture + offset: 0x88C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartLuigi145Wheel2 + type: texture + offset: 0x88CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartLuigi145Wheel3 + type: texture + offset: 0x88D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartLuigi146Wheel0 + type: texture + offset: 0x88DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartLuigi146Wheel1 + type: texture + offset: 0x88E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartLuigi146Wheel2 + type: texture + offset: 0x88EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartLuigi146Wheel3 + type: texture + offset: 0x88F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartLuigi147Wheel0 + type: texture + offset: 0x88FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartLuigi147Wheel1 + type: texture + offset: 0x8907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartLuigi147Wheel2 + type: texture + offset: 0x890FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartLuigi147Wheel3 + type: texture + offset: 0x8917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartLuigi148Wheel0 + type: texture + offset: 0x891FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartLuigi148Wheel1 + type: texture + offset: 0x8927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartLuigi148Wheel2 + type: texture + offset: 0x892FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartLuigi148Wheel3 + type: texture + offset: 0x8937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartLuigi149Wheel0 + type: texture + offset: 0x893FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartLuigi149Wheel1 + type: texture + offset: 0x8947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartLuigi149Wheel2 + type: texture + offset: 0x894FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartLuigi149Wheel3 + type: texture + offset: 0x8957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartLuigi150Wheel0 + type: texture + offset: 0x895FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartLuigi150Wheel1 + type: texture + offset: 0x8967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartLuigi150Wheel2 + type: texture + offset: 0x896FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartLuigi150Wheel3 + type: texture + offset: 0x8977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartLuigi151Wheel0 + type: texture + offset: 0x897FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartLuigi151Wheel1 + type: texture + offset: 0x8987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartLuigi151Wheel2 + type: texture + offset: 0x898FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartLuigi151Wheel3 + type: texture + offset: 0x8997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartLuigi152Wheel0 + type: texture + offset: 0x899FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartLuigi152Wheel1 + type: texture + offset: 0x89A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartLuigi152Wheel2 + type: texture + offset: 0x89AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartLuigi152Wheel3 + type: texture + offset: 0x89B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartLuigi153Wheel0 + type: texture + offset: 0x89BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartLuigi153Wheel1 + type: texture + offset: 0x89C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartLuigi153Wheel2 + type: texture + offset: 0x89CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartLuigi153Wheel3 + type: texture + offset: 0x89D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartLuigi154Wheel0 + type: texture + offset: 0x89DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartLuigi154Wheel1 + type: texture + offset: 0x89E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartLuigi154Wheel2 + type: texture + offset: 0x89EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartLuigi154Wheel3 + type: texture + offset: 0x89F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartLuigi155Wheel0 + type: texture + offset: 0x89FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartLuigi155Wheel1 + type: texture + offset: 0x8A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartLuigi155Wheel2 + type: texture + offset: 0x8A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartLuigi155Wheel3 + type: texture + offset: 0x8A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartLuigi156Wheel0 + type: texture + offset: 0x8A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartLuigi156Wheel1 + type: texture + offset: 0x8A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartLuigi156Wheel2 + type: texture + offset: 0x8A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartLuigi156Wheel3 + type: texture + offset: 0x8A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartLuigi157Wheel0 + type: texture + offset: 0x8A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartLuigi157Wheel1 + type: texture + offset: 0x8A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartLuigi157Wheel2 + type: texture + offset: 0x8A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartLuigi157Wheel3 + type: texture + offset: 0x8A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartLuigi158Wheel0 + type: texture + offset: 0x8A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartLuigi158Wheel1 + type: texture + offset: 0x8A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartLuigi158Wheel2 + type: texture + offset: 0x8A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartLuigi158Wheel3 + type: texture + offset: 0x8A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartLuigi159Wheel0 + type: texture + offset: 0x8A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartLuigi159Wheel1 + type: texture + offset: 0x8A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartLuigi159Wheel2 + type: texture + offset: 0x8A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartLuigi159Wheel3 + type: texture + offset: 0x8A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartLuigi160Wheel0 + type: texture + offset: 0x8A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartLuigi160Wheel1 + type: texture + offset: 0x8AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartLuigi160Wheel2 + type: texture + offset: 0x8AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartLuigi160Wheel3 + type: texture + offset: 0x8AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartLuigi161Wheel0 + type: texture + offset: 0x8ABFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartLuigi161Wheel1 + type: texture + offset: 0x8AC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartLuigi161Wheel2 + type: texture + offset: 0x8ACFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartLuigi161Wheel3 + type: texture + offset: 0x8AD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartLuigi162Wheel0 + type: texture + offset: 0x8ADFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartLuigi162Wheel1 + type: texture + offset: 0x8AE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartLuigi162Wheel2 + type: texture + offset: 0x8AEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartLuigi162Wheel3 + type: texture + offset: 0x8AF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartLuigi163Wheel0 + type: texture + offset: 0x8AFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartLuigi163Wheel1 + type: texture + offset: 0x8B07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartLuigi163Wheel2 + type: texture + offset: 0x8B0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartLuigi163Wheel3 + type: texture + offset: 0x8B17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartLuigi164Wheel0 + type: texture + offset: 0x8B1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartLuigi164Wheel1 + type: texture + offset: 0x8B27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartLuigi164Wheel2 + type: texture + offset: 0x8B2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartLuigi164Wheel3 + type: texture + offset: 0x8B37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartLuigi165Wheel0 + type: texture + offset: 0x8B3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartLuigi165Wheel1 + type: texture + offset: 0x8B47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartLuigi165Wheel2 + type: texture + offset: 0x8B4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartLuigi165Wheel3 + type: texture + offset: 0x8B57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartLuigi166Wheel0 + type: texture + offset: 0x8B5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartLuigi166Wheel1 + type: texture + offset: 0x8B67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartLuigi166Wheel2 + type: texture + offset: 0x8B6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartLuigi166Wheel3 + type: texture + offset: 0x8B77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartLuigi167Wheel0 + type: texture + offset: 0x8B7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartLuigi167Wheel1 + type: texture + offset: 0x8B87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartLuigi167Wheel2 + type: texture + offset: 0x8B8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartLuigi167Wheel3 + type: texture + offset: 0x8B97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartLuigi168Wheel0 + type: texture + offset: 0x8B9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartLuigi168Wheel1 + type: texture + offset: 0x8BA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartLuigi168Wheel2 + type: texture + offset: 0x8BAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartLuigi168Wheel3 + type: texture + offset: 0x8BB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartLuigi169Wheel0 + type: texture + offset: 0x8BBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartLuigi169Wheel1 + type: texture + offset: 0x8BC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartLuigi169Wheel2 + type: texture + offset: 0x8BCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartLuigi169Wheel3 + type: texture + offset: 0x8BD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartLuigi170Wheel0 + type: texture + offset: 0x8BDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartLuigi170Wheel1 + type: texture + offset: 0x8BE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartLuigi170Wheel2 + type: texture + offset: 0x8BEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartLuigi170Wheel3 + type: texture + offset: 0x8BF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartLuigi171Wheel0 + type: texture + offset: 0x8BFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartLuigi171Wheel1 + type: texture + offset: 0x8C07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartLuigi171Wheel2 + type: texture + offset: 0x8C0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartLuigi171Wheel3 + type: texture + offset: 0x8C17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartLuigi172Wheel0 + type: texture + offset: 0x8C1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartLuigi172Wheel1 + type: texture + offset: 0x8C27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartLuigi172Wheel2 + type: texture + offset: 0x8C2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartLuigi172Wheel3 + type: texture + offset: 0x8C37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartLuigi173Wheel0 + type: texture + offset: 0x8C3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartLuigi173Wheel1 + type: texture + offset: 0x8C47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartLuigi173Wheel2 + type: texture + offset: 0x8C4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartLuigi173Wheel3 + type: texture + offset: 0x8C57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartLuigi174Wheel0 + type: texture + offset: 0x8C5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartLuigi174Wheel1 + type: texture + offset: 0x8C67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartLuigi174Wheel2 + type: texture + offset: 0x8C6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartLuigi174Wheel3 + type: texture + offset: 0x8C77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartLuigi175Wheel0 + type: texture + offset: 0x8C7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartLuigi175Wheel1 + type: texture + offset: 0x8C87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartLuigi175Wheel2 + type: texture + offset: 0x8C8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartLuigi175Wheel3 + type: texture + offset: 0x8C97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartLuigi176Wheel0 + type: texture + offset: 0x8C9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartLuigi176Wheel1 + type: texture + offset: 0x8CA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartLuigi176Wheel2 + type: texture + offset: 0x8CAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartLuigi176Wheel3 + type: texture + offset: 0x8CB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartLuigi177Wheel0 + type: texture + offset: 0x8CBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartLuigi177Wheel1 + type: texture + offset: 0x8CC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartLuigi177Wheel2 + type: texture + offset: 0x8CCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartLuigi177Wheel3 + type: texture + offset: 0x8CD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartLuigi178Wheel0 + type: texture + offset: 0x8CDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartLuigi178Wheel1 + type: texture + offset: 0x8CE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartLuigi178Wheel2 + type: texture + offset: 0x8CEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartLuigi178Wheel3 + type: texture + offset: 0x8CF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartLuigi179Wheel0 + type: texture + offset: 0x8CFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartLuigi179Wheel1 + type: texture + offset: 0x8D07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartLuigi179Wheel2 + type: texture + offset: 0x8D0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartLuigi179Wheel3 + type: texture + offset: 0x8D17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartLuigi180Wheel0 + type: texture + offset: 0x8D1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartLuigi180Wheel1 + type: texture + offset: 0x8D27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartLuigi180Wheel2 + type: texture + offset: 0x8D2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartLuigi180Wheel3 + type: texture + offset: 0x8D37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartLuigi181Wheel0 + type: texture + offset: 0x8D3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartLuigi181Wheel1 + type: texture + offset: 0x8D47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartLuigi181Wheel2 + type: texture + offset: 0x8D4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartLuigi181Wheel3 + type: texture + offset: 0x8D57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartLuigi182Wheel0 + type: texture + offset: 0x8D5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartLuigi182Wheel1 + type: texture + offset: 0x8D67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartLuigi182Wheel2 + type: texture + offset: 0x8D6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartLuigi182Wheel3 + type: texture + offset: 0x8D77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartLuigi183Wheel0 + type: texture + offset: 0x8D7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartLuigi183Wheel1 + type: texture + offset: 0x8D87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartLuigi183Wheel2 + type: texture + offset: 0x8D8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartLuigi183Wheel3 + type: texture + offset: 0x8D97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartLuigi184Wheel0 + type: texture + offset: 0x8D9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartLuigi184Wheel1 + type: texture + offset: 0x8DA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartLuigi184Wheel2 + type: texture + offset: 0x8DAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartLuigi184Wheel3 + type: texture + offset: 0x8DB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartLuigi185Wheel0 + type: texture + offset: 0x8DBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartLuigi185Wheel1 + type: texture + offset: 0x8DC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartLuigi185Wheel2 + type: texture + offset: 0x8DCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartLuigi185Wheel3 + type: texture + offset: 0x8DD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartLuigi186Wheel0 + type: texture + offset: 0x8DDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartLuigi186Wheel1 + type: texture + offset: 0x8DE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartLuigi186Wheel2 + type: texture + offset: 0x8DEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartLuigi186Wheel3 + type: texture + offset: 0x8DF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartLuigi187Wheel0 + type: texture + offset: 0x8DFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartLuigi187Wheel1 + type: texture + offset: 0x8E07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartLuigi187Wheel2 + type: texture + offset: 0x8E0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartLuigi187Wheel3 + type: texture + offset: 0x8E17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartLuigi188Wheel0 + type: texture + offset: 0x8E1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartLuigi188Wheel1 + type: texture + offset: 0x8E27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartLuigi188Wheel2 + type: texture + offset: 0x8E2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartLuigi188Wheel3 + type: texture + offset: 0x8E37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartLuigi189Wheel0 + type: texture + offset: 0x8E3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartLuigi189Wheel1 + type: texture + offset: 0x8E47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartLuigi189Wheel2 + type: texture + offset: 0x8E4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartLuigi189Wheel3 + type: texture + offset: 0x8E57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartLuigi190Wheel0 + type: texture + offset: 0x8E5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartLuigi190Wheel1 + type: texture + offset: 0x8E67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartLuigi190Wheel2 + type: texture + offset: 0x8E6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartLuigi190Wheel3 + type: texture + offset: 0x8E77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartLuigi191Wheel0 + type: texture + offset: 0x8E7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartLuigi191Wheel1 + type: texture + offset: 0x8E87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartLuigi191Wheel2 + type: texture + offset: 0x8E8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartLuigi191Wheel3 + type: texture + offset: 0x8E97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartLuigi192Wheel0 + type: texture + offset: 0x8E9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartLuigi192Wheel1 + type: texture + offset: 0x8EA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartLuigi192Wheel2 + type: texture + offset: 0x8EAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartLuigi192Wheel3 + type: texture + offset: 0x8EB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartLuigi193Wheel0 + type: texture + offset: 0x8EBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartLuigi193Wheel1 + type: texture + offset: 0x8EC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartLuigi193Wheel2 + type: texture + offset: 0x8ECFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartLuigi193Wheel3 + type: texture + offset: 0x8ED7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartLuigi194Wheel0 + type: texture + offset: 0x8EDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartLuigi194Wheel1 + type: texture + offset: 0x8EE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartLuigi194Wheel2 + type: texture + offset: 0x8EEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartLuigi194Wheel3 + type: texture + offset: 0x8EF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartLuigi195Wheel0 + type: texture + offset: 0x8EFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartLuigi195Wheel1 + type: texture + offset: 0x8F07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartLuigi195Wheel2 + type: texture + offset: 0x8F0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartLuigi195Wheel3 + type: texture + offset: 0x8F17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartLuigi196Wheel0 + type: texture + offset: 0x8F1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartLuigi196Wheel1 + type: texture + offset: 0x8F27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartLuigi196Wheel2 + type: texture + offset: 0x8F2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartLuigi196Wheel3 + type: texture + offset: 0x8F37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartLuigi197Wheel0 + type: texture + offset: 0x8F3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartLuigi197Wheel1 + type: texture + offset: 0x8F47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartLuigi197Wheel2 + type: texture + offset: 0x8F4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartLuigi197Wheel3 + type: texture + offset: 0x8F57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartLuigi198Wheel0 + type: texture + offset: 0x8F5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartLuigi198Wheel1 + type: texture + offset: 0x8F67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartLuigi198Wheel2 + type: texture + offset: 0x8F6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartLuigi198Wheel3 + type: texture + offset: 0x8F77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartLuigi199Wheel0 + type: texture + offset: 0x8F7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartLuigi199Wheel1 + type: texture + offset: 0x8F87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartLuigi199Wheel2 + type: texture + offset: 0x8F8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartLuigi199Wheel3 + type: texture + offset: 0x8F97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartLuigi200Wheel0 + type: texture + offset: 0x8F9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartLuigi200Wheel1 + type: texture + offset: 0x8FA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartLuigi200Wheel2 + type: texture + offset: 0x8FAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartLuigi200Wheel3 + type: texture + offset: 0x8FB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartLuigi201Wheel0 + type: texture + offset: 0x8FBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartLuigi201Wheel1 + type: texture + offset: 0x8FC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartLuigi201Wheel2 + type: texture + offset: 0x8FCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartLuigi201Wheel3 + type: texture + offset: 0x8FD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartLuigi202Wheel0 + type: texture + offset: 0x8FDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartLuigi202Wheel1 + type: texture + offset: 0x8FE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartLuigi202Wheel2 + type: texture + offset: 0x8FEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartLuigi202Wheel3 + type: texture + offset: 0x8FF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartLuigi203Wheel0 + type: texture + offset: 0x8FFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartLuigi203Wheel1 + type: texture + offset: 0x9007C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartLuigi203Wheel2 + type: texture + offset: 0x900FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartLuigi203Wheel3 + type: texture + offset: 0x9017C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartLuigi204Wheel0 + type: texture + offset: 0x901FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartLuigi204Wheel1 + type: texture + offset: 0x9027C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartLuigi204Wheel2 + type: texture + offset: 0x902FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartLuigi204Wheel3 + type: texture + offset: 0x9037C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartLuigi205Wheel0 + type: texture + offset: 0x903FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartLuigi205Wheel1 + type: texture + offset: 0x9047C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartLuigi205Wheel2 + type: texture + offset: 0x904FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartLuigi205Wheel3 + type: texture + offset: 0x9057C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartLuigi206Wheel0 + type: texture + offset: 0x905FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartLuigi206Wheel1 + type: texture + offset: 0x9067C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartLuigi206Wheel2 + type: texture + offset: 0x906FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartLuigi206Wheel3 + type: texture + offset: 0x9077C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartLuigi207Wheel0 + type: texture + offset: 0x907FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartLuigi207Wheel1 + type: texture + offset: 0x9087C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartLuigi207Wheel2 + type: texture + offset: 0x908FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartLuigi207Wheel3 + type: texture + offset: 0x9097C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartLuigi208Wheel0 + type: texture + offset: 0x909FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartLuigi208Wheel1 + type: texture + offset: 0x90A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartLuigi208Wheel2 + type: texture + offset: 0x90AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartLuigi208Wheel3 + type: texture + offset: 0x90B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartLuigi209Wheel0 + type: texture + offset: 0x90BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartLuigi209Wheel1 + type: texture + offset: 0x90C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartLuigi209Wheel2 + type: texture + offset: 0x90CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartLuigi209Wheel3 + type: texture + offset: 0x90D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartLuigi210Wheel0 + type: texture + offset: 0x90DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartLuigi210Wheel1 + type: texture + offset: 0x90E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartLuigi210Wheel2 + type: texture + offset: 0x90EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartLuigi210Wheel3 + type: texture + offset: 0x90F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartLuigi211Wheel0 + type: texture + offset: 0x90FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartLuigi211Wheel1 + type: texture + offset: 0x9107C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartLuigi211Wheel2 + type: texture + offset: 0x910FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartLuigi211Wheel3 + type: texture + offset: 0x9117C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartLuigi212Wheel0 + type: texture + offset: 0x911FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartLuigi212Wheel1 + type: texture + offset: 0x9127C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartLuigi212Wheel2 + type: texture + offset: 0x912FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartLuigi212Wheel3 + type: texture + offset: 0x9137C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartLuigi213Wheel0 + type: texture + offset: 0x913FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartLuigi213Wheel1 + type: texture + offset: 0x9147C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartLuigi213Wheel2 + type: texture + offset: 0x914FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartLuigi213Wheel3 + type: texture + offset: 0x9157C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartLuigi214Wheel0 + type: texture + offset: 0x915FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartLuigi214Wheel1 + type: texture + offset: 0x9167C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartLuigi214Wheel2 + type: texture + offset: 0x916FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartLuigi214Wheel3 + type: texture + offset: 0x9177C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartLuigi215Wheel0 + type: texture + offset: 0x917FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartLuigi215Wheel1 + type: texture + offset: 0x9187C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartLuigi215Wheel2 + type: texture + offset: 0x918FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartLuigi215Wheel3 + type: texture + offset: 0x9197C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartLuigi216Wheel0 + type: texture + offset: 0x919FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartLuigi216Wheel1 + type: texture + offset: 0x91A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartLuigi216Wheel2 + type: texture + offset: 0x91AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartLuigi216Wheel3 + type: texture + offset: 0x91B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartLuigi217Wheel0 + type: texture + offset: 0x91BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartLuigi217Wheel1 + type: texture + offset: 0x91C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartLuigi217Wheel2 + type: texture + offset: 0x91CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartLuigi217Wheel3 + type: texture + offset: 0x91D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartLuigi218Wheel0 + type: texture + offset: 0x91DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartLuigi218Wheel1 + type: texture + offset: 0x91E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartLuigi218Wheel2 + type: texture + offset: 0x91EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartLuigi218Wheel3 + type: texture + offset: 0x91F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartLuigi219Wheel0 + type: texture + offset: 0x91FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartLuigi219Wheel1 + type: texture + offset: 0x9207C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartLuigi219Wheel2 + type: texture + offset: 0x920FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartLuigi219Wheel3 + type: texture + offset: 0x9217C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartLuigi220Wheel0 + type: texture + offset: 0x921FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartLuigi220Wheel1 + type: texture + offset: 0x9227C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartLuigi220Wheel2 + type: texture + offset: 0x922FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartLuigi220Wheel3 + type: texture + offset: 0x9237C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartLuigi221Wheel0 + type: texture + offset: 0x923FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartLuigi221Wheel1 + type: texture + offset: 0x9247C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartLuigi221Wheel2 + type: texture + offset: 0x924FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartLuigi221Wheel3 + type: texture + offset: 0x9257C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartLuigi222Wheel0 + type: texture + offset: 0x925FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartLuigi222Wheel1 + type: texture + offset: 0x9267C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartLuigi222Wheel2 + type: texture + offset: 0x926FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartLuigi222Wheel3 + type: texture + offset: 0x9277C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartLuigi223Wheel0 + type: texture + offset: 0x927FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartLuigi223Wheel1 + type: texture + offset: 0x9287C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartLuigi223Wheel2 + type: texture + offset: 0x928FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartLuigi223Wheel3 + type: texture + offset: 0x9297C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartLuigi224Wheel0 + type: texture + offset: 0x929FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartLuigi224Wheel1 + type: texture + offset: 0x92A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartLuigi224Wheel2 + type: texture + offset: 0x92AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartLuigi224Wheel3 + type: texture + offset: 0x92B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartLuigi225Wheel0 + type: texture + offset: 0x92BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartLuigi225Wheel1 + type: texture + offset: 0x92C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartLuigi225Wheel2 + type: texture + offset: 0x92CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartLuigi225Wheel3 + type: texture + offset: 0x92D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartLuigi226Wheel0 + type: texture + offset: 0x92DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartLuigi226Wheel1 + type: texture + offset: 0x92E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartLuigi226Wheel2 + type: texture + offset: 0x92EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartLuigi226Wheel3 + type: texture + offset: 0x92F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartLuigi227Wheel0 + type: texture + offset: 0x92FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartLuigi227Wheel1 + type: texture + offset: 0x9307C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartLuigi227Wheel2 + type: texture + offset: 0x930FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartLuigi227Wheel3 + type: texture + offset: 0x9317C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartLuigi228Wheel0 + type: texture + offset: 0x931FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartLuigi228Wheel1 + type: texture + offset: 0x9327C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartLuigi228Wheel2 + type: texture + offset: 0x932FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartLuigi228Wheel3 + type: texture + offset: 0x9337C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartLuigi229Wheel0 + type: texture + offset: 0x933FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartLuigi229Wheel1 + type: texture + offset: 0x9347C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartLuigi229Wheel2 + type: texture + offset: 0x934FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartLuigi229Wheel3 + type: texture + offset: 0x9357C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartLuigi230Wheel0 + type: texture + offset: 0x935FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartLuigi230Wheel1 + type: texture + offset: 0x9367C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartLuigi230Wheel2 + type: texture + offset: 0x936FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartLuigi230Wheel3 + type: texture + offset: 0x9377C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartLuigi231Wheel0 + type: texture + offset: 0x937FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartLuigi231Wheel1 + type: texture + offset: 0x9387C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartLuigi231Wheel2 + type: texture + offset: 0x938FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartLuigi231Wheel3 + type: texture + offset: 0x9397C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartLuigi232Wheel0 + type: texture + offset: 0x939FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartLuigi232Wheel1 + type: texture + offset: 0x93A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartLuigi232Wheel2 + type: texture + offset: 0x93AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartLuigi232Wheel3 + type: texture + offset: 0x93B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartLuigi233Wheel0 + type: texture + offset: 0x93BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartLuigi233Wheel1 + type: texture + offset: 0x93C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartLuigi233Wheel2 + type: texture + offset: 0x93CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartLuigi233Wheel3 + type: texture + offset: 0x93D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartLuigi234Wheel0 + type: texture + offset: 0x93DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartLuigi234Wheel1 + type: texture + offset: 0x93E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartLuigi234Wheel2 + type: texture + offset: 0x93EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartLuigi234Wheel3 + type: texture + offset: 0x93F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartLuigi235Wheel0 + type: texture + offset: 0x93FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartLuigi235Wheel1 + type: texture + offset: 0x9407C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartLuigi235Wheel2 + type: texture + offset: 0x940FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartLuigi235Wheel3 + type: texture + offset: 0x9417C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartLuigi236Wheel0 + type: texture + offset: 0x941FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartLuigi236Wheel1 + type: texture + offset: 0x9427C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartLuigi236Wheel2 + type: texture + offset: 0x942FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartLuigi236Wheel3 + type: texture + offset: 0x9437C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartLuigi237Wheel0 + type: texture + offset: 0x943FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartLuigi237Wheel1 + type: texture + offset: 0x9447C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartLuigi237Wheel2 + type: texture + offset: 0x944FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartLuigi237Wheel3 + type: texture + offset: 0x9457C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartLuigi238Wheel0 + type: texture + offset: 0x945FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartLuigi238Wheel1 + type: texture + offset: 0x9467C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartLuigi238Wheel2 + type: texture + offset: 0x946FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartLuigi238Wheel3 + type: texture + offset: 0x9477C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartLuigi239Wheel0 + type: texture + offset: 0x947FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartLuigi239Wheel1 + type: texture + offset: 0x9487C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartLuigi239Wheel2 + type: texture + offset: 0x948FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartLuigi239Wheel3 + type: texture + offset: 0x9497C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartLuigi240Wheel0 + type: texture + offset: 0x949FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartLuigi240Wheel1 + type: texture + offset: 0x94A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartLuigi240Wheel2 + type: texture + offset: 0x94AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartLuigi240Wheel3 + type: texture + offset: 0x94B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartLuigi241Wheel0 + type: texture + offset: 0x94BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartLuigi241Wheel1 + type: texture + offset: 0x94C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartLuigi241Wheel2 + type: texture + offset: 0x94CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartLuigi241Wheel3 + type: texture + offset: 0x94D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartLuigi242Wheel0 + type: texture + offset: 0x94DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartLuigi242Wheel1 + type: texture + offset: 0x94E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartLuigi242Wheel2 + type: texture + offset: 0x94EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartLuigi242Wheel3 + type: texture + offset: 0x94F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartLuigi243Wheel0 + type: texture + offset: 0x94FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartLuigi243Wheel1 + type: texture + offset: 0x9507C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartLuigi243Wheel2 + type: texture + offset: 0x950FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartLuigi243Wheel3 + type: texture + offset: 0x9517C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartLuigi244Wheel0 + type: texture + offset: 0x951FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartLuigi244Wheel1 + type: texture + offset: 0x9527C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartLuigi244Wheel2 + type: texture + offset: 0x952FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartLuigi244Wheel3 + type: texture + offset: 0x9537C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartLuigi245Wheel0 + type: texture + offset: 0x953FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartLuigi245Wheel1 + type: texture + offset: 0x9547C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartLuigi245Wheel2 + type: texture + offset: 0x954FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartLuigi245Wheel3 + type: texture + offset: 0x9557C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartLuigi246Wheel0 + type: texture + offset: 0x955FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartLuigi246Wheel1 + type: texture + offset: 0x9567C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartLuigi246Wheel2 + type: texture + offset: 0x956FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartLuigi246Wheel3 + type: texture + offset: 0x9577C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartLuigi247Wheel0 + type: texture + offset: 0x957FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartLuigi247Wheel1 + type: texture + offset: 0x9587C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartLuigi247Wheel2 + type: texture + offset: 0x958FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartLuigi247Wheel3 + type: texture + offset: 0x9597C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartLuigi248Wheel0 + type: texture + offset: 0x959FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartLuigi248Wheel1 + type: texture + offset: 0x95A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartLuigi248Wheel2 + type: texture + offset: 0x95AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartLuigi248Wheel3 + type: texture + offset: 0x95B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartLuigi249Wheel0 + type: texture + offset: 0x95BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartLuigi249Wheel1 + type: texture + offset: 0x95C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartLuigi249Wheel2 + type: texture + offset: 0x95CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartLuigi249Wheel3 + type: texture + offset: 0x95D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartLuigi250Wheel0 + type: texture + offset: 0x95DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartLuigi250Wheel1 + type: texture + offset: 0x95E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartLuigi250Wheel2 + type: texture + offset: 0x95EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartLuigi250Wheel3 + type: texture + offset: 0x95F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartLuigi251Wheel0 + type: texture + offset: 0x95FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartLuigi251Wheel1 + type: texture + offset: 0x9607C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartLuigi251Wheel2 + type: texture + offset: 0x960FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartLuigi251Wheel3 + type: texture + offset: 0x9617C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartLuigi252Wheel0 + type: texture + offset: 0x961FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartLuigi252Wheel1 + type: texture + offset: 0x9627C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartLuigi252Wheel2 + type: texture + offset: 0x962FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartLuigi252Wheel3 + type: texture + offset: 0x9637C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartLuigi253Wheel0 + type: texture + offset: 0x963FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartLuigi253Wheel1 + type: texture + offset: 0x9647C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartLuigi253Wheel2 + type: texture + offset: 0x964FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartLuigi253Wheel3 + type: texture + offset: 0x9657C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartLuigi254Wheel0 + type: texture + offset: 0x965FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartLuigi254Wheel1 + type: texture + offset: 0x9667C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartLuigi254Wheel2 + type: texture + offset: 0x966FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartLuigi254Wheel3 + type: texture + offset: 0x9677C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartLuigi255Wheel0 + type: texture + offset: 0x967FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartLuigi255Wheel1 + type: texture + offset: 0x9687C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartLuigi255Wheel2 + type: texture + offset: 0x968FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartLuigi255Wheel3 + type: texture + offset: 0x9697C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartLuigi256Wheel0 + type: texture + offset: 0x969FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartLuigi256Wheel1 + type: texture + offset: 0x96A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartLuigi256Wheel2 + type: texture + offset: 0x96AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartLuigi256Wheel3 + type: texture + offset: 0x96B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartLuigi257Wheel0 + type: texture + offset: 0x96BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartLuigi257Wheel1 + type: texture + offset: 0x96C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartLuigi257Wheel2 + type: texture + offset: 0x96CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartLuigi257Wheel3 + type: texture + offset: 0x96D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartLuigi258Wheel0 + type: texture + offset: 0x96DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartLuigi258Wheel1 + type: texture + offset: 0x96E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartLuigi258Wheel2 + type: texture + offset: 0x96EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartLuigi258Wheel3 + type: texture + offset: 0x96F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartLuigi259Wheel0 + type: texture + offset: 0x96FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartLuigi259Wheel1 + type: texture + offset: 0x9707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartLuigi259Wheel2 + type: texture + offset: 0x970FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartLuigi259Wheel3 + type: texture + offset: 0x9717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartLuigi260Wheel0 + type: texture + offset: 0x971FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartLuigi260Wheel1 + type: texture + offset: 0x9727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartLuigi260Wheel2 + type: texture + offset: 0x972FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartLuigi260Wheel3 + type: texture + offset: 0x9737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartLuigi261Wheel0 + type: texture + offset: 0x973FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartLuigi261Wheel1 + type: texture + offset: 0x9747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartLuigi261Wheel2 + type: texture + offset: 0x974FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartLuigi261Wheel3 + type: texture + offset: 0x9757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartLuigi262Wheel0 + type: texture + offset: 0x975FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartLuigi262Wheel1 + type: texture + offset: 0x9767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartLuigi262Wheel2 + type: texture + offset: 0x976FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartLuigi262Wheel3 + type: texture + offset: 0x9777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartLuigi263Wheel0 + type: texture + offset: 0x977FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartLuigi263Wheel1 + type: texture + offset: 0x9787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartLuigi263Wheel2 + type: texture + offset: 0x978FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartLuigi263Wheel3 + type: texture + offset: 0x9797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartLuigi264Wheel0 + type: texture + offset: 0x979FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartLuigi264Wheel1 + type: texture + offset: 0x97A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartLuigi264Wheel2 + type: texture + offset: 0x97AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartLuigi264Wheel3 + type: texture + offset: 0x97B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartLuigi265Wheel0 + type: texture + offset: 0x97BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartLuigi265Wheel1 + type: texture + offset: 0x97C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartLuigi265Wheel2 + type: texture + offset: 0x97CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartLuigi265Wheel3 + type: texture + offset: 0x97D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartLuigi266Wheel0 + type: texture + offset: 0x97DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartLuigi266Wheel1 + type: texture + offset: 0x97E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartLuigi266Wheel2 + type: texture + offset: 0x97EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartLuigi266Wheel3 + type: texture + offset: 0x97F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartLuigi267Wheel0 + type: texture + offset: 0x97FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartLuigi267Wheel1 + type: texture + offset: 0x9807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartLuigi267Wheel2 + type: texture + offset: 0x980FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartLuigi267Wheel3 + type: texture + offset: 0x9817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartLuigi268Wheel0 + type: texture + offset: 0x981FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartLuigi268Wheel1 + type: texture + offset: 0x9827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartLuigi268Wheel2 + type: texture + offset: 0x982FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartLuigi268Wheel3 + type: texture + offset: 0x9837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartLuigi269Wheel0 + type: texture + offset: 0x983FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartLuigi269Wheel1 + type: texture + offset: 0x9847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartLuigi269Wheel2 + type: texture + offset: 0x984FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartLuigi269Wheel3 + type: texture + offset: 0x9857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartLuigi270Wheel0 + type: texture + offset: 0x985FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartLuigi270Wheel1 + type: texture + offset: 0x9867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartLuigi270Wheel2 + type: texture + offset: 0x986FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartLuigi270Wheel3 + type: texture + offset: 0x9877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartLuigi271Wheel0 + type: texture + offset: 0x987FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartLuigi271Wheel1 + type: texture + offset: 0x9887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartLuigi271Wheel2 + type: texture + offset: 0x988FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartLuigi271Wheel3 + type: texture + offset: 0x9897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartLuigi272Wheel0 + type: texture + offset: 0x989FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartLuigi272Wheel1 + type: texture + offset: 0x98A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartLuigi272Wheel2 + type: texture + offset: 0x98AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartLuigi272Wheel3 + type: texture + offset: 0x98B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartLuigi273Wheel0 + type: texture + offset: 0x98BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartLuigi273Wheel1 + type: texture + offset: 0x98C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartLuigi273Wheel2 + type: texture + offset: 0x98CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartLuigi273Wheel3 + type: texture + offset: 0x98D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartLuigi274Wheel0 + type: texture + offset: 0x98DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartLuigi274Wheel1 + type: texture + offset: 0x98E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartLuigi274Wheel2 + type: texture + offset: 0x98EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartLuigi274Wheel3 + type: texture + offset: 0x98F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartLuigi275Wheel0 + type: texture + offset: 0x98FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartLuigi275Wheel1 + type: texture + offset: 0x9907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartLuigi275Wheel2 + type: texture + offset: 0x990FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartLuigi275Wheel3 + type: texture + offset: 0x9917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartLuigi276Wheel0 + type: texture + offset: 0x991FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartLuigi276Wheel1 + type: texture + offset: 0x9927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartLuigi276Wheel2 + type: texture + offset: 0x992FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartLuigi276Wheel3 + type: texture + offset: 0x9937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartLuigi277Wheel0 + type: texture + offset: 0x993FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartLuigi277Wheel1 + type: texture + offset: 0x9947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartLuigi277Wheel2 + type: texture + offset: 0x994FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartLuigi277Wheel3 + type: texture + offset: 0x9957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartLuigi278Wheel0 + type: texture + offset: 0x995FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartLuigi278Wheel1 + type: texture + offset: 0x9967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartLuigi278Wheel2 + type: texture + offset: 0x996FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartLuigi278Wheel3 + type: texture + offset: 0x9977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartLuigi279Wheel0 + type: texture + offset: 0x997FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartLuigi279Wheel1 + type: texture + offset: 0x9987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartLuigi279Wheel2 + type: texture + offset: 0x998FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartLuigi279Wheel3 + type: texture + offset: 0x9997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartLuigi280Wheel0 + type: texture + offset: 0x999FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartLuigi280Wheel1 + type: texture + offset: 0x99A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartLuigi280Wheel2 + type: texture + offset: 0x99AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartLuigi280Wheel3 + type: texture + offset: 0x99B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartLuigi281Wheel0 + type: texture + offset: 0x99BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartLuigi281Wheel1 + type: texture + offset: 0x99C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartLuigi281Wheel2 + type: texture + offset: 0x99CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartLuigi281Wheel3 + type: texture + offset: 0x99D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartLuigi282Wheel0 + type: texture + offset: 0x99DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartLuigi282Wheel1 + type: texture + offset: 0x99E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartLuigi282Wheel2 + type: texture + offset: 0x99EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartLuigi282Wheel3 + type: texture + offset: 0x99F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartLuigi283Wheel0 + type: texture + offset: 0x99FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartLuigi283Wheel1 + type: texture + offset: 0x9A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartLuigi283Wheel2 + type: texture + offset: 0x9A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartLuigi283Wheel3 + type: texture + offset: 0x9A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartLuigi284Wheel0 + type: texture + offset: 0x9A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartLuigi284Wheel1 + type: texture + offset: 0x9A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartLuigi284Wheel2 + type: texture + offset: 0x9A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartLuigi284Wheel3 + type: texture + offset: 0x9A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartLuigi285Wheel0 + type: texture + offset: 0x9A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartLuigi285Wheel1 + type: texture + offset: 0x9A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartLuigi285Wheel2 + type: texture + offset: 0x9A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartLuigi285Wheel3 + type: texture + offset: 0x9A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartLuigi286Wheel0 + type: texture + offset: 0x9A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartLuigi286Wheel1 + type: texture + offset: 0x9A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartLuigi286Wheel2 + type: texture + offset: 0x9A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartLuigi286Wheel3 + type: texture + offset: 0x9A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartLuigi287Wheel0 + type: texture + offset: 0x9A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartLuigi287Wheel1 + type: texture + offset: 0x9A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartLuigi287Wheel2 + type: texture + offset: 0x9A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartLuigi287Wheel3 + type: texture + offset: 0x9A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartLuigi288Wheel0 + type: texture + offset: 0x9A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartLuigi288Wheel1 + type: texture + offset: 0x9AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartLuigi288Wheel2 + type: texture + offset: 0x9AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartLuigi288Wheel3 + type: texture + offset: 0x9AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +luigi_kart_palette: + symbol: gKartLuigiPalette + type: texture + offset: 0x9ABFC + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/luigi_raceway_data.yml b/android/app/src/main/assets/yamls/us/luigi_raceway_data.yml new file mode 100644 index 0000000000..c0a16c494e --- /dev/null +++ b/android/app/src/main/assets/yamls/us/luigi_raceway_data.yml @@ -0,0 +1,816 @@ +:config: + segments: + - [0x06, 0x84E8E0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_luigi_raceway_dl_0: + symbol: d_course_luigi_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_luigi_raceway_dl_1A8: + symbol: d_course_luigi_raceway_dl_1A8 + type: gfx + offset: 0x1A8 + otr_mode: index +d_course_luigi_raceway_dl_328: + symbol: d_course_luigi_raceway_dl_328 + type: gfx + offset: 0x328 + otr_mode: index +d_course_luigi_raceway_dl_480: + symbol: d_course_luigi_raceway_dl_480 + type: gfx + offset: 0x480 + otr_mode: index +d_course_luigi_raceway_dl_6E0: + symbol: d_course_luigi_raceway_dl_6E0 + type: gfx + offset: 0x6E0 + otr_mode: index +d_course_luigi_raceway_dl_868: + symbol: d_course_luigi_raceway_dl_868 + type: gfx + offset: 0x868 + otr_mode: index +d_course_luigi_raceway_dl_9F8: + symbol: d_course_luigi_raceway_dl_9F8 + type: gfx + offset: 0x9F8 + otr_mode: index +d_course_luigi_raceway_dl_B48: + symbol: d_course_luigi_raceway_dl_B48 + type: gfx + offset: 0xB48 + otr_mode: index +d_course_luigi_raceway_dl_D80: + symbol: d_course_luigi_raceway_dl_D80 + type: gfx + offset: 0xD80 + otr_mode: index +d_course_luigi_raceway_dl_EE8: + symbol: d_course_luigi_raceway_dl_EE8 + type: gfx + offset: 0xEE8 + otr_mode: index +d_course_luigi_raceway_dl_1058: + symbol: d_course_luigi_raceway_dl_1058 + type: gfx + offset: 0x1058 + otr_mode: index +d_course_luigi_raceway_dl_1198: + symbol: d_course_luigi_raceway_dl_1198 + type: gfx + offset: 0x1198 + otr_mode: index +d_course_luigi_raceway_dl_1398: + symbol: d_course_luigi_raceway_dl_1398 + type: gfx + offset: 0x1398 + otr_mode: index +d_course_luigi_raceway_dl_1538: + symbol: d_course_luigi_raceway_dl_1538 + type: gfx + offset: 0x1538 + otr_mode: index +d_course_luigi_raceway_dl_16D8: + symbol: d_course_luigi_raceway_dl_16D8 + type: gfx + offset: 0x16D8 + otr_mode: index +d_course_luigi_raceway_dl_1888: + symbol: d_course_luigi_raceway_dl_1888 + type: gfx + offset: 0x1888 + otr_mode: index +d_course_luigi_raceway_dl_1B00: + symbol: d_course_luigi_raceway_dl_1B00 + type: gfx + offset: 0x1B00 + otr_mode: index +d_course_luigi_raceway_dl_1C78: + symbol: d_course_luigi_raceway_dl_1C78 + type: gfx + offset: 0x1C78 + otr_mode: index +d_course_luigi_raceway_dl_1E30: + symbol: d_course_luigi_raceway_dl_1E30 + type: gfx + offset: 0x1E30 + otr_mode: index +d_course_luigi_raceway_dl_1FD0: + symbol: d_course_luigi_raceway_dl_1FD0 + type: gfx + offset: 0x1FD0 + otr_mode: index +d_course_luigi_raceway_dl_2240: + symbol: d_course_luigi_raceway_dl_2240 + type: gfx + offset: 0x2240 + otr_mode: index +d_course_luigi_raceway_dl_2348: + symbol: d_course_luigi_raceway_dl_2348 + type: gfx + offset: 0x2348 + otr_mode: index +d_course_luigi_raceway_dl_2518: + symbol: d_course_luigi_raceway_dl_2518 + type: gfx + offset: 0x2518 + otr_mode: index +d_course_luigi_raceway_dl_2658: + symbol: d_course_luigi_raceway_dl_2658 + type: gfx + offset: 0x2658 + otr_mode: index +d_course_luigi_raceway_dl_2860: + symbol: d_course_luigi_raceway_dl_2860 + type: gfx + offset: 0x2860 + otr_mode: index +d_course_luigi_raceway_dl_2978: + symbol: d_course_luigi_raceway_dl_2978 + type: gfx + offset: 0x2978 + otr_mode: index +d_course_luigi_raceway_dl_2BC0: + symbol: d_course_luigi_raceway_dl_2BC0 + type: gfx + offset: 0x2BC0 + otr_mode: index +d_course_luigi_raceway_dl_2D00: + symbol: d_course_luigi_raceway_dl_2D00 + type: gfx + offset: 0x2D00 + otr_mode: index +d_course_luigi_raceway_dl_2F08: + symbol: d_course_luigi_raceway_dl_2F08 + type: gfx + offset: 0x2F08 + otr_mode: index +d_course_luigi_raceway_dl_2FF8: + symbol: d_course_luigi_raceway_dl_2FF8 + type: gfx + offset: 0x2FF8 + otr_mode: index +d_course_luigi_raceway_dl_32C0: + symbol: d_course_luigi_raceway_dl_32C0 + type: gfx + offset: 0x32C0 + otr_mode: index +d_course_luigi_raceway_dl_3408: + symbol: d_course_luigi_raceway_dl_3408 + type: gfx + offset: 0x3408 + otr_mode: index +d_course_luigi_raceway_dl_3610: + symbol: d_course_luigi_raceway_dl_3610 + type: gfx + offset: 0x3610 + otr_mode: index +d_course_luigi_raceway_dl_36A8: + symbol: d_course_luigi_raceway_dl_36A8 + type: gfx + offset: 0x36A8 + otr_mode: index +d_course_luigi_raceway_dl_3928: + symbol: d_course_luigi_raceway_dl_3928 + type: gfx + offset: 0x3928 + otr_mode: index +d_course_luigi_raceway_dl_3AB0: + symbol: d_course_luigi_raceway_dl_3AB0 + type: gfx + offset: 0x3AB0 + otr_mode: index +d_course_luigi_raceway_dl_3C18: + symbol: d_course_luigi_raceway_dl_3C18 + type: gfx + offset: 0x3C18 + otr_mode: index +d_course_luigi_raceway_dl_3CA0: + symbol: d_course_luigi_raceway_dl_3CA0 + type: gfx + offset: 0x3CA0 + otr_mode: index +d_course_luigi_raceway_dl_3EB0: + symbol: d_course_luigi_raceway_dl_3EB0 + type: gfx + offset: 0x3EB0 + otr_mode: index +d_course_luigi_raceway_dl_4058: + symbol: d_course_luigi_raceway_dl_4058 + type: gfx + offset: 0x4058 + otr_mode: index +d_course_luigi_raceway_dl_4198: + symbol: d_course_luigi_raceway_dl_4198 + type: gfx + offset: 0x4198 + otr_mode: index +d_course_luigi_raceway_dl_4240: + symbol: d_course_luigi_raceway_dl_4240 + type: gfx + offset: 0x4240 + otr_mode: index +d_course_luigi_raceway_dl_4440: + symbol: d_course_luigi_raceway_dl_4440 + type: gfx + offset: 0x4440 + otr_mode: index +d_course_luigi_raceway_dl_4638: + symbol: d_course_luigi_raceway_dl_4638 + type: gfx + offset: 0x4638 + otr_mode: index +d_course_luigi_raceway_dl_4720: + symbol: d_course_luigi_raceway_dl_4720 + type: gfx + offset: 0x4720 + otr_mode: index +d_course_luigi_raceway_dl_4828: + symbol: d_course_luigi_raceway_dl_4828 + type: gfx + offset: 0x4828 + otr_mode: index +d_course_luigi_raceway_dl_4A18: + symbol: d_course_luigi_raceway_dl_4A18 + type: gfx + offset: 0x4A18 + otr_mode: index +d_course_luigi_raceway_dl_4C60: + symbol: d_course_luigi_raceway_dl_4C60 + type: gfx + offset: 0x4C60 + otr_mode: index +d_course_luigi_raceway_dl_4CF8: + symbol: d_course_luigi_raceway_dl_4CF8 + type: gfx + offset: 0x4CF8 + otr_mode: index +d_course_luigi_raceway_dl_4E38: + symbol: d_course_luigi_raceway_dl_4E38 + type: gfx + offset: 0x4E38 + otr_mode: index +d_course_luigi_raceway_dl_4FD8: + symbol: d_course_luigi_raceway_dl_4FD8 + type: gfx + offset: 0x4FD8 + otr_mode: index +d_course_luigi_raceway_dl_5220: + symbol: d_course_luigi_raceway_dl_5220 + type: gfx + offset: 0x5220 + otr_mode: index +d_course_luigi_raceway_dl_52D0: + symbol: d_course_luigi_raceway_dl_52D0 + type: gfx + offset: 0x52D0 + otr_mode: index +d_course_luigi_raceway_dl_5420: + symbol: d_course_luigi_raceway_dl_5420 + type: gfx + offset: 0x5420 + otr_mode: index +d_course_luigi_raceway_dl_5558: + symbol: d_course_luigi_raceway_dl_5558 + type: gfx + offset: 0x5558 + otr_mode: index +d_course_luigi_raceway_dl_5728: + symbol: d_course_luigi_raceway_dl_5728 + type: gfx + offset: 0x5728 + otr_mode: index +d_course_luigi_raceway_dl_57F8: + symbol: d_course_luigi_raceway_dl_57F8 + type: gfx + offset: 0x57F8 + otr_mode: index +d_course_luigi_raceway_dl_5940: + symbol: d_course_luigi_raceway_dl_5940 + type: gfx + offset: 0x5940 + otr_mode: index +d_course_luigi_raceway_dl_5A60: + symbol: d_course_luigi_raceway_dl_5A60 + type: gfx + offset: 0x5A60 + otr_mode: index +d_course_luigi_raceway_dl_5BA0: + symbol: d_course_luigi_raceway_dl_5BA0 + type: gfx + offset: 0x5BA0 + otr_mode: index +d_course_luigi_raceway_dl_5CB8: + symbol: d_course_luigi_raceway_dl_5CB8 + type: gfx + offset: 0x5CB8 + otr_mode: index +d_course_luigi_raceway_dl_5E10: + symbol: d_course_luigi_raceway_dl_5E10 + type: gfx + offset: 0x5E10 + otr_mode: index +d_course_luigi_raceway_dl_5F08: + symbol: d_course_luigi_raceway_dl_5F08 + type: gfx + offset: 0x5F08 + otr_mode: index +d_course_luigi_raceway_dl_6018: + symbol: d_course_luigi_raceway_dl_6018 + type: gfx + offset: 0x6018 + otr_mode: index +d_course_luigi_raceway_dl_6150: + symbol: d_course_luigi_raceway_dl_6150 + type: gfx + offset: 0x6150 + otr_mode: index +d_course_luigi_raceway_dl_6288: + symbol: d_course_luigi_raceway_dl_6288 + type: gfx + offset: 0x6288 + otr_mode: index +d_course_luigi_raceway_dl_6350: + symbol: d_course_luigi_raceway_dl_6350 + type: gfx + offset: 0x6350 + otr_mode: index +d_course_luigi_raceway_dl_6400: + symbol: d_course_luigi_raceway_dl_6400 + type: gfx + offset: 0x6400 + otr_mode: index +d_course_luigi_raceway_dl_6558: + symbol: d_course_luigi_raceway_dl_6558 + type: gfx + offset: 0x6558 + otr_mode: index +d_course_luigi_raceway_dl_65B0: + symbol: d_course_luigi_raceway_dl_65B0 + type: gfx + offset: 0x65B0 + otr_mode: index +d_course_luigi_raceway_dl_6608: + symbol: d_course_luigi_raceway_dl_6608 + type: gfx + offset: 0x6608 + otr_mode: index +d_course_luigi_raceway_dl_6658: + symbol: d_course_luigi_raceway_dl_6658 + type: gfx + offset: 0x6658 + otr_mode: index +d_course_luigi_raceway_dl_66B8: + symbol: d_course_luigi_raceway_dl_66B8 + type: gfx + offset: 0x66B8 + otr_mode: index +d_course_luigi_raceway_dl_6708: + symbol: d_course_luigi_raceway_dl_6708 + type: gfx + offset: 0x6708 + otr_mode: index +d_course_luigi_raceway_dl_67A0: + symbol: d_course_luigi_raceway_dl_67A0 + type: gfx + offset: 0x67A0 + otr_mode: index +d_course_luigi_raceway_dl_6810: + symbol: d_course_luigi_raceway_dl_6810 + type: gfx + offset: 0x6810 + otr_mode: index +d_course_luigi_raceway_dl_68C0: + symbol: d_course_luigi_raceway_dl_68C0 + type: gfx + offset: 0x68C0 + otr_mode: index +d_course_luigi_raceway_dl_6930: + symbol: d_course_luigi_raceway_dl_6930 + type: gfx + offset: 0x6930 + otr_mode: index +d_course_luigi_raceway_dl_6A00: + symbol: d_course_luigi_raceway_dl_6A00 + type: gfx + offset: 0x6A00 + otr_mode: index +d_course_luigi_raceway_dl_6A90: + symbol: d_course_luigi_raceway_dl_6A90 + type: gfx + offset: 0x6A90 + otr_mode: index +d_course_luigi_raceway_dl_6B58: + symbol: d_course_luigi_raceway_dl_6B58 + type: gfx + offset: 0x6B58 + otr_mode: index +d_course_luigi_raceway_dl_6C40: + symbol: d_course_luigi_raceway_dl_6C40 + type: gfx + offset: 0x6C40 + otr_mode: index +d_course_luigi_raceway_dl_6DA0: + symbol: d_course_luigi_raceway_dl_6DA0 + type: gfx + offset: 0x6DA0 + otr_mode: index +d_course_luigi_raceway_dl_6EB0: + symbol: d_course_luigi_raceway_dl_6EB0 + type: gfx + offset: 0x6EB0 + otr_mode: index +d_course_luigi_raceway_dl_6FF0: + symbol: d_course_luigi_raceway_dl_6FF0 + type: gfx + offset: 0x6FF0 + otr_mode: index +d_course_luigi_raceway_dl_7110: + symbol: d_course_luigi_raceway_dl_7110 + type: gfx + offset: 0x7110 + otr_mode: index +d_course_luigi_raceway_dl_7248: + symbol: d_course_luigi_raceway_dl_7248 + type: gfx + offset: 0x7248 + otr_mode: index +d_course_luigi_raceway_dl_7388: + symbol: d_course_luigi_raceway_dl_7388 + type: gfx + offset: 0x7388 + otr_mode: index +d_course_luigi_raceway_dl_74B0: + symbol: d_course_luigi_raceway_dl_74B0 + type: gfx + offset: 0x74B0 + otr_mode: index +d_course_luigi_raceway_dl_75F0: + symbol: d_course_luigi_raceway_dl_75F0 + type: gfx + offset: 0x75F0 + otr_mode: index +d_course_luigi_raceway_dl_7750: + symbol: d_course_luigi_raceway_dl_7750 + type: gfx + offset: 0x7750 + otr_mode: index +d_course_luigi_raceway_dl_7928: + symbol: d_course_luigi_raceway_dl_7928 + type: gfx + offset: 0x7928 + otr_mode: index +d_course_luigi_raceway_dl_7A18: + symbol: d_course_luigi_raceway_dl_7A18 + type: gfx + offset: 0x7A18 + otr_mode: index +d_course_luigi_raceway_dl_7BB0: + symbol: d_course_luigi_raceway_dl_7BB0 + type: gfx + offset: 0x7BB0 + otr_mode: index +d_course_luigi_raceway_dl_7CD0: + symbol: d_course_luigi_raceway_dl_7CD0 + type: gfx + offset: 0x7CD0 + otr_mode: index +d_course_luigi_raceway_dl_7EE8: + symbol: d_course_luigi_raceway_dl_7EE8 + type: gfx + offset: 0x7EE8 + otr_mode: index +d_course_luigi_raceway_dl_7FA0: + symbol: d_course_luigi_raceway_dl_7FA0 + type: gfx + offset: 0x7FA0 + otr_mode: index +d_course_luigi_raceway_dl_8158: + symbol: d_course_luigi_raceway_dl_8158 + type: gfx + offset: 0x8158 + otr_mode: index +d_course_luigi_raceway_dl_8260: + symbol: d_course_luigi_raceway_dl_8260 + type: gfx + offset: 0x8260 + otr_mode: index +d_course_luigi_raceway_dl_8450: + symbol: d_course_luigi_raceway_dl_8450 + type: gfx + offset: 0x8450 + otr_mode: index +d_course_luigi_raceway_dl_8508: + symbol: d_course_luigi_raceway_dl_8508 + type: gfx + offset: 0x8508 + otr_mode: index +d_course_luigi_raceway_dl_86F8: + symbol: d_course_luigi_raceway_dl_86F8 + type: gfx + offset: 0x86F8 + otr_mode: index +d_course_luigi_raceway_dl_8790: + symbol: d_course_luigi_raceway_dl_8790 + type: gfx + offset: 0x8790 + otr_mode: index +d_course_luigi_raceway_dl_8958: + symbol: d_course_luigi_raceway_dl_8958 + type: gfx + offset: 0x8958 + otr_mode: index +d_course_luigi_raceway_dl_8A70: + symbol: d_course_luigi_raceway_dl_8A70 + type: gfx + offset: 0x8A70 + otr_mode: index +d_course_luigi_raceway_dl_8CC8: + symbol: d_course_luigi_raceway_dl_8CC8 + type: gfx + offset: 0x8CC8 + otr_mode: index +d_course_luigi_raceway_dl_8D68: + symbol: d_course_luigi_raceway_dl_8D68 + type: gfx + offset: 0x8D68 + otr_mode: index +d_course_luigi_raceway_dl_8F00: + symbol: d_course_luigi_raceway_dl_8F00 + type: gfx + offset: 0x8F00 + otr_mode: index +d_course_luigi_raceway_dl_9058: + symbol: d_course_luigi_raceway_dl_9058 + type: gfx + offset: 0x9058 + otr_mode: index +d_course_luigi_raceway_dl_9310: + symbol: d_course_luigi_raceway_dl_9310 + type: gfx + offset: 0x9310 + otr_mode: index +d_course_luigi_raceway_dl_9408: + symbol: d_course_luigi_raceway_dl_9408 + type: gfx + offset: 0x9408 + otr_mode: index +d_course_luigi_raceway_dl_95A0: + symbol: d_course_luigi_raceway_dl_95A0 + type: gfx + offset: 0x95A0 + otr_mode: index +d_course_luigi_raceway_dl_97B0: + symbol: d_course_luigi_raceway_dl_97B0 + type: gfx + offset: 0x97B0 + otr_mode: index +d_course_luigi_raceway_dl_99C0: + symbol: d_course_luigi_raceway_dl_99C0 + type: gfx + offset: 0x99C0 + otr_mode: index +d_course_luigi_raceway_dl_9AD0: + symbol: d_course_luigi_raceway_dl_9AD0 + type: gfx + offset: 0x9AD0 + otr_mode: index +d_course_luigi_raceway_dl_9C50: + symbol: d_course_luigi_raceway_dl_9C50 + type: gfx + offset: 0x9C50 + otr_mode: index +d_course_luigi_raceway_dl_9E58: + symbol: d_course_luigi_raceway_dl_9E58 + type: gfx + offset: 0x9E58 + otr_mode: index +d_course_luigi_raceway_dl_A028: + symbol: d_course_luigi_raceway_dl_A028 + type: gfx + offset: 0xA028 + otr_mode: index +d_course_luigi_raceway_dl_A178: + symbol: d_course_luigi_raceway_dl_A178 + type: gfx + offset: 0xA178 + otr_mode: index +d_course_luigi_raceway_dl_A320: + symbol: d_course_luigi_raceway_dl_A320 + type: gfx + offset: 0xA320 + otr_mode: index +d_course_luigi_raceway_unknown_waypoints: + symbol: d_course_luigi_raceway_unknown_waypoints + offset: 0xA540 + count: 50 + type: mk64:TRACK_PATH +d_course_luigi_raceway_track_waypoints: + symbol: d_course_luigi_raceway_track_waypoints + offset: 0xA6D0 + count: 632 + type: mk64:TRACK_PATH + d_course_luigi_raceway_basket_model_lod2: + symbol: d_course_luigi_raceway_basket_model_lod2 + type: vtx + offset: 0xBA90 + count: 16 +d_course_luigi_raceway_unknown_model1: + symbol: d_course_luigi_raceway_unknown_model1 + type: vtx + offset: 0xBB90 + count: 20 +d_course_luigi_raceway_unknown_model2: + symbol: d_course_luigi_raceway_unknown_model2 + type: vtx + offset: 0xBCD0 + count: 32 +d_course_luigi_raceway_unknown_model3: + symbol: d_course_luigi_raceway_unknown_model3 + type: vtx + offset: 0xBED0 + count: 32 +d_course_luigi_raceway_unknown_model4: + symbol: d_course_luigi_raceway_unknown_model4 + type: vtx + offset: 0xC0D0 + count: 18 +d_course_luigi_raceway_unknown_model5: + symbol: d_course_luigi_raceway_unknown_model5 + type: vtx + offset: 0xC1F0 + count: 27 +d_course_luigi_raceway_light1: + symbol: d_course_luigi_raceway_light1 + type: lights + offset: 0xC3A0 +d_course_luigi_raceway_basket_model_lod1: + symbol: d_course_luigi_raceway_basket_model_lod1 + type: vtx + offset: 0xC3B8 + count: 4 +d_course_luigi_raceway_unknown_model6: + symbol: d_course_luigi_raceway_unknown_model6 + type: vtx + offset: 0xC3F8 + count: 12 +d_course_luigi_raceway_unknown_model7: + symbol: d_course_luigi_raceway_unknown_model7 + type: vtx + offset: 0xC4B8 + count: 6 +d_course_luigi_raceway_unknown_model8: + symbol: d_course_luigi_raceway_unknown_model8 + type: vtx + offset: 0xC518 + count: 7 +d_course_luigi_raceway_sign_left: + symbol: d_course_luigi_raceway_sign_left + type: texture + offset: 0xC588 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_sign_right: + symbol: d_course_luigi_raceway_sign_right + type: texture + offset: 0xD588 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_balloon_basket: + symbol: d_course_luigi_raceway_balloon_basket + type: texture + offset: 0xE588 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_balloon_rope: + symbol: d_course_luigi_raceway_balloon_rope + type: texture + offset: 0xED88 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_dl_F588: + symbol: d_course_luigi_raceway_dl_F588 + type: gfx + offset: 0xF588 +d_course_luigi_raceway_dl_F630: + symbol: d_course_luigi_raceway_dl_F630 + type: gfx + offset: 0xF630 +d_course_luigi_raceway_dl_F640: + symbol: d_course_luigi_raceway_dl_F640 + type: gfx + offset: 0xF640 +d_course_luigi_raceway_dl_F650: + symbol: d_course_luigi_raceway_dl_F650 + type: gfx + offset: 0xF650 +d_course_luigi_raceway_dl_F660: + symbol: d_course_luigi_raceway_dl_F660 + type: gfx + offset: 0xF660 +d_course_luigi_raceway_dl_F718: + symbol: d_course_luigi_raceway_dl_F718 + type: gfx + offset: 0xF718 +d_course_luigi_raceway_dl_F728: + symbol: d_course_luigi_raceway_dl_F728 + type: gfx + offset: 0xF728 +d_course_luigi_raceway_dl_F938: + symbol: d_course_luigi_raceway_dl_F938 + type: gfx + offset: 0xF938 +d_course_luigi_raceway_dl_F948: + symbol: d_course_luigi_raceway_dl_F948 + type: gfx + offset: 0xF948 +d_course_luigi_raceway_dl_F960: + symbol: d_course_luigi_raceway_dl_F960 + type: gfx + offset: 0xF960 +d_course_luigi_raceway_dl_F970: + symbol: d_course_luigi_raceway_dl_F970 + type: gfx + offset: 0xF970 +d_course_luigi_raceway_dl_FA00: + symbol: d_course_luigi_raceway_dl_FA00 + type: gfx + offset: 0xFA00 +d_course_luigi_raceway_dl_FA10: + symbol: d_course_luigi_raceway_dl_FA10 + type: gfx + offset: 0xFA10 +d_course_luigi_raceway_dl_FA20: + symbol: d_course_luigi_raceway_dl_FA20 + type: gfx + offset: 0xFA20 +d_course_luigi_raceway_dl_FA30: + symbol: d_course_luigi_raceway_dl_FA30 + type: gfx + offset: 0xFA30 +d_course_luigi_raceway_dl_FB10: + symbol: d_course_luigi_raceway_dl_FB10 + type: gfx + offset: 0xFB10 +d_course_luigi_raceway_dl_FB20: + symbol: d_course_luigi_raceway_dl_FB20 + type: gfx + offset: 0xFB20 +d_course_luigi_raceway_dl_FBB8: + symbol: d_course_luigi_raceway_dl_FBB8 + type: gfx + offset: 0xFBB8 +d_course_luigi_raceway_dl_FBC8: + symbol: d_course_luigi_raceway_dl_FBC8 + type: gfx + offset: 0xFBC8 +d_course_luigi_raceway_dl_FBE0: + symbol: d_course_luigi_raceway_dl_FBE0 + type: gfx + offset: 0xFBE0 +d_course_luigi_raceway_tree_model: + symbol: d_course_luigi_raceway_tree_model + type: vtx + offset: 0xFBF0 + count: 8 +d_course_luigi_raceway_dl_FC70: + symbol: d_course_luigi_raceway_dl_FC70 + type: gfx + offset: 0xFC70 +d_course_luigi_raceway_dl_FD40: + symbol: d_course_luigi_raceway_dl_FD40 + type: gfx + offset: 0xFD40 +d_course_luigi_raceway_item_box_spawns: + symbol: d_course_luigi_raceway_item_box_spawns + type: mk64:spawn_data + count: 19 + offset: 0xFDE8 +d_course_luigi_raceway_tree_spawn: + symbol: d_course_luigi_raceway_tree_spawn + type: mk64:spawn_data + count: 21 + offset: 0xFE80 +d_course_luigi_raceway_addr: + symbol: d_course_luigi_raceway_addr + type: mk64:track_sections + offset: 0xFF28 + count: 113 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/luigi_raceway_displaylists.yml b/android/app/src/main/assets/yamls/us/luigi_raceway_displaylists.yml new file mode 100644 index 0000000000..70e9418266 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/luigi_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x907E40 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_packed_dls: + symbol: d_course_luigi_raceway_packed_dls + type: blob + offset: 0x907E40 + size: 0x35A0 diff --git a/android/app/src/main/assets/yamls/us/luigi_raceway_vertices.yml b/android/app/src/main/assets/yamls/us/luigi_raceway_vertices.yml new file mode 100644 index 0000000000..378ef9be72 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/luigi_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8FE640] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_luigi_raceway_vertex: + symbol: d_course_luigi_raceway_vertex + type: mk64:course_vtx + count: 5936 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/mario_kart.yml b/android/app/src/main/assets/yamls/us/mario_kart.yml new file mode 100644 index 0000000000..5ccb01a1f5 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/mario_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x1E01F0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + mario_kart_wheels: + range: [0x6E4B0, 0x92630] + mode: APPEND +mario_kart_frame000: + symbol: gKartMario000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame001: + symbol: gKartMario001 + type: texture + offset: 0x490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_001_wheel_0 +mario_kart_frame002: + symbol: gKartMario002 + type: texture + offset: 0x928 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_002_wheel_0 +mario_kart_frame003: + symbol: gKartMario003 + type: texture + offset: 0xDC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_003_wheel_0 +mario_kart_frame004: + symbol: gKartMario004 + type: texture + offset: 0x1270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_004_wheel_0 +mario_kart_frame005: + symbol: gKartMario005 + type: texture + offset: 0x1728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_005_wheel_0 +mario_kart_frame006: + symbol: gKartMario006 + type: texture + offset: 0x1BE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_006_wheel_0 +mario_kart_frame007: + symbol: gKartMario007 + type: texture + offset: 0x20C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_007_wheel_0 +mario_kart_frame008: + symbol: gKartMario008 + type: texture + offset: 0x25B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_008_wheel_0 +mario_kart_frame009: + symbol: gKartMario009 + type: texture + offset: 0x2AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_009_wheel_0 +mario_kart_frame010: + symbol: gKartMario010 + type: texture + offset: 0x300C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_010_wheel_0 +mario_kart_frame011: + symbol: gKartMario011 + type: texture + offset: 0x353C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_011_wheel_0 +mario_kart_frame012: + symbol: gKartMario012 + type: texture + offset: 0x3A84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_012_wheel_0 +mario_kart_frame013: + symbol: gKartMario013 + type: texture + offset: 0x3FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_013_wheel_0 +mario_kart_frame014: + symbol: gKartMario014 + type: texture + offset: 0x453C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_014_wheel_0 +mario_kart_frame015: + symbol: gKartMario015 + type: texture + offset: 0x4AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_015_wheel_0 +mario_kart_frame016: + symbol: gKartMario016 + type: texture + offset: 0x5038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_016_wheel_0 +mario_kart_frame017: + symbol: gKartMario017 + type: texture + offset: 0x55B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_017_wheel_0 +mario_kart_frame018: + symbol: gKartMario018 + type: texture + offset: 0x5B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_018_wheel_0 +mario_kart_frame019: + symbol: gKartMario019 + type: texture + offset: 0x60C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_019_wheel_0 +mario_kart_frame020: + symbol: gKartMario020 + type: texture + offset: 0x6668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_020_wheel_0 +mario_kart_frame021: + symbol: gKartMario021 + type: texture + offset: 0x6C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_021_wheel_0 +mario_kart_frame022: + symbol: gKartMario022 + type: texture + offset: 0x7098 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_022_wheel_0 +mario_kart_frame023: + symbol: gKartMario023 + type: texture + offset: 0x7550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_023_wheel_0 +mario_kart_frame024: + symbol: gKartMario024 + type: texture + offset: 0x79E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_024_wheel_0 +mario_kart_frame025: + symbol: gKartMario025 + type: texture + offset: 0x7EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_025_wheel_0 +mario_kart_frame026: + symbol: gKartMario026 + type: texture + offset: 0x838C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_026_wheel_0 +mario_kart_frame027: + symbol: gKartMario027 + type: texture + offset: 0x8860 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_027_wheel_0 +mario_kart_frame028: + symbol: gKartMario028 + type: texture + offset: 0x8D60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_028_wheel_0 +mario_kart_frame029: + symbol: gKartMario029 + type: texture + offset: 0x9268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_029_wheel_0 +mario_kart_frame030: + symbol: gKartMario030 + type: texture + offset: 0x9798 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_030_wheel_0 +mario_kart_frame031: + symbol: gKartMario031 + type: texture + offset: 0x9CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_031_wheel_0 +mario_kart_frame032: + symbol: gKartMario032 + type: texture + offset: 0xA230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_032_wheel_0 +mario_kart_frame033: + symbol: gKartMario033 + type: texture + offset: 0xA794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_033_wheel_0 +mario_kart_frame034: + symbol: gKartMario034 + type: texture + offset: 0xACE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_034_wheel_0 +mario_kart_frame035: + symbol: gKartMario035 + type: texture + offset: 0xB268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_035_wheel_0 +mario_kart_frame036: + symbol: gKartMario036 + type: texture + offset: 0xB7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_036_wheel_0 +mario_kart_frame037: + symbol: gKartMario037 + type: texture + offset: 0xBD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_037_wheel_0 +mario_kart_frame038: + symbol: gKartMario038 + type: texture + offset: 0xC2F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_038_wheel_0 +mario_kart_frame039: + symbol: gKartMario039 + type: texture + offset: 0xC87C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_039_wheel_0 +mario_kart_frame040: + symbol: gKartMario040 + type: texture + offset: 0xCDFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_040_wheel_0 +mario_kart_frame041: + symbol: gKartMario041 + type: texture + offset: 0xD384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_041_wheel_0 +mario_kart_frame042: + symbol: gKartMario042 + type: texture + offset: 0xD920 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_042_wheel_0 +mario_kart_frame043: + symbol: gKartMario043 + type: texture + offset: 0xDDE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_043_wheel_0 +mario_kart_frame044: + symbol: gKartMario044 + type: texture + offset: 0xE2A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_044_wheel_0 +mario_kart_frame045: + symbol: gKartMario045 + type: texture + offset: 0xE778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_045_wheel_0 +mario_kart_frame046: + symbol: gKartMario046 + type: texture + offset: 0xEC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_046_wheel_0 +mario_kart_frame047: + symbol: gKartMario047 + type: texture + offset: 0xF14C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_047_wheel_0 +mario_kart_frame048: + symbol: gKartMario048 + type: texture + offset: 0xF66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_048_wheel_0 +mario_kart_frame049: + symbol: gKartMario049 + type: texture + offset: 0xFB90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_049_wheel_0 +mario_kart_frame050: + symbol: gKartMario050 + type: texture + offset: 0x100B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_050_wheel_0 +mario_kart_frame051: + symbol: gKartMario051 + type: texture + offset: 0x105FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_051_wheel_0 +mario_kart_frame052: + symbol: gKartMario052 + type: texture + offset: 0x10B4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_052_wheel_0 +mario_kart_frame053: + symbol: gKartMario053 + type: texture + offset: 0x110BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_053_wheel_0 +mario_kart_frame054: + symbol: gKartMario054 + type: texture + offset: 0x11624 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_054_wheel_0 +mario_kart_frame055: + symbol: gKartMario055 + type: texture + offset: 0x11BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_055_wheel_0 +mario_kart_frame056: + symbol: gKartMario056 + type: texture + offset: 0x1212C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_056_wheel_0 +mario_kart_frame057: + symbol: gKartMario057 + type: texture + offset: 0x126AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_057_wheel_0 +mario_kart_frame058: + symbol: gKartMario058 + type: texture + offset: 0x12C28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_058_wheel_0 +mario_kart_frame059: + symbol: gKartMario059 + type: texture + offset: 0x131B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_059_wheel_0 +mario_kart_frame060: + symbol: gKartMario060 + type: texture + offset: 0x1375C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_060_wheel_0 +mario_kart_frame061: + symbol: gKartMario061 + type: texture + offset: 0x13D10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_061_wheel_0 +mario_kart_frame062: + symbol: gKartMario062 + type: texture + offset: 0x142BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_062_wheel_0 +mario_kart_frame063: + symbol: gKartMario063 + type: texture + offset: 0x1486C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_063_wheel_0 +mario_kart_frame064: + symbol: gKartMario064 + type: texture + offset: 0x14D2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_064_wheel_0 +mario_kart_frame065: + symbol: gKartMario065 + type: texture + offset: 0x15204 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_065_wheel_0 +mario_kart_frame066: + symbol: gKartMario066 + type: texture + offset: 0x156E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_066_wheel_0 +mario_kart_frame067: + symbol: gKartMario067 + type: texture + offset: 0x15BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_067_wheel_0 +mario_kart_frame068: + symbol: gKartMario068 + type: texture + offset: 0x160B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_068_wheel_0 +mario_kart_frame069: + symbol: gKartMario069 + type: texture + offset: 0x165CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_069_wheel_0 +mario_kart_frame070: + symbol: gKartMario070 + type: texture + offset: 0x16AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_070_wheel_0 +mario_kart_frame071: + symbol: gKartMario071 + type: texture + offset: 0x17038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_071_wheel_0 +mario_kart_frame072: + symbol: gKartMario072 + type: texture + offset: 0x17578 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_072_wheel_0 +mario_kart_frame073: + symbol: gKartMario073 + type: texture + offset: 0x17AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_073_wheel_0 +mario_kart_frame074: + symbol: gKartMario074 + type: texture + offset: 0x18048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_074_wheel_0 +mario_kart_frame075: + symbol: gKartMario075 + type: texture + offset: 0x185A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_075_wheel_0 +mario_kart_frame076: + symbol: gKartMario076 + type: texture + offset: 0x18B20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_076_wheel_0 +mario_kart_frame077: + symbol: gKartMario077 + type: texture + offset: 0x19094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_077_wheel_0 +mario_kart_frame078: + symbol: gKartMario078 + type: texture + offset: 0x19620 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_078_wheel_0 +mario_kart_frame079: + symbol: gKartMario079 + type: texture + offset: 0x19BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_079_wheel_0 +mario_kart_frame080: + symbol: gKartMario080 + type: texture + offset: 0x1A170 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_080_wheel_0 +mario_kart_frame081: + symbol: gKartMario081 + type: texture + offset: 0x1A724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_081_wheel_0 +mario_kart_frame082: + symbol: gKartMario082 + type: texture + offset: 0x1ACE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_082_wheel_0 +mario_kart_frame083: + symbol: gKartMario083 + type: texture + offset: 0x1B29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_083_wheel_0 +mario_kart_frame084: + symbol: gKartMario084 + type: texture + offset: 0x1B850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_084_wheel_0 +mario_kart_frame085: + symbol: gKartMario085 + type: texture + offset: 0x1BD00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_085_wheel_0 +mario_kart_frame086: + symbol: gKartMario086 + type: texture + offset: 0x1C1E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_086_wheel_0 +mario_kart_frame087: + symbol: gKartMario087 + type: texture + offset: 0x1C6D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_087_wheel_0 +mario_kart_frame088: + symbol: gKartMario088 + type: texture + offset: 0x1CBCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_088_wheel_0 +mario_kart_frame089: + symbol: gKartMario089 + type: texture + offset: 0x1D0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_089_wheel_0 +mario_kart_frame090: + symbol: gKartMario090 + type: texture + offset: 0x1D5FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_090_wheel_0 +mario_kart_frame091: + symbol: gKartMario091 + type: texture + offset: 0x1DB40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_091_wheel_0 +mario_kart_frame092: + symbol: gKartMario092 + type: texture + offset: 0x1E0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_092_wheel_0 +mario_kart_frame093: + symbol: gKartMario093 + type: texture + offset: 0x1E60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_093_wheel_0 +mario_kart_frame094: + symbol: gKartMario094 + type: texture + offset: 0x1EB80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_094_wheel_0 +mario_kart_frame095: + symbol: gKartMario095 + type: texture + offset: 0x1F0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_095_wheel_0 +mario_kart_frame096: + symbol: gKartMario096 + type: texture + offset: 0x1F67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_096_wheel_0 +mario_kart_frame097: + symbol: gKartMario097 + type: texture + offset: 0x1FC00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_097_wheel_0 +mario_kart_frame098: + symbol: gKartMario098 + type: texture + offset: 0x20188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_098_wheel_0 +mario_kart_frame099: + symbol: gKartMario099 + type: texture + offset: 0x2072C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_099_wheel_0 +mario_kart_frame100: + symbol: gKartMario100 + type: texture + offset: 0x20CD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_100_wheel_0 +mario_kart_frame101: + symbol: gKartMario101 + type: texture + offset: 0x2127C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_101_wheel_0 +mario_kart_frame102: + symbol: gKartMario102 + type: texture + offset: 0x21824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_102_wheel_0 +mario_kart_frame103: + symbol: gKartMario103 + type: texture + offset: 0x21DE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_103_wheel_0 +mario_kart_frame104: + symbol: gKartMario104 + type: texture + offset: 0x223A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_104_wheel_0 +mario_kart_frame105: + symbol: gKartMario105 + type: texture + offset: 0x22960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_105_wheel_0 +mario_kart_frame106: + symbol: gKartMario106 + type: texture + offset: 0x22E40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_106_wheel_0 +mario_kart_frame107: + symbol: gKartMario107 + type: texture + offset: 0x23328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_107_wheel_0 +mario_kart_frame108: + symbol: gKartMario108 + type: texture + offset: 0x2381C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_108_wheel_0 +mario_kart_frame109: + symbol: gKartMario109 + type: texture + offset: 0x23D2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_109_wheel_0 +mario_kart_frame110: + symbol: gKartMario110 + type: texture + offset: 0x24234 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_110_wheel_0 +mario_kart_frame111: + symbol: gKartMario111 + type: texture + offset: 0x24780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_111_wheel_0 +mario_kart_frame112: + symbol: gKartMario112 + type: texture + offset: 0x24CD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_112_wheel_0 +mario_kart_frame113: + symbol: gKartMario113 + type: texture + offset: 0x25230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_113_wheel_0 +mario_kart_frame114: + symbol: gKartMario114 + type: texture + offset: 0x257A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_114_wheel_0 +mario_kart_frame115: + symbol: gKartMario115 + type: texture + offset: 0x25D10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_115_wheel_0 +mario_kart_frame116: + symbol: gKartMario116 + type: texture + offset: 0x26290 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_116_wheel_0 +mario_kart_frame117: + symbol: gKartMario117 + type: texture + offset: 0x2681C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_117_wheel_0 +mario_kart_frame118: + symbol: gKartMario118 + type: texture + offset: 0x26DB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_118_wheel_0 +mario_kart_frame119: + symbol: gKartMario119 + type: texture + offset: 0x27348 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_119_wheel_0 +mario_kart_frame120: + symbol: gKartMario120 + type: texture + offset: 0x2790C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_120_wheel_0 +mario_kart_frame121: + symbol: gKartMario121 + type: texture + offset: 0x27EC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_121_wheel_0 +mario_kart_frame122: + symbol: gKartMario122 + type: texture + offset: 0x28488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_122_wheel_0 +mario_kart_frame123: + symbol: gKartMario123 + type: texture + offset: 0x28A3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_123_wheel_0 +mario_kart_frame124: + symbol: gKartMario124 + type: texture + offset: 0x2901C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_124_wheel_0 +mario_kart_frame125: + symbol: gKartMario125 + type: texture + offset: 0x295E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_125_wheel_0 +mario_kart_frame126: + symbol: gKartMario126 + type: texture + offset: 0x29BB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_126_wheel_0 +mario_kart_frame127: + symbol: gKartMario127 + type: texture + offset: 0x2A0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_127_wheel_0 +mario_kart_frame128: + symbol: gKartMario128 + type: texture + offset: 0x2A5A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_128_wheel_0 +mario_kart_frame129: + symbol: gKartMario129 + type: texture + offset: 0x2AABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_129_wheel_0 +mario_kart_frame130: + symbol: gKartMario130 + type: texture + offset: 0x2AFCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_130_wheel_0 +mario_kart_frame131: + symbol: gKartMario131 + type: texture + offset: 0x2B4FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_131_wheel_0 +mario_kart_frame132: + symbol: gKartMario132 + type: texture + offset: 0x2BA38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_132_wheel_0 +mario_kart_frame133: + symbol: gKartMario133 + type: texture + offset: 0x2BF84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_133_wheel_0 +mario_kart_frame134: + symbol: gKartMario134 + type: texture + offset: 0x2C4D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_134_wheel_0 +mario_kart_frame135: + symbol: gKartMario135 + type: texture + offset: 0x2CA3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_135_wheel_0 +mario_kart_frame136: + symbol: gKartMario136 + type: texture + offset: 0x2CFA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_136_wheel_0 +mario_kart_frame137: + symbol: gKartMario137 + type: texture + offset: 0x2D530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_137_wheel_0 +mario_kart_frame138: + symbol: gKartMario138 + type: texture + offset: 0x2DAC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_138_wheel_0 +mario_kart_frame139: + symbol: gKartMario139 + type: texture + offset: 0x2E05C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_139_wheel_0 +mario_kart_frame140: + symbol: gKartMario140 + type: texture + offset: 0x2E5F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_140_wheel_0 +mario_kart_frame141: + symbol: gKartMario141 + type: texture + offset: 0x2EBA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_141_wheel_0 +mario_kart_frame142: + symbol: gKartMario142 + type: texture + offset: 0x2F170 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_142_wheel_0 +mario_kart_frame143: + symbol: gKartMario143 + type: texture + offset: 0x2F738 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_143_wheel_0 +mario_kart_frame144: + symbol: gKartMario144 + type: texture + offset: 0x2FCF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_144_wheel_0 +mario_kart_frame145: + symbol: gKartMario145 + type: texture + offset: 0x302BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_145_wheel_0 +mario_kart_frame146: + symbol: gKartMario146 + type: texture + offset: 0x30884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_146_wheel_0 +mario_kart_frame147: + symbol: gKartMario147 + type: texture + offset: 0x30E64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_147_wheel_0 +mario_kart_frame148: + symbol: gKartMario148 + type: texture + offset: 0x31380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_148_wheel_0 +mario_kart_frame149: + symbol: gKartMario149 + type: texture + offset: 0x3189C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_149_wheel_0 +mario_kart_frame150: + symbol: gKartMario150 + type: texture + offset: 0x31DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_150_wheel_0 +mario_kart_frame151: + symbol: gKartMario151 + type: texture + offset: 0x322FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_151_wheel_0 +mario_kart_frame152: + symbol: gKartMario152 + type: texture + offset: 0x32848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_152_wheel_0 +mario_kart_frame153: + symbol: gKartMario153 + type: texture + offset: 0x32D80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_153_wheel_0 +mario_kart_frame154: + symbol: gKartMario154 + type: texture + offset: 0x332E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_154_wheel_0 +mario_kart_frame155: + symbol: gKartMario155 + type: texture + offset: 0x33838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_155_wheel_0 +mario_kart_frame156: + symbol: gKartMario156 + type: texture + offset: 0x33DC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_156_wheel_0 +mario_kart_frame157: + symbol: gKartMario157 + type: texture + offset: 0x34350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_157_wheel_0 +mario_kart_frame158: + symbol: gKartMario158 + type: texture + offset: 0x348FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_158_wheel_0 +mario_kart_frame159: + symbol: gKartMario159 + type: texture + offset: 0x34EAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_159_wheel_0 +mario_kart_frame160: + symbol: gKartMario160 + type: texture + offset: 0x35460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_160_wheel_0 +mario_kart_frame161: + symbol: gKartMario161 + type: texture + offset: 0x35A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_161_wheel_0 +mario_kart_frame162: + symbol: gKartMario162 + type: texture + offset: 0x35FB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_162_wheel_0 +mario_kart_frame163: + symbol: gKartMario163 + type: texture + offset: 0x36584 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_163_wheel_0 +mario_kart_frame164: + symbol: gKartMario164 + type: texture + offset: 0x36B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_164_wheel_0 +mario_kart_frame165: + symbol: gKartMario165 + type: texture + offset: 0x37114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_165_wheel_0 +mario_kart_frame166: + symbol: gKartMario166 + type: texture + offset: 0x37704 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_166_wheel_0 +mario_kart_frame167: + symbol: gKartMario167 + type: texture + offset: 0x37CDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_167_wheel_0 +mario_kart_frame168: + symbol: gKartMario168 + type: texture + offset: 0x382C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_168_wheel_0 +mario_kart_frame169: + symbol: gKartMario169 + type: texture + offset: 0x387E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_169_wheel_0 +mario_kart_frame170: + symbol: gKartMario170 + type: texture + offset: 0x38D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_170_wheel_0 +mario_kart_frame171: + symbol: gKartMario171 + type: texture + offset: 0x39260 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_171_wheel_0 +mario_kart_frame172: + symbol: gKartMario172 + type: texture + offset: 0x39790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_172_wheel_0 +mario_kart_frame173: + symbol: gKartMario173 + type: texture + offset: 0x39CD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_173_wheel_0 +mario_kart_frame174: + symbol: gKartMario174 + type: texture + offset: 0x3A230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_174_wheel_0 +mario_kart_frame175: + symbol: gKartMario175 + type: texture + offset: 0x3A7AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_175_wheel_0 +mario_kart_frame176: + symbol: gKartMario176 + type: texture + offset: 0x3AD20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_176_wheel_0 +mario_kart_frame177: + symbol: gKartMario177 + type: texture + offset: 0x3B2A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_177_wheel_0 +mario_kart_frame178: + symbol: gKartMario178 + type: texture + offset: 0x3B834 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_178_wheel_0 +mario_kart_frame179: + symbol: gKartMario179 + type: texture + offset: 0x3BDDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_179_wheel_0 +mario_kart_frame180: + symbol: gKartMario180 + type: texture + offset: 0x3C388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_180_wheel_0 +mario_kart_frame181: + symbol: gKartMario181 + type: texture + offset: 0x3C940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_181_wheel_0 +mario_kart_frame182: + symbol: gKartMario182 + type: texture + offset: 0x3CEF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_182_wheel_0 +mario_kart_frame183: + symbol: gKartMario183 + type: texture + offset: 0x3D4C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_183_wheel_0 +mario_kart_frame184: + symbol: gKartMario184 + type: texture + offset: 0x3DA9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_184_wheel_0 +mario_kart_frame185: + symbol: gKartMario185 + type: texture + offset: 0x3E080 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_185_wheel_0 +mario_kart_frame186: + symbol: gKartMario186 + type: texture + offset: 0x3E660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_186_wheel_0 +mario_kart_frame187: + symbol: gKartMario187 + type: texture + offset: 0x3EC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_187_wheel_0 +mario_kart_frame188: + symbol: gKartMario188 + type: texture + offset: 0x3F22C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_188_wheel_0 +mario_kart_frame189: + symbol: gKartMario189 + type: texture + offset: 0x3F824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_189_wheel_0 +mario_kart_frame190: + symbol: gKartMario190 + type: texture + offset: 0x3FCC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_190_wheel_0 +mario_kart_frame191: + symbol: gKartMario191 + type: texture + offset: 0x40198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_191_wheel_0 +mario_kart_frame192: + symbol: gKartMario192 + type: texture + offset: 0x406A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_192_wheel_0 +mario_kart_frame193: + symbol: gKartMario193 + type: texture + offset: 0x40BD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_193_wheel_0 +mario_kart_frame194: + symbol: gKartMario194 + type: texture + offset: 0x41138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_194_wheel_0 +mario_kart_frame195: + symbol: gKartMario195 + type: texture + offset: 0x416B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_195_wheel_0 +mario_kart_frame196: + symbol: gKartMario196 + type: texture + offset: 0x41C30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_196_wheel_0 +mario_kart_frame197: + symbol: gKartMario197 + type: texture + offset: 0x421E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_197_wheel_0 +mario_kart_frame198: + symbol: gKartMario198 + type: texture + offset: 0x42794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_198_wheel_0 +mario_kart_frame199: + symbol: gKartMario199 + type: texture + offset: 0x42D80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_199_wheel_0 +mario_kart_frame200: + symbol: gKartMario200 + type: texture + offset: 0x4337C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_200_wheel_0 +mario_kart_frame201: + symbol: gKartMario201 + type: texture + offset: 0x43998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_201_wheel_0 +mario_kart_frame202: + symbol: gKartMario202 + type: texture + offset: 0x43FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_202_wheel_0 +mario_kart_frame203: + symbol: gKartMario203 + type: texture + offset: 0x44628 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_203_wheel_0 +mario_kart_frame204: + symbol: gKartMario204 + type: texture + offset: 0x44C84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_204_wheel_0 +mario_kart_frame205: + symbol: gKartMario205 + type: texture + offset: 0x452D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_205_wheel_0 +mario_kart_frame206: + symbol: gKartMario206 + type: texture + offset: 0x45900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_206_wheel_0 +mario_kart_frame207: + symbol: gKartMario207 + type: texture + offset: 0x45F34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_207_wheel_0 +mario_kart_frame208: + symbol: gKartMario208 + type: texture + offset: 0x46550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_208_wheel_0 +mario_kart_frame209: + symbol: gKartMario209 + type: texture + offset: 0x46B3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_209_wheel_0 +mario_kart_frame210: + symbol: gKartMario210 + type: texture + offset: 0x4701C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_210_wheel_0 +mario_kart_frame211: + symbol: gKartMario211 + type: texture + offset: 0x47544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_211_wheel_0 +mario_kart_frame212: + symbol: gKartMario212 + type: texture + offset: 0x47A84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_212_wheel_0 +mario_kart_frame213: + symbol: gKartMario213 + type: texture + offset: 0x47FEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_213_wheel_0 +mario_kart_frame214: + symbol: gKartMario214 + type: texture + offset: 0x48558 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_214_wheel_0 +mario_kart_frame215: + symbol: gKartMario215 + type: texture + offset: 0x48AF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_215_wheel_0 +mario_kart_frame216: + symbol: gKartMario216 + type: texture + offset: 0x490A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_216_wheel_0 +mario_kart_frame217: + symbol: gKartMario217 + type: texture + offset: 0x49670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_217_wheel_0 +mario_kart_frame218: + symbol: gKartMario218 + type: texture + offset: 0x49C38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_218_wheel_0 +mario_kart_frame219: + symbol: gKartMario219 + type: texture + offset: 0x4A220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_219_wheel_0 +mario_kart_frame220: + symbol: gKartMario220 + type: texture + offset: 0x4A7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_220_wheel_0 +mario_kart_frame221: + symbol: gKartMario221 + type: texture + offset: 0x4ADD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_221_wheel_0 +mario_kart_frame222: + symbol: gKartMario222 + type: texture + offset: 0x4B3F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_222_wheel_0 +mario_kart_frame223: + symbol: gKartMario223 + type: texture + offset: 0x4BA08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_223_wheel_0 +mario_kart_frame224: + symbol: gKartMario224 + type: texture + offset: 0x4C020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_224_wheel_0 +mario_kart_frame225: + symbol: gKartMario225 + type: texture + offset: 0x4C628 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_225_wheel_0 +mario_kart_frame226: + symbol: gKartMario226 + type: texture + offset: 0x4CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_226_wheel_0 +mario_kart_frame227: + symbol: gKartMario227 + type: texture + offset: 0x4D220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_227_wheel_0 +mario_kart_frame228: + symbol: gKartMario228 + type: texture + offset: 0x4D7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_228_wheel_0 +mario_kart_frame229: + symbol: gKartMario229 + type: texture + offset: 0x4DD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_229_wheel_0 +mario_kart_frame230: + symbol: gKartMario230 + type: texture + offset: 0x4E270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_230_wheel_0 +mario_kart_frame231: + symbol: gKartMario231 + type: texture + offset: 0x4E7A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_231_wheel_0 +mario_kart_frame232: + symbol: gKartMario232 + type: texture + offset: 0x4ED00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_232_wheel_0 +mario_kart_frame233: + symbol: gKartMario233 + type: texture + offset: 0x4F27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_233_wheel_0 +mario_kart_frame234: + symbol: gKartMario234 + type: texture + offset: 0x4F804 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_234_wheel_0 +mario_kart_frame235: + symbol: gKartMario235 + type: texture + offset: 0x4FDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_235_wheel_0 +mario_kart_frame236: + symbol: gKartMario236 + type: texture + offset: 0x50368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_236_wheel_0 +mario_kart_frame237: + symbol: gKartMario237 + type: texture + offset: 0x50948 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_237_wheel_0 +mario_kart_frame238: + symbol: gKartMario238 + type: texture + offset: 0x50F1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_238_wheel_0 +mario_kart_frame239: + symbol: gKartMario239 + type: texture + offset: 0x51500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_239_wheel_0 +mario_kart_frame240: + symbol: gKartMario240 + type: texture + offset: 0x51AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_240_wheel_0 +mario_kart_frame241: + symbol: gKartMario241 + type: texture + offset: 0x520A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_241_wheel_0 +mario_kart_frame242: + symbol: gKartMario242 + type: texture + offset: 0x52684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_242_wheel_0 +mario_kart_frame243: + symbol: gKartMario243 + type: texture + offset: 0x52C80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_243_wheel_0 +mario_kart_frame244: + symbol: gKartMario244 + type: texture + offset: 0x53270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_244_wheel_0 +mario_kart_frame245: + symbol: gKartMario245 + type: texture + offset: 0x53840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_245_wheel_0 +mario_kart_frame246: + symbol: gKartMario246 + type: texture + offset: 0x53E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_246_wheel_0 +mario_kart_frame247: + symbol: gKartMario247 + type: texture + offset: 0x543D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_247_wheel_0 +mario_kart_frame248: + symbol: gKartMario248 + type: texture + offset: 0x54968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_248_wheel_0 +mario_kart_frame249: + symbol: gKartMario249 + type: texture + offset: 0x54EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_249_wheel_0 +mario_kart_frame250: + symbol: gKartMario250 + type: texture + offset: 0x553B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_250_wheel_0 +mario_kart_frame251: + symbol: gKartMario251 + type: texture + offset: 0x558EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_251_wheel_0 +mario_kart_frame252: + symbol: gKartMario252 + type: texture + offset: 0x55E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_252_wheel_0 +mario_kart_frame253: + symbol: gKartMario253 + type: texture + offset: 0x563DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_253_wheel_0 +mario_kart_frame254: + symbol: gKartMario254 + type: texture + offset: 0x5696C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_254_wheel_0 +mario_kart_frame255: + symbol: gKartMario255 + type: texture + offset: 0x56F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_255_wheel_0 +mario_kart_frame256: + symbol: gKartMario256 + type: texture + offset: 0x5750C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_256_wheel_0 +mario_kart_frame257: + symbol: gKartMario257 + type: texture + offset: 0x57AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_257_wheel_0 +mario_kart_frame258: + symbol: gKartMario258 + type: texture + offset: 0x580E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_258_wheel_0 +mario_kart_frame259: + symbol: gKartMario259 + type: texture + offset: 0x586B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_259_wheel_0 +mario_kart_frame260: + symbol: gKartMario260 + type: texture + offset: 0x58C78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_260_wheel_0 +mario_kart_frame261: + symbol: gKartMario261 + type: texture + offset: 0x59250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_261_wheel_0 +mario_kart_frame262: + symbol: gKartMario262 + type: texture + offset: 0x59830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_262_wheel_0 +mario_kart_frame263: + symbol: gKartMario263 + type: texture + offset: 0x59E08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_263_wheel_0 +mario_kart_frame264: + symbol: gKartMario264 + type: texture + offset: 0x5A3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_264_wheel_0 +mario_kart_frame265: + symbol: gKartMario265 + type: texture + offset: 0x5A948 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_265_wheel_0 +mario_kart_frame266: + symbol: gKartMario266 + type: texture + offset: 0x5AEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_266_wheel_0 +mario_kart_frame267: + symbol: gKartMario267 + type: texture + offset: 0x5B454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_267_wheel_0 +mario_kart_frame268: + symbol: gKartMario268 + type: texture + offset: 0x5B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_268_wheel_0 +mario_kart_frame269: + symbol: gKartMario269 + type: texture + offset: 0x5BEBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_269_wheel_0 +mario_kart_frame270: + symbol: gKartMario270 + type: texture + offset: 0x5C40C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_270_wheel_0 +mario_kart_frame271: + symbol: gKartMario271 + type: texture + offset: 0x5C960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_271_wheel_0 +mario_kart_frame272: + symbol: gKartMario272 + type: texture + offset: 0x5CEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_272_wheel_0 +mario_kart_frame273: + symbol: gKartMario273 + type: texture + offset: 0x5D468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_273_wheel_0 +mario_kart_frame274: + symbol: gKartMario274 + type: texture + offset: 0x5DA1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_274_wheel_0 +mario_kart_frame275: + symbol: gKartMario275 + type: texture + offset: 0x5DFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_275_wheel_0 +mario_kart_frame276: + symbol: gKartMario276 + type: texture + offset: 0x5E5D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_276_wheel_0 +mario_kart_frame277: + symbol: gKartMario277 + type: texture + offset: 0x5EBC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_277_wheel_0 +mario_kart_frame278: + symbol: gKartMario278 + type: texture + offset: 0x5F18C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_278_wheel_0 +mario_kart_frame279: + symbol: gKartMario279 + type: texture + offset: 0x5F770 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_279_wheel_0 +mario_kart_frame280: + symbol: gKartMario280 + type: texture + offset: 0x5FD24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_280_wheel_0 +mario_kart_frame281: + symbol: gKartMario281 + type: texture + offset: 0x602F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_281_wheel_0 +mario_kart_frame282: + symbol: gKartMario282 + type: texture + offset: 0x60898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_282_wheel_0 +mario_kart_frame283: + symbol: gKartMario283 + type: texture + offset: 0x60E38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_283_wheel_0 +mario_kart_frame284: + symbol: gKartMario284 + type: texture + offset: 0x613C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_284_wheel_0 +mario_kart_frame285: + symbol: gKartMario285 + type: texture + offset: 0x61940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_285_wheel_0 +mario_kart_frame286: + symbol: gKartMario286 + type: texture + offset: 0x61E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_286_wheel_0 +mario_kart_frame287: + symbol: gKartMario287 + type: texture + offset: 0x623B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_287_wheel_0 +mario_kart_frame288: + symbol: gKartMario288 + type: texture + offset: 0x628C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_288_wheel_0 +mario_kart_frame289: + symbol: gKartMario289 + type: texture + offset: 0x62D74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame290: + symbol: gKartMario290 + type: texture + offset: 0x63244 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame291: + symbol: gKartMario291 + type: texture + offset: 0x637B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame292: + symbol: gKartMario292 + type: texture + offset: 0x63D84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame293: + symbol: gKartMario293 + type: texture + offset: 0x64430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame294: + symbol: gKartMario294 + type: texture + offset: 0x64A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame295: + symbol: gKartMario295 + type: texture + offset: 0x650A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame296: + symbol: gKartMario296 + type: texture + offset: 0x65674 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame297: + symbol: gKartMario297 + type: texture + offset: 0x65BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame298: + symbol: gKartMario298 + type: texture + offset: 0x66114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame299: + symbol: gKartMario299 + type: texture + offset: 0x666D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame300: + symbol: gKartMario300 + type: texture + offset: 0x66C9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame301: + symbol: gKartMario301 + type: texture + offset: 0x67288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame302: + symbol: gKartMario302 + type: texture + offset: 0x67828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame303: + symbol: gKartMario303 + type: texture + offset: 0x67DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame304: + symbol: gKartMario304 + type: texture + offset: 0x68360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame305: + symbol: gKartMario305 + type: texture + offset: 0x688B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame306: + symbol: gKartMario306 + type: texture + offset: 0x68D7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame307: + symbol: gKartMario307 + type: texture + offset: 0x69368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame308: + symbol: gKartMario308 + type: texture + offset: 0x69A0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame309: + symbol: gKartMario309 + type: texture + offset: 0x6A0A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame310: + symbol: gKartMario310 + type: texture + offset: 0x6A6D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame311: + symbol: gKartMario311 + type: texture + offset: 0x6ACFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame312: + symbol: gKartMario312 + type: texture + offset: 0x6B2C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame313: + symbol: gKartMario313 + type: texture + offset: 0x6B818 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame314: + symbol: gKartMario314 + type: texture + offset: 0x6BD28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame315: + symbol: gKartMario315 + type: texture + offset: 0x6C2E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame316: + symbol: gKartMario316 + type: texture + offset: 0x6C8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame317: + symbol: gKartMario317 + type: texture + offset: 0x6CE78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame318: + symbol: gKartMario318 + type: texture + offset: 0x6D41C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame319: + symbol: gKartMario319 + type: texture + offset: 0x6D9CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame320: + symbol: gKartMario320 + type: texture + offset: 0x6DF44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartMario000Wheel0 + type: texture + offset: 0x6E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartMario000Wheel1 + type: texture + offset: 0x6E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartMario000Wheel2 + type: texture + offset: 0x6E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartMario000Wheel3 + type: texture + offset: 0x6E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartMario001Wheel0 + type: texture + offset: 0x6E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartMario001Wheel1 + type: texture + offset: 0x6E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartMario001Wheel2 + type: texture + offset: 0x6E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartMario001Wheel3 + type: texture + offset: 0x6E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartMario002Wheel0 + type: texture + offset: 0x6E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartMario002Wheel1 + type: texture + offset: 0x6E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartMario002Wheel2 + type: texture + offset: 0x6E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartMario002Wheel3 + type: texture + offset: 0x6EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartMario003Wheel0 + type: texture + offset: 0x6EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartMario003Wheel1 + type: texture + offset: 0x6EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartMario003Wheel2 + type: texture + offset: 0x6EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartMario003Wheel3 + type: texture + offset: 0x6EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartMario004Wheel0 + type: texture + offset: 0x6ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartMario004Wheel1 + type: texture + offset: 0x6ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartMario004Wheel2 + type: texture + offset: 0x6EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartMario004Wheel3 + type: texture + offset: 0x6EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartMario005Wheel0 + type: texture + offset: 0x6EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartMario005Wheel1 + type: texture + offset: 0x6EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartMario005Wheel2 + type: texture + offset: 0x6EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartMario005Wheel3 + type: texture + offset: 0x6F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartMario006Wheel0 + type: texture + offset: 0x6F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartMario006Wheel1 + type: texture + offset: 0x6F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartMario006Wheel2 + type: texture + offset: 0x6F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartMario006Wheel3 + type: texture + offset: 0x6F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartMario007Wheel0 + type: texture + offset: 0x6F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartMario007Wheel1 + type: texture + offset: 0x6F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartMario007Wheel2 + type: texture + offset: 0x6F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartMario007Wheel3 + type: texture + offset: 0x6F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartMario008Wheel0 + type: texture + offset: 0x6F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartMario008Wheel1 + type: texture + offset: 0x6F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartMario008Wheel2 + type: texture + offset: 0x6F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartMario008Wheel3 + type: texture + offset: 0x6F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartMario009Wheel0 + type: texture + offset: 0x6F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartMario009Wheel1 + type: texture + offset: 0x6F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartMario009Wheel2 + type: texture + offset: 0x6F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartMario009Wheel3 + type: texture + offset: 0x6F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartMario010Wheel0 + type: texture + offset: 0x6F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartMario010Wheel1 + type: texture + offset: 0x6F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartMario010Wheel2 + type: texture + offset: 0x6F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartMario010Wheel3 + type: texture + offset: 0x6FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartMario011Wheel0 + type: texture + offset: 0x6FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartMario011Wheel1 + type: texture + offset: 0x6FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartMario011Wheel2 + type: texture + offset: 0x6FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartMario011Wheel3 + type: texture + offset: 0x6FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartMario012Wheel0 + type: texture + offset: 0x6FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartMario012Wheel1 + type: texture + offset: 0x6FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartMario012Wheel2 + type: texture + offset: 0x6FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartMario012Wheel3 + type: texture + offset: 0x6FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartMario013Wheel0 + type: texture + offset: 0x6FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartMario013Wheel1 + type: texture + offset: 0x6FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartMario013Wheel2 + type: texture + offset: 0x6FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartMario013Wheel3 + type: texture + offset: 0x70030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartMario014Wheel0 + type: texture + offset: 0x700B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartMario014Wheel1 + type: texture + offset: 0x70130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartMario014Wheel2 + type: texture + offset: 0x701B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartMario014Wheel3 + type: texture + offset: 0x70230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartMario015Wheel0 + type: texture + offset: 0x702B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartMario015Wheel1 + type: texture + offset: 0x70330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartMario015Wheel2 + type: texture + offset: 0x703B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartMario015Wheel3 + type: texture + offset: 0x70430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartMario016Wheel0 + type: texture + offset: 0x704B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartMario016Wheel1 + type: texture + offset: 0x70530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartMario016Wheel2 + type: texture + offset: 0x705B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartMario016Wheel3 + type: texture + offset: 0x70630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartMario017Wheel0 + type: texture + offset: 0x706B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartMario017Wheel1 + type: texture + offset: 0x70730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartMario017Wheel2 + type: texture + offset: 0x707B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartMario017Wheel3 + type: texture + offset: 0x70830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartMario018Wheel0 + type: texture + offset: 0x708B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartMario018Wheel1 + type: texture + offset: 0x70930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartMario018Wheel2 + type: texture + offset: 0x709B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartMario018Wheel3 + type: texture + offset: 0x70A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartMario019Wheel0 + type: texture + offset: 0x70AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartMario019Wheel1 + type: texture + offset: 0x70B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartMario019Wheel2 + type: texture + offset: 0x70BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartMario019Wheel3 + type: texture + offset: 0x70C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartMario020Wheel0 + type: texture + offset: 0x70CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartMario020Wheel1 + type: texture + offset: 0x70D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartMario020Wheel2 + type: texture + offset: 0x70DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartMario020Wheel3 + type: texture + offset: 0x70E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartMario021Wheel0 + type: texture + offset: 0x70EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartMario021Wheel1 + type: texture + offset: 0x70F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartMario021Wheel2 + type: texture + offset: 0x70FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartMario021Wheel3 + type: texture + offset: 0x71030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartMario022Wheel0 + type: texture + offset: 0x710B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartMario022Wheel1 + type: texture + offset: 0x71130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartMario022Wheel2 + type: texture + offset: 0x711B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartMario022Wheel3 + type: texture + offset: 0x71230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartMario023Wheel0 + type: texture + offset: 0x712B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartMario023Wheel1 + type: texture + offset: 0x71330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartMario023Wheel2 + type: texture + offset: 0x713B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartMario023Wheel3 + type: texture + offset: 0x71430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartMario024Wheel0 + type: texture + offset: 0x714B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartMario024Wheel1 + type: texture + offset: 0x71530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartMario024Wheel2 + type: texture + offset: 0x715B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartMario024Wheel3 + type: texture + offset: 0x71630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartMario025Wheel0 + type: texture + offset: 0x716B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartMario025Wheel1 + type: texture + offset: 0x71730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartMario025Wheel2 + type: texture + offset: 0x717B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartMario025Wheel3 + type: texture + offset: 0x71830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartMario026Wheel0 + type: texture + offset: 0x718B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartMario026Wheel1 + type: texture + offset: 0x71930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartMario026Wheel2 + type: texture + offset: 0x719B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartMario026Wheel3 + type: texture + offset: 0x71A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartMario027Wheel0 + type: texture + offset: 0x71AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartMario027Wheel1 + type: texture + offset: 0x71B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartMario027Wheel2 + type: texture + offset: 0x71BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartMario027Wheel3 + type: texture + offset: 0x71C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartMario028Wheel0 + type: texture + offset: 0x71CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartMario028Wheel1 + type: texture + offset: 0x71D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartMario028Wheel2 + type: texture + offset: 0x71DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartMario028Wheel3 + type: texture + offset: 0x71E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartMario029Wheel0 + type: texture + offset: 0x71EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartMario029Wheel1 + type: texture + offset: 0x71F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartMario029Wheel2 + type: texture + offset: 0x71FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartMario029Wheel3 + type: texture + offset: 0x72030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartMario030Wheel0 + type: texture + offset: 0x720B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartMario030Wheel1 + type: texture + offset: 0x72130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartMario030Wheel2 + type: texture + offset: 0x721B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartMario030Wheel3 + type: texture + offset: 0x72230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartMario031Wheel0 + type: texture + offset: 0x722B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartMario031Wheel1 + type: texture + offset: 0x72330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartMario031Wheel2 + type: texture + offset: 0x723B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartMario031Wheel3 + type: texture + offset: 0x72430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartMario032Wheel0 + type: texture + offset: 0x724B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartMario032Wheel1 + type: texture + offset: 0x72530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartMario032Wheel2 + type: texture + offset: 0x725B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartMario032Wheel3 + type: texture + offset: 0x72630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartMario033Wheel0 + type: texture + offset: 0x726B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartMario033Wheel1 + type: texture + offset: 0x72730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartMario033Wheel2 + type: texture + offset: 0x727B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartMario033Wheel3 + type: texture + offset: 0x72830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartMario034Wheel0 + type: texture + offset: 0x728B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartMario034Wheel1 + type: texture + offset: 0x72930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartMario034Wheel2 + type: texture + offset: 0x729B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartMario034Wheel3 + type: texture + offset: 0x72A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartMario035Wheel0 + type: texture + offset: 0x72AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartMario035Wheel1 + type: texture + offset: 0x72B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartMario035Wheel2 + type: texture + offset: 0x72BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartMario035Wheel3 + type: texture + offset: 0x72C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartMario036Wheel0 + type: texture + offset: 0x72CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartMario036Wheel1 + type: texture + offset: 0x72D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartMario036Wheel2 + type: texture + offset: 0x72DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartMario036Wheel3 + type: texture + offset: 0x72E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartMario037Wheel0 + type: texture + offset: 0x72EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartMario037Wheel1 + type: texture + offset: 0x72F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartMario037Wheel2 + type: texture + offset: 0x72FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartMario037Wheel3 + type: texture + offset: 0x73030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartMario038Wheel0 + type: texture + offset: 0x730B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartMario038Wheel1 + type: texture + offset: 0x73130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartMario038Wheel2 + type: texture + offset: 0x731B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartMario038Wheel3 + type: texture + offset: 0x73230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartMario039Wheel0 + type: texture + offset: 0x732B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartMario039Wheel1 + type: texture + offset: 0x73330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartMario039Wheel2 + type: texture + offset: 0x733B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartMario039Wheel3 + type: texture + offset: 0x73430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartMario040Wheel0 + type: texture + offset: 0x734B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartMario040Wheel1 + type: texture + offset: 0x73530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartMario040Wheel2 + type: texture + offset: 0x735B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartMario040Wheel3 + type: texture + offset: 0x73630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartMario041Wheel0 + type: texture + offset: 0x736B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartMario041Wheel1 + type: texture + offset: 0x73730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartMario041Wheel2 + type: texture + offset: 0x737B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartMario041Wheel3 + type: texture + offset: 0x73830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartMario042Wheel0 + type: texture + offset: 0x738B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartMario042Wheel1 + type: texture + offset: 0x73930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartMario042Wheel2 + type: texture + offset: 0x739B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartMario042Wheel3 + type: texture + offset: 0x73A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartMario043Wheel0 + type: texture + offset: 0x73AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartMario043Wheel1 + type: texture + offset: 0x73B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartMario043Wheel2 + type: texture + offset: 0x73BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartMario043Wheel3 + type: texture + offset: 0x73C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartMario044Wheel0 + type: texture + offset: 0x73CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartMario044Wheel1 + type: texture + offset: 0x73D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartMario044Wheel2 + type: texture + offset: 0x73DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartMario044Wheel3 + type: texture + offset: 0x73E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartMario045Wheel0 + type: texture + offset: 0x73EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartMario045Wheel1 + type: texture + offset: 0x73F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartMario045Wheel2 + type: texture + offset: 0x73FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartMario045Wheel3 + type: texture + offset: 0x74030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartMario046Wheel0 + type: texture + offset: 0x740B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartMario046Wheel1 + type: texture + offset: 0x74130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartMario046Wheel2 + type: texture + offset: 0x741B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartMario046Wheel3 + type: texture + offset: 0x74230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartMario047Wheel0 + type: texture + offset: 0x742B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartMario047Wheel1 + type: texture + offset: 0x74330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartMario047Wheel2 + type: texture + offset: 0x743B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartMario047Wheel3 + type: texture + offset: 0x74430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartMario048Wheel0 + type: texture + offset: 0x744B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartMario048Wheel1 + type: texture + offset: 0x74530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartMario048Wheel2 + type: texture + offset: 0x745B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartMario048Wheel3 + type: texture + offset: 0x74630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartMario049Wheel0 + type: texture + offset: 0x746B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartMario049Wheel1 + type: texture + offset: 0x74730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartMario049Wheel2 + type: texture + offset: 0x747B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartMario049Wheel3 + type: texture + offset: 0x74830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartMario050Wheel0 + type: texture + offset: 0x748B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartMario050Wheel1 + type: texture + offset: 0x74930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartMario050Wheel2 + type: texture + offset: 0x749B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartMario050Wheel3 + type: texture + offset: 0x74A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartMario051Wheel0 + type: texture + offset: 0x74AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartMario051Wheel1 + type: texture + offset: 0x74B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartMario051Wheel2 + type: texture + offset: 0x74BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartMario051Wheel3 + type: texture + offset: 0x74C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartMario052Wheel0 + type: texture + offset: 0x74CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartMario052Wheel1 + type: texture + offset: 0x74D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartMario052Wheel2 + type: texture + offset: 0x74DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartMario052Wheel3 + type: texture + offset: 0x74E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartMario053Wheel0 + type: texture + offset: 0x74EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartMario053Wheel1 + type: texture + offset: 0x74F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartMario053Wheel2 + type: texture + offset: 0x74FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartMario053Wheel3 + type: texture + offset: 0x75030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartMario054Wheel0 + type: texture + offset: 0x750B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartMario054Wheel1 + type: texture + offset: 0x75130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartMario054Wheel2 + type: texture + offset: 0x751B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartMario054Wheel3 + type: texture + offset: 0x75230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartMario055Wheel0 + type: texture + offset: 0x752B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartMario055Wheel1 + type: texture + offset: 0x75330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartMario055Wheel2 + type: texture + offset: 0x753B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartMario055Wheel3 + type: texture + offset: 0x75430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartMario056Wheel0 + type: texture + offset: 0x754B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartMario056Wheel1 + type: texture + offset: 0x75530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartMario056Wheel2 + type: texture + offset: 0x755B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartMario056Wheel3 + type: texture + offset: 0x75630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartMario057Wheel0 + type: texture + offset: 0x756B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartMario057Wheel1 + type: texture + offset: 0x75730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartMario057Wheel2 + type: texture + offset: 0x757B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartMario057Wheel3 + type: texture + offset: 0x75830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartMario058Wheel0 + type: texture + offset: 0x758B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartMario058Wheel1 + type: texture + offset: 0x75930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartMario058Wheel2 + type: texture + offset: 0x759B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartMario058Wheel3 + type: texture + offset: 0x75A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartMario059Wheel0 + type: texture + offset: 0x75AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartMario059Wheel1 + type: texture + offset: 0x75B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartMario059Wheel2 + type: texture + offset: 0x75BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartMario059Wheel3 + type: texture + offset: 0x75C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartMario060Wheel0 + type: texture + offset: 0x75CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartMario060Wheel1 + type: texture + offset: 0x75D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartMario060Wheel2 + type: texture + offset: 0x75DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartMario060Wheel3 + type: texture + offset: 0x75E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartMario061Wheel0 + type: texture + offset: 0x75EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartMario061Wheel1 + type: texture + offset: 0x75F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartMario061Wheel2 + type: texture + offset: 0x75FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartMario061Wheel3 + type: texture + offset: 0x76030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartMario062Wheel0 + type: texture + offset: 0x760B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartMario062Wheel1 + type: texture + offset: 0x76130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartMario062Wheel2 + type: texture + offset: 0x761B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartMario062Wheel3 + type: texture + offset: 0x76230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartMario063Wheel0 + type: texture + offset: 0x762B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartMario063Wheel1 + type: texture + offset: 0x76330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartMario063Wheel2 + type: texture + offset: 0x763B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartMario063Wheel3 + type: texture + offset: 0x76430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartMario064Wheel0 + type: texture + offset: 0x764B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartMario064Wheel1 + type: texture + offset: 0x76530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartMario064Wheel2 + type: texture + offset: 0x765B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartMario064Wheel3 + type: texture + offset: 0x76630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartMario065Wheel0 + type: texture + offset: 0x766B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartMario065Wheel1 + type: texture + offset: 0x76730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartMario065Wheel2 + type: texture + offset: 0x767B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartMario065Wheel3 + type: texture + offset: 0x76830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartMario066Wheel0 + type: texture + offset: 0x768B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartMario066Wheel1 + type: texture + offset: 0x76930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartMario066Wheel2 + type: texture + offset: 0x769B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartMario066Wheel3 + type: texture + offset: 0x76A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartMario067Wheel0 + type: texture + offset: 0x76AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartMario067Wheel1 + type: texture + offset: 0x76B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartMario067Wheel2 + type: texture + offset: 0x76BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartMario067Wheel3 + type: texture + offset: 0x76C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartMario068Wheel0 + type: texture + offset: 0x76CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartMario068Wheel1 + type: texture + offset: 0x76D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartMario068Wheel2 + type: texture + offset: 0x76DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartMario068Wheel3 + type: texture + offset: 0x76E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartMario069Wheel0 + type: texture + offset: 0x76EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartMario069Wheel1 + type: texture + offset: 0x76F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartMario069Wheel2 + type: texture + offset: 0x76FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartMario069Wheel3 + type: texture + offset: 0x77030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartMario070Wheel0 + type: texture + offset: 0x770B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartMario070Wheel1 + type: texture + offset: 0x77130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartMario070Wheel2 + type: texture + offset: 0x771B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartMario070Wheel3 + type: texture + offset: 0x77230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartMario071Wheel0 + type: texture + offset: 0x772B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartMario071Wheel1 + type: texture + offset: 0x77330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartMario071Wheel2 + type: texture + offset: 0x773B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartMario071Wheel3 + type: texture + offset: 0x77430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartMario072Wheel0 + type: texture + offset: 0x774B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartMario072Wheel1 + type: texture + offset: 0x77530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartMario072Wheel2 + type: texture + offset: 0x775B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartMario072Wheel3 + type: texture + offset: 0x77630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartMario073Wheel0 + type: texture + offset: 0x776B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartMario073Wheel1 + type: texture + offset: 0x77730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartMario073Wheel2 + type: texture + offset: 0x777B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartMario073Wheel3 + type: texture + offset: 0x77830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartMario074Wheel0 + type: texture + offset: 0x778B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartMario074Wheel1 + type: texture + offset: 0x77930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartMario074Wheel2 + type: texture + offset: 0x779B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartMario074Wheel3 + type: texture + offset: 0x77A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartMario075Wheel0 + type: texture + offset: 0x77AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartMario075Wheel1 + type: texture + offset: 0x77B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartMario075Wheel2 + type: texture + offset: 0x77BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartMario075Wheel3 + type: texture + offset: 0x77C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartMario076Wheel0 + type: texture + offset: 0x77CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartMario076Wheel1 + type: texture + offset: 0x77D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartMario076Wheel2 + type: texture + offset: 0x77DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartMario076Wheel3 + type: texture + offset: 0x77E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartMario077Wheel0 + type: texture + offset: 0x77EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartMario077Wheel1 + type: texture + offset: 0x77F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartMario077Wheel2 + type: texture + offset: 0x77FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartMario077Wheel3 + type: texture + offset: 0x78030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartMario078Wheel0 + type: texture + offset: 0x780B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartMario078Wheel1 + type: texture + offset: 0x78130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartMario078Wheel2 + type: texture + offset: 0x781B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartMario078Wheel3 + type: texture + offset: 0x78230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartMario079Wheel0 + type: texture + offset: 0x782B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartMario079Wheel1 + type: texture + offset: 0x78330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartMario079Wheel2 + type: texture + offset: 0x783B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartMario079Wheel3 + type: texture + offset: 0x78430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartMario080Wheel0 + type: texture + offset: 0x784B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartMario080Wheel1 + type: texture + offset: 0x78530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartMario080Wheel2 + type: texture + offset: 0x785B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartMario080Wheel3 + type: texture + offset: 0x78630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartMario081Wheel0 + type: texture + offset: 0x786B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartMario081Wheel1 + type: texture + offset: 0x78730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartMario081Wheel2 + type: texture + offset: 0x787B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartMario081Wheel3 + type: texture + offset: 0x78830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartMario082Wheel0 + type: texture + offset: 0x788B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartMario082Wheel1 + type: texture + offset: 0x78930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartMario082Wheel2 + type: texture + offset: 0x789B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartMario082Wheel3 + type: texture + offset: 0x78A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartMario083Wheel0 + type: texture + offset: 0x78AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartMario083Wheel1 + type: texture + offset: 0x78B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartMario083Wheel2 + type: texture + offset: 0x78BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartMario083Wheel3 + type: texture + offset: 0x78C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartMario084Wheel0 + type: texture + offset: 0x78CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartMario084Wheel1 + type: texture + offset: 0x78D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartMario084Wheel2 + type: texture + offset: 0x78DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartMario084Wheel3 + type: texture + offset: 0x78E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartMario085Wheel0 + type: texture + offset: 0x78EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartMario085Wheel1 + type: texture + offset: 0x78F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartMario085Wheel2 + type: texture + offset: 0x78FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartMario085Wheel3 + type: texture + offset: 0x79030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartMario086Wheel0 + type: texture + offset: 0x790B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartMario086Wheel1 + type: texture + offset: 0x79130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartMario086Wheel2 + type: texture + offset: 0x791B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartMario086Wheel3 + type: texture + offset: 0x79230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartMario087Wheel0 + type: texture + offset: 0x792B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartMario087Wheel1 + type: texture + offset: 0x79330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartMario087Wheel2 + type: texture + offset: 0x793B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartMario087Wheel3 + type: texture + offset: 0x79430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartMario088Wheel0 + type: texture + offset: 0x794B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartMario088Wheel1 + type: texture + offset: 0x79530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartMario088Wheel2 + type: texture + offset: 0x795B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartMario088Wheel3 + type: texture + offset: 0x79630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartMario089Wheel0 + type: texture + offset: 0x796B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartMario089Wheel1 + type: texture + offset: 0x79730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartMario089Wheel2 + type: texture + offset: 0x797B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartMario089Wheel3 + type: texture + offset: 0x79830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartMario090Wheel0 + type: texture + offset: 0x798B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartMario090Wheel1 + type: texture + offset: 0x79930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartMario090Wheel2 + type: texture + offset: 0x799B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartMario090Wheel3 + type: texture + offset: 0x79A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartMario091Wheel0 + type: texture + offset: 0x79AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartMario091Wheel1 + type: texture + offset: 0x79B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartMario091Wheel2 + type: texture + offset: 0x79BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartMario091Wheel3 + type: texture + offset: 0x79C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartMario092Wheel0 + type: texture + offset: 0x79CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartMario092Wheel1 + type: texture + offset: 0x79D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartMario092Wheel2 + type: texture + offset: 0x79DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartMario092Wheel3 + type: texture + offset: 0x79E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartMario093Wheel0 + type: texture + offset: 0x79EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartMario093Wheel1 + type: texture + offset: 0x79F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartMario093Wheel2 + type: texture + offset: 0x79FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartMario093Wheel3 + type: texture + offset: 0x7A030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartMario094Wheel0 + type: texture + offset: 0x7A0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartMario094Wheel1 + type: texture + offset: 0x7A130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartMario094Wheel2 + type: texture + offset: 0x7A1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartMario094Wheel3 + type: texture + offset: 0x7A230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartMario095Wheel0 + type: texture + offset: 0x7A2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartMario095Wheel1 + type: texture + offset: 0x7A330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartMario095Wheel2 + type: texture + offset: 0x7A3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartMario095Wheel3 + type: texture + offset: 0x7A430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartMario096Wheel0 + type: texture + offset: 0x7A4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartMario096Wheel1 + type: texture + offset: 0x7A530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartMario096Wheel2 + type: texture + offset: 0x7A5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartMario096Wheel3 + type: texture + offset: 0x7A630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartMario097Wheel0 + type: texture + offset: 0x7A6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartMario097Wheel1 + type: texture + offset: 0x7A730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartMario097Wheel2 + type: texture + offset: 0x7A7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartMario097Wheel3 + type: texture + offset: 0x7A830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartMario098Wheel0 + type: texture + offset: 0x7A8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartMario098Wheel1 + type: texture + offset: 0x7A930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartMario098Wheel2 + type: texture + offset: 0x7A9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartMario098Wheel3 + type: texture + offset: 0x7AA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartMario099Wheel0 + type: texture + offset: 0x7AAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartMario099Wheel1 + type: texture + offset: 0x7AB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartMario099Wheel2 + type: texture + offset: 0x7ABB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartMario099Wheel3 + type: texture + offset: 0x7AC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartMario100Wheel0 + type: texture + offset: 0x7ACB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartMario100Wheel1 + type: texture + offset: 0x7AD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartMario100Wheel2 + type: texture + offset: 0x7ADB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartMario100Wheel3 + type: texture + offset: 0x7AE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartMario101Wheel0 + type: texture + offset: 0x7AEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartMario101Wheel1 + type: texture + offset: 0x7AF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartMario101Wheel2 + type: texture + offset: 0x7AFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartMario101Wheel3 + type: texture + offset: 0x7B030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartMario102Wheel0 + type: texture + offset: 0x7B0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartMario102Wheel1 + type: texture + offset: 0x7B130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartMario102Wheel2 + type: texture + offset: 0x7B1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartMario102Wheel3 + type: texture + offset: 0x7B230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartMario103Wheel0 + type: texture + offset: 0x7B2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartMario103Wheel1 + type: texture + offset: 0x7B330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartMario103Wheel2 + type: texture + offset: 0x7B3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartMario103Wheel3 + type: texture + offset: 0x7B430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartMario104Wheel0 + type: texture + offset: 0x7B4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartMario104Wheel1 + type: texture + offset: 0x7B530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartMario104Wheel2 + type: texture + offset: 0x7B5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartMario104Wheel3 + type: texture + offset: 0x7B630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartMario105Wheel0 + type: texture + offset: 0x7B6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartMario105Wheel1 + type: texture + offset: 0x7B730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartMario105Wheel2 + type: texture + offset: 0x7B7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartMario105Wheel3 + type: texture + offset: 0x7B830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartMario106Wheel0 + type: texture + offset: 0x7B8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartMario106Wheel1 + type: texture + offset: 0x7B930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartMario106Wheel2 + type: texture + offset: 0x7B9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartMario106Wheel3 + type: texture + offset: 0x7BA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartMario107Wheel0 + type: texture + offset: 0x7BAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartMario107Wheel1 + type: texture + offset: 0x7BB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartMario107Wheel2 + type: texture + offset: 0x7BBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartMario107Wheel3 + type: texture + offset: 0x7BC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartMario108Wheel0 + type: texture + offset: 0x7BCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartMario108Wheel1 + type: texture + offset: 0x7BD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartMario108Wheel2 + type: texture + offset: 0x7BDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartMario108Wheel3 + type: texture + offset: 0x7BE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartMario109Wheel0 + type: texture + offset: 0x7BEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartMario109Wheel1 + type: texture + offset: 0x7BF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartMario109Wheel2 + type: texture + offset: 0x7BFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartMario109Wheel3 + type: texture + offset: 0x7C030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartMario110Wheel0 + type: texture + offset: 0x7C0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartMario110Wheel1 + type: texture + offset: 0x7C130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartMario110Wheel2 + type: texture + offset: 0x7C1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartMario110Wheel3 + type: texture + offset: 0x7C230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartMario111Wheel0 + type: texture + offset: 0x7C2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartMario111Wheel1 + type: texture + offset: 0x7C330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartMario111Wheel2 + type: texture + offset: 0x7C3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartMario111Wheel3 + type: texture + offset: 0x7C430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartMario112Wheel0 + type: texture + offset: 0x7C4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartMario112Wheel1 + type: texture + offset: 0x7C530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartMario112Wheel2 + type: texture + offset: 0x7C5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartMario112Wheel3 + type: texture + offset: 0x7C630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartMario113Wheel0 + type: texture + offset: 0x7C6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartMario113Wheel1 + type: texture + offset: 0x7C730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartMario113Wheel2 + type: texture + offset: 0x7C7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartMario113Wheel3 + type: texture + offset: 0x7C830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartMario114Wheel0 + type: texture + offset: 0x7C8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartMario114Wheel1 + type: texture + offset: 0x7C930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartMario114Wheel2 + type: texture + offset: 0x7C9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartMario114Wheel3 + type: texture + offset: 0x7CA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartMario115Wheel0 + type: texture + offset: 0x7CAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartMario115Wheel1 + type: texture + offset: 0x7CB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartMario115Wheel2 + type: texture + offset: 0x7CBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartMario115Wheel3 + type: texture + offset: 0x7CC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartMario116Wheel0 + type: texture + offset: 0x7CCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartMario116Wheel1 + type: texture + offset: 0x7CD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartMario116Wheel2 + type: texture + offset: 0x7CDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartMario116Wheel3 + type: texture + offset: 0x7CE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartMario117Wheel0 + type: texture + offset: 0x7CEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartMario117Wheel1 + type: texture + offset: 0x7CF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartMario117Wheel2 + type: texture + offset: 0x7CFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartMario117Wheel3 + type: texture + offset: 0x7D030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartMario118Wheel0 + type: texture + offset: 0x7D0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartMario118Wheel1 + type: texture + offset: 0x7D130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartMario118Wheel2 + type: texture + offset: 0x7D1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartMario118Wheel3 + type: texture + offset: 0x7D230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartMario119Wheel0 + type: texture + offset: 0x7D2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartMario119Wheel1 + type: texture + offset: 0x7D330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartMario119Wheel2 + type: texture + offset: 0x7D3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartMario119Wheel3 + type: texture + offset: 0x7D430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartMario120Wheel0 + type: texture + offset: 0x7D4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartMario120Wheel1 + type: texture + offset: 0x7D530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartMario120Wheel2 + type: texture + offset: 0x7D5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartMario120Wheel3 + type: texture + offset: 0x7D630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartMario121Wheel0 + type: texture + offset: 0x7D6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartMario121Wheel1 + type: texture + offset: 0x7D730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartMario121Wheel2 + type: texture + offset: 0x7D7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartMario121Wheel3 + type: texture + offset: 0x7D830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartMario122Wheel0 + type: texture + offset: 0x7D8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartMario122Wheel1 + type: texture + offset: 0x7D930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartMario122Wheel2 + type: texture + offset: 0x7D9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartMario122Wheel3 + type: texture + offset: 0x7DA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartMario123Wheel0 + type: texture + offset: 0x7DAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartMario123Wheel1 + type: texture + offset: 0x7DB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartMario123Wheel2 + type: texture + offset: 0x7DBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartMario123Wheel3 + type: texture + offset: 0x7DC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartMario124Wheel0 + type: texture + offset: 0x7DCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartMario124Wheel1 + type: texture + offset: 0x7DD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartMario124Wheel2 + type: texture + offset: 0x7DDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartMario124Wheel3 + type: texture + offset: 0x7DE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartMario125Wheel0 + type: texture + offset: 0x7DEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartMario125Wheel1 + type: texture + offset: 0x7DF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartMario125Wheel2 + type: texture + offset: 0x7DFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartMario125Wheel3 + type: texture + offset: 0x7E030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartMario126Wheel0 + type: texture + offset: 0x7E0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartMario126Wheel1 + type: texture + offset: 0x7E130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartMario126Wheel2 + type: texture + offset: 0x7E1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartMario126Wheel3 + type: texture + offset: 0x7E230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartMario127Wheel0 + type: texture + offset: 0x7E2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartMario127Wheel1 + type: texture + offset: 0x7E330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartMario127Wheel2 + type: texture + offset: 0x7E3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartMario127Wheel3 + type: texture + offset: 0x7E430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartMario128Wheel0 + type: texture + offset: 0x7E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartMario128Wheel1 + type: texture + offset: 0x7E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartMario128Wheel2 + type: texture + offset: 0x7E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartMario128Wheel3 + type: texture + offset: 0x7E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartMario129Wheel0 + type: texture + offset: 0x7E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartMario129Wheel1 + type: texture + offset: 0x7E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartMario129Wheel2 + type: texture + offset: 0x7E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartMario129Wheel3 + type: texture + offset: 0x7E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartMario130Wheel0 + type: texture + offset: 0x7E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartMario130Wheel1 + type: texture + offset: 0x7E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartMario130Wheel2 + type: texture + offset: 0x7E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartMario130Wheel3 + type: texture + offset: 0x7EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartMario131Wheel0 + type: texture + offset: 0x7EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartMario131Wheel1 + type: texture + offset: 0x7EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartMario131Wheel2 + type: texture + offset: 0x7EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartMario131Wheel3 + type: texture + offset: 0x7EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartMario132Wheel0 + type: texture + offset: 0x7ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartMario132Wheel1 + type: texture + offset: 0x7ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartMario132Wheel2 + type: texture + offset: 0x7EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartMario132Wheel3 + type: texture + offset: 0x7EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartMario133Wheel0 + type: texture + offset: 0x7EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartMario133Wheel1 + type: texture + offset: 0x7EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartMario133Wheel2 + type: texture + offset: 0x7EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartMario133Wheel3 + type: texture + offset: 0x7F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartMario134Wheel0 + type: texture + offset: 0x7F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartMario134Wheel1 + type: texture + offset: 0x7F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartMario134Wheel2 + type: texture + offset: 0x7F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartMario134Wheel3 + type: texture + offset: 0x7F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartMario135Wheel0 + type: texture + offset: 0x7F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartMario135Wheel1 + type: texture + offset: 0x7F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartMario135Wheel2 + type: texture + offset: 0x7F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartMario135Wheel3 + type: texture + offset: 0x7F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartMario136Wheel0 + type: texture + offset: 0x7F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartMario136Wheel1 + type: texture + offset: 0x7F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartMario136Wheel2 + type: texture + offset: 0x7F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartMario136Wheel3 + type: texture + offset: 0x7F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartMario137Wheel0 + type: texture + offset: 0x7F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartMario137Wheel1 + type: texture + offset: 0x7F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartMario137Wheel2 + type: texture + offset: 0x7F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartMario137Wheel3 + type: texture + offset: 0x7F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartMario138Wheel0 + type: texture + offset: 0x7F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartMario138Wheel1 + type: texture + offset: 0x7F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartMario138Wheel2 + type: texture + offset: 0x7F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartMario138Wheel3 + type: texture + offset: 0x7FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartMario139Wheel0 + type: texture + offset: 0x7FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartMario139Wheel1 + type: texture + offset: 0x7FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartMario139Wheel2 + type: texture + offset: 0x7FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartMario139Wheel3 + type: texture + offset: 0x7FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartMario140Wheel0 + type: texture + offset: 0x7FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartMario140Wheel1 + type: texture + offset: 0x7FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartMario140Wheel2 + type: texture + offset: 0x7FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartMario140Wheel3 + type: texture + offset: 0x7FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartMario141Wheel0 + type: texture + offset: 0x7FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartMario141Wheel1 + type: texture + offset: 0x7FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartMario141Wheel2 + type: texture + offset: 0x7FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartMario141Wheel3 + type: texture + offset: 0x80030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartMario142Wheel0 + type: texture + offset: 0x800B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartMario142Wheel1 + type: texture + offset: 0x80130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartMario142Wheel2 + type: texture + offset: 0x801B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartMario142Wheel3 + type: texture + offset: 0x80230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartMario143Wheel0 + type: texture + offset: 0x802B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartMario143Wheel1 + type: texture + offset: 0x80330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartMario143Wheel2 + type: texture + offset: 0x803B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartMario143Wheel3 + type: texture + offset: 0x80430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartMario144Wheel0 + type: texture + offset: 0x804B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartMario144Wheel1 + type: texture + offset: 0x80530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartMario144Wheel2 + type: texture + offset: 0x805B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartMario144Wheel3 + type: texture + offset: 0x80630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartMario145Wheel0 + type: texture + offset: 0x806B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartMario145Wheel1 + type: texture + offset: 0x80730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartMario145Wheel2 + type: texture + offset: 0x807B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartMario145Wheel3 + type: texture + offset: 0x80830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartMario146Wheel0 + type: texture + offset: 0x808B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartMario146Wheel1 + type: texture + offset: 0x80930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartMario146Wheel2 + type: texture + offset: 0x809B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartMario146Wheel3 + type: texture + offset: 0x80A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartMario147Wheel0 + type: texture + offset: 0x80AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartMario147Wheel1 + type: texture + offset: 0x80B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartMario147Wheel2 + type: texture + offset: 0x80BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartMario147Wheel3 + type: texture + offset: 0x80C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartMario148Wheel0 + type: texture + offset: 0x80CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartMario148Wheel1 + type: texture + offset: 0x80D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartMario148Wheel2 + type: texture + offset: 0x80DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartMario148Wheel3 + type: texture + offset: 0x80E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartMario149Wheel0 + type: texture + offset: 0x80EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartMario149Wheel1 + type: texture + offset: 0x80F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartMario149Wheel2 + type: texture + offset: 0x80FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartMario149Wheel3 + type: texture + offset: 0x81030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartMario150Wheel0 + type: texture + offset: 0x810B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartMario150Wheel1 + type: texture + offset: 0x81130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartMario150Wheel2 + type: texture + offset: 0x811B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartMario150Wheel3 + type: texture + offset: 0x81230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartMario151Wheel0 + type: texture + offset: 0x812B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartMario151Wheel1 + type: texture + offset: 0x81330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartMario151Wheel2 + type: texture + offset: 0x813B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartMario151Wheel3 + type: texture + offset: 0x81430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartMario152Wheel0 + type: texture + offset: 0x814B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartMario152Wheel1 + type: texture + offset: 0x81530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartMario152Wheel2 + type: texture + offset: 0x815B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartMario152Wheel3 + type: texture + offset: 0x81630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartMario153Wheel0 + type: texture + offset: 0x816B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartMario153Wheel1 + type: texture + offset: 0x81730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartMario153Wheel2 + type: texture + offset: 0x817B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartMario153Wheel3 + type: texture + offset: 0x81830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartMario154Wheel0 + type: texture + offset: 0x818B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartMario154Wheel1 + type: texture + offset: 0x81930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartMario154Wheel2 + type: texture + offset: 0x819B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartMario154Wheel3 + type: texture + offset: 0x81A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartMario155Wheel0 + type: texture + offset: 0x81AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartMario155Wheel1 + type: texture + offset: 0x81B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartMario155Wheel2 + type: texture + offset: 0x81BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartMario155Wheel3 + type: texture + offset: 0x81C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartMario156Wheel0 + type: texture + offset: 0x81CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartMario156Wheel1 + type: texture + offset: 0x81D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartMario156Wheel2 + type: texture + offset: 0x81DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartMario156Wheel3 + type: texture + offset: 0x81E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartMario157Wheel0 + type: texture + offset: 0x81EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartMario157Wheel1 + type: texture + offset: 0x81F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartMario157Wheel2 + type: texture + offset: 0x81FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartMario157Wheel3 + type: texture + offset: 0x82030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartMario158Wheel0 + type: texture + offset: 0x820B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartMario158Wheel1 + type: texture + offset: 0x82130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartMario158Wheel2 + type: texture + offset: 0x821B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartMario158Wheel3 + type: texture + offset: 0x82230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartMario159Wheel0 + type: texture + offset: 0x822B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartMario159Wheel1 + type: texture + offset: 0x82330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartMario159Wheel2 + type: texture + offset: 0x823B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartMario159Wheel3 + type: texture + offset: 0x82430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartMario160Wheel0 + type: texture + offset: 0x824B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartMario160Wheel1 + type: texture + offset: 0x82530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartMario160Wheel2 + type: texture + offset: 0x825B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartMario160Wheel3 + type: texture + offset: 0x82630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartMario161Wheel0 + type: texture + offset: 0x826B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartMario161Wheel1 + type: texture + offset: 0x82730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartMario161Wheel2 + type: texture + offset: 0x827B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartMario161Wheel3 + type: texture + offset: 0x82830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartMario162Wheel0 + type: texture + offset: 0x828B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartMario162Wheel1 + type: texture + offset: 0x82930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartMario162Wheel2 + type: texture + offset: 0x829B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartMario162Wheel3 + type: texture + offset: 0x82A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartMario163Wheel0 + type: texture + offset: 0x82AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartMario163Wheel1 + type: texture + offset: 0x82B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartMario163Wheel2 + type: texture + offset: 0x82BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartMario163Wheel3 + type: texture + offset: 0x82C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartMario164Wheel0 + type: texture + offset: 0x82CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartMario164Wheel1 + type: texture + offset: 0x82D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartMario164Wheel2 + type: texture + offset: 0x82DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartMario164Wheel3 + type: texture + offset: 0x82E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartMario165Wheel0 + type: texture + offset: 0x82EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartMario165Wheel1 + type: texture + offset: 0x82F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartMario165Wheel2 + type: texture + offset: 0x82FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartMario165Wheel3 + type: texture + offset: 0x83030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartMario166Wheel0 + type: texture + offset: 0x830B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartMario166Wheel1 + type: texture + offset: 0x83130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartMario166Wheel2 + type: texture + offset: 0x831B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartMario166Wheel3 + type: texture + offset: 0x83230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartMario167Wheel0 + type: texture + offset: 0x832B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartMario167Wheel1 + type: texture + offset: 0x83330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartMario167Wheel2 + type: texture + offset: 0x833B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartMario167Wheel3 + type: texture + offset: 0x83430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartMario168Wheel0 + type: texture + offset: 0x834B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartMario168Wheel1 + type: texture + offset: 0x83530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartMario168Wheel2 + type: texture + offset: 0x835B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartMario168Wheel3 + type: texture + offset: 0x83630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartMario169Wheel0 + type: texture + offset: 0x836B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartMario169Wheel1 + type: texture + offset: 0x83730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartMario169Wheel2 + type: texture + offset: 0x837B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartMario169Wheel3 + type: texture + offset: 0x83830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartMario170Wheel0 + type: texture + offset: 0x838B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartMario170Wheel1 + type: texture + offset: 0x83930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartMario170Wheel2 + type: texture + offset: 0x839B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartMario170Wheel3 + type: texture + offset: 0x83A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartMario171Wheel0 + type: texture + offset: 0x83AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartMario171Wheel1 + type: texture + offset: 0x83B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartMario171Wheel2 + type: texture + offset: 0x83BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartMario171Wheel3 + type: texture + offset: 0x83C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartMario172Wheel0 + type: texture + offset: 0x83CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartMario172Wheel1 + type: texture + offset: 0x83D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartMario172Wheel2 + type: texture + offset: 0x83DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartMario172Wheel3 + type: texture + offset: 0x83E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartMario173Wheel0 + type: texture + offset: 0x83EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartMario173Wheel1 + type: texture + offset: 0x83F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartMario173Wheel2 + type: texture + offset: 0x83FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartMario173Wheel3 + type: texture + offset: 0x84030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartMario174Wheel0 + type: texture + offset: 0x840B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartMario174Wheel1 + type: texture + offset: 0x84130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartMario174Wheel2 + type: texture + offset: 0x841B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartMario174Wheel3 + type: texture + offset: 0x84230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartMario175Wheel0 + type: texture + offset: 0x842B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartMario175Wheel1 + type: texture + offset: 0x84330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartMario175Wheel2 + type: texture + offset: 0x843B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartMario175Wheel3 + type: texture + offset: 0x84430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartMario176Wheel0 + type: texture + offset: 0x844B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartMario176Wheel1 + type: texture + offset: 0x84530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartMario176Wheel2 + type: texture + offset: 0x845B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartMario176Wheel3 + type: texture + offset: 0x84630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartMario177Wheel0 + type: texture + offset: 0x846B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartMario177Wheel1 + type: texture + offset: 0x84730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartMario177Wheel2 + type: texture + offset: 0x847B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartMario177Wheel3 + type: texture + offset: 0x84830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartMario178Wheel0 + type: texture + offset: 0x848B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartMario178Wheel1 + type: texture + offset: 0x84930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartMario178Wheel2 + type: texture + offset: 0x849B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartMario178Wheel3 + type: texture + offset: 0x84A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartMario179Wheel0 + type: texture + offset: 0x84AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartMario179Wheel1 + type: texture + offset: 0x84B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartMario179Wheel2 + type: texture + offset: 0x84BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartMario179Wheel3 + type: texture + offset: 0x84C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartMario180Wheel0 + type: texture + offset: 0x84CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartMario180Wheel1 + type: texture + offset: 0x84D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartMario180Wheel2 + type: texture + offset: 0x84DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartMario180Wheel3 + type: texture + offset: 0x84E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartMario181Wheel0 + type: texture + offset: 0x84EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartMario181Wheel1 + type: texture + offset: 0x84F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartMario181Wheel2 + type: texture + offset: 0x84FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartMario181Wheel3 + type: texture + offset: 0x85030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartMario182Wheel0 + type: texture + offset: 0x850B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartMario182Wheel1 + type: texture + offset: 0x85130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartMario182Wheel2 + type: texture + offset: 0x851B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartMario182Wheel3 + type: texture + offset: 0x85230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartMario183Wheel0 + type: texture + offset: 0x852B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartMario183Wheel1 + type: texture + offset: 0x85330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartMario183Wheel2 + type: texture + offset: 0x853B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartMario183Wheel3 + type: texture + offset: 0x85430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartMario184Wheel0 + type: texture + offset: 0x854B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartMario184Wheel1 + type: texture + offset: 0x85530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartMario184Wheel2 + type: texture + offset: 0x855B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartMario184Wheel3 + type: texture + offset: 0x85630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartMario185Wheel0 + type: texture + offset: 0x856B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartMario185Wheel1 + type: texture + offset: 0x85730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartMario185Wheel2 + type: texture + offset: 0x857B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartMario185Wheel3 + type: texture + offset: 0x85830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartMario186Wheel0 + type: texture + offset: 0x858B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartMario186Wheel1 + type: texture + offset: 0x85930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartMario186Wheel2 + type: texture + offset: 0x859B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartMario186Wheel3 + type: texture + offset: 0x85A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartMario187Wheel0 + type: texture + offset: 0x85AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartMario187Wheel1 + type: texture + offset: 0x85B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartMario187Wheel2 + type: texture + offset: 0x85BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartMario187Wheel3 + type: texture + offset: 0x85C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartMario188Wheel0 + type: texture + offset: 0x85CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartMario188Wheel1 + type: texture + offset: 0x85D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartMario188Wheel2 + type: texture + offset: 0x85DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartMario188Wheel3 + type: texture + offset: 0x85E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartMario189Wheel0 + type: texture + offset: 0x85EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartMario189Wheel1 + type: texture + offset: 0x85F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartMario189Wheel2 + type: texture + offset: 0x85FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartMario189Wheel3 + type: texture + offset: 0x86030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartMario190Wheel0 + type: texture + offset: 0x860B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartMario190Wheel1 + type: texture + offset: 0x86130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartMario190Wheel2 + type: texture + offset: 0x861B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartMario190Wheel3 + type: texture + offset: 0x86230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartMario191Wheel0 + type: texture + offset: 0x862B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartMario191Wheel1 + type: texture + offset: 0x86330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartMario191Wheel2 + type: texture + offset: 0x863B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartMario191Wheel3 + type: texture + offset: 0x86430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartMario192Wheel0 + type: texture + offset: 0x864B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartMario192Wheel1 + type: texture + offset: 0x86530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartMario192Wheel2 + type: texture + offset: 0x865B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartMario192Wheel3 + type: texture + offset: 0x86630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartMario193Wheel0 + type: texture + offset: 0x866B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartMario193Wheel1 + type: texture + offset: 0x86730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartMario193Wheel2 + type: texture + offset: 0x867B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartMario193Wheel3 + type: texture + offset: 0x86830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartMario194Wheel0 + type: texture + offset: 0x868B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartMario194Wheel1 + type: texture + offset: 0x86930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartMario194Wheel2 + type: texture + offset: 0x869B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartMario194Wheel3 + type: texture + offset: 0x86A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartMario195Wheel0 + type: texture + offset: 0x86AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartMario195Wheel1 + type: texture + offset: 0x86B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartMario195Wheel2 + type: texture + offset: 0x86BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartMario195Wheel3 + type: texture + offset: 0x86C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartMario196Wheel0 + type: texture + offset: 0x86CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartMario196Wheel1 + type: texture + offset: 0x86D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartMario196Wheel2 + type: texture + offset: 0x86DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartMario196Wheel3 + type: texture + offset: 0x86E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartMario197Wheel0 + type: texture + offset: 0x86EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartMario197Wheel1 + type: texture + offset: 0x86F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartMario197Wheel2 + type: texture + offset: 0x86FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartMario197Wheel3 + type: texture + offset: 0x87030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartMario198Wheel0 + type: texture + offset: 0x870B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartMario198Wheel1 + type: texture + offset: 0x87130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartMario198Wheel2 + type: texture + offset: 0x871B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartMario198Wheel3 + type: texture + offset: 0x87230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartMario199Wheel0 + type: texture + offset: 0x872B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartMario199Wheel1 + type: texture + offset: 0x87330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartMario199Wheel2 + type: texture + offset: 0x873B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartMario199Wheel3 + type: texture + offset: 0x87430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartMario200Wheel0 + type: texture + offset: 0x874B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartMario200Wheel1 + type: texture + offset: 0x87530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartMario200Wheel2 + type: texture + offset: 0x875B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartMario200Wheel3 + type: texture + offset: 0x87630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartMario201Wheel0 + type: texture + offset: 0x876B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartMario201Wheel1 + type: texture + offset: 0x87730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartMario201Wheel2 + type: texture + offset: 0x877B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartMario201Wheel3 + type: texture + offset: 0x87830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartMario202Wheel0 + type: texture + offset: 0x878B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartMario202Wheel1 + type: texture + offset: 0x87930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartMario202Wheel2 + type: texture + offset: 0x879B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartMario202Wheel3 + type: texture + offset: 0x87A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartMario203Wheel0 + type: texture + offset: 0x87AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartMario203Wheel1 + type: texture + offset: 0x87B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartMario203Wheel2 + type: texture + offset: 0x87BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartMario203Wheel3 + type: texture + offset: 0x87C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartMario204Wheel0 + type: texture + offset: 0x87CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartMario204Wheel1 + type: texture + offset: 0x87D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartMario204Wheel2 + type: texture + offset: 0x87DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartMario204Wheel3 + type: texture + offset: 0x87E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartMario205Wheel0 + type: texture + offset: 0x87EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartMario205Wheel1 + type: texture + offset: 0x87F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartMario205Wheel2 + type: texture + offset: 0x87FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartMario205Wheel3 + type: texture + offset: 0x88030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartMario206Wheel0 + type: texture + offset: 0x880B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartMario206Wheel1 + type: texture + offset: 0x88130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartMario206Wheel2 + type: texture + offset: 0x881B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartMario206Wheel3 + type: texture + offset: 0x88230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartMario207Wheel0 + type: texture + offset: 0x882B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartMario207Wheel1 + type: texture + offset: 0x88330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartMario207Wheel2 + type: texture + offset: 0x883B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartMario207Wheel3 + type: texture + offset: 0x88430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartMario208Wheel0 + type: texture + offset: 0x884B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartMario208Wheel1 + type: texture + offset: 0x88530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartMario208Wheel2 + type: texture + offset: 0x885B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartMario208Wheel3 + type: texture + offset: 0x88630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartMario209Wheel0 + type: texture + offset: 0x886B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartMario209Wheel1 + type: texture + offset: 0x88730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartMario209Wheel2 + type: texture + offset: 0x887B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartMario209Wheel3 + type: texture + offset: 0x88830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartMario210Wheel0 + type: texture + offset: 0x888B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartMario210Wheel1 + type: texture + offset: 0x88930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartMario210Wheel2 + type: texture + offset: 0x889B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartMario210Wheel3 + type: texture + offset: 0x88A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartMario211Wheel0 + type: texture + offset: 0x88AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartMario211Wheel1 + type: texture + offset: 0x88B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartMario211Wheel2 + type: texture + offset: 0x88BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartMario211Wheel3 + type: texture + offset: 0x88C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartMario212Wheel0 + type: texture + offset: 0x88CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartMario212Wheel1 + type: texture + offset: 0x88D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartMario212Wheel2 + type: texture + offset: 0x88DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartMario212Wheel3 + type: texture + offset: 0x88E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartMario213Wheel0 + type: texture + offset: 0x88EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartMario213Wheel1 + type: texture + offset: 0x88F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartMario213Wheel2 + type: texture + offset: 0x88FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartMario213Wheel3 + type: texture + offset: 0x89030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartMario214Wheel0 + type: texture + offset: 0x890B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartMario214Wheel1 + type: texture + offset: 0x89130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartMario214Wheel2 + type: texture + offset: 0x891B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartMario214Wheel3 + type: texture + offset: 0x89230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartMario215Wheel0 + type: texture + offset: 0x892B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartMario215Wheel1 + type: texture + offset: 0x89330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartMario215Wheel2 + type: texture + offset: 0x893B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartMario215Wheel3 + type: texture + offset: 0x89430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartMario216Wheel0 + type: texture + offset: 0x894B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartMario216Wheel1 + type: texture + offset: 0x89530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartMario216Wheel2 + type: texture + offset: 0x895B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartMario216Wheel3 + type: texture + offset: 0x89630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartMario217Wheel0 + type: texture + offset: 0x896B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartMario217Wheel1 + type: texture + offset: 0x89730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartMario217Wheel2 + type: texture + offset: 0x897B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartMario217Wheel3 + type: texture + offset: 0x89830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartMario218Wheel0 + type: texture + offset: 0x898B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartMario218Wheel1 + type: texture + offset: 0x89930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartMario218Wheel2 + type: texture + offset: 0x899B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartMario218Wheel3 + type: texture + offset: 0x89A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartMario219Wheel0 + type: texture + offset: 0x89AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartMario219Wheel1 + type: texture + offset: 0x89B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartMario219Wheel2 + type: texture + offset: 0x89BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartMario219Wheel3 + type: texture + offset: 0x89C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartMario220Wheel0 + type: texture + offset: 0x89CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartMario220Wheel1 + type: texture + offset: 0x89D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartMario220Wheel2 + type: texture + offset: 0x89DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartMario220Wheel3 + type: texture + offset: 0x89E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartMario221Wheel0 + type: texture + offset: 0x89EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartMario221Wheel1 + type: texture + offset: 0x89F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartMario221Wheel2 + type: texture + offset: 0x89FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartMario221Wheel3 + type: texture + offset: 0x8A030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartMario222Wheel0 + type: texture + offset: 0x8A0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartMario222Wheel1 + type: texture + offset: 0x8A130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartMario222Wheel2 + type: texture + offset: 0x8A1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartMario222Wheel3 + type: texture + offset: 0x8A230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartMario223Wheel0 + type: texture + offset: 0x8A2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartMario223Wheel1 + type: texture + offset: 0x8A330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartMario223Wheel2 + type: texture + offset: 0x8A3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartMario223Wheel3 + type: texture + offset: 0x8A430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartMario224Wheel0 + type: texture + offset: 0x8A4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartMario224Wheel1 + type: texture + offset: 0x8A530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartMario224Wheel2 + type: texture + offset: 0x8A5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartMario224Wheel3 + type: texture + offset: 0x8A630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartMario225Wheel0 + type: texture + offset: 0x8A6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartMario225Wheel1 + type: texture + offset: 0x8A730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartMario225Wheel2 + type: texture + offset: 0x8A7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartMario225Wheel3 + type: texture + offset: 0x8A830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartMario226Wheel0 + type: texture + offset: 0x8A8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartMario226Wheel1 + type: texture + offset: 0x8A930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartMario226Wheel2 + type: texture + offset: 0x8A9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartMario226Wheel3 + type: texture + offset: 0x8AA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartMario227Wheel0 + type: texture + offset: 0x8AAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartMario227Wheel1 + type: texture + offset: 0x8AB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartMario227Wheel2 + type: texture + offset: 0x8ABB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartMario227Wheel3 + type: texture + offset: 0x8AC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartMario228Wheel0 + type: texture + offset: 0x8ACB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartMario228Wheel1 + type: texture + offset: 0x8AD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartMario228Wheel2 + type: texture + offset: 0x8ADB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartMario228Wheel3 + type: texture + offset: 0x8AE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartMario229Wheel0 + type: texture + offset: 0x8AEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartMario229Wheel1 + type: texture + offset: 0x8AF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartMario229Wheel2 + type: texture + offset: 0x8AFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartMario229Wheel3 + type: texture + offset: 0x8B030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartMario230Wheel0 + type: texture + offset: 0x8B0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartMario230Wheel1 + type: texture + offset: 0x8B130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartMario230Wheel2 + type: texture + offset: 0x8B1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartMario230Wheel3 + type: texture + offset: 0x8B230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartMario231Wheel0 + type: texture + offset: 0x8B2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartMario231Wheel1 + type: texture + offset: 0x8B330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartMario231Wheel2 + type: texture + offset: 0x8B3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartMario231Wheel3 + type: texture + offset: 0x8B430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartMario232Wheel0 + type: texture + offset: 0x8B4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartMario232Wheel1 + type: texture + offset: 0x8B530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartMario232Wheel2 + type: texture + offset: 0x8B5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartMario232Wheel3 + type: texture + offset: 0x8B630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartMario233Wheel0 + type: texture + offset: 0x8B6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartMario233Wheel1 + type: texture + offset: 0x8B730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartMario233Wheel2 + type: texture + offset: 0x8B7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartMario233Wheel3 + type: texture + offset: 0x8B830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartMario234Wheel0 + type: texture + offset: 0x8B8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartMario234Wheel1 + type: texture + offset: 0x8B930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartMario234Wheel2 + type: texture + offset: 0x8B9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartMario234Wheel3 + type: texture + offset: 0x8BA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartMario235Wheel0 + type: texture + offset: 0x8BAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartMario235Wheel1 + type: texture + offset: 0x8BB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartMario235Wheel2 + type: texture + offset: 0x8BBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartMario235Wheel3 + type: texture + offset: 0x8BC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartMario236Wheel0 + type: texture + offset: 0x8BCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartMario236Wheel1 + type: texture + offset: 0x8BD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartMario236Wheel2 + type: texture + offset: 0x8BDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartMario236Wheel3 + type: texture + offset: 0x8BE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartMario237Wheel0 + type: texture + offset: 0x8BEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartMario237Wheel1 + type: texture + offset: 0x8BF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartMario237Wheel2 + type: texture + offset: 0x8BFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartMario237Wheel3 + type: texture + offset: 0x8C030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartMario238Wheel0 + type: texture + offset: 0x8C0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartMario238Wheel1 + type: texture + offset: 0x8C130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartMario238Wheel2 + type: texture + offset: 0x8C1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartMario238Wheel3 + type: texture + offset: 0x8C230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartMario239Wheel0 + type: texture + offset: 0x8C2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartMario239Wheel1 + type: texture + offset: 0x8C330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartMario239Wheel2 + type: texture + offset: 0x8C3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartMario239Wheel3 + type: texture + offset: 0x8C430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartMario240Wheel0 + type: texture + offset: 0x8C4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartMario240Wheel1 + type: texture + offset: 0x8C530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartMario240Wheel2 + type: texture + offset: 0x8C5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartMario240Wheel3 + type: texture + offset: 0x8C630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartMario241Wheel0 + type: texture + offset: 0x8C6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartMario241Wheel1 + type: texture + offset: 0x8C730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartMario241Wheel2 + type: texture + offset: 0x8C7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartMario241Wheel3 + type: texture + offset: 0x8C830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartMario242Wheel0 + type: texture + offset: 0x8C8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartMario242Wheel1 + type: texture + offset: 0x8C930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartMario242Wheel2 + type: texture + offset: 0x8C9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartMario242Wheel3 + type: texture + offset: 0x8CA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartMario243Wheel0 + type: texture + offset: 0x8CAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartMario243Wheel1 + type: texture + offset: 0x8CB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartMario243Wheel2 + type: texture + offset: 0x8CBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartMario243Wheel3 + type: texture + offset: 0x8CC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartMario244Wheel0 + type: texture + offset: 0x8CCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartMario244Wheel1 + type: texture + offset: 0x8CD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartMario244Wheel2 + type: texture + offset: 0x8CDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartMario244Wheel3 + type: texture + offset: 0x8CE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartMario245Wheel0 + type: texture + offset: 0x8CEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartMario245Wheel1 + type: texture + offset: 0x8CF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartMario245Wheel2 + type: texture + offset: 0x8CFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartMario245Wheel3 + type: texture + offset: 0x8D030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartMario246Wheel0 + type: texture + offset: 0x8D0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartMario246Wheel1 + type: texture + offset: 0x8D130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartMario246Wheel2 + type: texture + offset: 0x8D1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartMario246Wheel3 + type: texture + offset: 0x8D230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartMario247Wheel0 + type: texture + offset: 0x8D2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartMario247Wheel1 + type: texture + offset: 0x8D330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartMario247Wheel2 + type: texture + offset: 0x8D3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartMario247Wheel3 + type: texture + offset: 0x8D430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartMario248Wheel0 + type: texture + offset: 0x8D4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartMario248Wheel1 + type: texture + offset: 0x8D530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartMario248Wheel2 + type: texture + offset: 0x8D5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartMario248Wheel3 + type: texture + offset: 0x8D630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartMario249Wheel0 + type: texture + offset: 0x8D6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartMario249Wheel1 + type: texture + offset: 0x8D730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartMario249Wheel2 + type: texture + offset: 0x8D7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartMario249Wheel3 + type: texture + offset: 0x8D830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartMario250Wheel0 + type: texture + offset: 0x8D8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartMario250Wheel1 + type: texture + offset: 0x8D930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartMario250Wheel2 + type: texture + offset: 0x8D9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartMario250Wheel3 + type: texture + offset: 0x8DA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartMario251Wheel0 + type: texture + offset: 0x8DAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartMario251Wheel1 + type: texture + offset: 0x8DB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartMario251Wheel2 + type: texture + offset: 0x8DBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartMario251Wheel3 + type: texture + offset: 0x8DC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartMario252Wheel0 + type: texture + offset: 0x8DCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartMario252Wheel1 + type: texture + offset: 0x8DD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartMario252Wheel2 + type: texture + offset: 0x8DDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartMario252Wheel3 + type: texture + offset: 0x8DE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartMario253Wheel0 + type: texture + offset: 0x8DEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartMario253Wheel1 + type: texture + offset: 0x8DF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartMario253Wheel2 + type: texture + offset: 0x8DFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartMario253Wheel3 + type: texture + offset: 0x8E030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartMario254Wheel0 + type: texture + offset: 0x8E0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartMario254Wheel1 + type: texture + offset: 0x8E130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartMario254Wheel2 + type: texture + offset: 0x8E1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartMario254Wheel3 + type: texture + offset: 0x8E230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartMario255Wheel0 + type: texture + offset: 0x8E2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartMario255Wheel1 + type: texture + offset: 0x8E330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartMario255Wheel2 + type: texture + offset: 0x8E3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartMario255Wheel3 + type: texture + offset: 0x8E430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartMario256Wheel0 + type: texture + offset: 0x8E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartMario256Wheel1 + type: texture + offset: 0x8E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartMario256Wheel2 + type: texture + offset: 0x8E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartMario256Wheel3 + type: texture + offset: 0x8E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartMario257Wheel0 + type: texture + offset: 0x8E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartMario257Wheel1 + type: texture + offset: 0x8E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartMario257Wheel2 + type: texture + offset: 0x8E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartMario257Wheel3 + type: texture + offset: 0x8E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartMario258Wheel0 + type: texture + offset: 0x8E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartMario258Wheel1 + type: texture + offset: 0x8E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartMario258Wheel2 + type: texture + offset: 0x8E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartMario258Wheel3 + type: texture + offset: 0x8EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartMario259Wheel0 + type: texture + offset: 0x8EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartMario259Wheel1 + type: texture + offset: 0x8EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartMario259Wheel2 + type: texture + offset: 0x8EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartMario259Wheel3 + type: texture + offset: 0x8EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartMario260Wheel0 + type: texture + offset: 0x8ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartMario260Wheel1 + type: texture + offset: 0x8ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartMario260Wheel2 + type: texture + offset: 0x8EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartMario260Wheel3 + type: texture + offset: 0x8EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartMario261Wheel0 + type: texture + offset: 0x8EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartMario261Wheel1 + type: texture + offset: 0x8EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartMario261Wheel2 + type: texture + offset: 0x8EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartMario261Wheel3 + type: texture + offset: 0x8F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartMario262Wheel0 + type: texture + offset: 0x8F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartMario262Wheel1 + type: texture + offset: 0x8F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartMario262Wheel2 + type: texture + offset: 0x8F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartMario262Wheel3 + type: texture + offset: 0x8F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartMario263Wheel0 + type: texture + offset: 0x8F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartMario263Wheel1 + type: texture + offset: 0x8F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartMario263Wheel2 + type: texture + offset: 0x8F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartMario263Wheel3 + type: texture + offset: 0x8F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartMario264Wheel0 + type: texture + offset: 0x8F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartMario264Wheel1 + type: texture + offset: 0x8F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartMario264Wheel2 + type: texture + offset: 0x8F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartMario264Wheel3 + type: texture + offset: 0x8F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartMario265Wheel0 + type: texture + offset: 0x8F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartMario265Wheel1 + type: texture + offset: 0x8F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartMario265Wheel2 + type: texture + offset: 0x8F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartMario265Wheel3 + type: texture + offset: 0x8F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartMario266Wheel0 + type: texture + offset: 0x8F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartMario266Wheel1 + type: texture + offset: 0x8F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartMario266Wheel2 + type: texture + offset: 0x8F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartMario266Wheel3 + type: texture + offset: 0x8FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartMario267Wheel0 + type: texture + offset: 0x8FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartMario267Wheel1 + type: texture + offset: 0x8FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartMario267Wheel2 + type: texture + offset: 0x8FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartMario267Wheel3 + type: texture + offset: 0x8FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartMario268Wheel0 + type: texture + offset: 0x8FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartMario268Wheel1 + type: texture + offset: 0x8FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartMario268Wheel2 + type: texture + offset: 0x8FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartMario268Wheel3 + type: texture + offset: 0x8FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartMario269Wheel0 + type: texture + offset: 0x8FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartMario269Wheel1 + type: texture + offset: 0x8FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartMario269Wheel2 + type: texture + offset: 0x8FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartMario269Wheel3 + type: texture + offset: 0x90030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartMario270Wheel0 + type: texture + offset: 0x900B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartMario270Wheel1 + type: texture + offset: 0x90130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartMario270Wheel2 + type: texture + offset: 0x901B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartMario270Wheel3 + type: texture + offset: 0x90230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartMario271Wheel0 + type: texture + offset: 0x902B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartMario271Wheel1 + type: texture + offset: 0x90330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartMario271Wheel2 + type: texture + offset: 0x903B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartMario271Wheel3 + type: texture + offset: 0x90430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartMario272Wheel0 + type: texture + offset: 0x904B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartMario272Wheel1 + type: texture + offset: 0x90530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartMario272Wheel2 + type: texture + offset: 0x905B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartMario272Wheel3 + type: texture + offset: 0x90630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartMario273Wheel0 + type: texture + offset: 0x906B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartMario273Wheel1 + type: texture + offset: 0x90730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartMario273Wheel2 + type: texture + offset: 0x907B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartMario273Wheel3 + type: texture + offset: 0x90830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartMario274Wheel0 + type: texture + offset: 0x908B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartMario274Wheel1 + type: texture + offset: 0x90930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartMario274Wheel2 + type: texture + offset: 0x909B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartMario274Wheel3 + type: texture + offset: 0x90A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartMario275Wheel0 + type: texture + offset: 0x90AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartMario275Wheel1 + type: texture + offset: 0x90B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartMario275Wheel2 + type: texture + offset: 0x90BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartMario275Wheel3 + type: texture + offset: 0x90C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartMario276Wheel0 + type: texture + offset: 0x90CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartMario276Wheel1 + type: texture + offset: 0x90D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartMario276Wheel2 + type: texture + offset: 0x90DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartMario276Wheel3 + type: texture + offset: 0x90E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartMario277Wheel0 + type: texture + offset: 0x90EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartMario277Wheel1 + type: texture + offset: 0x90F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartMario277Wheel2 + type: texture + offset: 0x90FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartMario277Wheel3 + type: texture + offset: 0x91030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartMario278Wheel0 + type: texture + offset: 0x910B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartMario278Wheel1 + type: texture + offset: 0x91130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartMario278Wheel2 + type: texture + offset: 0x911B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartMario278Wheel3 + type: texture + offset: 0x91230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartMario279Wheel0 + type: texture + offset: 0x912B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartMario279Wheel1 + type: texture + offset: 0x91330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartMario279Wheel2 + type: texture + offset: 0x913B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartMario279Wheel3 + type: texture + offset: 0x91430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartMario280Wheel0 + type: texture + offset: 0x914B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartMario280Wheel1 + type: texture + offset: 0x91530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartMario280Wheel2 + type: texture + offset: 0x915B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartMario280Wheel3 + type: texture + offset: 0x91630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartMario281Wheel0 + type: texture + offset: 0x916B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartMario281Wheel1 + type: texture + offset: 0x91730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartMario281Wheel2 + type: texture + offset: 0x917B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartMario281Wheel3 + type: texture + offset: 0x91830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartMario282Wheel0 + type: texture + offset: 0x918B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartMario282Wheel1 + type: texture + offset: 0x91930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartMario282Wheel2 + type: texture + offset: 0x919B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartMario282Wheel3 + type: texture + offset: 0x91A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartMario283Wheel0 + type: texture + offset: 0x91AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartMario283Wheel1 + type: texture + offset: 0x91B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartMario283Wheel2 + type: texture + offset: 0x91BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartMario283Wheel3 + type: texture + offset: 0x91C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartMario284Wheel0 + type: texture + offset: 0x91CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartMario284Wheel1 + type: texture + offset: 0x91D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartMario284Wheel2 + type: texture + offset: 0x91DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartMario284Wheel3 + type: texture + offset: 0x91E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartMario285Wheel0 + type: texture + offset: 0x91EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartMario285Wheel1 + type: texture + offset: 0x91F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartMario285Wheel2 + type: texture + offset: 0x91FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartMario285Wheel3 + type: texture + offset: 0x92030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartMario286Wheel0 + type: texture + offset: 0x920B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartMario286Wheel1 + type: texture + offset: 0x92130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartMario286Wheel2 + type: texture + offset: 0x921B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartMario286Wheel3 + type: texture + offset: 0x92230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartMario287Wheel0 + type: texture + offset: 0x922B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartMario287Wheel1 + type: texture + offset: 0x92330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartMario287Wheel2 + type: texture + offset: 0x923B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartMario287Wheel3 + type: texture + offset: 0x92430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartMario288Wheel0 + type: texture + offset: 0x924B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartMario288Wheel1 + type: texture + offset: 0x92530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartMario288Wheel2 + type: texture + offset: 0x925B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartMario288Wheel3 + type: texture + offset: 0x92630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +mario_kart_palette: + symbol: gKartMarioPalette + type: texture + offset: 0x926B0 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/mario_raceway_data.yml b/android/app/src/main/assets/yamls/us/mario_raceway_data.yml new file mode 100644 index 0000000000..18b6ebaf97 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/mario_raceway_data.yml @@ -0,0 +1,503 @@ +:config: + segments: + - [0x06, 0x8284D0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_mario_raceway_dl_0: + symbol: d_course_mario_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_mario_raceway_dl_E8: + symbol: d_course_mario_raceway_dl_E8 + type: gfx + offset: 0xE8 + otr_mode: index +d_course_mario_raceway_dl_1D0: + symbol: d_course_mario_raceway_dl_1D0 + type: gfx + offset: 0x1D0 + otr_mode: index +d_course_mario_raceway_dl_2C8: + symbol: d_course_mario_raceway_dl_2C8 + type: gfx + offset: 0x2C8 + otr_mode: index +d_course_mario_raceway_dl_3A8: + symbol: d_course_mario_raceway_dl_3A8 + type: gfx + offset: 0x3A8 + otr_mode: index +d_course_mario_raceway_dl_478: + symbol: d_course_mario_raceway_dl_478 + type: gfx + offset: 0x478 + otr_mode: index +d_course_mario_raceway_dl_568: + symbol: d_course_mario_raceway_dl_568 + type: gfx + offset: 0x568 + otr_mode: index +d_course_mario_raceway_dl_668: + symbol: d_course_mario_raceway_dl_668 + type: gfx + offset: 0x668 + otr_mode: index +d_course_mario_raceway_dl_750: + symbol: d_course_mario_raceway_dl_750 + type: gfx + offset: 0x750 + otr_mode: index +d_course_mario_raceway_dl_828: + symbol: d_course_mario_raceway_dl_828 + type: gfx + offset: 0x828 + otr_mode: index +d_course_mario_raceway_dl_928: + symbol: d_course_mario_raceway_dl_928 + type: gfx + offset: 0x928 + otr_mode: index +d_course_mario_raceway_dl_A00: + symbol: d_course_mario_raceway_dl_A00 + type: gfx + offset: 0xA00 + otr_mode: index +d_course_mario_raceway_dl_B08: + symbol: d_course_mario_raceway_dl_B08 + type: gfx + offset: 0xB08 + otr_mode: index +d_course_mario_raceway_dl_C20: + symbol: d_course_mario_raceway_dl_C20 + type: gfx + offset: 0xC20 + otr_mode: index +d_course_mario_raceway_dl_DC8: + symbol: d_course_mario_raceway_dl_DC8 + type: gfx + offset: 0xDC8 + otr_mode: index +d_course_mario_raceway_dl_F60: + symbol: d_course_mario_raceway_dl_F60 + type: gfx + offset: 0xF60 + otr_mode: index +d_course_mario_raceway_dl_10A8: + symbol: d_course_mario_raceway_dl_10A8 + type: gfx + offset: 0x10A8 + otr_mode: index +d_course_mario_raceway_dl_1210: + symbol: d_course_mario_raceway_dl_1210 + type: gfx + offset: 0x1210 + otr_mode: index +d_course_mario_raceway_dl_1408: + symbol: d_course_mario_raceway_dl_1408 + type: gfx + offset: 0x1408 + otr_mode: index +d_course_mario_raceway_dl_15C8: + symbol: d_course_mario_raceway_dl_15C8 + type: gfx + offset: 0x15C8 + otr_mode: index +d_course_mario_raceway_dl_1740: + symbol: d_course_mario_raceway_dl_1740 + type: gfx + offset: 0x1740 + otr_mode: index +d_course_mario_raceway_dl_1850: + symbol: d_course_mario_raceway_dl_1850 + type: gfx + offset: 0x1850 + otr_mode: index +d_course_mario_raceway_dl_1A30: + symbol: d_course_mario_raceway_dl_1A30 + type: gfx + offset: 0x1A30 + otr_mode: index +d_course_mario_raceway_dl_1B70: + symbol: d_course_mario_raceway_dl_1B70 + type: gfx + offset: 0x1B70 + otr_mode: index +d_course_mario_raceway_dl_1CF8: + symbol: d_course_mario_raceway_dl_1CF8 + type: gfx + offset: 0x1CF8 + otr_mode: index +d_course_mario_raceway_dl_1DE0: + symbol: d_course_mario_raceway_dl_1DE0 + type: gfx + offset: 0x1DE0 + otr_mode: index +d_course_mario_raceway_dl_1F68: + symbol: d_course_mario_raceway_dl_1F68 + type: gfx + offset: 0x1F68 + otr_mode: index +d_course_mario_raceway_dl_20A0: + symbol: d_course_mario_raceway_dl_20A0 + type: gfx + offset: 0x20A0 + otr_mode: index +d_course_mario_raceway_dl_21E8: + symbol: d_course_mario_raceway_dl_21E8 + type: gfx + offset: 0x21E8 + otr_mode: index +d_course_mario_raceway_dl_22E0: + symbol: d_course_mario_raceway_dl_22E0 + type: gfx + offset: 0x22E0 + otr_mode: index +d_course_mario_raceway_dl_2418: + symbol: d_course_mario_raceway_dl_2418 + type: gfx + offset: 0x2418 + otr_mode: index +d_course_mario_raceway_dl_2558: + symbol: d_course_mario_raceway_dl_2558 + type: gfx + offset: 0x2558 + otr_mode: index +d_course_mario_raceway_dl_2680: + symbol: d_course_mario_raceway_dl_2680 + type: gfx + offset: 0x2680 + otr_mode: index +d_course_mario_raceway_dl_2790: + symbol: d_course_mario_raceway_dl_2790 + type: gfx + offset: 0x2790 + otr_mode: index +d_course_mario_raceway_dl_28B0: + symbol: d_course_mario_raceway_dl_28B0 + type: gfx + offset: 0x28B0 + otr_mode: index +d_course_mario_raceway_dl_2A10: + symbol: d_course_mario_raceway_dl_2A10 + type: gfx + offset: 0x2A10 + otr_mode: index +d_course_mario_raceway_dl_2B40: + symbol: d_course_mario_raceway_dl_2B40 + type: gfx + offset: 0x2B40 + otr_mode: index +d_course_mario_raceway_dl_2C98: + symbol: d_course_mario_raceway_dl_2C98 + type: gfx + offset: 0x2C98 + otr_mode: index +d_course_mario_raceway_dl_2DC0: + symbol: d_course_mario_raceway_dl_2DC0 + type: gfx + offset: 0x2DC0 + otr_mode: index +d_course_mario_raceway_dl_2EF8: + symbol: d_course_mario_raceway_dl_2EF8 + type: gfx + offset: 0x2EF8 + otr_mode: index +d_course_mario_raceway_dl_3038: + symbol: d_course_mario_raceway_dl_3038 + type: gfx + offset: 0x3038 + otr_mode: index +d_course_mario_raceway_dl_31F0: + symbol: d_course_mario_raceway_dl_31F0 + type: gfx + offset: 0x31F0 + otr_mode: index +d_course_mario_raceway_dl_32D8: + symbol: d_course_mario_raceway_dl_32D8 + type: gfx + offset: 0x32D8 + otr_mode: index +d_course_mario_raceway_dl_3458: + symbol: d_course_mario_raceway_dl_3458 + type: gfx + offset: 0x3458 + otr_mode: index +d_course_mario_raceway_dl_35D0: + symbol: d_course_mario_raceway_dl_35D0 + type: gfx + offset: 0x35D0 + otr_mode: index +d_course_mario_raceway_dl_3748: + symbol: d_course_mario_raceway_dl_3748 + type: gfx + offset: 0x3748 + otr_mode: index +d_course_mario_raceway_dl_3830: + symbol: d_course_mario_raceway_dl_3830 + type: gfx + offset: 0x3830 + otr_mode: index +d_course_mario_raceway_dl_3960: + symbol: d_course_mario_raceway_dl_3960 + type: gfx + offset: 0x3960 + otr_mode: index +d_course_mario_raceway_dl_3AA0: + symbol: d_course_mario_raceway_dl_3AA0 + type: gfx + offset: 0x3AA0 + otr_mode: index +d_course_mario_raceway_dl_3C08: + symbol: d_course_mario_raceway_dl_3C08 + type: gfx + offset: 0x3C08 + otr_mode: index +d_course_mario_raceway_dl_3D68: + symbol: d_course_mario_raceway_dl_3D68 + type: gfx + offset: 0x3D68 + otr_mode: index +d_course_mario_raceway_dl_3EB8: + symbol: d_course_mario_raceway_dl_3EB8 + type: gfx + offset: 0x3EB8 + otr_mode: index +d_course_mario_raceway_dl_4038: + symbol: d_course_mario_raceway_dl_4038 + type: gfx + offset: 0x4038 + otr_mode: index +d_course_mario_raceway_dl_4150: + symbol: d_course_mario_raceway_dl_4150 + type: gfx + offset: 0x4150 + otr_mode: index +d_course_mario_raceway_dl_42A0: + symbol: d_course_mario_raceway_dl_42A0 + type: gfx + offset: 0x42A0 + otr_mode: index +d_course_mario_raceway_dl_43D8: + symbol: d_course_mario_raceway_dl_43D8 + type: gfx + offset: 0x43D8 + otr_mode: index +d_course_mario_raceway_dl_44F8: + symbol: d_course_mario_raceway_dl_44F8 + type: gfx + offset: 0x44F8 + otr_mode: index +d_course_mario_raceway_dl_4610: + symbol: d_course_mario_raceway_dl_4610 + type: gfx + offset: 0x4610 + otr_mode: index +d_course_mario_raceway_dl_4738: + symbol: d_course_mario_raceway_dl_4738 + type: gfx + offset: 0x4738 + otr_mode: index +d_course_mario_raceway_dl_4840: + symbol: d_course_mario_raceway_dl_4840 + type: gfx + offset: 0x4840 + otr_mode: index +d_course_mario_raceway_dl_4910: + symbol: d_course_mario_raceway_dl_4910 + type: gfx + offset: 0x4910 + otr_mode: index +d_course_mario_raceway_dl_4A60: + symbol: d_course_mario_raceway_dl_4A60 + type: gfx + offset: 0x4A60 + otr_mode: index +d_course_mario_raceway_dl_4B78: + symbol: d_course_mario_raceway_dl_4B78 + type: gfx + offset: 0x4B78 + otr_mode: index +d_course_mario_raceway_dl_4CD8: + symbol: d_course_mario_raceway_dl_4CD8 + type: gfx + offset: 0x4CD8 + otr_mode: index +d_course_mario_raceway_dl_4DC8: + symbol: d_course_mario_raceway_dl_4DC8 + type: gfx + offset: 0x4DC8 + otr_mode: index +d_course_mario_raceway_dl_4ED0: + symbol: d_course_mario_raceway_dl_4ED0 + type: gfx + offset: 0x4ED0 + otr_mode: index +d_course_mario_raceway_dl_4FF0: + symbol: d_course_mario_raceway_dl_4FF0 + type: gfx + offset: 0x4FF0 + otr_mode: index +d_course_mario_raceway_dl_5150: + symbol: d_course_mario_raceway_dl_5150 + type: gfx + offset: 0x5150 + otr_mode: index +d_course_mario_raceway_dl_5228: + symbol: d_course_mario_raceway_dl_5228 + type: gfx + offset: 0x5228 + otr_mode: index +d_course_mario_raceway_unknown_waypoints: + symbol: d_course_mario_raceway_unknown_waypoints + offset: 0x5568 + count: 73 + type: mk64:TRACK_PATH +d_course_mario_raceway_track_waypoints: + symbol: d_course_mario_raceway_track_waypoints + offset: 0x57B0 + count: 500 + type: mk64:TRACK_PATH +d_course_mario_raceway_piranha_plant_tlut: + symbol: d_course_mario_raceway_piranha_plant_tlut + type: texture + offset: 0x6750 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_mario_raceway_piranha_plant_model: + symbol: d_course_mario_raceway_piranha_plant_model + type: vtx + offset: 0x6950 + count: 4 +d_course_mario_raceway_dl_piranha_plant: + symbol: d_course_mario_raceway_dl_piranha_plant + type: gfx + offset: 0x6990 + otr_mode: index +d_course_mario_raceway_tree_model: + symbol: d_course_mario_raceway_tree_model + type: vtx + offset: 0x6A28 + count: 4 +d_course_mario_raceway_dl_tree: + symbol: d_course_mario_raceway_dl_tree + type: gfx + offset: 0x6A68 + otr_mode: index +d_course_mario_sign_model: + symbol: d_course_mario_sign_model + type: vtx + offset: 0x6B08 + count: 8 +d_course_mario_raceway_06006B88: + symbol: d_course_mario_raceway_06006B88 + type: vtx + offset: 0x6B88 + count: 30 +d_course_mario_raceway_06006D68: + symbol: d_course_mario_raceway_06006D68 + type: vtx + offset: 0x6D68 + count: 24 +d_course_mario_raceway_06006EE8: + symbol: d_course_mario_raceway_06006EE8 + type: vtx + offset: 0x6EE8 + count: 6 +d_course_mario_raceway_06006F48: + symbol: d_course_mario_raceway_06006F48 + type: vtx + offset: 0x6F48 + count: 6 +d_course_mario_raceway_06006FA8: + symbol: d_course_mario_raceway_06006FA8 + type: vtx + offset: 0x6FA8 + count: 6 +d_course_mario_raceway_06007008: + symbol: d_course_mario_raceway_06007008 + type: vtx + offset: 0x7008 + count: 6 +d_course_mario_sign_left: + symbol: d_course_mario_sign_left + type: texture + offset: 0x7068 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_mario_sign_right: + symbol: d_course_mario_sign_right + type: texture + offset: 0x8068 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_mario_raceway_dl_9068: + symbol: d_course_mario_raceway_dl_9068 + type: gfx + offset: 0x9068 + otr_mode: index +d_course_mario_raceway_dl_90B0: + symbol: d_course_mario_raceway_dl_90B0 + type: gfx + offset: 0x90B0 +d_course_mario_raceway_dl_90C0: + symbol: d_course_mario_raceway_dl_90C0 + type: gfx + offset: 0x90C0 + otr_mode: index +d_course_mario_raceway_dl_9190: + symbol: d_course_mario_raceway_dl_9190 + type: gfx + offset: 0x9190 + otr_mode: index +d_course_mario_raceway_dl_9250: + symbol: d_course_mario_raceway_dl_9250 + type: gfx + offset: 0x9250 + otr_mode: index +d_course_mario_raceway_dl_9310: + symbol: d_course_mario_raceway_dl_9310 + type: gfx + offset: 0x9310 +d_course_mario_raceway_dl_sign: + symbol: d_course_mario_raceway_dl_sign + type: gfx + offset: 0x9330 +d_course_mario_raceway_dl_9348: + symbol: d_course_mario_raceway_dl_9348 + type: gfx + offset: 0x9348 + otr_mode: index +d_course_mario_raceway_item_box_spawns: + symbol: d_course_mario_raceway_item_box_spawns + type: mk64:spawn_data + count: 16 + offset: 0x9498 +d_course_mario_raceway_piranha_plant_spawns: + symbol: d_course_mario_raceway_piranha_plant_spawns + type: mk64:spawn_data + count: 11 + offset: 0x9518 +d_course_mario_raceway_tree_spawns: + symbol: d_course_mario_raceway_tree_spawns + type: mk64:spawn_data + count: 28 + offset: 0x9570 +d_course_mario_raceway_addr: + symbol: d_course_mario_raceway_addr + type: mk64:track_sections + offset: 0x9650 + count: 53 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/mario_raceway_displaylists.yml b/android/app/src/main/assets/yamls/us/mario_raceway_displaylists.yml new file mode 100644 index 0000000000..87a2542fc2 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/mario_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x899104 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_packed_dls: + symbol: d_course_mario_raceway_packed_dls + type: blob + offset: 0x899104 + size: 0x23FD diff --git a/android/app/src/main/assets/yamls/us/mario_raceway_vertices.yml b/android/app/src/main/assets/yamls/us/mario_raceway_vertices.yml new file mode 100644 index 0000000000..b716b96aa2 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/mario_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x88FA10] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_vertex: + symbol: d_course_mario_raceway_vertex + type: mk64:course_vtx + count: 5757 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/moo_moo_farm_data.yml b/android/app/src/main/assets/yamls/us/moo_moo_farm_data.yml new file mode 100644 index 0000000000..c6ce2f67a2 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/moo_moo_farm_data.yml @@ -0,0 +1,674 @@ +:config: + segments: + - [0x06, 0x852E20] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_moo_moo_farm_mole_frames: + range: [0xFE70, 0x13670] + mode: APPEND +d_course_moo_moo_farm_dl_0: + symbol: d_course_moo_moo_farm_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_moo_moo_farm_dl_30: + symbol: d_course_moo_moo_farm_dl_30 + type: gfx + offset: 0x30 + otr_mode: index +d_course_moo_moo_farm_dl_48: + symbol: d_course_moo_moo_farm_dl_48 + type: gfx + offset: 0x48 + otr_mode: index +d_course_moo_moo_farm_dl_60: + symbol: d_course_moo_moo_farm_dl_60 + type: gfx + offset: 0x60 + otr_mode: index +d_course_moo_moo_farm_dl_78: + symbol: d_course_moo_moo_farm_dl_78 + type: gfx + offset: 0x78 + otr_mode: index +d_course_moo_moo_farm_dl_88: + symbol: d_course_moo_moo_farm_dl_88 + type: gfx + offset: 0x88 + otr_mode: index +d_course_moo_moo_farm_dl_338: + symbol: d_course_moo_moo_farm_dl_338 + type: gfx + offset: 0x338 + otr_mode: index +d_course_moo_moo_farm_dl_598: + symbol: d_course_moo_moo_farm_dl_598 + type: gfx + offset: 0x598 + otr_mode: index +d_course_moo_moo_farm_dl_8A0: + symbol: d_course_moo_moo_farm_dl_8A0 + type: gfx + offset: 0x8a0 + otr_mode: index +d_course_moo_moo_farm_dl_B00: + symbol: d_course_moo_moo_farm_dl_B00 + type: gfx + offset: 0xb00 + otr_mode: index +d_course_moo_moo_farm_dl_D70: + symbol: d_course_moo_moo_farm_dl_D70 + type: gfx + offset: 0xd70 + otr_mode: index +d_course_moo_moo_farm_dl_FE0: + symbol: d_course_moo_moo_farm_dl_FE0 + type: gfx + offset: 0xfe0 + otr_mode: index +d_course_moo_moo_farm_dl_12B8: + symbol: d_course_moo_moo_farm_dl_12B8 + type: gfx + offset: 0x12b8 + otr_mode: index +d_course_moo_moo_farm_dl_1530: + symbol: d_course_moo_moo_farm_dl_1530 + type: gfx + offset: 0x1530 + otr_mode: index +d_course_moo_moo_farm_dl_1790: + symbol: d_course_moo_moo_farm_dl_1790 + type: gfx + offset: 0x1790 + otr_mode: index +d_course_moo_moo_farm_dl_1A20: + symbol: d_course_moo_moo_farm_dl_1A20 + type: gfx + offset: 0x1a20 + otr_mode: index +d_course_moo_moo_farm_dl_1D00: + symbol: d_course_moo_moo_farm_dl_1D00 + type: gfx + offset: 0x1d00 + otr_mode: index +d_course_moo_moo_farm_dl_1F58: + symbol: d_course_moo_moo_farm_dl_1F58 + type: gfx + offset: 0x1f58 + otr_mode: index +d_course_moo_moo_farm_dl_2190: + symbol: d_course_moo_moo_farm_dl_2190 + type: gfx + offset: 0x2190 + otr_mode: index +d_course_moo_moo_farm_dl_2470: + symbol: d_course_moo_moo_farm_dl_2470 + type: gfx + offset: 0x2470 + otr_mode: index +d_course_moo_moo_farm_dl_27A8: + symbol: d_course_moo_moo_farm_dl_27A8 + type: gfx + offset: 0x27a8 + otr_mode: index +d_course_moo_moo_farm_dl_2A10: + symbol: d_course_moo_moo_farm_dl_2A10 + type: gfx + offset: 0x2a10 + otr_mode: index +d_course_moo_moo_farm_dl_2C38: + symbol: d_course_moo_moo_farm_dl_2C38 + type: gfx + offset: 0x2c38 + otr_mode: index +d_course_moo_moo_farm_dl_2F20: + symbol: d_course_moo_moo_farm_dl_2F20 + type: gfx + offset: 0x2f20 + otr_mode: index +d_course_moo_moo_farm_dl_3238: + symbol: d_course_moo_moo_farm_dl_3238 + type: gfx + offset: 0x3238 + otr_mode: index +d_course_moo_moo_farm_dl_34A0: + symbol: d_course_moo_moo_farm_dl_34A0 + type: gfx + offset: 0x34a0 + otr_mode: index +d_course_moo_moo_farm_dl_36B8: + symbol: d_course_moo_moo_farm_dl_36B8 + type: gfx + offset: 0x36b8 + otr_mode: index +d_course_moo_moo_farm_dl_39F8: + symbol: d_course_moo_moo_farm_dl_39F8 + type: gfx + offset: 0x39f8 + otr_mode: index +d_course_moo_moo_farm_dl_3CB0: + symbol: d_course_moo_moo_farm_dl_3CB0 + type: gfx + offset: 0x3cb0 + otr_mode: index +d_course_moo_moo_farm_dl_3EB8: + symbol: d_course_moo_moo_farm_dl_3EB8 + type: gfx + offset: 0x3eb8 + otr_mode: index +d_course_moo_moo_farm_dl_4098: + symbol: d_course_moo_moo_farm_dl_4098 + type: gfx + offset: 0x4098 + otr_mode: index +d_course_moo_moo_farm_dl_4428: + symbol: d_course_moo_moo_farm_dl_4428 + type: gfx + offset: 0x4428 + otr_mode: index +d_course_moo_moo_farm_dl_46D8: + symbol: d_course_moo_moo_farm_dl_46D8 + type: gfx + offset: 0x46d8 + otr_mode: index +d_course_moo_moo_farm_dl_4910: + symbol: d_course_moo_moo_farm_dl_4910 + type: gfx + offset: 0x4910 + otr_mode: index +d_course_moo_moo_farm_dl_4AD0: + symbol: d_course_moo_moo_farm_dl_4AD0 + type: gfx + offset: 0x4ad0 + otr_mode: index +d_course_moo_moo_farm_dl_4E00: + symbol: d_course_moo_moo_farm_dl_4E00 + type: gfx + offset: 0x4e00 + otr_mode: index +d_course_moo_moo_farm_dl_5040: + symbol: d_course_moo_moo_farm_dl_5040 + type: gfx + offset: 0x5040 + otr_mode: index +d_course_moo_moo_farm_dl_5290: + symbol: d_course_moo_moo_farm_dl_5290 + type: gfx + offset: 0x5290 + otr_mode: index +d_course_moo_moo_farm_dl_5458: + symbol: d_course_moo_moo_farm_dl_5458 + type: gfx + offset: 0x5458 + otr_mode: index +d_course_moo_moo_farm_dl_5758: + symbol: d_course_moo_moo_farm_dl_5758 + type: gfx + offset: 0x5758 + otr_mode: index +d_course_moo_moo_farm_dl_5990: + symbol: d_course_moo_moo_farm_dl_5990 + type: gfx + offset: 0x5990 + otr_mode: index +d_course_moo_moo_farm_dl_5BF8: + symbol: d_course_moo_moo_farm_dl_5BF8 + type: gfx + offset: 0x5bf8 + otr_mode: index +d_course_moo_moo_farm_dl_5DF0: + symbol: d_course_moo_moo_farm_dl_5DF0 + type: gfx + offset: 0x5df0 + otr_mode: index +d_course_moo_moo_farm_dl_60A8: + symbol: d_course_moo_moo_farm_dl_60A8 + type: gfx + offset: 0x60a8 + otr_mode: index +d_course_moo_moo_farm_dl_62D0: + symbol: d_course_moo_moo_farm_dl_62D0 + type: gfx + offset: 0x62d0 + otr_mode: index +d_course_moo_moo_farm_dl_6548: + symbol: d_course_moo_moo_farm_dl_6548 + type: gfx + offset: 0x6548 + otr_mode: index +d_course_moo_moo_farm_dl_6778: + symbol: d_course_moo_moo_farm_dl_6778 + type: gfx + offset: 0x6778 + otr_mode: index +d_course_moo_moo_farm_dl_6A70: + symbol: d_course_moo_moo_farm_dl_6A70 + type: gfx + offset: 0x6a70 + otr_mode: index +d_course_moo_moo_farm_dl_6CB8: + symbol: d_course_moo_moo_farm_dl_6CB8 + type: gfx + offset: 0x6cb8 + otr_mode: index +d_course_moo_moo_farm_dl_6FF0: + symbol: d_course_moo_moo_farm_dl_6FF0 + type: gfx + offset: 0x6ff0 + otr_mode: index +d_course_moo_moo_farm_dl_7218: + symbol: d_course_moo_moo_farm_dl_7218 + type: gfx + offset: 0x7218 + otr_mode: index +d_course_moo_moo_farm_dl_74C8: + symbol: d_course_moo_moo_farm_dl_74C8 + type: gfx + offset: 0x74c8 + otr_mode: index +d_course_moo_moo_farm_dl_7718: + symbol: d_course_moo_moo_farm_dl_7718 + type: gfx + offset: 0x7718 + otr_mode: index +d_course_moo_moo_farm_dl_7A80: + symbol: d_course_moo_moo_farm_dl_7A80 + type: gfx + offset: 0x7a80 + otr_mode: index +d_course_moo_moo_farm_dl_7CD8: + symbol: d_course_moo_moo_farm_dl_7CD8 + type: gfx + offset: 0x7cd8 + otr_mode: index +d_course_moo_moo_farm_dl_7F78: + symbol: d_course_moo_moo_farm_dl_7F78 + type: gfx + offset: 0x7f78 + otr_mode: index +d_course_moo_moo_farm_dl_81E8: + symbol: d_course_moo_moo_farm_dl_81E8 + type: gfx + offset: 0x81e8 + otr_mode: index +d_course_moo_moo_farm_dl_84D0: + symbol: d_course_moo_moo_farm_dl_84D0 + type: gfx + offset: 0x84d0 + otr_mode: index +d_course_moo_moo_farm_dl_8728: + symbol: d_course_moo_moo_farm_dl_8728 + type: gfx + offset: 0x8728 + otr_mode: index +d_course_moo_moo_farm_dl_89A0: + symbol: d_course_moo_moo_farm_dl_89A0 + type: gfx + offset: 0x89a0 + otr_mode: index +d_course_moo_moo_farm_dl_8C00: + symbol: d_course_moo_moo_farm_dl_8C00 + type: gfx + offset: 0x8c00 + otr_mode: index +d_course_moo_moo_farm_dl_8F18: + symbol: d_course_moo_moo_farm_dl_8F18 + type: gfx + offset: 0x8f18 + otr_mode: index +d_course_moo_moo_farm_dl_9178: + symbol: d_course_moo_moo_farm_dl_9178 + type: gfx + offset: 0x9178 + otr_mode: index +d_course_moo_moo_farm_dl_93D0: + symbol: d_course_moo_moo_farm_dl_93D0 + type: gfx + offset: 0x93d0 + otr_mode: index +d_course_moo_moo_farm_dl_9640: + symbol: d_course_moo_moo_farm_dl_9640 + type: gfx + offset: 0x9640 + otr_mode: index +d_course_moo_moo_farm_dl_9938: + symbol: d_course_moo_moo_farm_dl_9938 + type: gfx + offset: 0x9938 + otr_mode: index +d_course_moo_moo_farm_dl_9BB0: + symbol: d_course_moo_moo_farm_dl_9BB0 + type: gfx + offset: 0x9bb0 + otr_mode: index +d_course_moo_moo_farm_dl_9DF8: + symbol: d_course_moo_moo_farm_dl_9DF8 + type: gfx + offset: 0x9df8 + otr_mode: index +d_course_moo_moo_farm_dl_A010: + symbol: d_course_moo_moo_farm_dl_A010 + type: gfx + offset: 0xa010 + otr_mode: index +d_course_moo_moo_farm_dl_A2C0: + symbol: d_course_moo_moo_farm_dl_A2C0 + type: gfx + offset: 0xa2c0 + otr_mode: index +d_course_moo_moo_farm_dl_A568: + symbol: d_course_moo_moo_farm_dl_A568 + type: gfx + offset: 0xa568 + otr_mode: index +d_course_moo_moo_farm_dl_A7B0: + symbol: d_course_moo_moo_farm_dl_A7B0 + type: gfx + offset: 0xa7b0 + otr_mode: index +d_course_moo_moo_farm_dl_A9C8: + symbol: d_course_moo_moo_farm_dl_A9C8 + type: gfx + offset: 0xa9c8 + otr_mode: index +d_course_moo_moo_farm_dl_ACB0: + symbol: d_course_moo_moo_farm_dl_ACB0 + type: gfx + offset: 0xacb0 + otr_mode: index +d_course_moo_moo_farm_dl_B020: + symbol: d_course_moo_moo_farm_dl_B020 + type: gfx + offset: 0xb020 + otr_mode: index +d_course_moo_moo_farm_dl_B230: + symbol: d_course_moo_moo_farm_dl_B230 + type: gfx + offset: 0xb230 + otr_mode: index +d_course_moo_moo_farm_dl_B478: + symbol: d_course_moo_moo_farm_dl_B478 + type: gfx + offset: 0xb478 + otr_mode: index +d_course_moo_moo_farm_dl_B798: + symbol: d_course_moo_moo_farm_dl_B798 + type: gfx + offset: 0xb798 + otr_mode: index +d_course_moo_moo_farm_dl_BB00: + symbol: d_course_moo_moo_farm_dl_BB00 + type: gfx + offset: 0xbb00 + otr_mode: index +d_course_moo_moo_farm_dl_BCE8: + symbol: d_course_moo_moo_farm_dl_BCE8 + type: gfx + offset: 0xbce8 + otr_mode: index +d_course_moo_moo_farm_dl_BF10: + symbol: d_course_moo_moo_farm_dl_BF10 + type: gfx + offset: 0xbf10 + otr_mode: index +d_course_moo_moo_farm_dl_C180: + symbol: d_course_moo_moo_farm_dl_C180 + type: gfx + offset: 0xc180 + otr_mode: index +d_course_moo_moo_farm_dl_C4F8: + symbol: d_course_moo_moo_farm_dl_C4F8 + type: gfx + offset: 0xc4f8 + otr_mode: index +d_course_moo_moo_farm_dl_C6D8: + symbol: d_course_moo_moo_farm_dl_C6D8 + type: gfx + offset: 0xc6d8 + otr_mode: index +d_course_moo_moo_farm_dl_C950: + symbol: d_course_moo_moo_farm_dl_C950 + type: gfx + offset: 0xc950 + otr_mode: index +d_course_moo_moo_farm_dl_CBC8: + symbol: d_course_moo_moo_farm_dl_CBC8 + type: gfx + offset: 0xcbc8 + otr_mode: index +d_course_moo_moo_farm_dl_CF58: + symbol: d_course_moo_moo_farm_dl_CF58 + type: gfx + offset: 0xcf58 + otr_mode: index +d_course_moo_moo_farm_dl_D140: + symbol: d_course_moo_moo_farm_dl_D140 + type: gfx + offset: 0xd140 + otr_mode: index +d_course_moo_moo_farm_dl_D408: + symbol: d_course_moo_moo_farm_dl_D408 + type: gfx + offset: 0xd408 + otr_mode: index +d_course_moo_moo_farm_dl_D6B0: + symbol: d_course_moo_moo_farm_dl_D6B0 + type: gfx + offset: 0xd6b0 + otr_mode: index +d_course_moo_moo_farm_dl_DA50: + symbol: d_course_moo_moo_farm_dl_DA50 + type: gfx + offset: 0xda50 + otr_mode: index +d_course_moo_moo_farm_dl_DC70: + symbol: d_course_moo_moo_farm_dl_DC70 + type: gfx + offset: 0xdc70 + otr_mode: index +d_course_moo_moo_farm_dl_DF60: + symbol: d_course_moo_moo_farm_dl_DF60 + type: gfx + offset: 0xdf60 + otr_mode: index +d_course_moo_moo_farm_dl_E1D8: + symbol: d_course_moo_moo_farm_dl_E1D8 + type: gfx + offset: 0xe1d8 + otr_mode: index +d_course_moo_moo_farm_dl_E4B0: + symbol: d_course_moo_moo_farm_dl_E4B0 + type: gfx + offset: 0xe4b0 + otr_mode: index +d_course_moo_moo_farm_dl_E708: + symbol: d_course_moo_moo_farm_dl_E708 + type: gfx + offset: 0xe708 + otr_mode: index +d_course_moo_moo_farm_dl_EA18: + symbol: d_course_moo_moo_farm_dl_EA18 + type: gfx + offset: 0xea18 + otr_mode: index +d_course_moo_moo_farm_unknown_waypoints: + symbol: d_course_moo_moo_farm_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xec80 + count: 45 +d_course_moo_moo_farm_track_waypoints: + symbol: d_course_moo_moo_farm_track_waypoints + type: mk64:TRACK_PATH + offset: 0xede8 + count: 465 +d_course_moo_moo_farm_mole_tlut: + symbol: d_course_moo_moo_farm_mole_tlut + type: texture + offset: 0xfc70 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTextureMole1: + symbol: gTextureMole1 + type: texture + offset: 0xfe70 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole2: + symbol: gTextureMole2 + type: texture + offset: 0x10670 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole3: + symbol: gTextureMole3 + type: texture + offset: 0x10E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole4: + symbol: gTextureMole4 + type: texture + offset: 0x11670 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole5: + symbol: gTextureMole5 + type: texture + offset: 0x11E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole6: + symbol: gTextureMole6 + type: texture + offset: 0x12670 + width: 32 + height: 64 + format: ci8 + ctype: u8 +gTextureMole7: + symbol: gTextureMole7 + type: texture + offset: 0x12E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 +d_course_moo_moo_farm_mole_dirt: + symbol: d_course_moo_moo_farm_mole_dirt + type: texture + offset: 0x13670 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_moo_moo_farm_cow_tlut: + symbol: d_course_moo_moo_farm_cow_tlut + type: texture + offset: 0x13870 + width: 12 + height: 17 + format: rgba16 + ctype: u16 +d_course_moo_moo_farm_cow_model: + symbol: d_course_moo_moo_farm_cow_model + type: vtx + offset: 0x13a08 + count: 8 +d_course_moo_moo_farm_unknown_model1: + symbol: d_course_moo_moo_farm_unknown_model1 + type: vtx + offset: 0x13a88 + count: 8 +d_course_moo_moo_farm_unknown_model2: + symbol: d_course_moo_moo_farm_unknown_model2 + type: vtx + offset: 0x13b08 + count: 8 +d_course_moo_moo_farm_dl_13B88: + symbol: d_course_moo_moo_farm_dl_13B88 + type: gfx + offset: 0x13b88 +d_course_moo_moo_farm_dl_cow1: + symbol: d_course_moo_moo_farm_dl_cow1 + type: gfx + offset: 0x13c00 +d_course_moo_moo_farm_dl_cow2: + symbol: d_course_moo_moo_farm_dl_cow2 + type: gfx + offset: 0x13ca0 +d_course_moo_moo_farm_dl_cow3: + symbol: d_course_moo_moo_farm_dl_cow3 + type: gfx + offset: 0x13d20 +d_course_moo_moo_farm_dl_cow4: + symbol: d_course_moo_moo_farm_dl_cow4 + type: gfx + offset: 0x13da0 +d_course_moo_moo_farm_dl_cow5: + symbol: d_course_moo_moo_farm_dl_cow5 + type: gfx + offset: 0x13e20 +d_course_moo_moo_farm_tree_model: + symbol: d_course_moo_moo_farm_tree_model + type: vtx + offset: 0x13ea0 + count: 8 +d_course_moo_moo_farm_dl_tree: + symbol: d_course_moo_moo_farm_dl_tree + type: gfx + offset: 0x13f20 +d_course_moo_moo_farm_dl_13FF8: + symbol: d_course_moo_moo_farm_dl_13FF8 + type: gfx + offset: 0x13ff8 + otr_mode: index +d_course_moo_moo_farm_dl_14060: + symbol: d_course_moo_moo_farm_dl_14060 + type: gfx + offset: 0x14060 + otr_mode: index +d_course_moo_moo_farm_dl_14088: + symbol: d_course_moo_moo_farm_dl_14088 + type: gfx + offset: 0x14088 + otr_mode: index +d_course_moo_moo_farm_cow_spawn: + symbol: d_course_moo_moo_farm_cow_spawn + type: mk64:spawn_data + offset: 0x14200 + count: 38 +d_course_moo_moo_farm_tree_spawn: + symbol: d_course_moo_moo_farm_tree_spawn + type: mk64:spawn_data + offset: 0x14330 + count: 22 +d_course_moo_moo_farm_item_box_spawns: + symbol: d_course_moo_moo_farm_item_box_spawns + type: mk64:spawn_data + offset: 0x143e0 + count: 27 +d_course_moo_moo_farm_addr: + symbol: d_course_moo_moo_farm_addr + type: mk64:track_sections + offset: 0x144b8 + count: 77 diff --git a/android/app/src/main/assets/yamls/us/moo_moo_farm_displaylists.yml b/android/app/src/main/assets/yamls/us/moo_moo_farm_displaylists.yml new file mode 100644 index 0000000000..8bcba0c88b --- /dev/null +++ b/android/app/src/main/assets/yamls/us/moo_moo_farm_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x918ECC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_moo_moo_farm_packed_dls: + symbol: d_course_moo_moo_farm_packed_dls + type: blob + offset: 0x918ECC + size: 0x2AA5 diff --git a/android/app/src/main/assets/yamls/us/moo_moo_farm_vertices.yml b/android/app/src/main/assets/yamls/us/moo_moo_farm_vertices.yml new file mode 100644 index 0000000000..2aeddb5c32 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/moo_moo_farm_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x90B3E0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_moo_moo_farm_vertex: + symbol: d_course_moo_moo_farm_vertex + type: mk64:course_vtx + count: 7972 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/other_textures.yml b/android/app/src/main/assets/yamls/us/other_textures.yml new file mode 100644 index 0000000000..8af9581658 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/other_textures.yml @@ -0,0 +1,4900 @@ +:config: + segments: + - [0x0F, 0x641F70] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +sign_shell_shot_0: + symbol: gTextureSignShellShot0 + type: texture + ctype: u16 + width: 64 + height: 32 + mio0: true + offset: 0x0 + format: rgba16 +sign_shell_shot_1: + symbol: gTextureSignShellShot1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x38C + mio0: true + format: rgba16 +gray_checkerboard: + symbol: gTextureGrayCheckerboard + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x5D4 + mio0: true + format: rgba16 +gray_cobblestone: + symbol: gTextureGrayCobblestone + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x6E0 + mio0: true + format: rgba16 +texture_64275C: + symbol: gTexture64275C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x7EC + mio0: true + format: rgba16 +texture_64286C: + symbol: gTexture64286C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8FC + mio0: true + format: rgba16 +texture_642978: + symbol: gTexture642978 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA08 + mio0: true + format: rgba16 +sign_blue_64: + symbol: gTextureSignBlue64 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xB18 + mio0: true + format: rgba16 +checkerboard_yellow_pink: + symbol: gTextureCheckerboardYellowPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1080 + mio0: true + format: rgba16 +texture_64313C: + symbol: gTexture64313C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11CC + mio0: true + format: rgba16 +checkerbord_yellow_blue: + symbol: gTextureCheckerboardYellowBlue + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1384 + mio0: true + format: rgba16 +texture_643430: + symbol: gTexture643430 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x14C0 + mio0: true + format: ia16 +texture_643A34: + symbol: gTexture643A34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1AC4 + mio0: true + format: rgba16 +texture_643B3C: + symbol: gTexture643B3C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1BCC + mio0: true + format: rgba16 +texture_6442D4: + symbol: gTexture6442D4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2364 + mio0: true + format: rgba16 +texture_64440C: + symbol: gTexture64440C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x249C + mio0: true + format: rgba16 +texture_6446AC: + symbol: gTexture6446AC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x273C + mio0: true + format: rgba16 +texture_6447C4: + symbol: gTexture6447C4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2854 + mio0: true + format: rgba16 +checkerboard_black_white: + symbol: gTextureCheckerboardBlackWhite + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x295C + mio0: true + format: rgba16 +texture_6449D4: + symbol: gTexture6449D4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A64 + mio0: true + format: rgba16 +texture_645134: + symbol: gTexture645134 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31C4 + mio0: true + format: rgba16 +texture_645660: + symbol: gTexture645660 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x36F0 + mio0: true + format: rgba16 +texture_6457D8: + symbol: gTexture6457D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3868 + mio0: true + format: rgba16 +checkerboard_blue_green: + symbol: gTextureCheckerboardBlueGreen + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39C8 + mio0: true + format: rgba16 +number_yellow_blue_1: + symbol: gTextureNumberYellowBlue1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3B04 + mio0: true + format: rgba16 +number_yellow_blue_2: + symbol: gTextureNumberYellowBlue2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3CB4 + mio0: true + format: rgba16 +number_yellow_blue_3: + symbol: gTextureNumberYellowBlue3 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3E7C + mio0: true + format: rgba16 +number_yellow_blue_4: + symbol: gTextureNumberYellowBlue4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4048 + mio0: true + format: rgba16 +texture_64619C: + symbol: gTexture64619C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x422C + mio0: true + format: rgba16 +texture_6462C0: + symbol: gTexture6462C0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4350 + mio0: true + format: rgba16 +texture_64647C: + symbol: gTexture64647C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x450C + mio0: true + format: rgba16 +texture_646CA8: + symbol: gTexture646CA8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4D38 + mio0: true + format: rgba16 +texture_6473E4: + symbol: gTexture6473E4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5474 + mio0: true + format: rgba16 +texture_647994: + symbol: gTexture647994 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5A24 + mio0: true + format: rgba16 +texture_647F4C: + symbol: gTexture647F4C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5FDC + mio0: true + format: rgba16 +texture_648508: + symbol: gTexture648508 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x6598 + mio0: true + format: rgba16 +grass_1: + symbol: gTextureGrass1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x6798 + mio0: true + format: rgba16 +wood_door_0: + symbol: gTextureWoodDoor0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x68C0 + mio0: true + format: rgba16 +wood_door_1: + symbol: gTextureWoodDoor1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x6B54 + mio0: true + format: rgba16 +grass_2: + symbol: gTextureGrass2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x7458 + mio0: true + format: rgba16 +gTextureMooMooFarmSignLeft: + symbol: gTextureMooMooFarmSignLeft + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x7870 + mio0: true + format: rgba16 +gTextureMooMooFarmSignRight: + symbol: gTextureMooMooFarmSignRight + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x82D8 + mio0: true + format: rgba16 +texture_64ACAC: + symbol: gTexture64ACAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8D3C + mio0: true + format: rgba16 +texture_64AF50: + symbol: gTexture64AF50 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8FE0 + mio0: true + format: rgba16 +texture_64B090: + symbol: gTexture64B090 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9120 + mio0: true + format: rgba16 +texture_64B3F8: + symbol: gTexture64B3F8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9488 + mio0: true + format: rgba16 +texture_64B54C: + symbol: gTexture64B54C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x95DC + mio0: true + format: rgba16 +texture_64B8D8: + symbol: gTexture64B8D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9968 + mio0: true + format: rgba16 +texture_64BA50: + symbol: gTexture64BA50 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9AE0 + mio0: true + format: rgba16 +texture_64BB60: + symbol: gTexture64BB60 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9BF0 + mio0: true + format: rgba16 +texture_64BCCC: + symbol: gTexture64BCCC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9D5C + mio0: true + format: rgba16 +texture_64C11C: + symbol: gTexture64C11C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA1AC + mio0: true + format: rgba16 +texture_64C7B4: + symbol: gTexture64C7B4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA844 + mio0: true + format: rgba16 +texture_64CC20: + symbol: gTexture64CC20 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xACB0 + mio0: true + format: rgba16 +sign_merging_lanes: + symbol: gTextureSignMergingLanes + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xBB74 + mio0: true + format: rgba16 +grass_3: + symbol: gTextureGrass3 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xBC8C + mio0: true + format: rgba16 +grass_4: + symbol: gTextureGrass4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC000 + mio0: true + format: rgba16 +grass_5: + symbol: gTextureGrass5 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC5C4 + mio0: true + format: rgba16 +grass_6: + symbol: gTextureGrass6 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC804 + mio0: true + format: rgba16 +sign_nintendo_0: + symbol: gTextureSignNintendo0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xCA40 + mio0: true + format: rgba16 +sign_nintendo_1: + symbol: gTextureSignNintendo1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xCF84 + mio0: true + format: rgba16 +grass_7: + symbol: gTextureGrass7 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xD498 + mio0: true + format: rgba16 +texture_64F9E8: + symbol: gTexture64F9E8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xDA78 + mio0: true + format: rgba16 +texture_64FBF4: + symbol: gTexture64FBF4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xDC84 + mio0: true + format: rgba16 +texture_64FE68: + symbol: gTexture64FE68 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xDEF8 + mio0: true + format: rgba16 +wood_bridge_slats: + symbol: gTextureWoodBridgeSlats + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xE150 + mio0: true + format: rgba16 +flag_red: + symbol: gTextureFlagRed + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xEEFC + mio0: true + format: rgba16 +texture_65100C: + symbol: gTexture65100C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF09C + mio0: true + format: rgba16 +texture_65112C: + symbol: gTexture65112C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF1BC + mio0: true + format: rgba16 +texture_65127C: + symbol: gTexture65127C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF30C + mio0: true + format: rgba16 +texture_651428: + symbol: gTexture651428 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF4B8 + mio0: true + format: rgba16 +texture_651984: + symbol: gTexture651984 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFA14 + mio0: true + format: rgba16 +texture_651B20: + symbol: gTexture651B20 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFBB0 + mio0: true + format: rgba16 +texture_651F40: + symbol: gTexture651F40 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFFD0 + mio0: true + format: rgba16 +texture_6522E0: + symbol: gTexture6522E0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x10370 + mio0: true + format: rgba16 +texture_6528DC: + symbol: gTexture6528DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1096C + mio0: true + format: rgba16 +texture_652B54: + symbol: gTexture652B54 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x10BE4 + mio0: true + format: rgba16 +texture_65315C: + symbol: gTexture65315C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x111EC + mio0: true + format: rgba16 +texture_653608: + symbol: gTexture653608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11698 + mio0: true + format: rgba16 +texture_653DB0: + symbol: gTexture653DB0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11E40 + mio0: true + format: rgba16 +texture_654460: + symbol: gTexture654460 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x124F0 + mio0: true + format: rgba16 +texture_654F74: + symbol: gTexture654F74 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x13004 + mio0: true + format: rgba16 +texture_655998: + symbol: gTexture655998 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x13A28 + mio0: true + format: rgba16 +texture_655F38: + symbol: gTexture655F38 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x13FC8 + mio0: true + format: rgba16 +texture_656AF4: + symbol: gTexture656AF4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x14B84 + mio0: true + format: rgba16 +texture_6575C8: + symbol: gTexture6575C8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x15658 + mio0: true + format: rgba16 +texture_658370: + symbol: gTexture658370 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x16400 + mio0: true + format: rgba16 +texture_65912C: + symbol: gTexture65912C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x171BC + mio0: true + format: rgba16 +texture_659EE8: + symbol: gTexture659EE8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x17F78 + mio0: true + format: rgba16 +texture_65ADE0: + symbol: gTexture65ADE0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x18E70 + mio0: true + format: rgba16 +texture_65BB3C: + symbol: gTexture65BB3C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x19BCC + mio0: true + format: rgba16 +texture_65C8DC: + symbol: gTexture65C8DC + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1A96C + mio0: true + format: rgba16 +texture_65D5D4: + symbol: gTexture65D5D4 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1B664 + mio0: true + format: rgba16 +texture_65E2EC: + symbol: gTexture65E2EC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1C37C + mio0: true + format: rgba16 +texture_65E59C: + symbol: gTexture65E59C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1C62C + mio0: true + format: rgba16 +texture_65EAEC: + symbol: gTexture65EAEC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1CB7C + mio0: true + format: rgba16 +texture_65EE38: + symbol: gTexture65EE38 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x1CEC8 + mio0: true + format: rgba16 +texture_65FB18: + symbol: gTexture65FB18 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1DBA8 + mio0: true + format: rgba16 +sign_pink_arrow: + symbol: gTextureSignPinkArrow + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1DF98 + mio0: true + format: rgba16 +crown_jewel_blue: + symbol: gTextureCrownJewelBlue + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E130 + mio0: true + format: rgba16 +crown: + symbol: gTextureCrown + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E434 + mio0: true + format: rgba16 +crown_jewel_pink: + symbol: gTextureCrownJewelPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E53C + mio0: true + format: rgba16 +texture_6607C0: + symbol: gTexture6607C0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E850 + mio0: true + format: rgba16 +texture_6608C8: + symbol: gTexture6608C8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E958 + mio0: true + format: rgba16 +texture_6609D0: + symbol: gTexture6609D0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1EA60 + mio0: true + format: rgba16 +texture_660D8C: + symbol: gTexture660D8C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1EE1C + mio0: true + format: rgba16 +roof_tile: + symbol: gTextureRoofTile + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1EF44 + mio0: true + format: rgba16 +castle_bricks: + symbol: gTextureCastleBricks + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x1F070 + mio0: true + format: rgba16 +castle_bridge: + symbol: gTextureCastleBridge + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1FBA4 + mio0: true + format: rgba16 +grass_8: + symbol: gTextureGrass8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1FFCC + mio0: true + format: rgba16 +grass_9: + symbol: gTextureGrass9 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x20298 + mio0: true + format: rgba16 +texture_66262C: + symbol: gTexture66262C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x206BC + mio0: true + format: rgba16 +texture_662924: + symbol: gTexture662924 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x209B4 + mio0: true + format: rgba16 +texture_662A34: + symbol: gTexture662A34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x20AC4 + mio0: true + format: rgba16 +sign_toad_yellow: + symbol: gTextureSignToadYellow + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x20BCC + mio0: true + format: rgba16 +sign_toad_green: + symbol: gTextureSignToadGreen + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x212F0 + mio0: true + format: rgba16 +sign_toad_red: + symbol: gTextureSignToadRed + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x21A10 + mio0: true + format: rgba16 +texture_663F90: + symbol: gTexture663F90 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22020 + mio0: true + format: rgba16 +texture_6640B4: + symbol: gTexture6640B4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22144 + mio0: true + format: rgba16 +texture_6642A4: + symbol: gTexture6642A4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22334 + mio0: true + format: rgba16 +texture_664408: + symbol: gTexture664408 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x22498 + mio0: true + format: rgba16 +texture_6646B8: + symbol: gTexture6646B8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x22748 + mio0: true + format: rgba16 +sign_koopa_air_0: + symbol: gTextureSignKoopaAir0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x229E0 + mio0: true + format: rgba16 +sign_koopa_air_1: + symbol: gTextureSignKoopaAir1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x22D40 + mio0: true + format: rgba16 +bricks_red: + symbol: gTextureBricksRed + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x23044 + mio0: true + format: rgba16 +texture_665C0C: + symbol: gTexture665C0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x23C9C + mio0: true + format: rgba16 +texture_6661AC: + symbol: gTexture6661AC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2423C + mio0: true + format: rgba16 +texture_6663A4: + symbol: gTexture6663A4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x24434 + mio0: true + format: rgba16 +sign_bowser_0: + symbol: gTextureSignBowser0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x24A2C + mio0: true + format: rgba16 +sign_bowser_1: + symbol: gTextureSignBowser1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x251FC + mio0: true + format: rgba16 +grass_10: + symbol: gTextureGrass10 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2584C + mio0: true + format: rgba16 +grass_11: + symbol: gTextureGrass11 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x25A44 + mio0: true + format: rgba16 +texture_667BAC: + symbol: gTexture667BAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x25C3C + mio0: true + format: rgba16 +texture_668228: + symbol: gTexture668228 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x262B8 + mio0: true + format: rgba16 +texture_668358: + symbol: gTexture668358 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x263E8 + mio0: true + format: rgba16 +texture_6684F8: + symbol: gTexture6684F8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26588 + mio0: true + format: rgba16 +texture_668608: + symbol: gTexture668608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26698 + mio0: true + format: rgba16 +texture_668728: + symbol: gTexture668728 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x267B8 + mio0: true + format: rgba16 +texture_668920: + symbol: gTexture668920 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x269B0 + mio0: true + format: rgba16 +grass_12: + symbol: gTextureGrass12 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26D8C + mio0: true + format: rgba16 +texture_669570: + symbol: gTexture669570 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x27600 + mio0: true + format: rgba16 +texture_66A3DC: + symbol: gTexture66A3DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2846C + mio0: true + format: rgba16 +texture_66ABA4: + symbol: gTexture66ABA4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x28C34 + mio0: true + format: rgba16 +texture_66AEB8: + symbol: gTexture66AEB8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x28F48 + mio0: true + format: ia16 +sign_luigi_face_0: + symbol: gTextureSignLuigiFace0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x2914C + mio0: true + format: rgba16 +sign_luigi_face_1: + symbol: gTextureSignLuigiFace1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x29718 + mio0: true + format: rgba16 +sign_luigis_0: + symbol: gTextureSignLuigis0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x29D78 + mio0: true + format: rgba16 +sign_luigis_1: + symbol: gTextureSignLuigis1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A000 + mio0: true + format: rgba16 +sign_mario_star_0: + symbol: gTextureSignMarioStar0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A2B0 + mio0: true + format: rgba16 +sign_mario_star_1: + symbol: gTextureSignMarioStar1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A584 + mio0: true + format: rgba16 +texture_66C7A8: + symbol: gTexture66C7A8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A838 + mio0: true + format: rgba16 +texture_66C8F4: + symbol: gTexture66C8F4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A984 + mio0: true + format: rgba16 +texture_66CA98: + symbol: gTexture66CA98 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2AB28 + mio0: true + format: rgba16 +texture_66CD64: + symbol: gTexture66CD64 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2ADF4 + mio0: true + format: rgba16 +texture_66D024: + symbol: gTexture66D024 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B0B4 + mio0: true + format: rgba16 +flag_red_2: + symbol: gTextureFlagRed2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B5A0 + mio0: true + format: rgba16 +texture_66D698: + symbol: gTexture66D698 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B728 + mio0: true + format: rgba16 +checkerboard_pink: + symbol: gTextureCheckerboardPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2BA98 + mio0: true + format: rgba16 +texture_66DB60: + symbol: gTexture66DB60 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2BBF0 + mio0: true + format: rgba16 +texture_66DD38: + symbol: gTexture66DD38 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x2BDC8 + mio0: true + format: rgba16 +sign_nintendo_red_0: + symbol: gTextureSignNintendoRed0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2C0F8 + mio0: true + format: rgba16 +sign_nintendo_red_1: + symbol: gTextureSignNintendoRed1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2C3A0 + mio0: true + format: rgba16 +texture_66E608: + symbol: gTexture66E608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2C698 + mio0: true + format: rgba16 +texture_66EBF0: + symbol: gTexture66EBF0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2CC80 + mio0: true + format: rgba16 +texture_66ED38: + symbol: gTexture66ED38 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2CDC8 + mio0: true + format: rgba16 +stainglass_peach_0: + symbol: gTextureStainglassPeach0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2CED8 + mio0: true + format: rgba16 +stainglass_peach_1: + symbol: gTextureStainglassPeach1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2DDAC + mio0: true + format: rgba16 +texture_670AC8: + symbol: gTexture670AC8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2EB58 + mio0: true + format: rgba16 +texture_671A88: + symbol: gTexture671A88 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2FB18 + mio0: true + format: rgba16 +railroad_track: + symbol: gTextureRailroadTrack + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2FC48 + mio0: true + format: rgba16 +railroad_crossing_track: + symbol: gTextureRailroadCrossingTrack + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x307A4 + mio0: true + format: rgba16 +texture_67291C: + symbol: gTexture67291C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x309AC + mio0: true + format: rgba16 +rainbow: + symbol: gTextureRainbow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x30F48 + mio0: true + format: rgba16 +texture_673118: + symbol: gTexture673118 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x311A8 + mio0: true + format: rgba16 +texture_6733CC: + symbol: gTexture6733CC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3145C + mio0: true + format: rgba16 +texture_6735DC: + symbol: gTexture6735DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3166C + mio0: true + format: rgba16 +texture_673990: + symbol: gTexture673990 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31A20 + mio0: true + format: rgba16 +texture_673C68: + symbol: gTexture673C68 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31CF8 + mio0: true + format: rgba16 +texture_673FF8: + symbol: gTexture673FF8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32088 + mio0: true + format: rgba16 +texture_674354: + symbol: gTexture674354 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x323E4 + mio0: true + format: rgba16 +texture_6747C4: + symbol: gTexture6747C4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32854 + mio0: true + format: rgba16 +texture_67490C: + symbol: gTexture67490C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3299C + mio0: true + format: rgba16 +texture_674B28: + symbol: gTexture674B28 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32BB8 + mio0: true + format: rgba16 +texture_674D58: + symbol: gTexture674D58 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x32DE8 + mio0: true + format: rgba16 +texture_675064: + symbol: gTexture675064 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x330F4 + mio0: true + format: rgba16 +texture_675220: + symbol: gTexture675220 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x332B0 + mio0: true + format: rgba16 +texture_675434: + symbol: gTexture675434 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x334C4 + mio0: true + format: rgba16 +road_0: + symbol: gTextureRoad0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3370C + mio0: true + format: rgba16 +road_1: + symbol: gTextureRoad1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33A0C + mio0: true + format: rgba16 +road_2: + symbol: gTextureRoad2 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33CE0 + mio0: true + format: rgba16 +road_3: + symbol: gTextureRoad3 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33F90 + mio0: true + format: rgba16 +road_4: + symbol: gTextureRoad4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34218 + mio0: true + format: rgba16 +road_5: + symbol: gTextureRoad5 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3449C + mio0: true + format: rgba16 +road_finish_0: + symbol: gTextureRoadFinish0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34758 + mio0: true + format: rgba16 +road_finish_1: + symbol: gTextureRoadFinish1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34A90 + mio0: true + format: rgba16 +texture_676C6C: + symbol: gTexture676C6C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34CFC + mio0: true + format: rgba16 +texture_676D7C: + symbol: gTexture676D7C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34E0C + mio0: true + format: rgba16 +texture_676EA8: + symbol: gTexture676EA8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34F38 + mio0: true + format: rgba16 +texture_676FB0: + symbol: gTexture676FB0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35040 + mio0: true + format: rgba16 +texture_6774D8: + symbol: gTexture6774D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35568 + mio0: true + format: rgba16 +texture_6775EC: + symbol: gTexture6775EC + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3567C + mio0: true + format: rgba16 +fence_barbed_wire: + symbol: gTextureFenceBarbedWire + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x358B0 + mio0: true + format: rgba16 +texture_677A40: + symbol: gTexture677A40 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35AD0 + mio0: true + format: rgba16 +sign_falling_rocks: + symbol: gTextureSignFallingRocks + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35D48 + mio0: true + format: rgba16 +sign_backside: + symbol: gTextureSignBackside + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35E74 + mio0: true + format: rgba16 +texture_677F04: + symbol: gTexture677F04 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35F94 + mio0: true + format: rgba16 +texture_678118: + symbol: gTexture678118 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x361A8 + mio0: true + format: rgba16 +texture_67842C: + symbol: gTexture67842C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x364BC + mio0: true + format: rgba16 +texture_67893C: + symbol: gTexture67893C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x369CC + mio0: true + format: rgba16 +texture_678CC8: + symbol: gTexture678CC8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x36D58 + mio0: true + format: rgba16 +texture_679258: + symbol: gTexture679258 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x372E8 + mio0: true + format: rgba16 +texture_67973C: + symbol: gTexture67973C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x377CC + mio0: true + format: rgba16 +texture_679C04: + symbol: gTexture679C04 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37C94 + mio0: true + format: rgba16 +texture_679D34: + symbol: gTexture679D34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37DC4 + mio0: true + format: rgba16 +star_outline: + symbol: gTextureStarOutline + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37ECC + mio0: true + format: ia16 +texture_67A1B8: + symbol: gTexture67A1B8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38248 + mio0: true + format: rgba16 +texture_67A370: + symbol: gTexture67A370 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38400 + mio0: true + format: rgba16 +texture_67A91C: + symbol: gTexture67A91C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x389AC + mio0: true + format: rgba16 +texture_67ADF0: + symbol: gTexture67ADF0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38E80 + mio0: true + format: rgba16 +texture_67B388: + symbol: gTexture67B388 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39418 + mio0: true + format: rgba16 +texture_67B75C: + symbol: gTexture67B75C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x397EC + mio0: true + format: rgba16 +texture_67B864: + symbol: gTexture67B864 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x398F4 + mio0: true + format: rgba16 +texture_67B9B0: + symbol: gTexture67B9B0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39A40 + mio0: true + format: rgba16 +texture_67BBD8: + symbol: gTexture67BBD8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39C68 + mio0: true + format: rgba16 +texture_67BEE8: + symbol: gTexture67BEE8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39F78 + mio0: true + format: rgba16 +sand_finish: + symbol: gTextureSandFinish + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A248 + mio0: true + format: rgba16 +waves_0: + symbol: gTextureWaves0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A478 + mio0: true + format: ia16 +waves_1: + symbol: gTextureWaves1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A948 + mio0: true + format: rgba16 +waves_2: + symbol: gTextureWaves2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3AF0C + mio0: true + format: rgba16 +texture_67D304: + symbol: gTexture67D304 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3B394 + mio0: true + format: rgba16 +texture_67DC20: + symbol: gTexture67DC20 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3BCB0 + mio0: true + format: rgba16 +texture_67E010: + symbol: gTexture67E010 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3C0A0 + mio0: true + format: rgba16 +texture_67E428: + symbol: gTexture67E428 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3C4B8 + mio0: true + format: rgba16 +texture_67EEAC: + symbol: gTexture67EEAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3CF3C + mio0: true + format: rgba16 +texture_67EFEC: + symbol: gTexture67EFEC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D07C + mio0: true + format: rgba16 +texture_67F15C: + symbol: gTexture67F15C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D1EC + mio0: true + format: rgba16 +texture_67F450: + symbol: gTexture67F450 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D4E0 + mio0: true + format: rgba16 +sign_wario_face: + symbol: gTextureSignWarioFace + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x3D674 + mio0: true + format: rgba16 +texture_67FE0C: + symbol: gTexture67FE0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3DE9C + mio0: true + format: rgba16 +sign_welcome_0: + symbol: gTextureSignWelcome0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3E17C + mio0: true + format: rgba16 +sign_welcome_1: + symbol: gTextureSignWelcome1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3EBAC + mio0: true + format: rgba16 +sign_wooden_back_0: + symbol: gTextureSignWoodenBack0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3F5B8 + mio0: true + format: rgba16 +sign_wooden_back_1: + symbol: gTextureSignWoodenBack1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3FCA8 + mio0: true + format: rgba16 +wheel_steam_engine: + symbol: gTextureWheelSteamEngine + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4037C + mio0: true + format: rgba16 +wheel_steam_engine_real: + symbol: gTextureWheelSteamEngineReal + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x4058C + mio0: true + format: rgba16 +texture_68272C: + symbol: gTexture68272C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x407BC + mio0: true + format: rgba16 +texture_682928: + symbol: gTexture682928 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x409B8 + mio0: true + format: rgba16 +texture_682B24: + symbol: gTexture682B24 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40BB4 + mio0: true + format: rgba16 +texture_682D20: + symbol: gTexture682D20 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40DB0 + mio0: true + format: rgba16 +texture_682F1C: + symbol: gTexture682F1C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40FAC + mio0: true + format: rgba16 +texture_683118: + symbol: gTexture683118 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x411A8 + mio0: true + format: rgba16 +texture_683314: + symbol: gTexture683314 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x413A4 + mio0: true + format: rgba16 +texture_6835F0: + symbol: gTexture6835F0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x41680 + mio0: true + format: rgba16 +texture_683844: + symbol: gTexture683844 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x418D4 + mio0: true + format: rgba16 +fence_post_wooden: + symbol: gTextureFencePostWooden + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x41F2C + mio0: true + format: rgba16 +texture_6846DC: + symbol: gTexture6846DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4276C + mio0: true + format: rgba16 +fence_rope: + symbol: gTextureFenceRope + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x42C58 + mio0: true + format: rgba16 +texture_685108: + symbol: gTexture685108 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x43198 + mio0: true + format: rgba16 +sign_wood_red_arrow: + symbol: gTextureSignWoodRedArrow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4366C + mio0: true + format: rgba16 +texture_685AC0: + symbol: gTexture685AC0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x43B50 + mio0: true + format: ia16 +sign_green_arrow: + symbol: gTextureSignGreenArrow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4431C + mio0: true + format: rgba16 +texture_6864E8: + symbol: gTexture6864E8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x44578 + mio0: true + format: rgba16 +texture_686CF0: + symbol: gTexture686CF0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x44D80 + mio0: true + format: rgba16 +texture_6875A8: + symbol: gTexture6875A8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x45638 + mio0: true + format: rgba16 +texture_687EE8: + symbol: gTexture687EE8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x45F78 + mio0: true + format: rgba16 +texture_68876C: + symbol: gTexture68876C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x467FC + mio0: true + format: rgba16 +texture_689230: + symbol: gTexture689230 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x472C0 + mio0: true + format: rgba16 +texture_689C00: + symbol: gTexture689C00 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x47C90 + mio0: true + format: rgba16 +texture_68A484: + symbol: gTexture68A484 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x48514 + mio0: true + format: rgba16 +texture_68AC5C: + symbol: gTexture68AC5C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x48CEC + mio0: true + format: rgba16 +texture_68B6A4: + symbol: gTexture68B6A4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x49734 + mio0: true + format: rgba16 +texture_68BE6C: + symbol: gTexture68BE6C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x49EFC + mio0: true + format: rgba16 +texture_68C310: + symbol: gTexture68C310 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4A3A0 + mio0: true + format: rgba16 +texture_68C620: + symbol: gTexture68C620 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A6B0 + mio0: true + format: rgba16 +texture_68C79C: + symbol: gTexture68C79C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A82C + mio0: true + format: rgba16 +texture_68C944: + symbol: gTexture68C944 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A9D4 + mio0: true + format: rgba16 +texture_68CA94: + symbol: gTexture68CA94 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AB24 + mio0: true + format: rgba16 +texture_68CC0C: + symbol: gTexture68CC0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AC9C + mio0: true + format: rgba16 +texture_68CDA0: + symbol: gTexture68CDA0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AE30 + mio0: true + format: rgba16 +sign_yoshi: + symbol: gTextureSignYoshi + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4AF40 + mio0: true + format: rgba16 +checkerboard_blue_gray: + symbol: gTextureCheckerboardBlueGray + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4B420 + mio0: true + format: rgba16 +texture_68D834: + symbol: gTexture68D834 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4B8C4 + mio0: true + format: rgba16 +texture_68D940: + symbol: gTexture68D940 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4B9D0 + mio0: true + format: rgba16 +texture_68DEC0: + symbol: gTexture68DEC0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4BF50 + mio0: true + format: rgba16 +texture_68E2D0: + symbol: gTexture68E2D0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4C360 + mio0: true + format: rgba16 +gTextureGreenShell0: + symbol: gTextureGreenShell0 + type: texture + mio0: true + offset: 0x4CBE0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell1: + symbol: gTextureGreenShell1 + type: texture + mio0: true + offset: 0x4CE30 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell2: + symbol: gTextureGreenShell2 + type: texture + mio0: true + offset: 0x4D080 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell3: + symbol: gTextureGreenShell3 + type: texture + mio0: true + offset: 0x4D2D8 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell4: + symbol: gTextureGreenShell4 + type: texture + mio0: true + offset: 0x4D538 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell5: + symbol: gTextureGreenShell5 + type: texture + mio0: true + offset: 0x4D790 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell6: + symbol: gTextureGreenShell6 + type: texture + mio0: true + offset: 0x4D9FC + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureGreenShell7: + symbol: gTextureGreenShell7 + type: texture + mio0: true + offset: 0x4DC5C + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +gTextureBlueShell0: + symbol: gTextureBlueShell0 + type: texture + mio0: true + offset: 0x4DEB0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell1: + symbol: gTextureBlueShell1 + type: texture + mio0: true + offset: 0x4E0DC + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell2: + symbol: gTextureBlueShell2 + type: texture + mio0: true + offset: 0x4E314 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell3: + symbol: gTextureBlueShell3 + type: texture + mio0: true + offset: 0x4E554 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell4: + symbol: gTextureBlueShell4 + type: texture + mio0: true + offset: 0x4E798 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell5: + symbol: gTextureBlueShell5 + type: texture + mio0: true + offset: 0x4E9F0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell6: + symbol: gTextureBlueShell6 + type: texture + mio0: true + offset: 0x4EC4C + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +gTextureBlueShell7: + symbol: gTextureBlueShell7 + type: texture + mio0: true + offset: 0x4EE88 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +question_mark_yellow: + symbol: gTextureQuestionMarkYellow + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x4F0C0 + mio0: true + format: rgba16 +gTextureTrees1: + symbol: gTextureTrees1 + type: texture + mio0: true + offset: 0x4F45C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees2: + symbol: gTextureTrees2 + type: texture + mio0: true + offset: 0x4F7A4 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees3: + symbol: gTextureTrees3 + type: texture + mio0: true + offset: 0x4FB3C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees4Left: + symbol: gTextureTrees4Left + type: texture + mio0: true + offset: 0x4FE28 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees4Right: + symbol: gTextureTrees4Right + type: texture + mio0: true + offset: 0x50118 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees5Left: + symbol: gTextureTrees5Left + type: texture + mio0: true + offset: 0x50468 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees5Right: + symbol: gTextureTrees5Right + type: texture + mio0: true + offset: 0x50678 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees6: + symbol: gTextureTrees6 + type: texture + mio0: true + offset: 0x50918 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +gTextureTrees7: + symbol: gTextureTrees7 + type: texture + mio0: true + offset: 0x50D50 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTTrees +shrub: + symbol: gTextureShrub + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x50FCC + mio0: true + format: rgba16 +gTextureFrappeSnowlandTreeLeft: + symbol: gTextureFrappeSnowlandTreeLeft + type: texture + mio0: true + offset: 0x513CC + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTFrappeSnowlandTree +gTextureFrappeSnowlandTreeRight: + symbol: gTextureFrappeSnowlandTreeRight + type: texture + mio0: true + offset: 0x51820 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTFrappeSnowlandTree +gTextureCow01Left: + symbol: gTextureCow01Left + type: texture + mio0: true + offset: 0x51C54 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow01Right: + symbol: gTextureCow01Right + type: texture + mio0: true + offset: 0x51FD8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow02Left: + symbol: gTextureCow02Left + type: texture + mio0: true + offset: 0x5232C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow02Right: + symbol: gTextureCow02Right + type: texture + mio0: true + offset: 0x526B8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow03Left: + symbol: gTextureCow03Left + type: texture + mio0: true + offset: 0x52A20 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow03Right: + symbol: gTextureCow03Right + type: texture + mio0: true + offset: 0x52D3C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow04Left: + symbol: gTextureCow04Left + type: texture + mio0: true + offset: 0x5300C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow04Right: + symbol: gTextureCow04Right + type: texture + mio0: true + offset: 0x532F8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow05Left: + symbol: gTextureCow05Left + type: texture + mio0: true + offset: 0x5363C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCow05Right: + symbol: gTextureCow05Right + type: texture + mio0: true + offset: 0x53950 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCow +gTextureCactus1Left: + symbol: gTextureCactus1Left + type: texture + mio0: true + offset: 0x53C34 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCactus +gTextureCactus1Right: + symbol: gTextureCactus1Right + type: texture + mio0: true + offset: 0x53F74 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCactus +gTextureCactus2Left: + symbol: gTextureCactus2Left + type: texture + mio0: true + offset: 0x54270 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCactus +gTextureCactus2Right: + symbol: gTextureCactus2Right + type: texture + mio0: true + offset: 0x54518 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCactus +gTextureCactus3: + symbol: gTextureCactus3 + type: texture + mio0: true + offset: 0x5488C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTCactus +gTextureFinishLineBanner1: + symbol: gTextureFinishLineBanner1 + type: texture + mio0: true + offset: 0x54C3C + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner2: + symbol: gTextureFinishLineBanner2 + type: texture + mio0: true + offset: 0x54ECC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner3: + symbol: gTextureFinishLineBanner3 + type: texture + mio0: true + offset: 0x551C8 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner4: + symbol: gTextureFinishLineBanner4 + type: texture + mio0: true + offset: 0x554CC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner5: + symbol: gTextureFinishLineBanner5 + type: texture + mio0: true + offset: 0x55880 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner6: + symbol: gTextureFinishLineBanner6 + type: texture + mio0: true + offset: 0x55BA0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner7: + symbol: gTextureFinishLineBanner7 + type: texture + mio0: true + offset: 0x55F10 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner8: + symbol: gTextureFinishLineBanner8 + type: texture + mio0: true + offset: 0x561AC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTexturePiranhaPlant1: + symbol: gTexturePiranhaPlant1 + type: texture + mio0: true + offset: 0x56408 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant2: + symbol: gTexturePiranhaPlant2 + type: texture + mio0: true + offset: 0x5662C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant3: + symbol: gTexturePiranhaPlant3 + type: texture + mio0: true + offset: 0x5688C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant4: + symbol: gTexturePiranhaPlant4 + type: texture + mio0: true + offset: 0x56AD0 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant5: + symbol: gTexturePiranhaPlant5 + type: texture + mio0: true + offset: 0x56CF0 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant6: + symbol: gTexturePiranhaPlant6 + type: texture + mio0: true + offset: 0x56EC8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant7: + symbol: gTexturePiranhaPlant7 + type: texture + mio0: true + offset: 0x57084 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant8: + symbol: gTexturePiranhaPlant8 + type: texture + mio0: true + offset: 0x57288 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +gTexturePiranhaPlant9: + symbol: gTexturePiranhaPlant9 + type: texture + mio0: true + offset: 0x57590 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: gTLUTMarioRacewayPiranhaPlant +texture_6997E0: + symbol: gTexture6997E0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x57870 + format: rgba16 +gTextureDksJungleParkwayKiwanoFruit1: + symbol: gTextureDksJungleParkwayKiwanoFruit1 + type: texture + mio0: true + offset: 0x57EB4 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: gTLUTDksJungleParkwayKiwanoFruit +gTextureDksJungleParkwayKiwanoFruit2: + symbol: gTextureDksJungleParkwayKiwanoFruit2 + type: texture + mio0: true + offset: 0x581E4 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: gTLUTDksJungleParkwayKiwanoFruit +gTextureDksJungleParkwayKiwanoFruit3: + symbol: gTextureDksJungleParkwayKiwanoFruit3 + type: texture + mio0: true + offset: 0x58550 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: gTLUTDksJungleParkwayKiwanoFruit +kart_shadow: + symbol: gTextureKartShadow + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x588C0 + format: i8 +texture_69B03C: + symbol: gTexture69B03C + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x590CC + format: i8 +texture_69B140: + symbol: gTexture69B140 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x591D0 + format: i8 +texture_69B378: + symbol: gTexture69B378 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x59408 + format: rgba16 +texture_69B960: + symbol: gTexture69B960 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x599F0 + format: i8 +texture_69BA28: + symbol: gTexture69BA28 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x59AB8 + format: i8 +boing_exclamation: + symbol: gTextureBoingExclamation + type: texture + mio0: true + ctype: u16 + width: 64 + height: 32 + offset: 0x59BA8 + format: ia8 +texture_69BE6C: + symbol: gTexture69BE6C + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x59EFC + format: ia16 +texture_69BF54: + symbol: gTexture69BF54 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x59FE4 + format: ia16 +texture_69C090: + symbol: gTexture69C090 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x5A120 + format: ia16 +texture_69C1E8: + symbol: gTexture69C1E8 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x5A278 + format: ia16 +texture_69C354: + symbol: gTexture69C354 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A3E4 + format: ia8 +texture_69C4E4: + symbol: gTexture69C4E4 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A574 + format: i8 +texture_69C80C: + symbol: gTexture69C80C + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A89C + format: ia8 +texture_69C9C4: + symbol: gTexture69C9C4 + type: texture + mio0: true + ctype: u8 + width: 16 + height: 16 + offset: 0x5AA54 + format: ia16 +texture_69CB84: + symbol: gTexture69CB84 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AC14 + format: i4 +texture_69CCEC: + symbol: gTexture69CCEC + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AD7C + format: i4 +texture_69CEB8: + symbol: gTexture69CEB8 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AF48 + format: i4 +texture_69D148: + symbol: gTexture69D148 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B1D8 + format: i4 +texture_69D4E0: + symbol: gTexture69D4E0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B570 + format: i4 +texture_69D8FC: + symbol: gTexture69D8FC + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B98C + format: i4 +texture_69DCB4: + symbol: gTexture69DCB4 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5BD44 + format: i4 +texture_69DFA0: + symbol: gTexture69DFA0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C030 + format: i4 +texture_69E25C: + symbol: gTexture69E25C + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C2EC + format: i4 +texture_69E518: + symbol: gTexture69E518 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C5A8 + format: i4 +texture_69E7A8: + symbol: gTexture69E7A8 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C838 + format: i4 +texture_69EA18: + symbol: gTexture69EA18 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CAA8 + format: i4 +texture_69EC54: + symbol: gTexture69EC54 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CCE4 + format: i4 +texture_69EE38: + symbol: gTexture69EE38 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CEC8 + format: i4 +texture_69EFE0: + symbol: gTexture69EFE0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5D070 + format: i4 +gTextureOnomatopoeiaCrash1: + symbol: gTextureOnomatopoeiaCrash1 + type: texture + mio0: true + offset: 0x5D1E8 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaCrash2: + symbol: gTextureOnomatopoeiaCrash2 + type: texture + mio0: true + offset: 0x5D420 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaWhrrrr1: + symbol: gTextureOnomatopoeiaWhrrrr1 + type: texture + mio0: true + offset: 0x5D674 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaWhrrrr2: + symbol: gTextureOnomatopoeiaWhrrrr2 + type: texture + mio0: true + offset: 0x5DA50 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaPoomp1: + symbol: gTextureOnomatopoeiaPoomp1 + type: texture + mio0: true + offset: 0x5DDFC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaPoomp2: + symbol: gTextureOnomatopoeiaPoomp2 + type: texture + mio0: true + offset: 0x5DFC0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureBalloon1: + symbol: gTextureBalloon1 + type: texture + mio0: true + offset: 0x5E19C + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureBalloon2: + symbol: gTextureBalloon2 + type: texture + mio0: true + offset: 0x5E3E0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +lightning_zap_0: + symbol: gTextureLightningBolt0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x5E574 + format: ia8 +lightning_zap_1: + symbol: gTextureLightningBolt1 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x5E828 + format: ia8 +gTextureLakituNoLights1: + symbol: gTextureLakituNoLights1 + type: texture + offset: 0x5EB50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights2: + symbol: gTextureLakituNoLights2 + type: texture + offset: 0x5FB10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights3: + symbol: gTextureLakituNoLights3 + type: texture + offset: 0x60AD0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights4: + symbol: gTextureLakituNoLights4 + type: texture + offset: 0x61A90 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights5: + symbol: gTextureLakituNoLights5 + type: texture + offset: 0x62A50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights6: + symbol: gTextureLakituNoLights6 + type: texture + offset: 0x63A10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights7: + symbol: gTextureLakituNoLights7 + type: texture + offset: 0x649D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights8: + symbol: gTextureLakituNoLights8 + type: texture + offset: 0x65990 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituRedLights01: + symbol: gTextureLakituRedLights01 + type: texture + offset: 0x66950 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights02: + symbol: gTextureLakituRedLights02 + type: texture + offset: 0x67910 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights03: + symbol: gTextureLakituRedLights03 + type: texture + offset: 0x688D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights04: + symbol: gTextureLakituRedLights04 + type: texture + offset: 0x69890 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights05: + symbol: gTextureLakituRedLights05 + type: texture + offset: 0x6A850 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights06: + symbol: gTextureLakituRedLights06 + type: texture + offset: 0x6B810 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights07: + symbol: gTextureLakituRedLights07 + type: texture + offset: 0x6C7D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights08: + symbol: gTextureLakituRedLights08 + type: texture + offset: 0x6D790 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights09: + symbol: gTextureLakituRedLights09 + type: texture + offset: 0x6E750 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights10: + symbol: gTextureLakituRedLights10 + type: texture + offset: 0x6F710 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights11: + symbol: gTextureLakituRedLights11 + type: texture + offset: 0x706D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights12: + symbol: gTextureLakituRedLights12 + type: texture + offset: 0x71690 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights13: + symbol: gTextureLakituRedLights13 + type: texture + offset: 0x72650 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights14: + symbol: gTextureLakituRedLights14 + type: texture + offset: 0x73610 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights15: + symbol: gTextureLakituRedLights15 + type: texture + offset: 0x745D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights16: + symbol: gTextureLakituRedLights16 + type: texture + offset: 0x75590 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituBlueLight1: + symbol: gTextureLakituBlueLight1 + type: texture + offset: 0x76550 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight2: + symbol: gTextureLakituBlueLight2 + type: texture + offset: 0x77510 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight3: + symbol: gTextureLakituBlueLight3 + type: texture + offset: 0x784D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight4: + symbol: gTextureLakituBlueLight4 + type: texture + offset: 0x79490 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight5: + symbol: gTextureLakituBlueLight5 + type: texture + offset: 0x7A450 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight6: + symbol: gTextureLakituBlueLight6 + type: texture + offset: 0x7B410 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight7: + symbol: gTextureLakituBlueLight7 + type: texture + offset: 0x7C3D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight8: + symbol: gTextureLakituBlueLight8 + type: texture + offset: 0x7D390 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituCheckeredFlag01: + symbol: gTextureLakituCheckeredFlag01 + type: texture + offset: 0x7E350 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag02: + symbol: gTextureLakituCheckeredFlag02 + type: texture + offset: 0x7F310 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag03: + symbol: gTextureLakituCheckeredFlag03 + type: texture + offset: 0x802D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag04: + symbol: gTextureLakituCheckeredFlag04 + type: texture + offset: 0x81290 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag05: + symbol: gTextureLakituCheckeredFlag05 + type: texture + offset: 0x82250 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag06: + symbol: gTextureLakituCheckeredFlag06 + type: texture + offset: 0x83210 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag07: + symbol: gTextureLakituCheckeredFlag07 + type: texture + offset: 0x841D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag08: + symbol: gTextureLakituCheckeredFlag08 + type: texture + offset: 0x85190 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag09: + symbol: gTextureLakituCheckeredFlag09 + type: texture + offset: 0x86150 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag10: + symbol: gTextureLakituCheckeredFlag10 + type: texture + offset: 0x87110 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag11: + symbol: gTextureLakituCheckeredFlag11 + type: texture + offset: 0x880D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag12: + symbol: gTextureLakituCheckeredFlag12 + type: texture + offset: 0x89090 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag13: + symbol: gTextureLakituCheckeredFlag13 + type: texture + offset: 0x8A050 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag14: + symbol: gTextureLakituCheckeredFlag14 + type: texture + offset: 0x8B010 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag15: + symbol: gTextureLakituCheckeredFlag15 + type: texture + offset: 0x8BFD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag16: + symbol: gTextureLakituCheckeredFlag16 + type: texture + offset: 0x8CF90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag17: + symbol: gTextureLakituCheckeredFlag17 + type: texture + offset: 0x8DF50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag18: + symbol: gTextureLakituCheckeredFlag18 + type: texture + offset: 0x8EF10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag19: + symbol: gTextureLakituCheckeredFlag19 + type: texture + offset: 0x8FED0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag20: + symbol: gTextureLakituCheckeredFlag20 + type: texture + offset: 0x90E90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag21: + symbol: gTextureLakituCheckeredFlag21 + type: texture + offset: 0x91E50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag22: + symbol: gTextureLakituCheckeredFlag22 + type: texture + offset: 0x92E10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag23: + symbol: gTextureLakituCheckeredFlag23 + type: texture + offset: 0x93DD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag24: + symbol: gTextureLakituCheckeredFlag24 + type: texture + offset: 0x94D90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag25: + symbol: gTextureLakituCheckeredFlag25 + type: texture + offset: 0x95D50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag26: + symbol: gTextureLakituCheckeredFlag26 + type: texture + offset: 0x96D10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag27: + symbol: gTextureLakituCheckeredFlag27 + type: texture + offset: 0x97CD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag28: + symbol: gTextureLakituCheckeredFlag28 + type: texture + offset: 0x98C90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag29: + symbol: gTextureLakituCheckeredFlag29 + type: texture + offset: 0x99C50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag30: + symbol: gTextureLakituCheckeredFlag30 + type: texture + offset: 0x9AC10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag31: + symbol: gTextureLakituCheckeredFlag31 + type: texture + offset: 0x9BBD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag32: + symbol: gTextureLakituCheckeredFlag32 + type: texture + offset: 0x9CB90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituSecondLap01: + symbol: gTextureLakituSecondLap01 + type: texture + offset: 0x9DB50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap02: + symbol: gTextureLakituSecondLap02 + type: texture + offset: 0x9EB10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap03: + symbol: gTextureLakituSecondLap03 + type: texture + offset: 0x9FAD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap04: + symbol: gTextureLakituSecondLap04 + type: texture + offset: 0xA0A90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap05: + symbol: gTextureLakituSecondLap05 + type: texture + offset: 0xA1A50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap06: + symbol: gTextureLakituSecondLap06 + type: texture + offset: 0xA2A10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap07: + symbol: gTextureLakituSecondLap07 + type: texture + offset: 0xA39D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap08: + symbol: gTextureLakituSecondLap08 + type: texture + offset: 0xA4990 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap09: + symbol: gTextureLakituSecondLap09 + type: texture + offset: 0xA5950 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap10: + symbol: gTextureLakituSecondLap10 + type: texture + offset: 0xA6910 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap11: + symbol: gTextureLakituSecondLap11 + type: texture + offset: 0xA78D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap12: + symbol: gTextureLakituSecondLap12 + type: texture + offset: 0xA8890 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap13: + symbol: gTextureLakituSecondLap13 + type: texture + offset: 0xA9850 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap14: + symbol: gTextureLakituSecondLap14 + type: texture + offset: 0xAA810 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap15: + symbol: gTextureLakituSecondLap15 + type: texture + offset: 0xAB7D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap16: + symbol: gTextureLakituSecondLap16 + type: texture + offset: 0xAC790 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituFinalLap01: + symbol: gTextureLakituFinalLap01 + type: texture + offset: 0xAD750 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap02: + symbol: gTextureLakituFinalLap02 + type: texture + offset: 0xAE710 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap03: + symbol: gTextureLakituFinalLap03 + type: texture + offset: 0xAF6D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap04: + symbol: gTextureLakituFinalLap04 + type: texture + offset: 0xB0690 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap05: + symbol: gTextureLakituFinalLap05 + type: texture + offset: 0xB1650 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap06: + symbol: gTextureLakituFinalLap06 + type: texture + offset: 0xB2610 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap07: + symbol: gTextureLakituFinalLap07 + type: texture + offset: 0xB35D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap08: + symbol: gTextureLakituFinalLap08 + type: texture + offset: 0xB4590 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap09: + symbol: gTextureLakituFinalLap09 + type: texture + offset: 0xB5550 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap10: + symbol: gTextureLakituFinalLap10 + type: texture + offset: 0xB6510 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap11: + symbol: gTextureLakituFinalLap11 + type: texture + offset: 0xB74D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap12: + symbol: gTextureLakituFinalLap12 + type: texture + offset: 0xB8490 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap13: + symbol: gTextureLakituFinalLap13 + type: texture + offset: 0xB9450 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap14: + symbol: gTextureLakituFinalLap14 + type: texture + offset: 0xBA410 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap15: + symbol: gTextureLakituFinalLap15 + type: texture + offset: 0xBB3D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap16: + symbol: gTextureLakituFinalLap16 + type: texture + offset: 0xBC390 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituReverse01: + symbol: gTextureLakituReverse01 + type: texture + offset: 0xBD350 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse02: + symbol: gTextureLakituReverse02 + type: texture + offset: 0xBE310 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse03: + symbol: gTextureLakituReverse03 + type: texture + offset: 0xBF2D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse04: + symbol: gTextureLakituReverse04 + type: texture + offset: 0xC0290 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse05: + symbol: gTextureLakituReverse05 + type: texture + offset: 0xC1250 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse06: + symbol: gTextureLakituReverse06 + type: texture + offset: 0xC2210 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse07: + symbol: gTextureLakituReverse07 + type: texture + offset: 0xC31D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse08: + symbol: gTextureLakituReverse08 + type: texture + offset: 0xC4190 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse09: + symbol: gTextureLakituReverse09 + type: texture + offset: 0xC5150 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse10: + symbol: gTextureLakituReverse10 + type: texture + offset: 0xC6110 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse11: + symbol: gTextureLakituReverse11 + type: texture + offset: 0xC70D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse12: + symbol: gTextureLakituReverse12 + type: texture + offset: 0xC8090 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse13: + symbol: gTextureLakituReverse13 + type: texture + offset: 0xC9050 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse14: + symbol: gTextureLakituReverse14 + type: texture + offset: 0xCA010 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse15: + symbol: gTextureLakituReverse15 + type: texture + offset: 0xCAFD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse16: + symbol: gTextureLakituReverse16 + type: texture + offset: 0xCBF90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituFishing1: + symbol: gTextureLakituFishing1 + type: texture + offset: 0xCCF50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing2: + symbol: gTextureLakituFishing2 + type: texture + offset: 0xCDF10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing3: + symbol: gTextureLakituFishing3 + type: texture + offset: 0xCEED0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing4: + symbol: gTextureLakituFishing4 + type: texture + offset: 0xCFE90 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +# See boo_frames.yml since its all stuffed into one mio0 file. +#gTextureGhosts: # This contains 29 individual boo images. +# symbol: gTextureGhosts +# type: texture +# mio0: true +# offset: 0xD0E50 +# ctype: u8 +# width: 48 +# height: 1160 +# mio0: true +# format: CI8 +# tlut_symbol: gTLUTBoo +exhaust_0: + symbol: gTextureExhaust0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD5B14 + mio0: true + format: ia8 +exhaust_1: + symbol: gTextureExhaust1 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD5F90 + mio0: true + format: ia8 +exhaust_2: + symbol: gTextureExhaust2 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD6418 + mio0: true + format: ia8 +exhaust_3: + symbol: gTextureExhaust3 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD690C + mio0: true + format: ia8 +exhaust_4: + symbol: gTextureExhaust4 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD6CD4 + mio0: true + format: ia8 +exhaust_5: + symbol: gTextureExhaust5 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD70CC + mio0: true + format: ia8 +logo_mario_kart_64: + symbol: gTextureLogoMarioKart64 + type: texture + mio0: true + ctype: u32 + width: 256 + height: 128 + offset: 0xD7510 + mio0: true + format: rgba32 +gTextureCourseOutlineMarioRaceway: + symbol: gTextureCourseOutlineMarioRaceway + mio0: true + type: texture + offset: 0xDEC9C + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineChocoMountain: + symbol: gTextureCourseOutlineChocoMountain + mio0: true + type: texture + offset: 0xDEF60 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineBowsersCastle: + symbol: gTextureCourseOutlineBowsersCastle + mio0: true + type: texture + offset: 0xDF268 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineBansheeBoardwalk: + symbol: gTextureCourseOutlineBansheeBoardwalk + mio0: true + type: texture + offset: 0xDF4CC + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineYoshiValley: + symbol: gTextureCourseOutlineYoshiValley + mio0: true + type: texture + offset: 0xDF6C4 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineFrappeSnowland: + symbol: gTextureCourseOutlineFrappeSnowland + mio0: true + type: texture + offset: 0xDFAE8 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineKoopaTroopaBeach: + symbol: gTextureCourseOutlineKoopaTroopaBeach + mio0: true + type: texture + offset: 0xDFD60 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineRoyalRaceway: + symbol: gTextureCourseOutlineRoyalRaceway + mio0: true + type: texture + offset: 0xDFFC8 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineLuigiRaceway: + symbol: gTextureCourseOutlineLuigiRaceway + mio0: true + type: texture + offset: 0xE02A0 + ctype: u16 + width: 64 + height: 96 + format: I4 +gTextureCourseOutlineMooMooFarm: + symbol: gTextureCourseOutlineMooMooFarm + mio0: true + type: texture + offset: 0xE051C + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineToadsTurnpike: + symbol: gTextureCourseOutlineToadsTurnpike + mio0: true + type: texture + offset: 0xE0754 + ctype: u16 + width: 128 + height: 64 + format: I4 +gTextureCourseOutlineKalimariDesert: + symbol: gTextureCourseOutlineKalimariDesert + mio0: true + type: texture + offset: 0xE0A50 + ctype: u16 + width: 64 + height: 96 + format: I4 +gTextureCourseOutlineSherbetLand: + symbol: gTextureCourseOutlineSherbetLand + mio0: true + type: texture + offset: 0xE0DBC + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineRainbowRoad: + symbol: gTextureCourseOutlineRainbowRoad + mio0: true + type: texture + offset: 0xE10C4 + ctype: u16 + width: 64 + height: 96 + format: I4 +gTextureCourseOutlineWarioStadium: + symbol: gTextureCourseOutlineWarioStadium + mio0: true + type: texture + offset: 0xE1400 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineBlockFort: + symbol: gTextureCourseOutlineBlockFort + mio0: true + type: texture + offset: 0xE16D4 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineSkyscraper: + symbol: gTextureCourseOutlineSkyscraper + mio0: true + type: texture + offset: 0xE1974 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineDoubleDeck: + symbol: gTextureCourseOutlineDoubleDeck + mio0: true + type: texture + offset: 0xE1BA8 + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineDksJungleParkway: + symbol: gTextureCourseOutlineDksJungleParkway + mio0: true + type: texture + offset: 0xE1D2C + ctype: u16 + width: 64 + height: 64 + format: I4 +gTextureCourseOutlineBigDonut: + symbol: gTextureCourseOutlineBigDonut + mio0: true + type: texture + offset: 0xE2014 + ctype: u16 + width: 64 + height: 64 + format: I4 diff --git a/android/app/src/main/assets/yamls/us/peach_kart.yml b/android/app/src/main/assets/yamls/us/peach_kart.yml new file mode 100644 index 0000000000..0265322a22 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/peach_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x309F50] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + peach_kart_wheels: + range: [0x6FDE8, 0x93F68] + mode: APPEND +peach_kart_frame000: + symbol: gKartPeach000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame001: + symbol: gKartPeach001 + type: texture + offset: 0x4E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_001_wheel_0 +peach_kart_frame002: + symbol: gKartPeach002 + type: texture + offset: 0x9E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_002_wheel_0 +peach_kart_frame003: + symbol: gKartPeach003 + type: texture + offset: 0xEE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_003_wheel_0 +peach_kart_frame004: + symbol: gKartPeach004 + type: texture + offset: 0x1404 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_004_wheel_0 +peach_kart_frame005: + symbol: gKartPeach005 + type: texture + offset: 0x1924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_005_wheel_0 +peach_kart_frame006: + symbol: gKartPeach006 + type: texture + offset: 0x1E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_006_wheel_0 +peach_kart_frame007: + symbol: gKartPeach007 + type: texture + offset: 0x238C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_007_wheel_0 +peach_kart_frame008: + symbol: gKartPeach008 + type: texture + offset: 0x28E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_008_wheel_0 +peach_kart_frame009: + symbol: gKartPeach009 + type: texture + offset: 0x2E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_009_wheel_0 +peach_kart_frame010: + symbol: gKartPeach010 + type: texture + offset: 0x33BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_010_wheel_0 +peach_kart_frame011: + symbol: gKartPeach011 + type: texture + offset: 0x392C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_011_wheel_0 +peach_kart_frame012: + symbol: gKartPeach012 + type: texture + offset: 0x3EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_012_wheel_0 +peach_kart_frame013: + symbol: gKartPeach013 + type: texture + offset: 0x4438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_013_wheel_0 +peach_kart_frame014: + symbol: gKartPeach014 + type: texture + offset: 0x49C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_014_wheel_0 +peach_kart_frame015: + symbol: gKartPeach015 + type: texture + offset: 0x4F4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_015_wheel_0 +peach_kart_frame016: + symbol: gKartPeach016 + type: texture + offset: 0x54D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_016_wheel_0 +peach_kart_frame017: + symbol: gKartPeach017 + type: texture + offset: 0x5A7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_017_wheel_0 +peach_kart_frame018: + symbol: gKartPeach018 + type: texture + offset: 0x6024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_018_wheel_0 +peach_kart_frame019: + symbol: gKartPeach019 + type: texture + offset: 0x65C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_019_wheel_0 +peach_kart_frame020: + symbol: gKartPeach020 + type: texture + offset: 0x6B84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_020_wheel_0 +peach_kart_frame021: + symbol: gKartPeach021 + type: texture + offset: 0x7140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_021_wheel_0 +peach_kart_frame022: + symbol: gKartPeach022 + type: texture + offset: 0x7604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_022_wheel_0 +peach_kart_frame023: + symbol: gKartPeach023 + type: texture + offset: 0x7AEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_023_wheel_0 +peach_kart_frame024: + symbol: gKartPeach024 + type: texture + offset: 0x7FD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_024_wheel_0 +peach_kart_frame025: + symbol: gKartPeach025 + type: texture + offset: 0x84F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_025_wheel_0 +peach_kart_frame026: + symbol: gKartPeach026 + type: texture + offset: 0x8A1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_026_wheel_0 +peach_kart_frame027: + symbol: gKartPeach027 + type: texture + offset: 0x8F2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_027_wheel_0 +peach_kart_frame028: + symbol: gKartPeach028 + type: texture + offset: 0x946C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_028_wheel_0 +peach_kart_frame029: + symbol: gKartPeach029 + type: texture + offset: 0x99C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_029_wheel_0 +peach_kart_frame030: + symbol: gKartPeach030 + type: texture + offset: 0x9F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_030_wheel_0 +peach_kart_frame031: + symbol: gKartPeach031 + type: texture + offset: 0xA4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_031_wheel_0 +peach_kart_frame032: + symbol: gKartPeach032 + type: texture + offset: 0xAA40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_032_wheel_0 +peach_kart_frame033: + symbol: gKartPeach033 + type: texture + offset: 0xAFE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_033_wheel_0 +peach_kart_frame034: + symbol: gKartPeach034 + type: texture + offset: 0xB57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_034_wheel_0 +peach_kart_frame035: + symbol: gKartPeach035 + type: texture + offset: 0xBB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_035_wheel_0 +peach_kart_frame036: + symbol: gKartPeach036 + type: texture + offset: 0xC0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_036_wheel_0 +peach_kart_frame037: + symbol: gKartPeach037 + type: texture + offset: 0xC64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_037_wheel_0 +peach_kart_frame038: + symbol: gKartPeach038 + type: texture + offset: 0xCC0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_038_wheel_0 +peach_kart_frame039: + symbol: gKartPeach039 + type: texture + offset: 0xD1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_039_wheel_0 +peach_kart_frame040: + symbol: gKartPeach040 + type: texture + offset: 0xD774 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_040_wheel_0 +peach_kart_frame041: + symbol: gKartPeach041 + type: texture + offset: 0xDD34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_041_wheel_0 +peach_kart_frame042: + symbol: gKartPeach042 + type: texture + offset: 0xE2FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_042_wheel_0 +peach_kart_frame043: + symbol: gKartPeach043 + type: texture + offset: 0xE7E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_043_wheel_0 +peach_kart_frame044: + symbol: gKartPeach044 + type: texture + offset: 0xECF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_044_wheel_0 +peach_kart_frame045: + symbol: gKartPeach045 + type: texture + offset: 0xF204 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_045_wheel_0 +peach_kart_frame046: + symbol: gKartPeach046 + type: texture + offset: 0xF72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_046_wheel_0 +peach_kart_frame047: + symbol: gKartPeach047 + type: texture + offset: 0xFC54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_047_wheel_0 +peach_kart_frame048: + symbol: gKartPeach048 + type: texture + offset: 0x101B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_048_wheel_0 +peach_kart_frame049: + symbol: gKartPeach049 + type: texture + offset: 0x1071C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_049_wheel_0 +peach_kart_frame050: + symbol: gKartPeach050 + type: texture + offset: 0x10C9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_050_wheel_0 +peach_kart_frame051: + symbol: gKartPeach051 + type: texture + offset: 0x11214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_051_wheel_0 +peach_kart_frame052: + symbol: gKartPeach052 + type: texture + offset: 0x117A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_052_wheel_0 +peach_kart_frame053: + symbol: gKartPeach053 + type: texture + offset: 0x11D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_053_wheel_0 +peach_kart_frame054: + symbol: gKartPeach054 + type: texture + offset: 0x122C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_054_wheel_0 +peach_kart_frame055: + symbol: gKartPeach055 + type: texture + offset: 0x12870 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_055_wheel_0 +peach_kart_frame056: + symbol: gKartPeach056 + type: texture + offset: 0x12E1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_056_wheel_0 +peach_kart_frame057: + symbol: gKartPeach057 + type: texture + offset: 0x133B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_057_wheel_0 +peach_kart_frame058: + symbol: gKartPeach058 + type: texture + offset: 0x13974 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_058_wheel_0 +peach_kart_frame059: + symbol: gKartPeach059 + type: texture + offset: 0x13F24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_059_wheel_0 +peach_kart_frame060: + symbol: gKartPeach060 + type: texture + offset: 0x144F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_060_wheel_0 +peach_kart_frame061: + symbol: gKartPeach061 + type: texture + offset: 0x14ABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_061_wheel_0 +peach_kart_frame062: + symbol: gKartPeach062 + type: texture + offset: 0x15094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_062_wheel_0 +peach_kart_frame063: + symbol: gKartPeach063 + type: texture + offset: 0x15650 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_063_wheel_0 +peach_kart_frame064: + symbol: gKartPeach064 + type: texture + offset: 0x15B1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_064_wheel_0 +peach_kart_frame065: + symbol: gKartPeach065 + type: texture + offset: 0x16014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_065_wheel_0 +peach_kart_frame066: + symbol: gKartPeach066 + type: texture + offset: 0x16524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_066_wheel_0 +peach_kart_frame067: + symbol: gKartPeach067 + type: texture + offset: 0x16A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_067_wheel_0 +peach_kart_frame068: + symbol: gKartPeach068 + type: texture + offset: 0x16F98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_068_wheel_0 +peach_kart_frame069: + symbol: gKartPeach069 + type: texture + offset: 0x17500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_069_wheel_0 +peach_kart_frame070: + symbol: gKartPeach070 + type: texture + offset: 0x17A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_070_wheel_0 +peach_kart_frame071: + symbol: gKartPeach071 + type: texture + offset: 0x17FE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_071_wheel_0 +peach_kart_frame072: + symbol: gKartPeach072 + type: texture + offset: 0x18554 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_072_wheel_0 +peach_kart_frame073: + symbol: gKartPeach073 + type: texture + offset: 0x18AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_073_wheel_0 +peach_kart_frame074: + symbol: gKartPeach074 + type: texture + offset: 0x19088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_074_wheel_0 +peach_kart_frame075: + symbol: gKartPeach075 + type: texture + offset: 0x1961C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_075_wheel_0 +peach_kart_frame076: + symbol: gKartPeach076 + type: texture + offset: 0x19BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_076_wheel_0 +peach_kart_frame077: + symbol: gKartPeach077 + type: texture + offset: 0x1A16C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_077_wheel_0 +peach_kart_frame078: + symbol: gKartPeach078 + type: texture + offset: 0x1A718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_078_wheel_0 +peach_kart_frame079: + symbol: gKartPeach079 + type: texture + offset: 0x1ACFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_079_wheel_0 +peach_kart_frame080: + symbol: gKartPeach080 + type: texture + offset: 0x1B2BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_080_wheel_0 +peach_kart_frame081: + symbol: gKartPeach081 + type: texture + offset: 0x1B88C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_081_wheel_0 +peach_kart_frame082: + symbol: gKartPeach082 + type: texture + offset: 0x1BE54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_082_wheel_0 +peach_kart_frame083: + symbol: gKartPeach083 + type: texture + offset: 0x1C404 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_083_wheel_0 +peach_kart_frame084: + symbol: gKartPeach084 + type: texture + offset: 0x1C9E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_084_wheel_0 +peach_kart_frame085: + symbol: gKartPeach085 + type: texture + offset: 0x1CED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_085_wheel_0 +peach_kart_frame086: + symbol: gKartPeach086 + type: texture + offset: 0x1D3DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_086_wheel_0 +peach_kart_frame087: + symbol: gKartPeach087 + type: texture + offset: 0x1D8FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_087_wheel_0 +peach_kart_frame088: + symbol: gKartPeach088 + type: texture + offset: 0x1DE44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_088_wheel_0 +peach_kart_frame089: + symbol: gKartPeach089 + type: texture + offset: 0x1E38C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_089_wheel_0 +peach_kart_frame090: + symbol: gKartPeach090 + type: texture + offset: 0x1E8F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_090_wheel_0 +peach_kart_frame091: + symbol: gKartPeach091 + type: texture + offset: 0x1EE78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_091_wheel_0 +peach_kart_frame092: + symbol: gKartPeach092 + type: texture + offset: 0x1F40C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_092_wheel_0 +peach_kart_frame093: + symbol: gKartPeach093 + type: texture + offset: 0x1F984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_093_wheel_0 +peach_kart_frame094: + symbol: gKartPeach094 + type: texture + offset: 0x1FF24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_094_wheel_0 +peach_kart_frame095: + symbol: gKartPeach095 + type: texture + offset: 0x204D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_095_wheel_0 +peach_kart_frame096: + symbol: gKartPeach096 + type: texture + offset: 0x20A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_096_wheel_0 +peach_kart_frame097: + symbol: gKartPeach097 + type: texture + offset: 0x21020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_097_wheel_0 +peach_kart_frame098: + symbol: gKartPeach098 + type: texture + offset: 0x215D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_098_wheel_0 +peach_kart_frame099: + symbol: gKartPeach099 + type: texture + offset: 0x21B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_099_wheel_0 +peach_kart_frame100: + symbol: gKartPeach100 + type: texture + offset: 0x22158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_100_wheel_0 +peach_kart_frame101: + symbol: gKartPeach101 + type: texture + offset: 0x22730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_101_wheel_0 +peach_kart_frame102: + symbol: gKartPeach102 + type: texture + offset: 0x22D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_102_wheel_0 +peach_kart_frame103: + symbol: gKartPeach103 + type: texture + offset: 0x232F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_103_wheel_0 +peach_kart_frame104: + symbol: gKartPeach104 + type: texture + offset: 0x238AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_104_wheel_0 +peach_kart_frame105: + symbol: gKartPeach105 + type: texture + offset: 0x23E6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_105_wheel_0 +peach_kart_frame106: + symbol: gKartPeach106 + type: texture + offset: 0x24360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_106_wheel_0 +peach_kart_frame107: + symbol: gKartPeach107 + type: texture + offset: 0x24878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_107_wheel_0 +peach_kart_frame108: + symbol: gKartPeach108 + type: texture + offset: 0x24DAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_108_wheel_0 +peach_kart_frame109: + symbol: gKartPeach109 + type: texture + offset: 0x25304 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_109_wheel_0 +peach_kart_frame110: + symbol: gKartPeach110 + type: texture + offset: 0x2587C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_110_wheel_0 +peach_kart_frame111: + symbol: gKartPeach111 + type: texture + offset: 0x25E00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_111_wheel_0 +peach_kart_frame112: + symbol: gKartPeach112 + type: texture + offset: 0x26398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_112_wheel_0 +peach_kart_frame113: + symbol: gKartPeach113 + type: texture + offset: 0x26924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_113_wheel_0 +peach_kart_frame114: + symbol: gKartPeach114 + type: texture + offset: 0x26ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_114_wheel_0 +peach_kart_frame115: + symbol: gKartPeach115 + type: texture + offset: 0x27474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_115_wheel_0 +peach_kart_frame116: + symbol: gKartPeach116 + type: texture + offset: 0x27A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_116_wheel_0 +peach_kart_frame117: + symbol: gKartPeach117 + type: texture + offset: 0x27FC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_117_wheel_0 +peach_kart_frame118: + symbol: gKartPeach118 + type: texture + offset: 0x28568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_118_wheel_0 +peach_kart_frame119: + symbol: gKartPeach119 + type: texture + offset: 0x28B14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_119_wheel_0 +peach_kart_frame120: + symbol: gKartPeach120 + type: texture + offset: 0x290EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_120_wheel_0 +peach_kart_frame121: + symbol: gKartPeach121 + type: texture + offset: 0x296C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_121_wheel_0 +peach_kart_frame122: + symbol: gKartPeach122 + type: texture + offset: 0x29C98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_122_wheel_0 +peach_kart_frame123: + symbol: gKartPeach123 + type: texture + offset: 0x2A28C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_123_wheel_0 +peach_kart_frame124: + symbol: gKartPeach124 + type: texture + offset: 0x2A878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_124_wheel_0 +peach_kart_frame125: + symbol: gKartPeach125 + type: texture + offset: 0x2AE5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_125_wheel_0 +peach_kart_frame126: + symbol: gKartPeach126 + type: texture + offset: 0x2B438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_126_wheel_0 +peach_kart_frame127: + symbol: gKartPeach127 + type: texture + offset: 0x2B93C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_127_wheel_0 +peach_kart_frame128: + symbol: gKartPeach128 + type: texture + offset: 0x2BE44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_128_wheel_0 +peach_kart_frame129: + symbol: gKartPeach129 + type: texture + offset: 0x2C374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_129_wheel_0 +peach_kart_frame130: + symbol: gKartPeach130 + type: texture + offset: 0x2C8C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_130_wheel_0 +peach_kart_frame131: + symbol: gKartPeach131 + type: texture + offset: 0x2CE3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_131_wheel_0 +peach_kart_frame132: + symbol: gKartPeach132 + type: texture + offset: 0x2D3C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_132_wheel_0 +peach_kart_frame133: + symbol: gKartPeach133 + type: texture + offset: 0x2D95C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_133_wheel_0 +peach_kart_frame134: + symbol: gKartPeach134 + type: texture + offset: 0x2DF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_134_wheel_0 +peach_kart_frame135: + symbol: gKartPeach135 + type: texture + offset: 0x2E4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_135_wheel_0 +peach_kart_frame136: + symbol: gKartPeach136 + type: texture + offset: 0x2EA60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_136_wheel_0 +peach_kart_frame137: + symbol: gKartPeach137 + type: texture + offset: 0x2F000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_137_wheel_0 +peach_kart_frame138: + symbol: gKartPeach138 + type: texture + offset: 0x2F5A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_138_wheel_0 +peach_kart_frame139: + symbol: gKartPeach139 + type: texture + offset: 0x2FB54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_139_wheel_0 +peach_kart_frame140: + symbol: gKartPeach140 + type: texture + offset: 0x30108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_140_wheel_0 +peach_kart_frame141: + symbol: gKartPeach141 + type: texture + offset: 0x306E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_141_wheel_0 +peach_kart_frame142: + symbol: gKartPeach142 + type: texture + offset: 0x30CC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_142_wheel_0 +peach_kart_frame143: + symbol: gKartPeach143 + type: texture + offset: 0x312B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_143_wheel_0 +peach_kart_frame144: + symbol: gKartPeach144 + type: texture + offset: 0x3189C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_144_wheel_0 +peach_kart_frame145: + symbol: gKartPeach145 + type: texture + offset: 0x31E84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_145_wheel_0 +peach_kart_frame146: + symbol: gKartPeach146 + type: texture + offset: 0x32470 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_146_wheel_0 +peach_kart_frame147: + symbol: gKartPeach147 + type: texture + offset: 0x32A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_147_wheel_0 +peach_kart_frame148: + symbol: gKartPeach148 + type: texture + offset: 0x32F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_148_wheel_0 +peach_kart_frame149: + symbol: gKartPeach149 + type: texture + offset: 0x33474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_149_wheel_0 +peach_kart_frame150: + symbol: gKartPeach150 + type: texture + offset: 0x3399C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_150_wheel_0 +peach_kart_frame151: + symbol: gKartPeach151 + type: texture + offset: 0x33F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_151_wheel_0 +peach_kart_frame152: + symbol: gKartPeach152 + type: texture + offset: 0x3448C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_152_wheel_0 +peach_kart_frame153: + symbol: gKartPeach153 + type: texture + offset: 0x34A34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_153_wheel_0 +peach_kart_frame154: + symbol: gKartPeach154 + type: texture + offset: 0x34FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_154_wheel_0 +peach_kart_frame155: + symbol: gKartPeach155 + type: texture + offset: 0x35588 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_155_wheel_0 +peach_kart_frame156: + symbol: gKartPeach156 + type: texture + offset: 0x35B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_156_wheel_0 +peach_kart_frame157: + symbol: gKartPeach157 + type: texture + offset: 0x360FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_157_wheel_0 +peach_kart_frame158: + symbol: gKartPeach158 + type: texture + offset: 0x366C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_158_wheel_0 +peach_kart_frame159: + symbol: gKartPeach159 + type: texture + offset: 0x36C70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_159_wheel_0 +peach_kart_frame160: + symbol: gKartPeach160 + type: texture + offset: 0x37248 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_160_wheel_0 +peach_kart_frame161: + symbol: gKartPeach161 + type: texture + offset: 0x3782C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_161_wheel_0 +peach_kart_frame162: + symbol: gKartPeach162 + type: texture + offset: 0x37E00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_162_wheel_0 +peach_kart_frame163: + symbol: gKartPeach163 + type: texture + offset: 0x383F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_163_wheel_0 +peach_kart_frame164: + symbol: gKartPeach164 + type: texture + offset: 0x389E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_164_wheel_0 +peach_kart_frame165: + symbol: gKartPeach165 + type: texture + offset: 0x38FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_165_wheel_0 +peach_kart_frame166: + symbol: gKartPeach166 + type: texture + offset: 0x395B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_166_wheel_0 +peach_kart_frame167: + symbol: gKartPeach167 + type: texture + offset: 0x39BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_167_wheel_0 +peach_kart_frame168: + symbol: gKartPeach168 + type: texture + offset: 0x3A18C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_168_wheel_0 +peach_kart_frame169: + symbol: gKartPeach169 + type: texture + offset: 0x3A690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_169_wheel_0 +peach_kart_frame170: + symbol: gKartPeach170 + type: texture + offset: 0x3ABB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_170_wheel_0 +peach_kart_frame171: + symbol: gKartPeach171 + type: texture + offset: 0x3B0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_171_wheel_0 +peach_kart_frame172: + symbol: gKartPeach172 + type: texture + offset: 0x3B658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_172_wheel_0 +peach_kart_frame173: + symbol: gKartPeach173 + type: texture + offset: 0x3BBDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_173_wheel_0 +peach_kart_frame174: + symbol: gKartPeach174 + type: texture + offset: 0x3C184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_174_wheel_0 +peach_kart_frame175: + symbol: gKartPeach175 + type: texture + offset: 0x3C748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_175_wheel_0 +peach_kart_frame176: + symbol: gKartPeach176 + type: texture + offset: 0x3CD14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_176_wheel_0 +peach_kart_frame177: + symbol: gKartPeach177 + type: texture + offset: 0x3D2F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_177_wheel_0 +peach_kart_frame178: + symbol: gKartPeach178 + type: texture + offset: 0x3D8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_178_wheel_0 +peach_kart_frame179: + symbol: gKartPeach179 + type: texture + offset: 0x3DEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_179_wheel_0 +peach_kart_frame180: + symbol: gKartPeach180 + type: texture + offset: 0x3E488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_180_wheel_0 +peach_kart_frame181: + symbol: gKartPeach181 + type: texture + offset: 0x3EA68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_181_wheel_0 +peach_kart_frame182: + symbol: gKartPeach182 + type: texture + offset: 0x3F040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_182_wheel_0 +peach_kart_frame183: + symbol: gKartPeach183 + type: texture + offset: 0x3F640 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_183_wheel_0 +peach_kart_frame184: + symbol: gKartPeach184 + type: texture + offset: 0x3FC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_184_wheel_0 +peach_kart_frame185: + symbol: gKartPeach185 + type: texture + offset: 0x40248 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_185_wheel_0 +peach_kart_frame186: + symbol: gKartPeach186 + type: texture + offset: 0x40840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_186_wheel_0 +peach_kart_frame187: + symbol: gKartPeach187 + type: texture + offset: 0x40E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_187_wheel_0 +peach_kart_frame188: + symbol: gKartPeach188 + type: texture + offset: 0x41424 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_188_wheel_0 +peach_kart_frame189: + symbol: gKartPeach189 + type: texture + offset: 0x41A10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_189_wheel_0 +peach_kart_frame190: + symbol: gKartPeach190 + type: texture + offset: 0x41F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_190_wheel_0 +peach_kart_frame191: + symbol: gKartPeach191 + type: texture + offset: 0x42420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_191_wheel_0 +peach_kart_frame192: + symbol: gKartPeach192 + type: texture + offset: 0x42958 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_192_wheel_0 +peach_kart_frame193: + symbol: gKartPeach193 + type: texture + offset: 0x42ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_193_wheel_0 +peach_kart_frame194: + symbol: gKartPeach194 + type: texture + offset: 0x43454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_194_wheel_0 +peach_kart_frame195: + symbol: gKartPeach195 + type: texture + offset: 0x439F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_195_wheel_0 +peach_kart_frame196: + symbol: gKartPeach196 + type: texture + offset: 0x43FA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_196_wheel_0 +peach_kart_frame197: + symbol: gKartPeach197 + type: texture + offset: 0x44580 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_197_wheel_0 +peach_kart_frame198: + symbol: gKartPeach198 + type: texture + offset: 0x44B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_198_wheel_0 +peach_kart_frame199: + symbol: gKartPeach199 + type: texture + offset: 0x4514C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_199_wheel_0 +peach_kart_frame200: + symbol: gKartPeach200 + type: texture + offset: 0x45764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_200_wheel_0 +peach_kart_frame201: + symbol: gKartPeach201 + type: texture + offset: 0x45DA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_201_wheel_0 +peach_kart_frame202: + symbol: gKartPeach202 + type: texture + offset: 0x463C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_202_wheel_0 +peach_kart_frame203: + symbol: gKartPeach203 + type: texture + offset: 0x469D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_203_wheel_0 +peach_kart_frame204: + symbol: gKartPeach204 + type: texture + offset: 0x46FD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_204_wheel_0 +peach_kart_frame205: + symbol: gKartPeach205 + type: texture + offset: 0x475E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_205_wheel_0 +peach_kart_frame206: + symbol: gKartPeach206 + type: texture + offset: 0x47BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_206_wheel_0 +peach_kart_frame207: + symbol: gKartPeach207 + type: texture + offset: 0x481CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_207_wheel_0 +peach_kart_frame208: + symbol: gKartPeach208 + type: texture + offset: 0x487D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_208_wheel_0 +peach_kart_frame209: + symbol: gKartPeach209 + type: texture + offset: 0x48DA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_209_wheel_0 +peach_kart_frame210: + symbol: gKartPeach210 + type: texture + offset: 0x492A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_210_wheel_0 +peach_kart_frame211: + symbol: gKartPeach211 + type: texture + offset: 0x497D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_211_wheel_0 +peach_kart_frame212: + symbol: gKartPeach212 + type: texture + offset: 0x49D40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_212_wheel_0 +peach_kart_frame213: + symbol: gKartPeach213 + type: texture + offset: 0x4A2C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_213_wheel_0 +peach_kart_frame214: + symbol: gKartPeach214 + type: texture + offset: 0x4A850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_214_wheel_0 +peach_kart_frame215: + symbol: gKartPeach215 + type: texture + offset: 0x4ADF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_215_wheel_0 +peach_kart_frame216: + symbol: gKartPeach216 + type: texture + offset: 0x4B3BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_216_wheel_0 +peach_kart_frame217: + symbol: gKartPeach217 + type: texture + offset: 0x4B97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_217_wheel_0 +peach_kart_frame218: + symbol: gKartPeach218 + type: texture + offset: 0x4BF60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_218_wheel_0 +peach_kart_frame219: + symbol: gKartPeach219 + type: texture + offset: 0x4C544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_219_wheel_0 +peach_kart_frame220: + symbol: gKartPeach220 + type: texture + offset: 0x4CB38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_220_wheel_0 +peach_kart_frame221: + symbol: gKartPeach221 + type: texture + offset: 0x4D13C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_221_wheel_0 +peach_kart_frame222: + symbol: gKartPeach222 + type: texture + offset: 0x4D71C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_222_wheel_0 +peach_kart_frame223: + symbol: gKartPeach223 + type: texture + offset: 0x4DD04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_223_wheel_0 +peach_kart_frame224: + symbol: gKartPeach224 + type: texture + offset: 0x4E2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_224_wheel_0 +peach_kart_frame225: + symbol: gKartPeach225 + type: texture + offset: 0x4E8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_225_wheel_0 +peach_kart_frame226: + symbol: gKartPeach226 + type: texture + offset: 0x4EEA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_226_wheel_0 +peach_kart_frame227: + symbol: gKartPeach227 + type: texture + offset: 0x4F45C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_227_wheel_0 +peach_kart_frame228: + symbol: gKartPeach228 + type: texture + offset: 0x4FA18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_228_wheel_0 +peach_kart_frame229: + symbol: gKartPeach229 + type: texture + offset: 0x4FFB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_229_wheel_0 +peach_kart_frame230: + symbol: gKartPeach230 + type: texture + offset: 0x504D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_230_wheel_0 +peach_kart_frame231: + symbol: gKartPeach231 + type: texture + offset: 0x50A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_231_wheel_0 +peach_kart_frame232: + symbol: gKartPeach232 + type: texture + offset: 0x50F9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_232_wheel_0 +peach_kart_frame233: + symbol: gKartPeach233 + type: texture + offset: 0x5152C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_233_wheel_0 +peach_kart_frame234: + symbol: gKartPeach234 + type: texture + offset: 0x51AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_234_wheel_0 +peach_kart_frame235: + symbol: gKartPeach235 + type: texture + offset: 0x520A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_235_wheel_0 +peach_kart_frame236: + symbol: gKartPeach236 + type: texture + offset: 0x52668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_236_wheel_0 +peach_kart_frame237: + symbol: gKartPeach237 + type: texture + offset: 0x52C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_237_wheel_0 +peach_kart_frame238: + symbol: gKartPeach238 + type: texture + offset: 0x53214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_238_wheel_0 +peach_kart_frame239: + symbol: gKartPeach239 + type: texture + offset: 0x53800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_239_wheel_0 +peach_kart_frame240: + symbol: gKartPeach240 + type: texture + offset: 0x53DF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_240_wheel_0 +peach_kart_frame241: + symbol: gKartPeach241 + type: texture + offset: 0x543E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_241_wheel_0 +peach_kart_frame242: + symbol: gKartPeach242 + type: texture + offset: 0x549C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_242_wheel_0 +peach_kart_frame243: + symbol: gKartPeach243 + type: texture + offset: 0x54F90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_243_wheel_0 +peach_kart_frame244: + symbol: gKartPeach244 + type: texture + offset: 0x55548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_244_wheel_0 +peach_kart_frame245: + symbol: gKartPeach245 + type: texture + offset: 0x55B18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_245_wheel_0 +peach_kart_frame246: + symbol: gKartPeach246 + type: texture + offset: 0x560D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_246_wheel_0 +peach_kart_frame247: + symbol: gKartPeach247 + type: texture + offset: 0x56670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_247_wheel_0 +peach_kart_frame248: + symbol: gKartPeach248 + type: texture + offset: 0x56BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_248_wheel_0 +peach_kart_frame249: + symbol: gKartPeach249 + type: texture + offset: 0x57138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_249_wheel_0 +peach_kart_frame250: + symbol: gKartPeach250 + type: texture + offset: 0x57658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_250_wheel_0 +peach_kart_frame251: + symbol: gKartPeach251 + type: texture + offset: 0x57BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_251_wheel_0 +peach_kart_frame252: + symbol: gKartPeach252 + type: texture + offset: 0x58118 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_252_wheel_0 +peach_kart_frame253: + symbol: gKartPeach253 + type: texture + offset: 0x586AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_253_wheel_0 +peach_kart_frame254: + symbol: gKartPeach254 + type: texture + offset: 0x58C60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_254_wheel_0 +peach_kart_frame255: + symbol: gKartPeach255 + type: texture + offset: 0x59220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_255_wheel_0 +peach_kart_frame256: + symbol: gKartPeach256 + type: texture + offset: 0x597EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_256_wheel_0 +peach_kart_frame257: + symbol: gKartPeach257 + type: texture + offset: 0x59DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_257_wheel_0 +peach_kart_frame258: + symbol: gKartPeach258 + type: texture + offset: 0x5A3D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_258_wheel_0 +peach_kart_frame259: + symbol: gKartPeach259 + type: texture + offset: 0x5A9CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_259_wheel_0 +peach_kart_frame260: + symbol: gKartPeach260 + type: texture + offset: 0x5AFB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_260_wheel_0 +peach_kart_frame261: + symbol: gKartPeach261 + type: texture + offset: 0x5B5A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_261_wheel_0 +peach_kart_frame262: + symbol: gKartPeach262 + type: texture + offset: 0x5BB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_262_wheel_0 +peach_kart_frame263: + symbol: gKartPeach263 + type: texture + offset: 0x5C110 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_263_wheel_0 +peach_kart_frame264: + symbol: gKartPeach264 + type: texture + offset: 0x5C698 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_264_wheel_0 +peach_kart_frame265: + symbol: gKartPeach265 + type: texture + offset: 0x5CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_265_wheel_0 +peach_kart_frame266: + symbol: gKartPeach266 + type: texture + offset: 0x5D1C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_266_wheel_0 +peach_kart_frame267: + symbol: gKartPeach267 + type: texture + offset: 0x5D718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_267_wheel_0 +peach_kart_frame268: + symbol: gKartPeach268 + type: texture + offset: 0x5DC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_268_wheel_0 +peach_kart_frame269: + symbol: gKartPeach269 + type: texture + offset: 0x5E178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_269_wheel_0 +peach_kart_frame270: + symbol: gKartPeach270 + type: texture + offset: 0x5E6A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_270_wheel_0 +peach_kart_frame271: + symbol: gKartPeach271 + type: texture + offset: 0x5EC04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_271_wheel_0 +peach_kart_frame272: + symbol: gKartPeach272 + type: texture + offset: 0x5F190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_272_wheel_0 +peach_kart_frame273: + symbol: gKartPeach273 + type: texture + offset: 0x5F72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_273_wheel_0 +peach_kart_frame274: + symbol: gKartPeach274 + type: texture + offset: 0x5FCD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_274_wheel_0 +peach_kart_frame275: + symbol: gKartPeach275 + type: texture + offset: 0x602A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_275_wheel_0 +peach_kart_frame276: + symbol: gKartPeach276 + type: texture + offset: 0x60884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_276_wheel_0 +peach_kart_frame277: + symbol: gKartPeach277 + type: texture + offset: 0x60E5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_277_wheel_0 +peach_kart_frame278: + symbol: gKartPeach278 + type: texture + offset: 0x61450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_278_wheel_0 +peach_kart_frame279: + symbol: gKartPeach279 + type: texture + offset: 0x61A30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_279_wheel_0 +peach_kart_frame280: + symbol: gKartPeach280 + type: texture + offset: 0x62020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_280_wheel_0 +peach_kart_frame281: + symbol: gKartPeach281 + type: texture + offset: 0x625D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_281_wheel_0 +peach_kart_frame282: + symbol: gKartPeach282 + type: texture + offset: 0x62B6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_282_wheel_0 +peach_kart_frame283: + symbol: gKartPeach283 + type: texture + offset: 0x63100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_283_wheel_0 +peach_kart_frame284: + symbol: gKartPeach284 + type: texture + offset: 0x63694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_284_wheel_0 +peach_kart_frame285: + symbol: gKartPeach285 + type: texture + offset: 0x63C00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_285_wheel_0 +peach_kart_frame286: + symbol: gKartPeach286 + type: texture + offset: 0x64144 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_286_wheel_0 +peach_kart_frame287: + symbol: gKartPeach287 + type: texture + offset: 0x64668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_287_wheel_0 +peach_kart_frame288: + symbol: gKartPeach288 + type: texture + offset: 0x64B64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_288_wheel_0 +peach_kart_frame289: + symbol: gKartPeach289 + type: texture + offset: 0x65040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame290: + symbol: gKartPeach290 + type: texture + offset: 0x654D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame291: + symbol: gKartPeach291 + type: texture + offset: 0x659B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame292: + symbol: gKartPeach292 + type: texture + offset: 0x65F48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame293: + symbol: gKartPeach293 + type: texture + offset: 0x665AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame294: + symbol: gKartPeach294 + type: texture + offset: 0x66BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame295: + symbol: gKartPeach295 + type: texture + offset: 0x67218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame296: + symbol: gKartPeach296 + type: texture + offset: 0x6777C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame297: + symbol: gKartPeach297 + type: texture + offset: 0x67C7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame298: + symbol: gKartPeach298 + type: texture + offset: 0x68150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame299: + symbol: gKartPeach299 + type: texture + offset: 0x686D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame300: + symbol: gKartPeach300 + type: texture + offset: 0x68C80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame301: + symbol: gKartPeach301 + type: texture + offset: 0x6922C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame302: + symbol: gKartPeach302 + type: texture + offset: 0x6979C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame303: + symbol: gKartPeach303 + type: texture + offset: 0x69CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame304: + symbol: gKartPeach304 + type: texture + offset: 0x6A19C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame305: + symbol: gKartPeach305 + type: texture + offset: 0x6A694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame306: + symbol: gKartPeach306 + type: texture + offset: 0x6AB34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame307: + symbol: gKartPeach307 + type: texture + offset: 0x6B0D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame308: + symbol: gKartPeach308 + type: texture + offset: 0x6B72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame309: + symbol: gKartPeach309 + type: texture + offset: 0x6BDB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame310: + symbol: gKartPeach310 + type: texture + offset: 0x6C3A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame311: + symbol: gKartPeach311 + type: texture + offset: 0x6C984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame312: + symbol: gKartPeach312 + type: texture + offset: 0x6CEC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame313: + symbol: gKartPeach313 + type: texture + offset: 0x6D388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame314: + symbol: gKartPeach314 + type: texture + offset: 0x6D85C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame315: + symbol: gKartPeach315 + type: texture + offset: 0x6DDC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame316: + symbol: gKartPeach316 + type: texture + offset: 0x6E38C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame317: + symbol: gKartPeach317 + type: texture + offset: 0x6E91C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame318: + symbol: gKartPeach318 + type: texture + offset: 0x6EEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame319: + symbol: gKartPeach319 + type: texture + offset: 0x6F400 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame320: + symbol: gKartPeach320 + type: texture + offset: 0x6F914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartPeach000Wheel0 + type: texture + offset: 0x6FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartPeach000Wheel1 + type: texture + offset: 0x6FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartPeach000Wheel2 + type: texture + offset: 0x6FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartPeach000Wheel3 + type: texture + offset: 0x6FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartPeach001Wheel0 + type: texture + offset: 0x6FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartPeach001Wheel1 + type: texture + offset: 0x70068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartPeach001Wheel2 + type: texture + offset: 0x700E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartPeach001Wheel3 + type: texture + offset: 0x70168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartPeach002Wheel0 + type: texture + offset: 0x701E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartPeach002Wheel1 + type: texture + offset: 0x70268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartPeach002Wheel2 + type: texture + offset: 0x702E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartPeach002Wheel3 + type: texture + offset: 0x70368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartPeach003Wheel0 + type: texture + offset: 0x703E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartPeach003Wheel1 + type: texture + offset: 0x70468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartPeach003Wheel2 + type: texture + offset: 0x704E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartPeach003Wheel3 + type: texture + offset: 0x70568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartPeach004Wheel0 + type: texture + offset: 0x705E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartPeach004Wheel1 + type: texture + offset: 0x70668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartPeach004Wheel2 + type: texture + offset: 0x706E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartPeach004Wheel3 + type: texture + offset: 0x70768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartPeach005Wheel0 + type: texture + offset: 0x707E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartPeach005Wheel1 + type: texture + offset: 0x70868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartPeach005Wheel2 + type: texture + offset: 0x708E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartPeach005Wheel3 + type: texture + offset: 0x70968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartPeach006Wheel0 + type: texture + offset: 0x709E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartPeach006Wheel1 + type: texture + offset: 0x70A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartPeach006Wheel2 + type: texture + offset: 0x70AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartPeach006Wheel3 + type: texture + offset: 0x70B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartPeach007Wheel0 + type: texture + offset: 0x70BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartPeach007Wheel1 + type: texture + offset: 0x70C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartPeach007Wheel2 + type: texture + offset: 0x70CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartPeach007Wheel3 + type: texture + offset: 0x70D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartPeach008Wheel0 + type: texture + offset: 0x70DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartPeach008Wheel1 + type: texture + offset: 0x70E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartPeach008Wheel2 + type: texture + offset: 0x70EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartPeach008Wheel3 + type: texture + offset: 0x70F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartPeach009Wheel0 + type: texture + offset: 0x70FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartPeach009Wheel1 + type: texture + offset: 0x71068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartPeach009Wheel2 + type: texture + offset: 0x710E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartPeach009Wheel3 + type: texture + offset: 0x71168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartPeach010Wheel0 + type: texture + offset: 0x711E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartPeach010Wheel1 + type: texture + offset: 0x71268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartPeach010Wheel2 + type: texture + offset: 0x712E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartPeach010Wheel3 + type: texture + offset: 0x71368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartPeach011Wheel0 + type: texture + offset: 0x713E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartPeach011Wheel1 + type: texture + offset: 0x71468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartPeach011Wheel2 + type: texture + offset: 0x714E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartPeach011Wheel3 + type: texture + offset: 0x71568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartPeach012Wheel0 + type: texture + offset: 0x715E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartPeach012Wheel1 + type: texture + offset: 0x71668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartPeach012Wheel2 + type: texture + offset: 0x716E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartPeach012Wheel3 + type: texture + offset: 0x71768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartPeach013Wheel0 + type: texture + offset: 0x717E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartPeach013Wheel1 + type: texture + offset: 0x71868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartPeach013Wheel2 + type: texture + offset: 0x718E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartPeach013Wheel3 + type: texture + offset: 0x71968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartPeach014Wheel0 + type: texture + offset: 0x719E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartPeach014Wheel1 + type: texture + offset: 0x71A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartPeach014Wheel2 + type: texture + offset: 0x71AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartPeach014Wheel3 + type: texture + offset: 0x71B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartPeach015Wheel0 + type: texture + offset: 0x71BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartPeach015Wheel1 + type: texture + offset: 0x71C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartPeach015Wheel2 + type: texture + offset: 0x71CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartPeach015Wheel3 + type: texture + offset: 0x71D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartPeach016Wheel0 + type: texture + offset: 0x71DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartPeach016Wheel1 + type: texture + offset: 0x71E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartPeach016Wheel2 + type: texture + offset: 0x71EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartPeach016Wheel3 + type: texture + offset: 0x71F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartPeach017Wheel0 + type: texture + offset: 0x71FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartPeach017Wheel1 + type: texture + offset: 0x72068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartPeach017Wheel2 + type: texture + offset: 0x720E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartPeach017Wheel3 + type: texture + offset: 0x72168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartPeach018Wheel0 + type: texture + offset: 0x721E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartPeach018Wheel1 + type: texture + offset: 0x72268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartPeach018Wheel2 + type: texture + offset: 0x722E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartPeach018Wheel3 + type: texture + offset: 0x72368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartPeach019Wheel0 + type: texture + offset: 0x723E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartPeach019Wheel1 + type: texture + offset: 0x72468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartPeach019Wheel2 + type: texture + offset: 0x724E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartPeach019Wheel3 + type: texture + offset: 0x72568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartPeach020Wheel0 + type: texture + offset: 0x725E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartPeach020Wheel1 + type: texture + offset: 0x72668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartPeach020Wheel2 + type: texture + offset: 0x726E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartPeach020Wheel3 + type: texture + offset: 0x72768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartPeach021Wheel0 + type: texture + offset: 0x727E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartPeach021Wheel1 + type: texture + offset: 0x72868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartPeach021Wheel2 + type: texture + offset: 0x728E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartPeach021Wheel3 + type: texture + offset: 0x72968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartPeach022Wheel0 + type: texture + offset: 0x729E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartPeach022Wheel1 + type: texture + offset: 0x72A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartPeach022Wheel2 + type: texture + offset: 0x72AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartPeach022Wheel3 + type: texture + offset: 0x72B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartPeach023Wheel0 + type: texture + offset: 0x72BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartPeach023Wheel1 + type: texture + offset: 0x72C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartPeach023Wheel2 + type: texture + offset: 0x72CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartPeach023Wheel3 + type: texture + offset: 0x72D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartPeach024Wheel0 + type: texture + offset: 0x72DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartPeach024Wheel1 + type: texture + offset: 0x72E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartPeach024Wheel2 + type: texture + offset: 0x72EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartPeach024Wheel3 + type: texture + offset: 0x72F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartPeach025Wheel0 + type: texture + offset: 0x72FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartPeach025Wheel1 + type: texture + offset: 0x73068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartPeach025Wheel2 + type: texture + offset: 0x730E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartPeach025Wheel3 + type: texture + offset: 0x73168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartPeach026Wheel0 + type: texture + offset: 0x731E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartPeach026Wheel1 + type: texture + offset: 0x73268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartPeach026Wheel2 + type: texture + offset: 0x732E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartPeach026Wheel3 + type: texture + offset: 0x73368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartPeach027Wheel0 + type: texture + offset: 0x733E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartPeach027Wheel1 + type: texture + offset: 0x73468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartPeach027Wheel2 + type: texture + offset: 0x734E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartPeach027Wheel3 + type: texture + offset: 0x73568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartPeach028Wheel0 + type: texture + offset: 0x735E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartPeach028Wheel1 + type: texture + offset: 0x73668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartPeach028Wheel2 + type: texture + offset: 0x736E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartPeach028Wheel3 + type: texture + offset: 0x73768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartPeach029Wheel0 + type: texture + offset: 0x737E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartPeach029Wheel1 + type: texture + offset: 0x73868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartPeach029Wheel2 + type: texture + offset: 0x738E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartPeach029Wheel3 + type: texture + offset: 0x73968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartPeach030Wheel0 + type: texture + offset: 0x739E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartPeach030Wheel1 + type: texture + offset: 0x73A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartPeach030Wheel2 + type: texture + offset: 0x73AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartPeach030Wheel3 + type: texture + offset: 0x73B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartPeach031Wheel0 + type: texture + offset: 0x73BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartPeach031Wheel1 + type: texture + offset: 0x73C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartPeach031Wheel2 + type: texture + offset: 0x73CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartPeach031Wheel3 + type: texture + offset: 0x73D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartPeach032Wheel0 + type: texture + offset: 0x73DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartPeach032Wheel1 + type: texture + offset: 0x73E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartPeach032Wheel2 + type: texture + offset: 0x73EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartPeach032Wheel3 + type: texture + offset: 0x73F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartPeach033Wheel0 + type: texture + offset: 0x73FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartPeach033Wheel1 + type: texture + offset: 0x74068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartPeach033Wheel2 + type: texture + offset: 0x740E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartPeach033Wheel3 + type: texture + offset: 0x74168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartPeach034Wheel0 + type: texture + offset: 0x741E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartPeach034Wheel1 + type: texture + offset: 0x74268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartPeach034Wheel2 + type: texture + offset: 0x742E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartPeach034Wheel3 + type: texture + offset: 0x74368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartPeach035Wheel0 + type: texture + offset: 0x743E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartPeach035Wheel1 + type: texture + offset: 0x74468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartPeach035Wheel2 + type: texture + offset: 0x744E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartPeach035Wheel3 + type: texture + offset: 0x74568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartPeach036Wheel0 + type: texture + offset: 0x745E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartPeach036Wheel1 + type: texture + offset: 0x74668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartPeach036Wheel2 + type: texture + offset: 0x746E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartPeach036Wheel3 + type: texture + offset: 0x74768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartPeach037Wheel0 + type: texture + offset: 0x747E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartPeach037Wheel1 + type: texture + offset: 0x74868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartPeach037Wheel2 + type: texture + offset: 0x748E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartPeach037Wheel3 + type: texture + offset: 0x74968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartPeach038Wheel0 + type: texture + offset: 0x749E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartPeach038Wheel1 + type: texture + offset: 0x74A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartPeach038Wheel2 + type: texture + offset: 0x74AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartPeach038Wheel3 + type: texture + offset: 0x74B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartPeach039Wheel0 + type: texture + offset: 0x74BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartPeach039Wheel1 + type: texture + offset: 0x74C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartPeach039Wheel2 + type: texture + offset: 0x74CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartPeach039Wheel3 + type: texture + offset: 0x74D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartPeach040Wheel0 + type: texture + offset: 0x74DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartPeach040Wheel1 + type: texture + offset: 0x74E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartPeach040Wheel2 + type: texture + offset: 0x74EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartPeach040Wheel3 + type: texture + offset: 0x74F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartPeach041Wheel0 + type: texture + offset: 0x74FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartPeach041Wheel1 + type: texture + offset: 0x75068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartPeach041Wheel2 + type: texture + offset: 0x750E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartPeach041Wheel3 + type: texture + offset: 0x75168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartPeach042Wheel0 + type: texture + offset: 0x751E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartPeach042Wheel1 + type: texture + offset: 0x75268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartPeach042Wheel2 + type: texture + offset: 0x752E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartPeach042Wheel3 + type: texture + offset: 0x75368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartPeach043Wheel0 + type: texture + offset: 0x753E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartPeach043Wheel1 + type: texture + offset: 0x75468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartPeach043Wheel2 + type: texture + offset: 0x754E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartPeach043Wheel3 + type: texture + offset: 0x75568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartPeach044Wheel0 + type: texture + offset: 0x755E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartPeach044Wheel1 + type: texture + offset: 0x75668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartPeach044Wheel2 + type: texture + offset: 0x756E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartPeach044Wheel3 + type: texture + offset: 0x75768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartPeach045Wheel0 + type: texture + offset: 0x757E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartPeach045Wheel1 + type: texture + offset: 0x75868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartPeach045Wheel2 + type: texture + offset: 0x758E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartPeach045Wheel3 + type: texture + offset: 0x75968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartPeach046Wheel0 + type: texture + offset: 0x759E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartPeach046Wheel1 + type: texture + offset: 0x75A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartPeach046Wheel2 + type: texture + offset: 0x75AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartPeach046Wheel3 + type: texture + offset: 0x75B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartPeach047Wheel0 + type: texture + offset: 0x75BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartPeach047Wheel1 + type: texture + offset: 0x75C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartPeach047Wheel2 + type: texture + offset: 0x75CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartPeach047Wheel3 + type: texture + offset: 0x75D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartPeach048Wheel0 + type: texture + offset: 0x75DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartPeach048Wheel1 + type: texture + offset: 0x75E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartPeach048Wheel2 + type: texture + offset: 0x75EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartPeach048Wheel3 + type: texture + offset: 0x75F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartPeach049Wheel0 + type: texture + offset: 0x75FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartPeach049Wheel1 + type: texture + offset: 0x76068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartPeach049Wheel2 + type: texture + offset: 0x760E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartPeach049Wheel3 + type: texture + offset: 0x76168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartPeach050Wheel0 + type: texture + offset: 0x761E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartPeach050Wheel1 + type: texture + offset: 0x76268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartPeach050Wheel2 + type: texture + offset: 0x762E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartPeach050Wheel3 + type: texture + offset: 0x76368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartPeach051Wheel0 + type: texture + offset: 0x763E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartPeach051Wheel1 + type: texture + offset: 0x76468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartPeach051Wheel2 + type: texture + offset: 0x764E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartPeach051Wheel3 + type: texture + offset: 0x76568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartPeach052Wheel0 + type: texture + offset: 0x765E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartPeach052Wheel1 + type: texture + offset: 0x76668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartPeach052Wheel2 + type: texture + offset: 0x766E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartPeach052Wheel3 + type: texture + offset: 0x76768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartPeach053Wheel0 + type: texture + offset: 0x767E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartPeach053Wheel1 + type: texture + offset: 0x76868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartPeach053Wheel2 + type: texture + offset: 0x768E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartPeach053Wheel3 + type: texture + offset: 0x76968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartPeach054Wheel0 + type: texture + offset: 0x769E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartPeach054Wheel1 + type: texture + offset: 0x76A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartPeach054Wheel2 + type: texture + offset: 0x76AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartPeach054Wheel3 + type: texture + offset: 0x76B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartPeach055Wheel0 + type: texture + offset: 0x76BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartPeach055Wheel1 + type: texture + offset: 0x76C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartPeach055Wheel2 + type: texture + offset: 0x76CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartPeach055Wheel3 + type: texture + offset: 0x76D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartPeach056Wheel0 + type: texture + offset: 0x76DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartPeach056Wheel1 + type: texture + offset: 0x76E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartPeach056Wheel2 + type: texture + offset: 0x76EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartPeach056Wheel3 + type: texture + offset: 0x76F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartPeach057Wheel0 + type: texture + offset: 0x76FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartPeach057Wheel1 + type: texture + offset: 0x77068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartPeach057Wheel2 + type: texture + offset: 0x770E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartPeach057Wheel3 + type: texture + offset: 0x77168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartPeach058Wheel0 + type: texture + offset: 0x771E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartPeach058Wheel1 + type: texture + offset: 0x77268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartPeach058Wheel2 + type: texture + offset: 0x772E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartPeach058Wheel3 + type: texture + offset: 0x77368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartPeach059Wheel0 + type: texture + offset: 0x773E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartPeach059Wheel1 + type: texture + offset: 0x77468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartPeach059Wheel2 + type: texture + offset: 0x774E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartPeach059Wheel3 + type: texture + offset: 0x77568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartPeach060Wheel0 + type: texture + offset: 0x775E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartPeach060Wheel1 + type: texture + offset: 0x77668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartPeach060Wheel2 + type: texture + offset: 0x776E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartPeach060Wheel3 + type: texture + offset: 0x77768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartPeach061Wheel0 + type: texture + offset: 0x777E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartPeach061Wheel1 + type: texture + offset: 0x77868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartPeach061Wheel2 + type: texture + offset: 0x778E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartPeach061Wheel3 + type: texture + offset: 0x77968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartPeach062Wheel0 + type: texture + offset: 0x779E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartPeach062Wheel1 + type: texture + offset: 0x77A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartPeach062Wheel2 + type: texture + offset: 0x77AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartPeach062Wheel3 + type: texture + offset: 0x77B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartPeach063Wheel0 + type: texture + offset: 0x77BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartPeach063Wheel1 + type: texture + offset: 0x77C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartPeach063Wheel2 + type: texture + offset: 0x77CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartPeach063Wheel3 + type: texture + offset: 0x77D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartPeach064Wheel0 + type: texture + offset: 0x77DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartPeach064Wheel1 + type: texture + offset: 0x77E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartPeach064Wheel2 + type: texture + offset: 0x77EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartPeach064Wheel3 + type: texture + offset: 0x77F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartPeach065Wheel0 + type: texture + offset: 0x77FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartPeach065Wheel1 + type: texture + offset: 0x78068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartPeach065Wheel2 + type: texture + offset: 0x780E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartPeach065Wheel3 + type: texture + offset: 0x78168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartPeach066Wheel0 + type: texture + offset: 0x781E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartPeach066Wheel1 + type: texture + offset: 0x78268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartPeach066Wheel2 + type: texture + offset: 0x782E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartPeach066Wheel3 + type: texture + offset: 0x78368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartPeach067Wheel0 + type: texture + offset: 0x783E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartPeach067Wheel1 + type: texture + offset: 0x78468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartPeach067Wheel2 + type: texture + offset: 0x784E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartPeach067Wheel3 + type: texture + offset: 0x78568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartPeach068Wheel0 + type: texture + offset: 0x785E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartPeach068Wheel1 + type: texture + offset: 0x78668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartPeach068Wheel2 + type: texture + offset: 0x786E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartPeach068Wheel3 + type: texture + offset: 0x78768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartPeach069Wheel0 + type: texture + offset: 0x787E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartPeach069Wheel1 + type: texture + offset: 0x78868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartPeach069Wheel2 + type: texture + offset: 0x788E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartPeach069Wheel3 + type: texture + offset: 0x78968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartPeach070Wheel0 + type: texture + offset: 0x789E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartPeach070Wheel1 + type: texture + offset: 0x78A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartPeach070Wheel2 + type: texture + offset: 0x78AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartPeach070Wheel3 + type: texture + offset: 0x78B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartPeach071Wheel0 + type: texture + offset: 0x78BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartPeach071Wheel1 + type: texture + offset: 0x78C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartPeach071Wheel2 + type: texture + offset: 0x78CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartPeach071Wheel3 + type: texture + offset: 0x78D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartPeach072Wheel0 + type: texture + offset: 0x78DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartPeach072Wheel1 + type: texture + offset: 0x78E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartPeach072Wheel2 + type: texture + offset: 0x78EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartPeach072Wheel3 + type: texture + offset: 0x78F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartPeach073Wheel0 + type: texture + offset: 0x78FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartPeach073Wheel1 + type: texture + offset: 0x79068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartPeach073Wheel2 + type: texture + offset: 0x790E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartPeach073Wheel3 + type: texture + offset: 0x79168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartPeach074Wheel0 + type: texture + offset: 0x791E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartPeach074Wheel1 + type: texture + offset: 0x79268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartPeach074Wheel2 + type: texture + offset: 0x792E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartPeach074Wheel3 + type: texture + offset: 0x79368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartPeach075Wheel0 + type: texture + offset: 0x793E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartPeach075Wheel1 + type: texture + offset: 0x79468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartPeach075Wheel2 + type: texture + offset: 0x794E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartPeach075Wheel3 + type: texture + offset: 0x79568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartPeach076Wheel0 + type: texture + offset: 0x795E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartPeach076Wheel1 + type: texture + offset: 0x79668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartPeach076Wheel2 + type: texture + offset: 0x796E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartPeach076Wheel3 + type: texture + offset: 0x79768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartPeach077Wheel0 + type: texture + offset: 0x797E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartPeach077Wheel1 + type: texture + offset: 0x79868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartPeach077Wheel2 + type: texture + offset: 0x798E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartPeach077Wheel3 + type: texture + offset: 0x79968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartPeach078Wheel0 + type: texture + offset: 0x799E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartPeach078Wheel1 + type: texture + offset: 0x79A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartPeach078Wheel2 + type: texture + offset: 0x79AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartPeach078Wheel3 + type: texture + offset: 0x79B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartPeach079Wheel0 + type: texture + offset: 0x79BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartPeach079Wheel1 + type: texture + offset: 0x79C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartPeach079Wheel2 + type: texture + offset: 0x79CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartPeach079Wheel3 + type: texture + offset: 0x79D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartPeach080Wheel0 + type: texture + offset: 0x79DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartPeach080Wheel1 + type: texture + offset: 0x79E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartPeach080Wheel2 + type: texture + offset: 0x79EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartPeach080Wheel3 + type: texture + offset: 0x79F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartPeach081Wheel0 + type: texture + offset: 0x79FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartPeach081Wheel1 + type: texture + offset: 0x7A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartPeach081Wheel2 + type: texture + offset: 0x7A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartPeach081Wheel3 + type: texture + offset: 0x7A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartPeach082Wheel0 + type: texture + offset: 0x7A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartPeach082Wheel1 + type: texture + offset: 0x7A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartPeach082Wheel2 + type: texture + offset: 0x7A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartPeach082Wheel3 + type: texture + offset: 0x7A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartPeach083Wheel0 + type: texture + offset: 0x7A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartPeach083Wheel1 + type: texture + offset: 0x7A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartPeach083Wheel2 + type: texture + offset: 0x7A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartPeach083Wheel3 + type: texture + offset: 0x7A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartPeach084Wheel0 + type: texture + offset: 0x7A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartPeach084Wheel1 + type: texture + offset: 0x7A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartPeach084Wheel2 + type: texture + offset: 0x7A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartPeach084Wheel3 + type: texture + offset: 0x7A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartPeach085Wheel0 + type: texture + offset: 0x7A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartPeach085Wheel1 + type: texture + offset: 0x7A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartPeach085Wheel2 + type: texture + offset: 0x7A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartPeach085Wheel3 + type: texture + offset: 0x7A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartPeach086Wheel0 + type: texture + offset: 0x7A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartPeach086Wheel1 + type: texture + offset: 0x7AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartPeach086Wheel2 + type: texture + offset: 0x7AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartPeach086Wheel3 + type: texture + offset: 0x7AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartPeach087Wheel0 + type: texture + offset: 0x7ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartPeach087Wheel1 + type: texture + offset: 0x7AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartPeach087Wheel2 + type: texture + offset: 0x7ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartPeach087Wheel3 + type: texture + offset: 0x7AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartPeach088Wheel0 + type: texture + offset: 0x7ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartPeach088Wheel1 + type: texture + offset: 0x7AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartPeach088Wheel2 + type: texture + offset: 0x7AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartPeach088Wheel3 + type: texture + offset: 0x7AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartPeach089Wheel0 + type: texture + offset: 0x7AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartPeach089Wheel1 + type: texture + offset: 0x7B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartPeach089Wheel2 + type: texture + offset: 0x7B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartPeach089Wheel3 + type: texture + offset: 0x7B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartPeach090Wheel0 + type: texture + offset: 0x7B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartPeach090Wheel1 + type: texture + offset: 0x7B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartPeach090Wheel2 + type: texture + offset: 0x7B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartPeach090Wheel3 + type: texture + offset: 0x7B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartPeach091Wheel0 + type: texture + offset: 0x7B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartPeach091Wheel1 + type: texture + offset: 0x7B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartPeach091Wheel2 + type: texture + offset: 0x7B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartPeach091Wheel3 + type: texture + offset: 0x7B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartPeach092Wheel0 + type: texture + offset: 0x7B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartPeach092Wheel1 + type: texture + offset: 0x7B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartPeach092Wheel2 + type: texture + offset: 0x7B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartPeach092Wheel3 + type: texture + offset: 0x7B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartPeach093Wheel0 + type: texture + offset: 0x7B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartPeach093Wheel1 + type: texture + offset: 0x7B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartPeach093Wheel2 + type: texture + offset: 0x7B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartPeach093Wheel3 + type: texture + offset: 0x7B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartPeach094Wheel0 + type: texture + offset: 0x7B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartPeach094Wheel1 + type: texture + offset: 0x7BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartPeach094Wheel2 + type: texture + offset: 0x7BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartPeach094Wheel3 + type: texture + offset: 0x7BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartPeach095Wheel0 + type: texture + offset: 0x7BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartPeach095Wheel1 + type: texture + offset: 0x7BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartPeach095Wheel2 + type: texture + offset: 0x7BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartPeach095Wheel3 + type: texture + offset: 0x7BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartPeach096Wheel0 + type: texture + offset: 0x7BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartPeach096Wheel1 + type: texture + offset: 0x7BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartPeach096Wheel2 + type: texture + offset: 0x7BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartPeach096Wheel3 + type: texture + offset: 0x7BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartPeach097Wheel0 + type: texture + offset: 0x7BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartPeach097Wheel1 + type: texture + offset: 0x7C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartPeach097Wheel2 + type: texture + offset: 0x7C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartPeach097Wheel3 + type: texture + offset: 0x7C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartPeach098Wheel0 + type: texture + offset: 0x7C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartPeach098Wheel1 + type: texture + offset: 0x7C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartPeach098Wheel2 + type: texture + offset: 0x7C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartPeach098Wheel3 + type: texture + offset: 0x7C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartPeach099Wheel0 + type: texture + offset: 0x7C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartPeach099Wheel1 + type: texture + offset: 0x7C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartPeach099Wheel2 + type: texture + offset: 0x7C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartPeach099Wheel3 + type: texture + offset: 0x7C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartPeach100Wheel0 + type: texture + offset: 0x7C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartPeach100Wheel1 + type: texture + offset: 0x7C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartPeach100Wheel2 + type: texture + offset: 0x7C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartPeach100Wheel3 + type: texture + offset: 0x7C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartPeach101Wheel0 + type: texture + offset: 0x7C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartPeach101Wheel1 + type: texture + offset: 0x7C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartPeach101Wheel2 + type: texture + offset: 0x7C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartPeach101Wheel3 + type: texture + offset: 0x7C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartPeach102Wheel0 + type: texture + offset: 0x7C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartPeach102Wheel1 + type: texture + offset: 0x7CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartPeach102Wheel2 + type: texture + offset: 0x7CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartPeach102Wheel3 + type: texture + offset: 0x7CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartPeach103Wheel0 + type: texture + offset: 0x7CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartPeach103Wheel1 + type: texture + offset: 0x7CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartPeach103Wheel2 + type: texture + offset: 0x7CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartPeach103Wheel3 + type: texture + offset: 0x7CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartPeach104Wheel0 + type: texture + offset: 0x7CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartPeach104Wheel1 + type: texture + offset: 0x7CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartPeach104Wheel2 + type: texture + offset: 0x7CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartPeach104Wheel3 + type: texture + offset: 0x7CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartPeach105Wheel0 + type: texture + offset: 0x7CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartPeach105Wheel1 + type: texture + offset: 0x7D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartPeach105Wheel2 + type: texture + offset: 0x7D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartPeach105Wheel3 + type: texture + offset: 0x7D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartPeach106Wheel0 + type: texture + offset: 0x7D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartPeach106Wheel1 + type: texture + offset: 0x7D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartPeach106Wheel2 + type: texture + offset: 0x7D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartPeach106Wheel3 + type: texture + offset: 0x7D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartPeach107Wheel0 + type: texture + offset: 0x7D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartPeach107Wheel1 + type: texture + offset: 0x7D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartPeach107Wheel2 + type: texture + offset: 0x7D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartPeach107Wheel3 + type: texture + offset: 0x7D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartPeach108Wheel0 + type: texture + offset: 0x7D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartPeach108Wheel1 + type: texture + offset: 0x7D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartPeach108Wheel2 + type: texture + offset: 0x7D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartPeach108Wheel3 + type: texture + offset: 0x7D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartPeach109Wheel0 + type: texture + offset: 0x7D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartPeach109Wheel1 + type: texture + offset: 0x7D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartPeach109Wheel2 + type: texture + offset: 0x7D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartPeach109Wheel3 + type: texture + offset: 0x7D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartPeach110Wheel0 + type: texture + offset: 0x7D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartPeach110Wheel1 + type: texture + offset: 0x7DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartPeach110Wheel2 + type: texture + offset: 0x7DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartPeach110Wheel3 + type: texture + offset: 0x7DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartPeach111Wheel0 + type: texture + offset: 0x7DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartPeach111Wheel1 + type: texture + offset: 0x7DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartPeach111Wheel2 + type: texture + offset: 0x7DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartPeach111Wheel3 + type: texture + offset: 0x7DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartPeach112Wheel0 + type: texture + offset: 0x7DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartPeach112Wheel1 + type: texture + offset: 0x7DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartPeach112Wheel2 + type: texture + offset: 0x7DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartPeach112Wheel3 + type: texture + offset: 0x7DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartPeach113Wheel0 + type: texture + offset: 0x7DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartPeach113Wheel1 + type: texture + offset: 0x7E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartPeach113Wheel2 + type: texture + offset: 0x7E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartPeach113Wheel3 + type: texture + offset: 0x7E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartPeach114Wheel0 + type: texture + offset: 0x7E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartPeach114Wheel1 + type: texture + offset: 0x7E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartPeach114Wheel2 + type: texture + offset: 0x7E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartPeach114Wheel3 + type: texture + offset: 0x7E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartPeach115Wheel0 + type: texture + offset: 0x7E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartPeach115Wheel1 + type: texture + offset: 0x7E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartPeach115Wheel2 + type: texture + offset: 0x7E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartPeach115Wheel3 + type: texture + offset: 0x7E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartPeach116Wheel0 + type: texture + offset: 0x7E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartPeach116Wheel1 + type: texture + offset: 0x7E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartPeach116Wheel2 + type: texture + offset: 0x7E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartPeach116Wheel3 + type: texture + offset: 0x7E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartPeach117Wheel0 + type: texture + offset: 0x7E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartPeach117Wheel1 + type: texture + offset: 0x7E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartPeach117Wheel2 + type: texture + offset: 0x7E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartPeach117Wheel3 + type: texture + offset: 0x7E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartPeach118Wheel0 + type: texture + offset: 0x7E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartPeach118Wheel1 + type: texture + offset: 0x7EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartPeach118Wheel2 + type: texture + offset: 0x7EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartPeach118Wheel3 + type: texture + offset: 0x7EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartPeach119Wheel0 + type: texture + offset: 0x7EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartPeach119Wheel1 + type: texture + offset: 0x7EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartPeach119Wheel2 + type: texture + offset: 0x7ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartPeach119Wheel3 + type: texture + offset: 0x7ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartPeach120Wheel0 + type: texture + offset: 0x7EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartPeach120Wheel1 + type: texture + offset: 0x7EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartPeach120Wheel2 + type: texture + offset: 0x7EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartPeach120Wheel3 + type: texture + offset: 0x7EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartPeach121Wheel0 + type: texture + offset: 0x7EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartPeach121Wheel1 + type: texture + offset: 0x7F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartPeach121Wheel2 + type: texture + offset: 0x7F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartPeach121Wheel3 + type: texture + offset: 0x7F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartPeach122Wheel0 + type: texture + offset: 0x7F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartPeach122Wheel1 + type: texture + offset: 0x7F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartPeach122Wheel2 + type: texture + offset: 0x7F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartPeach122Wheel3 + type: texture + offset: 0x7F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartPeach123Wheel0 + type: texture + offset: 0x7F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartPeach123Wheel1 + type: texture + offset: 0x7F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartPeach123Wheel2 + type: texture + offset: 0x7F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartPeach123Wheel3 + type: texture + offset: 0x7F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartPeach124Wheel0 + type: texture + offset: 0x7F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartPeach124Wheel1 + type: texture + offset: 0x7F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartPeach124Wheel2 + type: texture + offset: 0x7F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartPeach124Wheel3 + type: texture + offset: 0x7F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartPeach125Wheel0 + type: texture + offset: 0x7F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartPeach125Wheel1 + type: texture + offset: 0x7F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartPeach125Wheel2 + type: texture + offset: 0x7F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartPeach125Wheel3 + type: texture + offset: 0x7F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartPeach126Wheel0 + type: texture + offset: 0x7F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartPeach126Wheel1 + type: texture + offset: 0x7FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartPeach126Wheel2 + type: texture + offset: 0x7FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartPeach126Wheel3 + type: texture + offset: 0x7FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartPeach127Wheel0 + type: texture + offset: 0x7FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartPeach127Wheel1 + type: texture + offset: 0x7FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartPeach127Wheel2 + type: texture + offset: 0x7FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartPeach127Wheel3 + type: texture + offset: 0x7FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartPeach128Wheel0 + type: texture + offset: 0x7FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartPeach128Wheel1 + type: texture + offset: 0x7FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartPeach128Wheel2 + type: texture + offset: 0x7FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartPeach128Wheel3 + type: texture + offset: 0x7FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartPeach129Wheel0 + type: texture + offset: 0x7FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartPeach129Wheel1 + type: texture + offset: 0x80068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartPeach129Wheel2 + type: texture + offset: 0x800E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartPeach129Wheel3 + type: texture + offset: 0x80168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartPeach130Wheel0 + type: texture + offset: 0x801E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartPeach130Wheel1 + type: texture + offset: 0x80268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartPeach130Wheel2 + type: texture + offset: 0x802E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartPeach130Wheel3 + type: texture + offset: 0x80368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartPeach131Wheel0 + type: texture + offset: 0x803E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartPeach131Wheel1 + type: texture + offset: 0x80468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartPeach131Wheel2 + type: texture + offset: 0x804E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartPeach131Wheel3 + type: texture + offset: 0x80568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartPeach132Wheel0 + type: texture + offset: 0x805E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartPeach132Wheel1 + type: texture + offset: 0x80668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartPeach132Wheel2 + type: texture + offset: 0x806E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartPeach132Wheel3 + type: texture + offset: 0x80768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartPeach133Wheel0 + type: texture + offset: 0x807E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartPeach133Wheel1 + type: texture + offset: 0x80868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartPeach133Wheel2 + type: texture + offset: 0x808E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartPeach133Wheel3 + type: texture + offset: 0x80968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartPeach134Wheel0 + type: texture + offset: 0x809E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartPeach134Wheel1 + type: texture + offset: 0x80A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartPeach134Wheel2 + type: texture + offset: 0x80AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartPeach134Wheel3 + type: texture + offset: 0x80B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartPeach135Wheel0 + type: texture + offset: 0x80BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartPeach135Wheel1 + type: texture + offset: 0x80C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartPeach135Wheel2 + type: texture + offset: 0x80CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartPeach135Wheel3 + type: texture + offset: 0x80D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartPeach136Wheel0 + type: texture + offset: 0x80DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartPeach136Wheel1 + type: texture + offset: 0x80E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartPeach136Wheel2 + type: texture + offset: 0x80EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartPeach136Wheel3 + type: texture + offset: 0x80F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartPeach137Wheel0 + type: texture + offset: 0x80FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartPeach137Wheel1 + type: texture + offset: 0x81068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartPeach137Wheel2 + type: texture + offset: 0x810E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartPeach137Wheel3 + type: texture + offset: 0x81168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartPeach138Wheel0 + type: texture + offset: 0x811E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartPeach138Wheel1 + type: texture + offset: 0x81268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartPeach138Wheel2 + type: texture + offset: 0x812E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartPeach138Wheel3 + type: texture + offset: 0x81368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartPeach139Wheel0 + type: texture + offset: 0x813E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartPeach139Wheel1 + type: texture + offset: 0x81468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartPeach139Wheel2 + type: texture + offset: 0x814E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartPeach139Wheel3 + type: texture + offset: 0x81568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartPeach140Wheel0 + type: texture + offset: 0x815E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartPeach140Wheel1 + type: texture + offset: 0x81668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartPeach140Wheel2 + type: texture + offset: 0x816E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartPeach140Wheel3 + type: texture + offset: 0x81768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartPeach141Wheel0 + type: texture + offset: 0x817E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartPeach141Wheel1 + type: texture + offset: 0x81868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartPeach141Wheel2 + type: texture + offset: 0x818E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartPeach141Wheel3 + type: texture + offset: 0x81968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartPeach142Wheel0 + type: texture + offset: 0x819E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartPeach142Wheel1 + type: texture + offset: 0x81A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartPeach142Wheel2 + type: texture + offset: 0x81AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartPeach142Wheel3 + type: texture + offset: 0x81B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartPeach143Wheel0 + type: texture + offset: 0x81BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartPeach143Wheel1 + type: texture + offset: 0x81C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartPeach143Wheel2 + type: texture + offset: 0x81CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartPeach143Wheel3 + type: texture + offset: 0x81D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartPeach144Wheel0 + type: texture + offset: 0x81DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartPeach144Wheel1 + type: texture + offset: 0x81E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartPeach144Wheel2 + type: texture + offset: 0x81EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartPeach144Wheel3 + type: texture + offset: 0x81F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartPeach145Wheel0 + type: texture + offset: 0x81FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartPeach145Wheel1 + type: texture + offset: 0x82068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartPeach145Wheel2 + type: texture + offset: 0x820E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartPeach145Wheel3 + type: texture + offset: 0x82168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartPeach146Wheel0 + type: texture + offset: 0x821E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartPeach146Wheel1 + type: texture + offset: 0x82268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartPeach146Wheel2 + type: texture + offset: 0x822E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartPeach146Wheel3 + type: texture + offset: 0x82368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartPeach147Wheel0 + type: texture + offset: 0x823E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartPeach147Wheel1 + type: texture + offset: 0x82468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartPeach147Wheel2 + type: texture + offset: 0x824E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartPeach147Wheel3 + type: texture + offset: 0x82568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartPeach148Wheel0 + type: texture + offset: 0x825E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartPeach148Wheel1 + type: texture + offset: 0x82668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartPeach148Wheel2 + type: texture + offset: 0x826E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartPeach148Wheel3 + type: texture + offset: 0x82768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartPeach149Wheel0 + type: texture + offset: 0x827E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartPeach149Wheel1 + type: texture + offset: 0x82868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartPeach149Wheel2 + type: texture + offset: 0x828E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartPeach149Wheel3 + type: texture + offset: 0x82968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartPeach150Wheel0 + type: texture + offset: 0x829E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartPeach150Wheel1 + type: texture + offset: 0x82A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartPeach150Wheel2 + type: texture + offset: 0x82AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartPeach150Wheel3 + type: texture + offset: 0x82B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartPeach151Wheel0 + type: texture + offset: 0x82BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartPeach151Wheel1 + type: texture + offset: 0x82C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartPeach151Wheel2 + type: texture + offset: 0x82CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartPeach151Wheel3 + type: texture + offset: 0x82D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartPeach152Wheel0 + type: texture + offset: 0x82DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartPeach152Wheel1 + type: texture + offset: 0x82E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartPeach152Wheel2 + type: texture + offset: 0x82EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartPeach152Wheel3 + type: texture + offset: 0x82F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartPeach153Wheel0 + type: texture + offset: 0x82FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartPeach153Wheel1 + type: texture + offset: 0x83068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartPeach153Wheel2 + type: texture + offset: 0x830E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartPeach153Wheel3 + type: texture + offset: 0x83168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartPeach154Wheel0 + type: texture + offset: 0x831E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartPeach154Wheel1 + type: texture + offset: 0x83268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartPeach154Wheel2 + type: texture + offset: 0x832E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartPeach154Wheel3 + type: texture + offset: 0x83368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartPeach155Wheel0 + type: texture + offset: 0x833E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartPeach155Wheel1 + type: texture + offset: 0x83468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartPeach155Wheel2 + type: texture + offset: 0x834E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartPeach155Wheel3 + type: texture + offset: 0x83568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartPeach156Wheel0 + type: texture + offset: 0x835E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartPeach156Wheel1 + type: texture + offset: 0x83668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartPeach156Wheel2 + type: texture + offset: 0x836E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartPeach156Wheel3 + type: texture + offset: 0x83768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartPeach157Wheel0 + type: texture + offset: 0x837E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartPeach157Wheel1 + type: texture + offset: 0x83868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartPeach157Wheel2 + type: texture + offset: 0x838E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartPeach157Wheel3 + type: texture + offset: 0x83968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartPeach158Wheel0 + type: texture + offset: 0x839E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartPeach158Wheel1 + type: texture + offset: 0x83A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartPeach158Wheel2 + type: texture + offset: 0x83AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartPeach158Wheel3 + type: texture + offset: 0x83B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartPeach159Wheel0 + type: texture + offset: 0x83BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartPeach159Wheel1 + type: texture + offset: 0x83C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartPeach159Wheel2 + type: texture + offset: 0x83CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartPeach159Wheel3 + type: texture + offset: 0x83D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartPeach160Wheel0 + type: texture + offset: 0x83DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartPeach160Wheel1 + type: texture + offset: 0x83E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartPeach160Wheel2 + type: texture + offset: 0x83EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartPeach160Wheel3 + type: texture + offset: 0x83F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartPeach161Wheel0 + type: texture + offset: 0x83FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartPeach161Wheel1 + type: texture + offset: 0x84068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartPeach161Wheel2 + type: texture + offset: 0x840E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartPeach161Wheel3 + type: texture + offset: 0x84168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartPeach162Wheel0 + type: texture + offset: 0x841E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartPeach162Wheel1 + type: texture + offset: 0x84268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartPeach162Wheel2 + type: texture + offset: 0x842E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartPeach162Wheel3 + type: texture + offset: 0x84368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartPeach163Wheel0 + type: texture + offset: 0x843E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartPeach163Wheel1 + type: texture + offset: 0x84468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartPeach163Wheel2 + type: texture + offset: 0x844E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartPeach163Wheel3 + type: texture + offset: 0x84568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartPeach164Wheel0 + type: texture + offset: 0x845E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartPeach164Wheel1 + type: texture + offset: 0x84668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartPeach164Wheel2 + type: texture + offset: 0x846E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartPeach164Wheel3 + type: texture + offset: 0x84768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartPeach165Wheel0 + type: texture + offset: 0x847E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartPeach165Wheel1 + type: texture + offset: 0x84868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartPeach165Wheel2 + type: texture + offset: 0x848E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartPeach165Wheel3 + type: texture + offset: 0x84968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartPeach166Wheel0 + type: texture + offset: 0x849E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartPeach166Wheel1 + type: texture + offset: 0x84A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartPeach166Wheel2 + type: texture + offset: 0x84AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartPeach166Wheel3 + type: texture + offset: 0x84B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartPeach167Wheel0 + type: texture + offset: 0x84BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartPeach167Wheel1 + type: texture + offset: 0x84C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartPeach167Wheel2 + type: texture + offset: 0x84CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartPeach167Wheel3 + type: texture + offset: 0x84D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartPeach168Wheel0 + type: texture + offset: 0x84DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartPeach168Wheel1 + type: texture + offset: 0x84E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartPeach168Wheel2 + type: texture + offset: 0x84EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartPeach168Wheel3 + type: texture + offset: 0x84F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartPeach169Wheel0 + type: texture + offset: 0x84FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartPeach169Wheel1 + type: texture + offset: 0x85068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartPeach169Wheel2 + type: texture + offset: 0x850E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartPeach169Wheel3 + type: texture + offset: 0x85168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartPeach170Wheel0 + type: texture + offset: 0x851E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartPeach170Wheel1 + type: texture + offset: 0x85268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartPeach170Wheel2 + type: texture + offset: 0x852E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartPeach170Wheel3 + type: texture + offset: 0x85368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartPeach171Wheel0 + type: texture + offset: 0x853E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartPeach171Wheel1 + type: texture + offset: 0x85468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartPeach171Wheel2 + type: texture + offset: 0x854E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartPeach171Wheel3 + type: texture + offset: 0x85568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartPeach172Wheel0 + type: texture + offset: 0x855E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartPeach172Wheel1 + type: texture + offset: 0x85668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartPeach172Wheel2 + type: texture + offset: 0x856E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartPeach172Wheel3 + type: texture + offset: 0x85768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartPeach173Wheel0 + type: texture + offset: 0x857E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartPeach173Wheel1 + type: texture + offset: 0x85868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartPeach173Wheel2 + type: texture + offset: 0x858E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartPeach173Wheel3 + type: texture + offset: 0x85968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartPeach174Wheel0 + type: texture + offset: 0x859E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartPeach174Wheel1 + type: texture + offset: 0x85A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartPeach174Wheel2 + type: texture + offset: 0x85AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartPeach174Wheel3 + type: texture + offset: 0x85B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartPeach175Wheel0 + type: texture + offset: 0x85BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartPeach175Wheel1 + type: texture + offset: 0x85C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartPeach175Wheel2 + type: texture + offset: 0x85CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartPeach175Wheel3 + type: texture + offset: 0x85D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartPeach176Wheel0 + type: texture + offset: 0x85DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartPeach176Wheel1 + type: texture + offset: 0x85E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartPeach176Wheel2 + type: texture + offset: 0x85EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartPeach176Wheel3 + type: texture + offset: 0x85F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartPeach177Wheel0 + type: texture + offset: 0x85FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartPeach177Wheel1 + type: texture + offset: 0x86068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartPeach177Wheel2 + type: texture + offset: 0x860E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartPeach177Wheel3 + type: texture + offset: 0x86168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartPeach178Wheel0 + type: texture + offset: 0x861E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartPeach178Wheel1 + type: texture + offset: 0x86268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartPeach178Wheel2 + type: texture + offset: 0x862E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartPeach178Wheel3 + type: texture + offset: 0x86368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartPeach179Wheel0 + type: texture + offset: 0x863E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartPeach179Wheel1 + type: texture + offset: 0x86468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartPeach179Wheel2 + type: texture + offset: 0x864E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartPeach179Wheel3 + type: texture + offset: 0x86568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartPeach180Wheel0 + type: texture + offset: 0x865E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartPeach180Wheel1 + type: texture + offset: 0x86668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartPeach180Wheel2 + type: texture + offset: 0x866E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartPeach180Wheel3 + type: texture + offset: 0x86768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartPeach181Wheel0 + type: texture + offset: 0x867E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartPeach181Wheel1 + type: texture + offset: 0x86868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartPeach181Wheel2 + type: texture + offset: 0x868E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartPeach181Wheel3 + type: texture + offset: 0x86968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartPeach182Wheel0 + type: texture + offset: 0x869E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartPeach182Wheel1 + type: texture + offset: 0x86A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartPeach182Wheel2 + type: texture + offset: 0x86AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartPeach182Wheel3 + type: texture + offset: 0x86B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartPeach183Wheel0 + type: texture + offset: 0x86BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartPeach183Wheel1 + type: texture + offset: 0x86C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartPeach183Wheel2 + type: texture + offset: 0x86CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartPeach183Wheel3 + type: texture + offset: 0x86D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartPeach184Wheel0 + type: texture + offset: 0x86DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartPeach184Wheel1 + type: texture + offset: 0x86E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartPeach184Wheel2 + type: texture + offset: 0x86EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartPeach184Wheel3 + type: texture + offset: 0x86F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartPeach185Wheel0 + type: texture + offset: 0x86FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartPeach185Wheel1 + type: texture + offset: 0x87068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartPeach185Wheel2 + type: texture + offset: 0x870E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartPeach185Wheel3 + type: texture + offset: 0x87168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartPeach186Wheel0 + type: texture + offset: 0x871E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartPeach186Wheel1 + type: texture + offset: 0x87268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartPeach186Wheel2 + type: texture + offset: 0x872E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartPeach186Wheel3 + type: texture + offset: 0x87368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartPeach187Wheel0 + type: texture + offset: 0x873E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartPeach187Wheel1 + type: texture + offset: 0x87468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartPeach187Wheel2 + type: texture + offset: 0x874E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartPeach187Wheel3 + type: texture + offset: 0x87568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartPeach188Wheel0 + type: texture + offset: 0x875E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartPeach188Wheel1 + type: texture + offset: 0x87668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartPeach188Wheel2 + type: texture + offset: 0x876E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartPeach188Wheel3 + type: texture + offset: 0x87768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartPeach189Wheel0 + type: texture + offset: 0x877E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartPeach189Wheel1 + type: texture + offset: 0x87868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartPeach189Wheel2 + type: texture + offset: 0x878E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartPeach189Wheel3 + type: texture + offset: 0x87968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartPeach190Wheel0 + type: texture + offset: 0x879E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartPeach190Wheel1 + type: texture + offset: 0x87A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartPeach190Wheel2 + type: texture + offset: 0x87AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartPeach190Wheel3 + type: texture + offset: 0x87B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartPeach191Wheel0 + type: texture + offset: 0x87BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartPeach191Wheel1 + type: texture + offset: 0x87C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartPeach191Wheel2 + type: texture + offset: 0x87CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartPeach191Wheel3 + type: texture + offset: 0x87D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartPeach192Wheel0 + type: texture + offset: 0x87DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartPeach192Wheel1 + type: texture + offset: 0x87E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartPeach192Wheel2 + type: texture + offset: 0x87EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartPeach192Wheel3 + type: texture + offset: 0x87F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartPeach193Wheel0 + type: texture + offset: 0x87FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartPeach193Wheel1 + type: texture + offset: 0x88068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartPeach193Wheel2 + type: texture + offset: 0x880E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartPeach193Wheel3 + type: texture + offset: 0x88168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartPeach194Wheel0 + type: texture + offset: 0x881E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartPeach194Wheel1 + type: texture + offset: 0x88268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartPeach194Wheel2 + type: texture + offset: 0x882E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartPeach194Wheel3 + type: texture + offset: 0x88368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartPeach195Wheel0 + type: texture + offset: 0x883E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartPeach195Wheel1 + type: texture + offset: 0x88468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartPeach195Wheel2 + type: texture + offset: 0x884E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartPeach195Wheel3 + type: texture + offset: 0x88568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartPeach196Wheel0 + type: texture + offset: 0x885E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartPeach196Wheel1 + type: texture + offset: 0x88668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartPeach196Wheel2 + type: texture + offset: 0x886E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartPeach196Wheel3 + type: texture + offset: 0x88768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartPeach197Wheel0 + type: texture + offset: 0x887E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartPeach197Wheel1 + type: texture + offset: 0x88868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartPeach197Wheel2 + type: texture + offset: 0x888E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartPeach197Wheel3 + type: texture + offset: 0x88968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartPeach198Wheel0 + type: texture + offset: 0x889E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartPeach198Wheel1 + type: texture + offset: 0x88A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartPeach198Wheel2 + type: texture + offset: 0x88AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartPeach198Wheel3 + type: texture + offset: 0x88B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartPeach199Wheel0 + type: texture + offset: 0x88BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartPeach199Wheel1 + type: texture + offset: 0x88C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartPeach199Wheel2 + type: texture + offset: 0x88CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartPeach199Wheel3 + type: texture + offset: 0x88D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartPeach200Wheel0 + type: texture + offset: 0x88DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartPeach200Wheel1 + type: texture + offset: 0x88E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartPeach200Wheel2 + type: texture + offset: 0x88EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartPeach200Wheel3 + type: texture + offset: 0x88F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartPeach201Wheel0 + type: texture + offset: 0x88FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartPeach201Wheel1 + type: texture + offset: 0x89068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartPeach201Wheel2 + type: texture + offset: 0x890E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartPeach201Wheel3 + type: texture + offset: 0x89168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartPeach202Wheel0 + type: texture + offset: 0x891E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartPeach202Wheel1 + type: texture + offset: 0x89268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartPeach202Wheel2 + type: texture + offset: 0x892E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartPeach202Wheel3 + type: texture + offset: 0x89368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartPeach203Wheel0 + type: texture + offset: 0x893E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartPeach203Wheel1 + type: texture + offset: 0x89468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartPeach203Wheel2 + type: texture + offset: 0x894E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartPeach203Wheel3 + type: texture + offset: 0x89568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartPeach204Wheel0 + type: texture + offset: 0x895E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartPeach204Wheel1 + type: texture + offset: 0x89668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartPeach204Wheel2 + type: texture + offset: 0x896E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartPeach204Wheel3 + type: texture + offset: 0x89768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartPeach205Wheel0 + type: texture + offset: 0x897E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartPeach205Wheel1 + type: texture + offset: 0x89868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartPeach205Wheel2 + type: texture + offset: 0x898E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartPeach205Wheel3 + type: texture + offset: 0x89968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartPeach206Wheel0 + type: texture + offset: 0x899E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartPeach206Wheel1 + type: texture + offset: 0x89A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartPeach206Wheel2 + type: texture + offset: 0x89AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartPeach206Wheel3 + type: texture + offset: 0x89B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartPeach207Wheel0 + type: texture + offset: 0x89BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartPeach207Wheel1 + type: texture + offset: 0x89C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartPeach207Wheel2 + type: texture + offset: 0x89CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartPeach207Wheel3 + type: texture + offset: 0x89D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartPeach208Wheel0 + type: texture + offset: 0x89DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartPeach208Wheel1 + type: texture + offset: 0x89E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartPeach208Wheel2 + type: texture + offset: 0x89EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartPeach208Wheel3 + type: texture + offset: 0x89F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartPeach209Wheel0 + type: texture + offset: 0x89FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartPeach209Wheel1 + type: texture + offset: 0x8A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartPeach209Wheel2 + type: texture + offset: 0x8A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartPeach209Wheel3 + type: texture + offset: 0x8A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartPeach210Wheel0 + type: texture + offset: 0x8A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartPeach210Wheel1 + type: texture + offset: 0x8A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartPeach210Wheel2 + type: texture + offset: 0x8A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartPeach210Wheel3 + type: texture + offset: 0x8A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartPeach211Wheel0 + type: texture + offset: 0x8A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartPeach211Wheel1 + type: texture + offset: 0x8A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartPeach211Wheel2 + type: texture + offset: 0x8A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartPeach211Wheel3 + type: texture + offset: 0x8A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartPeach212Wheel0 + type: texture + offset: 0x8A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartPeach212Wheel1 + type: texture + offset: 0x8A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartPeach212Wheel2 + type: texture + offset: 0x8A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartPeach212Wheel3 + type: texture + offset: 0x8A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartPeach213Wheel0 + type: texture + offset: 0x8A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartPeach213Wheel1 + type: texture + offset: 0x8A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartPeach213Wheel2 + type: texture + offset: 0x8A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartPeach213Wheel3 + type: texture + offset: 0x8A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartPeach214Wheel0 + type: texture + offset: 0x8A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartPeach214Wheel1 + type: texture + offset: 0x8AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartPeach214Wheel2 + type: texture + offset: 0x8AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartPeach214Wheel3 + type: texture + offset: 0x8AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartPeach215Wheel0 + type: texture + offset: 0x8ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartPeach215Wheel1 + type: texture + offset: 0x8AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartPeach215Wheel2 + type: texture + offset: 0x8ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartPeach215Wheel3 + type: texture + offset: 0x8AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartPeach216Wheel0 + type: texture + offset: 0x8ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartPeach216Wheel1 + type: texture + offset: 0x8AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartPeach216Wheel2 + type: texture + offset: 0x8AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartPeach216Wheel3 + type: texture + offset: 0x8AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartPeach217Wheel0 + type: texture + offset: 0x8AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartPeach217Wheel1 + type: texture + offset: 0x8B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartPeach217Wheel2 + type: texture + offset: 0x8B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartPeach217Wheel3 + type: texture + offset: 0x8B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartPeach218Wheel0 + type: texture + offset: 0x8B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartPeach218Wheel1 + type: texture + offset: 0x8B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartPeach218Wheel2 + type: texture + offset: 0x8B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartPeach218Wheel3 + type: texture + offset: 0x8B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartPeach219Wheel0 + type: texture + offset: 0x8B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartPeach219Wheel1 + type: texture + offset: 0x8B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartPeach219Wheel2 + type: texture + offset: 0x8B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartPeach219Wheel3 + type: texture + offset: 0x8B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartPeach220Wheel0 + type: texture + offset: 0x8B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartPeach220Wheel1 + type: texture + offset: 0x8B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartPeach220Wheel2 + type: texture + offset: 0x8B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartPeach220Wheel3 + type: texture + offset: 0x8B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartPeach221Wheel0 + type: texture + offset: 0x8B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartPeach221Wheel1 + type: texture + offset: 0x8B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartPeach221Wheel2 + type: texture + offset: 0x8B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartPeach221Wheel3 + type: texture + offset: 0x8B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartPeach222Wheel0 + type: texture + offset: 0x8B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartPeach222Wheel1 + type: texture + offset: 0x8BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartPeach222Wheel2 + type: texture + offset: 0x8BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartPeach222Wheel3 + type: texture + offset: 0x8BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartPeach223Wheel0 + type: texture + offset: 0x8BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartPeach223Wheel1 + type: texture + offset: 0x8BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartPeach223Wheel2 + type: texture + offset: 0x8BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartPeach223Wheel3 + type: texture + offset: 0x8BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartPeach224Wheel0 + type: texture + offset: 0x8BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartPeach224Wheel1 + type: texture + offset: 0x8BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartPeach224Wheel2 + type: texture + offset: 0x8BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartPeach224Wheel3 + type: texture + offset: 0x8BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartPeach225Wheel0 + type: texture + offset: 0x8BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartPeach225Wheel1 + type: texture + offset: 0x8C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartPeach225Wheel2 + type: texture + offset: 0x8C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartPeach225Wheel3 + type: texture + offset: 0x8C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartPeach226Wheel0 + type: texture + offset: 0x8C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartPeach226Wheel1 + type: texture + offset: 0x8C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartPeach226Wheel2 + type: texture + offset: 0x8C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartPeach226Wheel3 + type: texture + offset: 0x8C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartPeach227Wheel0 + type: texture + offset: 0x8C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartPeach227Wheel1 + type: texture + offset: 0x8C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartPeach227Wheel2 + type: texture + offset: 0x8C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartPeach227Wheel3 + type: texture + offset: 0x8C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartPeach228Wheel0 + type: texture + offset: 0x8C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartPeach228Wheel1 + type: texture + offset: 0x8C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartPeach228Wheel2 + type: texture + offset: 0x8C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartPeach228Wheel3 + type: texture + offset: 0x8C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartPeach229Wheel0 + type: texture + offset: 0x8C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartPeach229Wheel1 + type: texture + offset: 0x8C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartPeach229Wheel2 + type: texture + offset: 0x8C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartPeach229Wheel3 + type: texture + offset: 0x8C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartPeach230Wheel0 + type: texture + offset: 0x8C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartPeach230Wheel1 + type: texture + offset: 0x8CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartPeach230Wheel2 + type: texture + offset: 0x8CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartPeach230Wheel3 + type: texture + offset: 0x8CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartPeach231Wheel0 + type: texture + offset: 0x8CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartPeach231Wheel1 + type: texture + offset: 0x8CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartPeach231Wheel2 + type: texture + offset: 0x8CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartPeach231Wheel3 + type: texture + offset: 0x8CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartPeach232Wheel0 + type: texture + offset: 0x8CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartPeach232Wheel1 + type: texture + offset: 0x8CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartPeach232Wheel2 + type: texture + offset: 0x8CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartPeach232Wheel3 + type: texture + offset: 0x8CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartPeach233Wheel0 + type: texture + offset: 0x8CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartPeach233Wheel1 + type: texture + offset: 0x8D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartPeach233Wheel2 + type: texture + offset: 0x8D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartPeach233Wheel3 + type: texture + offset: 0x8D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartPeach234Wheel0 + type: texture + offset: 0x8D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartPeach234Wheel1 + type: texture + offset: 0x8D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartPeach234Wheel2 + type: texture + offset: 0x8D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartPeach234Wheel3 + type: texture + offset: 0x8D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartPeach235Wheel0 + type: texture + offset: 0x8D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartPeach235Wheel1 + type: texture + offset: 0x8D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartPeach235Wheel2 + type: texture + offset: 0x8D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartPeach235Wheel3 + type: texture + offset: 0x8D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartPeach236Wheel0 + type: texture + offset: 0x8D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartPeach236Wheel1 + type: texture + offset: 0x8D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartPeach236Wheel2 + type: texture + offset: 0x8D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartPeach236Wheel3 + type: texture + offset: 0x8D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartPeach237Wheel0 + type: texture + offset: 0x8D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartPeach237Wheel1 + type: texture + offset: 0x8D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartPeach237Wheel2 + type: texture + offset: 0x8D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartPeach237Wheel3 + type: texture + offset: 0x8D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartPeach238Wheel0 + type: texture + offset: 0x8D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartPeach238Wheel1 + type: texture + offset: 0x8DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartPeach238Wheel2 + type: texture + offset: 0x8DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartPeach238Wheel3 + type: texture + offset: 0x8DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartPeach239Wheel0 + type: texture + offset: 0x8DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartPeach239Wheel1 + type: texture + offset: 0x8DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartPeach239Wheel2 + type: texture + offset: 0x8DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartPeach239Wheel3 + type: texture + offset: 0x8DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartPeach240Wheel0 + type: texture + offset: 0x8DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartPeach240Wheel1 + type: texture + offset: 0x8DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartPeach240Wheel2 + type: texture + offset: 0x8DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartPeach240Wheel3 + type: texture + offset: 0x8DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartPeach241Wheel0 + type: texture + offset: 0x8DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartPeach241Wheel1 + type: texture + offset: 0x8E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartPeach241Wheel2 + type: texture + offset: 0x8E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartPeach241Wheel3 + type: texture + offset: 0x8E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartPeach242Wheel0 + type: texture + offset: 0x8E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartPeach242Wheel1 + type: texture + offset: 0x8E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartPeach242Wheel2 + type: texture + offset: 0x8E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartPeach242Wheel3 + type: texture + offset: 0x8E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartPeach243Wheel0 + type: texture + offset: 0x8E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartPeach243Wheel1 + type: texture + offset: 0x8E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartPeach243Wheel2 + type: texture + offset: 0x8E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartPeach243Wheel3 + type: texture + offset: 0x8E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartPeach244Wheel0 + type: texture + offset: 0x8E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartPeach244Wheel1 + type: texture + offset: 0x8E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartPeach244Wheel2 + type: texture + offset: 0x8E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartPeach244Wheel3 + type: texture + offset: 0x8E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartPeach245Wheel0 + type: texture + offset: 0x8E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartPeach245Wheel1 + type: texture + offset: 0x8E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartPeach245Wheel2 + type: texture + offset: 0x8E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartPeach245Wheel3 + type: texture + offset: 0x8E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartPeach246Wheel0 + type: texture + offset: 0x8E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartPeach246Wheel1 + type: texture + offset: 0x8EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartPeach246Wheel2 + type: texture + offset: 0x8EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartPeach246Wheel3 + type: texture + offset: 0x8EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartPeach247Wheel0 + type: texture + offset: 0x8EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartPeach247Wheel1 + type: texture + offset: 0x8EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartPeach247Wheel2 + type: texture + offset: 0x8ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartPeach247Wheel3 + type: texture + offset: 0x8ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartPeach248Wheel0 + type: texture + offset: 0x8EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartPeach248Wheel1 + type: texture + offset: 0x8EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartPeach248Wheel2 + type: texture + offset: 0x8EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartPeach248Wheel3 + type: texture + offset: 0x8EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartPeach249Wheel0 + type: texture + offset: 0x8EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartPeach249Wheel1 + type: texture + offset: 0x8F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartPeach249Wheel2 + type: texture + offset: 0x8F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartPeach249Wheel3 + type: texture + offset: 0x8F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartPeach250Wheel0 + type: texture + offset: 0x8F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartPeach250Wheel1 + type: texture + offset: 0x8F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartPeach250Wheel2 + type: texture + offset: 0x8F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartPeach250Wheel3 + type: texture + offset: 0x8F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartPeach251Wheel0 + type: texture + offset: 0x8F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartPeach251Wheel1 + type: texture + offset: 0x8F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartPeach251Wheel2 + type: texture + offset: 0x8F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartPeach251Wheel3 + type: texture + offset: 0x8F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartPeach252Wheel0 + type: texture + offset: 0x8F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartPeach252Wheel1 + type: texture + offset: 0x8F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartPeach252Wheel2 + type: texture + offset: 0x8F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartPeach252Wheel3 + type: texture + offset: 0x8F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartPeach253Wheel0 + type: texture + offset: 0x8F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartPeach253Wheel1 + type: texture + offset: 0x8F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartPeach253Wheel2 + type: texture + offset: 0x8F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartPeach253Wheel3 + type: texture + offset: 0x8F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartPeach254Wheel0 + type: texture + offset: 0x8F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartPeach254Wheel1 + type: texture + offset: 0x8FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartPeach254Wheel2 + type: texture + offset: 0x8FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartPeach254Wheel3 + type: texture + offset: 0x8FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartPeach255Wheel0 + type: texture + offset: 0x8FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartPeach255Wheel1 + type: texture + offset: 0x8FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartPeach255Wheel2 + type: texture + offset: 0x8FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartPeach255Wheel3 + type: texture + offset: 0x8FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartPeach256Wheel0 + type: texture + offset: 0x8FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartPeach256Wheel1 + type: texture + offset: 0x8FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartPeach256Wheel2 + type: texture + offset: 0x8FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartPeach256Wheel3 + type: texture + offset: 0x8FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartPeach257Wheel0 + type: texture + offset: 0x8FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartPeach257Wheel1 + type: texture + offset: 0x90068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartPeach257Wheel2 + type: texture + offset: 0x900E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartPeach257Wheel3 + type: texture + offset: 0x90168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartPeach258Wheel0 + type: texture + offset: 0x901E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartPeach258Wheel1 + type: texture + offset: 0x90268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartPeach258Wheel2 + type: texture + offset: 0x902E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartPeach258Wheel3 + type: texture + offset: 0x90368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartPeach259Wheel0 + type: texture + offset: 0x903E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartPeach259Wheel1 + type: texture + offset: 0x90468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartPeach259Wheel2 + type: texture + offset: 0x904E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartPeach259Wheel3 + type: texture + offset: 0x90568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartPeach260Wheel0 + type: texture + offset: 0x905E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartPeach260Wheel1 + type: texture + offset: 0x90668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartPeach260Wheel2 + type: texture + offset: 0x906E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartPeach260Wheel3 + type: texture + offset: 0x90768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartPeach261Wheel0 + type: texture + offset: 0x907E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartPeach261Wheel1 + type: texture + offset: 0x90868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartPeach261Wheel2 + type: texture + offset: 0x908E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartPeach261Wheel3 + type: texture + offset: 0x90968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartPeach262Wheel0 + type: texture + offset: 0x909E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartPeach262Wheel1 + type: texture + offset: 0x90A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartPeach262Wheel2 + type: texture + offset: 0x90AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartPeach262Wheel3 + type: texture + offset: 0x90B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartPeach263Wheel0 + type: texture + offset: 0x90BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartPeach263Wheel1 + type: texture + offset: 0x90C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartPeach263Wheel2 + type: texture + offset: 0x90CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartPeach263Wheel3 + type: texture + offset: 0x90D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartPeach264Wheel0 + type: texture + offset: 0x90DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartPeach264Wheel1 + type: texture + offset: 0x90E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartPeach264Wheel2 + type: texture + offset: 0x90EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartPeach264Wheel3 + type: texture + offset: 0x90F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartPeach265Wheel0 + type: texture + offset: 0x90FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartPeach265Wheel1 + type: texture + offset: 0x91068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartPeach265Wheel2 + type: texture + offset: 0x910E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartPeach265Wheel3 + type: texture + offset: 0x91168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartPeach266Wheel0 + type: texture + offset: 0x911E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartPeach266Wheel1 + type: texture + offset: 0x91268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartPeach266Wheel2 + type: texture + offset: 0x912E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartPeach266Wheel3 + type: texture + offset: 0x91368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartPeach267Wheel0 + type: texture + offset: 0x913E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartPeach267Wheel1 + type: texture + offset: 0x91468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartPeach267Wheel2 + type: texture + offset: 0x914E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartPeach267Wheel3 + type: texture + offset: 0x91568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartPeach268Wheel0 + type: texture + offset: 0x915E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartPeach268Wheel1 + type: texture + offset: 0x91668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartPeach268Wheel2 + type: texture + offset: 0x916E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartPeach268Wheel3 + type: texture + offset: 0x91768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartPeach269Wheel0 + type: texture + offset: 0x917E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartPeach269Wheel1 + type: texture + offset: 0x91868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartPeach269Wheel2 + type: texture + offset: 0x918E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartPeach269Wheel3 + type: texture + offset: 0x91968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartPeach270Wheel0 + type: texture + offset: 0x919E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartPeach270Wheel1 + type: texture + offset: 0x91A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartPeach270Wheel2 + type: texture + offset: 0x91AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartPeach270Wheel3 + type: texture + offset: 0x91B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartPeach271Wheel0 + type: texture + offset: 0x91BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartPeach271Wheel1 + type: texture + offset: 0x91C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartPeach271Wheel2 + type: texture + offset: 0x91CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartPeach271Wheel3 + type: texture + offset: 0x91D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartPeach272Wheel0 + type: texture + offset: 0x91DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartPeach272Wheel1 + type: texture + offset: 0x91E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartPeach272Wheel2 + type: texture + offset: 0x91EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartPeach272Wheel3 + type: texture + offset: 0x91F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartPeach273Wheel0 + type: texture + offset: 0x91FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartPeach273Wheel1 + type: texture + offset: 0x92068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartPeach273Wheel2 + type: texture + offset: 0x920E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartPeach273Wheel3 + type: texture + offset: 0x92168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartPeach274Wheel0 + type: texture + offset: 0x921E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartPeach274Wheel1 + type: texture + offset: 0x92268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartPeach274Wheel2 + type: texture + offset: 0x922E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartPeach274Wheel3 + type: texture + offset: 0x92368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartPeach275Wheel0 + type: texture + offset: 0x923E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartPeach275Wheel1 + type: texture + offset: 0x92468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartPeach275Wheel2 + type: texture + offset: 0x924E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartPeach275Wheel3 + type: texture + offset: 0x92568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartPeach276Wheel0 + type: texture + offset: 0x925E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartPeach276Wheel1 + type: texture + offset: 0x92668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartPeach276Wheel2 + type: texture + offset: 0x926E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartPeach276Wheel3 + type: texture + offset: 0x92768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartPeach277Wheel0 + type: texture + offset: 0x927E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartPeach277Wheel1 + type: texture + offset: 0x92868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartPeach277Wheel2 + type: texture + offset: 0x928E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartPeach277Wheel3 + type: texture + offset: 0x92968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartPeach278Wheel0 + type: texture + offset: 0x929E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartPeach278Wheel1 + type: texture + offset: 0x92A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartPeach278Wheel2 + type: texture + offset: 0x92AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartPeach278Wheel3 + type: texture + offset: 0x92B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartPeach279Wheel0 + type: texture + offset: 0x92BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartPeach279Wheel1 + type: texture + offset: 0x92C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartPeach279Wheel2 + type: texture + offset: 0x92CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartPeach279Wheel3 + type: texture + offset: 0x92D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartPeach280Wheel0 + type: texture + offset: 0x92DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartPeach280Wheel1 + type: texture + offset: 0x92E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartPeach280Wheel2 + type: texture + offset: 0x92EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartPeach280Wheel3 + type: texture + offset: 0x92F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartPeach281Wheel0 + type: texture + offset: 0x92FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartPeach281Wheel1 + type: texture + offset: 0x93068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartPeach281Wheel2 + type: texture + offset: 0x930E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartPeach281Wheel3 + type: texture + offset: 0x93168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartPeach282Wheel0 + type: texture + offset: 0x931E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartPeach282Wheel1 + type: texture + offset: 0x93268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartPeach282Wheel2 + type: texture + offset: 0x932E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartPeach282Wheel3 + type: texture + offset: 0x93368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartPeach283Wheel0 + type: texture + offset: 0x933E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartPeach283Wheel1 + type: texture + offset: 0x93468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartPeach283Wheel2 + type: texture + offset: 0x934E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartPeach283Wheel3 + type: texture + offset: 0x93568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartPeach284Wheel0 + type: texture + offset: 0x935E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartPeach284Wheel1 + type: texture + offset: 0x93668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartPeach284Wheel2 + type: texture + offset: 0x936E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartPeach284Wheel3 + type: texture + offset: 0x93768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartPeach285Wheel0 + type: texture + offset: 0x937E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartPeach285Wheel1 + type: texture + offset: 0x93868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartPeach285Wheel2 + type: texture + offset: 0x938E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartPeach285Wheel3 + type: texture + offset: 0x93968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartPeach286Wheel0 + type: texture + offset: 0x939E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartPeach286Wheel1 + type: texture + offset: 0x93A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartPeach286Wheel2 + type: texture + offset: 0x93AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartPeach286Wheel3 + type: texture + offset: 0x93B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartPeach287Wheel0 + type: texture + offset: 0x93BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartPeach287Wheel1 + type: texture + offset: 0x93C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartPeach287Wheel2 + type: texture + offset: 0x93CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartPeach287Wheel3 + type: texture + offset: 0x93D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartPeach288Wheel0 + type: texture + offset: 0x93DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartPeach288Wheel1 + type: texture + offset: 0x93E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartPeach288Wheel2 + type: texture + offset: 0x93EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartPeach288Wheel3 + type: texture + offset: 0x93F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +peach_kart_palette: + symbol: gKartPeachPalette + type: texture + offset: 0x93FE8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/player_selection.yml b/android/app/src/main/assets/yamls/us/player_selection.yml new file mode 100644 index 0000000000..2dc6ed9030 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/player_selection.yml @@ -0,0 +1,1536 @@ +:config: + segments: + - [0x0A, 0x729A30] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +mario_face_00: + symbol: gTextureMarioFace00 + type: texture + offset: 0x0 + mio0: true + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_01: + symbol: gTextureMarioFace01 + mio0: true + type: texture + offset: 0xCD4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_02: + symbol: gTextureMarioFace02 + mio0: true + type: texture + offset: 0x1994 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_03: + symbol: gTextureMarioFace03 + mio0: true + type: texture + offset: 0x2650 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_04: + symbol: gTextureMarioFace04 + mio0: true + type: texture + offset: 0x32BC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_05: + symbol: gTextureMarioFace05 + mio0: true + type: texture + offset: 0x3F08 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_06: + symbol: gTextureMarioFace06 + mio0: true + type: texture + offset: 0x4B48 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_07: + symbol: gTextureMarioFace07 + mio0: true + type: texture + offset: 0x585C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_08: + symbol: gTextureMarioFace08 + mio0: true + type: texture + offset: 0x6568 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_09: + symbol: gTextureMarioFace09 + mio0: true + type: texture + offset: 0x726C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_10: + symbol: gTextureMarioFace10 + mio0: true + type: texture + offset: 0x7F4C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_11: + symbol: gTextureMarioFace11 + mio0: true + type: texture + offset: 0x8C48 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_12: + symbol: gTextureMarioFace12 + mio0: true + type: texture + offset: 0x9944 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_13: + symbol: gTextureMarioFace13 + mio0: true + type: texture + offset: 0xA688 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_14: + symbol: gTextureMarioFace14 + mio0: true + type: texture + offset: 0xB3DC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_15: + symbol: gTextureMarioFace15 + mio0: true + type: texture + offset: 0xC180 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_16: + symbol: gTextureMarioFace16 + mio0: true + type: texture + offset: 0xCF20 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_00: + symbol: gTextureLuigiFace00 + mio0: true + type: texture + offset: 0xDA64 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_01: + symbol: gTextureLuigiFace01 + mio0: true + type: texture + offset: 0xE680 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_02: + symbol: gTextureLuigiFace02 + mio0: true + type: texture + offset: 0xF2A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_03: + symbol: gTextureLuigiFace03 + mio0: true + type: texture + offset: 0xFEC0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_04: + symbol: gTextureLuigiFace04 + mio0: true + type: texture + offset: 0x10AA8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_05: + symbol: gTextureLuigiFace05 + mio0: true + type: texture + offset: 0x11690 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_06: + symbol: gTextureLuigiFace06 + mio0: true + type: texture + offset: 0x1225C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_07: + symbol: gTextureLuigiFace07 + mio0: true + type: texture + offset: 0x12E84 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_08: + symbol: gTextureLuigiFace08 + mio0: true + type: texture + offset: 0x13AB8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_09: + symbol: gTextureLuigiFace09 + mio0: true + type: texture + offset: 0x14744 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_10: + symbol: gTextureLuigiFace10 + mio0: true + type: texture + offset: 0x153C4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_11: + symbol: gTextureLuigiFace11 + mio0: true + type: texture + offset: 0x16054 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_12: + symbol: gTextureLuigiFace12 + mio0: true + type: texture + offset: 0x16D14 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_13: + symbol: gTextureLuigiFace13 + mio0: true + type: texture + offset: 0x17A44 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_14: + symbol: gTextureLuigiFace14 + mio0: true + type: texture + offset: 0x18770 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_15: + symbol: gTextureLuigiFace15 + mio0: true + type: texture + offset: 0x194B8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_16: + symbol: gTextureLuigiFace16 + mio0: true + type: texture + offset: 0x1A20C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_00: + symbol: gTexturePeachFace00 + mio0: true + type: texture + offset: 0x1AC44 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_01: + symbol: gTexturePeachFace01 + mio0: true + type: texture + offset: 0x1BAFC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_02: + symbol: gTexturePeachFace02 + mio0: true + type: texture + offset: 0x1C9A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_03: + symbol: gTexturePeachFace03 + mio0: true + type: texture + offset: 0x1D864 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_04: + symbol: gTexturePeachFace04 + mio0: true + type: texture + offset: 0x1E71C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_05: + symbol: gTexturePeachFace05 + mio0: true + type: texture + offset: 0x1F5A4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_06: + symbol: gTexturePeachFace06 + mio0: true + type: texture + offset: 0x20444 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_07: + symbol: gTexturePeachFace07 + mio0: true + type: texture + offset: 0x2130C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_08: + symbol: gTexturePeachFace08 + mio0: true + type: texture + offset: 0x221FC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_09: + symbol: gTexturePeachFace09 + mio0: true + type: texture + offset: 0x2310C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_10: + symbol: gTexturePeachFace10 + mio0: true + type: texture + offset: 0x240C0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_11: + symbol: gTexturePeachFace11 + mio0: true + type: texture + offset: 0x250A4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_12: + symbol: gTexturePeachFace12 + mio0: true + type: texture + offset: 0x260F0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_13: + symbol: gTexturePeachFace13 + mio0: true + type: texture + offset: 0x27128 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_14: + symbol: gTexturePeachFace14 + mio0: true + type: texture + offset: 0x2810C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_15: + symbol: gTexturePeachFace15 + mio0: true + type: texture + offset: 0x290A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_16: + symbol: gTexturePeachFace16 + mio0: true + type: texture + offset: 0x2A028 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_00: + symbol: gTextureToadFace00 + mio0: true + type: texture + offset: 0x2AED0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_01: + symbol: gTextureToadFace01 + mio0: true + type: texture + offset: 0x2B88C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_02: + symbol: gTextureToadFace02 + mio0: true + type: texture + offset: 0x2C240 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_03: + symbol: gTextureToadFace03 + mio0: true + type: texture + offset: 0x2CBFC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_04: + symbol: gTextureToadFace04 + mio0: true + type: texture + offset: 0x2D5B4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_05: + symbol: gTextureToadFace05 + mio0: true + type: texture + offset: 0x2DF70 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_06: + symbol: gTextureToadFace06 + mio0: true + type: texture + offset: 0x2E910 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_07: + symbol: gTextureToadFace07 + mio0: true + type: texture + offset: 0x2F2A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_08: + symbol: gTextureToadFace08 + mio0: true + type: texture + offset: 0x2FC74 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_09: + symbol: gTextureToadFace09 + mio0: true + type: texture + offset: 0x30628 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_10: + symbol: gTextureToadFace10 + mio0: true + type: texture + offset: 0x31010 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_11: + symbol: gTextureToadFace11 + mio0: true + type: texture + offset: 0x31A24 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_12: + symbol: gTextureToadFace12 + mio0: true + type: texture + offset: 0x3247C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_13: + symbol: gTextureToadFace13 + mio0: true + type: texture + offset: 0x32EDC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_14: + symbol: gTextureToadFace14 + mio0: true + type: texture + offset: 0x3395C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_15: + symbol: gTextureToadFace15 + mio0: true + type: texture + offset: 0x343D0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_16: + symbol: gTextureToadFace16 + mio0: true + type: texture + offset: 0x34E30 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_00: + symbol: gTextureYoshiFace00 + mio0: true + type: texture + offset: 0x35794 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_01: + symbol: gTextureYoshiFace01 + mio0: true + type: texture + offset: 0x36280 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_02: + symbol: gTextureYoshiFace02 + mio0: true + type: texture + offset: 0x36D64 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_03: + symbol: gTextureYoshiFace03 + mio0: true + type: texture + offset: 0x37844 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_04: + symbol: gTextureYoshiFace04 + mio0: true + type: texture + offset: 0x382F8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_05: + symbol: gTextureYoshiFace05 + mio0: true + type: texture + offset: 0x38D68 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_06: + symbol: gTextureYoshiFace06 + mio0: true + type: texture + offset: 0x397B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_07: + symbol: gTextureYoshiFace07 + mio0: true + type: texture + offset: 0x3A2D4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_08: + symbol: gTextureYoshiFace08 + mio0: true + type: texture + offset: 0x3AD00 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_09: + symbol: gTextureYoshiFace09 + mio0: true + type: texture + offset: 0x3B6BC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_10: + symbol: gTextureYoshiFace10 + mio0: true + type: texture + offset: 0x3C068 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_11: + symbol: gTextureYoshiFace11 + mio0: true + type: texture + offset: 0x3CA28 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_12: + symbol: gTextureYoshiFace12 + mio0: true + type: texture + offset: 0x3D438 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_13: + symbol: gTextureYoshiFace13 + mio0: true + type: texture + offset: 0x3DE94 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_14: + symbol: gTextureYoshiFace14 + mio0: true + type: texture + offset: 0x3E974 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_15: + symbol: gTextureYoshiFace15 + mio0: true + type: texture + offset: 0x3F47C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_16: + symbol: gTextureYoshiFace16 + mio0: true + type: texture + offset: 0x3FF94 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_00: + symbol: gTextureDkFace00 + mio0: true + type: texture + offset: 0x40ABC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_01: + symbol: gTextureDkFace01 + mio0: true + type: texture + offset: 0x418A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_02: + symbol: gTextureDkFace02 + mio0: true + type: texture + offset: 0x426B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_03: + symbol: gTextureDkFace03 + mio0: true + type: texture + offset: 0x43490 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_04: + symbol: gTextureDkFace04 + mio0: true + type: texture + offset: 0x44240 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_05: + symbol: gTextureDkFace05 + mio0: true + type: texture + offset: 0x44FE8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_06: + symbol: gTextureDkFace06 + mio0: true + type: texture + offset: 0x45DCC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_07: + symbol: gTextureDkFace07 + mio0: true + type: texture + offset: 0x46BF8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_08: + symbol: gTextureDkFace08 + mio0: true + type: texture + offset: 0x47A8C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_09: + symbol: gTextureDkFace09 + mio0: true + type: texture + offset: 0x48968 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_10: + symbol: gTextureDkFace10 + mio0: true + type: texture + offset: 0x498B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_11: + symbol: gTextureDkFace11 + mio0: true + type: texture + offset: 0x4A7E8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_12: + symbol: gTextureDkFace12 + mio0: true + type: texture + offset: 0x4B76C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_13: + symbol: gTextureDkFace13 + mio0: true + type: texture + offset: 0x4C770 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_14: + symbol: gTextureDkFace14 + mio0: true + type: texture + offset: 0x4D730 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_15: + symbol: gTextureDkFace15 + mio0: true + type: texture + offset: 0x4E67C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_16: + symbol: gTextureDkFace16 + mio0: true + type: texture + offset: 0x4F57C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_00: + symbol: gTextureWarioFace00 + mio0: true + type: texture + offset: 0x504D0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_01: + symbol: gTextureWarioFace01 + mio0: true + type: texture + offset: 0x51630 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_02: + symbol: gTextureWarioFace02 + mio0: true + type: texture + offset: 0x52774 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_03: + symbol: gTextureWarioFace03 + mio0: true + type: texture + offset: 0x538C8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_04: + symbol: gTextureWarioFace04 + mio0: true + type: texture + offset: 0x54A30 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_05: + symbol: gTextureWarioFace05 + mio0: true + type: texture + offset: 0x55B84 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_06: + symbol: gTextureWarioFace06 + mio0: true + type: texture + offset: 0x56CE0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_07: + symbol: gTextureWarioFace07 + mio0: true + type: texture + offset: 0x57E54 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_08: + symbol: gTextureWarioFace08 + mio0: true + type: texture + offset: 0x5902C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_09: + symbol: gTextureWarioFace09 + mio0: true + type: texture + offset: 0x5A254 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_10: + symbol: gTextureWarioFace10 + mio0: true + type: texture + offset: 0x5B4C0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_11: + symbol: gTextureWarioFace11 + mio0: true + type: texture + offset: 0x5C7A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_12: + symbol: gTextureWarioFace12 + mio0: true + type: texture + offset: 0x5DAA8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_13: + symbol: gTextureWarioFace13 + mio0: true + type: texture + offset: 0x5ED8C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_14: + symbol: gTextureWarioFace14 + mio0: true + type: texture + offset: 0x600B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_15: + symbol: gTextureWarioFace15 + mio0: true + type: texture + offset: 0x6139C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_16: + symbol: gTextureWarioFace16 + mio0: true + type: texture + offset: 0x62668 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_00: + symbol: gTextureBowserFace00 + mio0: true + type: texture + offset: 0x637E0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_01: + symbol: gTextureBowserFace01 + mio0: true + type: texture + offset: 0x64AC8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_02: + symbol: gTextureBowserFace02 + mio0: true + type: texture + offset: 0x65D7C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_03: + symbol: gTextureBowserFace03 + mio0: true + type: texture + offset: 0x67044 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_04: + symbol: gTextureBowserFace04 + mio0: true + type: texture + offset: 0x68310 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_05: + symbol: gTextureBowserFace05 + mio0: true + type: texture + offset: 0x695B4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_06: + symbol: gTextureBowserFace06 + mio0: true + type: texture + offset: 0x6A840 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_07: + symbol: gTextureBowserFace07 + mio0: true + type: texture + offset: 0x6BB1C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_08: + symbol: gTextureBowserFace08 + mio0: true + type: texture + offset: 0x6CE04 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_09: + symbol: gTextureBowserFace09 + mio0: true + type: texture + offset: 0x6E0F4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_10: + symbol: gTextureBowserFace10 + mio0: true + type: texture + offset: 0x6F410 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_11: + symbol: gTextureBowserFace11 + mio0: true + type: texture + offset: 0x706DC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_12: + symbol: gTextureBowserFace12 + mio0: true + type: texture + offset: 0x71A18 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_13: + symbol: gTextureBowserFace13 + mio0: true + type: texture + offset: 0x72DBC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_14: + symbol: gTextureBowserFace14 + mio0: true + type: texture + offset: 0x74138 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_15: + symbol: gTextureBowserFace15 + mio0: true + type: texture + offset: 0x7547C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_16: + symbol: gTextureBowserFace16 + mio0: true + type: texture + offset: 0x767C4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +gTextureCoursePreviewMarioRaceway: + symbol: gTextureCoursePreviewMarioRaceway + mio0: true + type: texture + offset: 0x779E8 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewChocoMountain: + symbol: gTextureCoursePreviewChocoMountain + mio0: true + type: texture + offset: 0x7AB40 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBowsersCastle: + symbol: gTextureCoursePreviewBowsersCastle + mio0: true + type: texture + offset: 0x7D564 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBansheeBoardwalk: + symbol: gTextureCoursePreviewBansheeBoardwalk + mio0: true + type: texture + offset: 0x80644 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewYoshiValley: + symbol: gTextureCoursePreviewYoshiValley + mio0: true + type: texture + offset: 0x82CF0 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewFrappeSnowland: + symbol: gTextureCoursePreviewFrappeSnowland + mio0: true + type: texture + offset: 0x86730 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewKoopaTroopaBeach: + symbol: gTextureCoursePreviewKoopaTroopaBeach + mio0: true + type: texture + offset: 0x88B38 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewRoyalRaceway: + symbol: gTextureCoursePreviewRoyalRaceway + mio0: true + type: texture + offset: 0x8AE5C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewLuigiRaceway: + symbol: gTextureCoursePreviewLuigiRaceway + mio0: true + type: texture + offset: 0x8D67C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewMooMooFarm: + symbol: gTextureCoursePreviewMooMooFarm + mio0: true + type: texture + offset: 0x903F0 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewToadsTurnpike: + symbol: gTextureCoursePreviewToadsTurnpike + mio0: true + type: texture + offset: 0x929B8 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewKalimariDesert: + symbol: gTextureCoursePreviewKalimariDesert + mio0: true + type: texture + offset: 0x95354 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewSherbetLand: + symbol: gTextureCoursePreviewSherbetLand + mio0: true + type: texture + offset: 0x97B60 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewRainbowRoad: + symbol: gTextureCoursePreviewRainbowRoad + mio0: true + type: texture + offset: 0x9AB70 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewWarioStadium: + symbol: gTextureCoursePreviewWarioStadium + mio0: true + type: texture + offset: 0x9D394 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBlockFort: + symbol: gTextureCoursePreviewBlockFort + mio0: true + type: texture + offset: 0xA0668 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewSkyscraper: + symbol: gTextureCoursePreviewSkyscraper + mio0: true + type: texture + offset: 0xA2B90 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewDoubleDeck: + symbol: gTextureCoursePreviewDoubleDeck + mio0: true + type: texture + offset: 0xA5280 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewDksJungleParkway: + symbol: gTextureCoursePreviewDksJungleParkway + mio0: true + type: texture + offset: 0xA7B78 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBigDonut: + symbol: gTextureCoursePreviewBigDonut + mio0: true + type: texture + offset: 0xABA5C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +trophy_gold: + symbol: gTextureTrophyGold + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAE9B8 + mio0: true + format: rgba16 +trophy_silver: + symbol: gTextureTrophySilver + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAEFEC + mio0: true + format: rgba16 +trophy_bronze: + symbol: gTextureTrophyBronze + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAF614 + mio0: true + format: rgba16 +cup_gold: + symbol: gTextureCupGold + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAFC00 + mio0: true + format: rgba16 +cup_silver: + symbol: gTextureCupSilver + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xB058C + mio0: true + format: rgba16 +cup_bronze: + symbol: gTextureCupBronze + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xB0F10 + mio0: true + format: rgba16 +push_start_button: + symbol: gTexturePushStartButton + type: texture + ctype: u16 + width: 159 + height: 16 + offset: 0xB17B4 + format: rgba16 +copyright_1996: + symbol: gTextureCopyright1996 + type: texture + ctype: u16 + width: 124 + height: 17 + offset: 0xB2B94 + format: rgba16 +p1_border_blue: + symbol: gTextureP1BorderBlue + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB3C0C + format: rgba16 +p2_border_red: + symbol: gTextureP2BorderRed + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB5C0C + format: RGBA16 +p3_border_orange: + symbol: gTextureP3BorderOrange + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB7C0C + format: rgba16 +p4_border_green: + symbol: gTextureP4BorderGreen + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB9C0C + format: rgba16 +small_green_triangle: + symbol: gTextureSmallGreenTriangle + type: texture + ctype: u16 + width: 12 + height: 7 + offset: 0xBBC0C + format: rgba16 +texture_7E56E4: + symbol: gTexture7E56E4 + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xBBCB4 + mio0: true + format: ia16 diff --git a/android/app/src/main/assets/yamls/us/rainbow_road_data.yml b/android/app/src/main/assets/yamls/us/rainbow_road_data.yml new file mode 100644 index 0000000000..bf3d46997d --- /dev/null +++ b/android/app/src/main/assets/yamls/us/rainbow_road_data.yml @@ -0,0 +1,618 @@ +:config: + segments: + - [0x06, 0x872A00] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_rainbow_road_neon_boo_tlut_list: + range: [0x6800, 0x7000] + mode: APPEND + d_course_rainbow_road_neon_mushroom_tlut_list: + range: [0x5400, 0x5C00] + mode: APPEND + d_course_rainbow_road_neon_mario_tlut_list: + range: [0x5E00, 0x6600] + mode: APPEND + d_course_rainbow_road_static_tluts: + range: [0x7200, 0x7E00] + mode: APPEND + d_course_rainbow_road_static_textures: + range: [0xB000, 0x11000] + mode: APPEND +d_course_rainbow_road_dl_0: + symbol: d_course_rainbow_road_dl_0 + type: gfx + offset: 0x0 +d_course_rainbow_road_dl_80: + symbol: d_course_rainbow_road_dl_80 + type: gfx + offset: 0x80 +d_course_rainbow_road_dl_D8: + symbol: d_course_rainbow_road_dl_D8 + type: gfx + offset: 0xD8 +d_course_rainbow_road_dl_178: + symbol: d_course_rainbow_road_dl_178 + type: gfx + offset: 0x178 +d_course_rainbow_road_dl_210: + symbol: d_course_rainbow_road_dl_210 + type: gfx + offset: 0x210 +d_course_rainbow_road_dl_288: + symbol: d_course_rainbow_road_dl_288 + type: gfx + offset: 0x288 +d_course_rainbow_road_dl_338: + symbol: d_course_rainbow_road_dl_338 + type: gfx + offset: 0x338 +d_course_rainbow_road_dl_3D0: + symbol: d_course_rainbow_road_dl_3D0 + type: gfx + offset: 0x3D0 +d_course_rainbow_road_dl_4A0: + symbol: d_course_rainbow_road_dl_4A0 + type: gfx + offset: 0x4A0 +d_course_rainbow_road_dl_528: + symbol: d_course_rainbow_road_dl_528 + type: gfx + offset: 0x528 +d_course_rainbow_road_dl_5F8: + symbol: d_course_rainbow_road_dl_5F8 + type: gfx + offset: 0x5F8 +d_course_rainbow_road_dl_658: + symbol: d_course_rainbow_road_dl_658 + type: gfx + offset: 0x658 +d_course_rainbow_road_dl_6E0: + symbol: d_course_rainbow_road_dl_6E0 + type: gfx + offset: 0x6E0 +d_course_rainbow_road_dl_730: + symbol: d_course_rainbow_road_dl_730 + type: gfx + offset: 0x730 +d_course_rainbow_road_dl_7A8: + symbol: d_course_rainbow_road_dl_7A8 + type: gfx + offset: 0x7A8 +d_course_rainbow_road_dl_7F8: + symbol: d_course_rainbow_road_dl_7F8 + type: gfx + offset: 0x7F8 +d_course_rainbow_road_dl_880: + symbol: d_course_rainbow_road_dl_880 + type: gfx + offset: 0x880 +d_course_rainbow_road_dl_8E0: + symbol: d_course_rainbow_road_dl_8E0 + type: gfx + offset: 0x8E0 +d_course_rainbow_road_dl_958: + symbol: d_course_rainbow_road_dl_958 + type: gfx + offset: 0x958 +d_course_rainbow_road_dl_9C8: + symbol: d_course_rainbow_road_dl_9C8 + type: gfx + offset: 0x9C8 +d_course_rainbow_road_dl_A70: + symbol: d_course_rainbow_road_dl_A70 + type: gfx + offset: 0xA70 +d_course_rainbow_road_dl_B08: + symbol: d_course_rainbow_road_dl_B08 + type: gfx + offset: 0xB08 +d_course_rainbow_road_dl_B70: + symbol: d_course_rainbow_road_dl_B70 + type: gfx + offset: 0xB70 +d_course_rainbow_road_dl_BF0: + symbol: d_course_rainbow_road_dl_BF0 + type: gfx + offset: 0xBF0 +d_course_rainbow_road_dl_C70: + symbol: d_course_rainbow_road_dl_C70 + type: gfx + offset: 0xC70 +d_course_rainbow_road_dl_D10: + symbol: d_course_rainbow_road_dl_D10 + type: gfx + offset: 0xD10 +d_course_rainbow_road_dl_D80: + symbol: d_course_rainbow_road_dl_D80 + type: gfx + offset: 0xD80 +d_course_rainbow_road_dl_E08: + symbol: d_course_rainbow_road_dl_E08 + type: gfx + offset: 0xE08 +d_course_rainbow_road_dl_E98: + symbol: d_course_rainbow_road_dl_E98 + type: gfx + offset: 0xE98 +d_course_rainbow_road_dl_F50: + symbol: d_course_rainbow_road_dl_F50 + type: gfx + offset: 0xF50 +d_course_rainbow_road_dl_FB0: + symbol: d_course_rainbow_road_dl_FB0 + type: gfx + offset: 0xFB0 +d_course_rainbow_road_dl_1030: + symbol: d_course_rainbow_road_dl_1030 + type: gfx + offset: 0x1030 +d_course_rainbow_road_dl_10A8: + symbol: d_course_rainbow_road_dl_10A8 + type: gfx + offset: 0x10A8 +d_course_rainbow_road_dl_1150: + symbol: d_course_rainbow_road_dl_1150 + type: gfx + offset: 0x1150 +d_course_rainbow_road_dl_1198: + symbol: d_course_rainbow_road_dl_1198 + type: gfx + offset: 0x1198 +d_course_rainbow_road_dl_1228: + symbol: d_course_rainbow_road_dl_1228 + type: gfx + offset: 0x1228 +d_course_rainbow_road_dl_12A0: + symbol: d_course_rainbow_road_dl_12A0 + type: gfx + offset: 0x12A0 +d_course_rainbow_road_dl_1340: + symbol: d_course_rainbow_road_dl_1340 + type: gfx + offset: 0x1340 +d_course_rainbow_road_dl_13F0: + symbol: d_course_rainbow_road_dl_13F0 + type: gfx + offset: 0x13F0 +d_course_rainbow_road_dl_1488: + symbol: d_course_rainbow_road_dl_1488 + type: gfx + offset: 0x1488 +d_course_rainbow_road_dl_14E8: + symbol: d_course_rainbow_road_dl_14E8 + type: gfx + offset: 0x14E8 +d_course_rainbow_road_dl_1530: + symbol: d_course_rainbow_road_dl_1530 + type: gfx + offset: 0x1530 +d_course_rainbow_road_dl_15D0: + symbol: d_course_rainbow_road_dl_15D0 + type: gfx + offset: 0x15D0 +d_course_rainbow_road_dl_1678: + symbol: d_course_rainbow_road_dl_1678 + type: gfx + offset: 0x1678 +d_course_rainbow_road_dl_16C0: + symbol: d_course_rainbow_road_dl_16C0 + type: gfx + offset: 0x16C0 +d_course_rainbow_road_dl_1738: + symbol: d_course_rainbow_road_dl_1738 + type: gfx + offset: 0x1738 +d_course_rainbow_road_dl_17D0: + symbol: d_course_rainbow_road_dl_17D0 + type: gfx + offset: 0x17D0 +d_course_rainbow_road_dl_1878: + symbol: d_course_rainbow_road_dl_1878 + type: gfx + offset: 0x1878 +d_course_rainbow_road_dl_18D0: + symbol: d_course_rainbow_road_dl_18D0 + type: gfx + offset: 0x18D0 +d_course_rainbow_road_dl_1948: + symbol: d_course_rainbow_road_dl_1948 + type: gfx + offset: 0x1948 +d_course_rainbow_road_unknown_waypoints: + symbol: d_course_rainbow_road_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x19D0 + count: 101 +d_course_rainbow_road_track_waypoints: + symbol: d_course_rainbow_road_track_waypoints + type: mk64:TRACK_PATH + offset: 0x1CF8 + count: 1761 +gTLUTRainbowRoadNeonMushroom1: + symbol: gTLUTRainbowRoadNeonMushroom1 + type: texture + offset: 0x5400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom2: + symbol: gTLUTRainbowRoadNeonMushroom2 + type: texture + offset: 0x5600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom3: + symbol: gTLUTRainbowRoadNeonMushroom3 + type: texture + offset: 0x5800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom4: + symbol: gTLUTRainbowRoadNeonMushroom4 + type: texture + offset: 0x5A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom5: + symbol: gTLUTRainbowRoadNeonMushroom5 + type: texture + offset: 0x5C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario1: + symbol: gTLUTRainbowRoadNeonMario1 + type: texture + offset: 0x5E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario2: + symbol: gTLUTRainbowRoadNeonMario2 + type: texture + offset: 0x6000 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario3: + symbol: gTLUTRainbowRoadNeonMario3 + type: texture + offset: 0x6200 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario4: + symbol: gTLUTRainbowRoadNeonMario4 + type: texture + offset: 0x6400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario5: + symbol: gTLUTRainbowRoadNeonMario5 + type: texture + offset: 0x6600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo1: + symbol: gTLUTRainbowRoadNeonBoo1 + type: texture + offset: 0x6800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo2: + symbol: gTLUTRainbowRoadNeonBoo2 + type: texture + offset: 0x6A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo3: + symbol: gTLUTRainbowRoadNeonBoo3 + type: texture + offset: 0x6C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo4: + symbol: gTLUTRainbowRoadNeonBoo4 + type: texture + offset: 0x6E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo5: + symbol: gTLUTRainbowRoadNeonBoo5 + type: texture + offset: 0x7000 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonPeach: + symbol: gTLUTRainbowRoadNeonPeach + type: texture + offset: 0x7200 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonLuigi: + symbol: gTLUTRainbowRoadNeonLuigi + type: texture + offset: 0x7400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonDonkeyKong: + symbol: gTLUTRainbowRoadNeonDonkeyKong + type: texture + offset: 0x7600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonYoshi: + symbol: gTLUTRainbowRoadNeonYoshi + type: texture + offset: 0x7800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBowser: + symbol: gTLUTRainbowRoadNeonBowser + type: texture + offset: 0x7A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonWario: + symbol: gTLUTRainbowRoadNeonWario + type: texture + offset: 0x7C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonToad: + symbol: gTLUTRainbowRoadNeonToad + type: texture + offset: 0x7E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_rainbow_road_neon_mushroom: + symbol: d_course_rainbow_road_neon_mushroom + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_rainbow_road_neon_mario: + symbol: d_course_rainbow_road_neon_mario + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_rainbow_road_neon_boo: + symbol: d_course_rainbow_road_neon_boo + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonPeach: + symbol: gTextureRainbowRoadNeonPeach + type: texture + offset: 0xB000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonLuigi: + symbol: gTextureRainbowRoadNeonLuigi + type: texture + offset: 0xC000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonDonkeyKong: + symbol: gTextureRainbowRoadNeonDonkeyKong + type: texture + offset: 0xD000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonYoshi: + symbol: gTextureRainbowRoadNeonYoshi + type: texture + offset: 0xE000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonBowser: + symbol: gTextureRainbowRoadNeonBowser + type: texture + offset: 0xF000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonWario: + symbol: gTextureRainbowRoadNeonWario + type: texture + offset: 0x10000 + width: 64 + height: 64 + format: ci8 + ctype: u8 +gTextureRainbowRoadNeonToad: + symbol: gTextureRainbowRoadNeonToad + type: texture + offset: 0x11000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + +d_course_rainbow_road_light1: + symbol: d_course_rainbow_road_light1 + type: lights + offset: 0x12010 +d_course_rainbow_road_sphere: + symbol: d_course_rainbow_road_sphere + type: texture + offset: 0x12028 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_rainbow_road_reflection_map_metal: + symbol: d_course_rainbow_road_reflection_map_metal + type: texture + offset: 0x13028 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_reflection_map_gold: + symbol: d_course_rainbow_road_reflection_map_gold + type: texture + offset: 0x13828 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chain_chomp_tongue: + symbol: d_course_rainbow_road_chain_chomp_tongue + type: texture + offset: 0x14028 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chain_chomp_eye: + symbol: d_course_rainbow_road_chain_chomp_eye + type: texture + offset: 0x14828 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chomp_lower_jaw_model: + symbol: d_course_rainbow_road_chomp_lower_jaw_model + type: vtx + offset: 0x15028 + count: 24 +d_course_rainbow_road_dl_151A8: + symbol: d_course_rainbow_road_dl_151A8 + type: gfx + offset: 0x151A8 +d_course_rainbow_road_chomp_body_lower_model1: + symbol: d_course_rainbow_road_chomp_body_lower_model1 + type: vtx + offset: 0x15250 + count: 32 +d_course_rainbow_road_chomp_body_lower_model2: + symbol: d_course_rainbow_road_chomp_body_lower_model2 + type: vtx + offset: 0x15450 + count: 11 +d_course_rainbow_road_chomp_body_lower_model3: + symbol: d_course_rainbow_road_chomp_body_lower_model3 + type: vtx + offset: 0x15500 + count: 5 +d_course_rainbow_road_dl_15550: + symbol: d_course_rainbow_road_dl_15550 + type: gfx + offset: 0x15550 +d_course_rainbow_road_chomp_upper_jaw_model: + symbol: d_course_rainbow_road_chomp_upper_jaw_model + type: vtx + offset: 0x15740 + count: 24 +d_course_rainbow_road_dl_158C0: + symbol: d_course_rainbow_road_dl_158C0 + type: gfx + offset: 0x158C0 +d_course_rainbow_road_chomp_body_upper_back_model1: + symbol: d_course_rainbow_road_chomp_body_upper_back_model1 + type: vtx + offset: 0x15968 + count: 32 +d_course_rainbow_road_chomp_body_upper_back_model2: + symbol: d_course_rainbow_road_chomp_body_upper_back_model2 + type: vtx + offset: 0x15B68 + count: 11 +d_course_rainbow_road_chomp_body_upper_back_model3: + symbol: d_course_rainbow_road_chomp_body_upper_back_model3 + type: vtx + offset: 0x15C18 + count: 5 +d_course_rainbow_road_dl_15C68: + symbol: d_course_rainbow_road_dl_15C68 + type: gfx + offset: 0x15C68 +d_course_rainbow_road_chomp_eyes_model: + symbol: d_course_rainbow_road_chomp_eyes_model + type: vtx + offset: 0x15E58 + count: 12 +d_course_rainbow_road_dl_15F18: + symbol: d_course_rainbow_road_dl_15F18 + type: gfx + offset: 0x15F18 +d_course_rainbow_road_dl_16220: + symbol: d_course_rainbow_road_dl_16220 + type: gfx + offset: 0x16220 +d_course_rainbow_road_item_box_spawns: + symbol: d_course_rainbow_road_item_box_spawns + type: mk64:spawn_data + offset: 0x16338 + count: 33 +d_course_rainbow_road_addr: + symbol: d_course_rainbow_road_addr + type: mk64:track_sections + offset: 0x16440 + count: 15 diff --git a/android/app/src/main/assets/yamls/us/rainbow_road_displaylists.yml b/android/app/src/main/assets/yamls/us/rainbow_road_displaylists.yml new file mode 100644 index 0000000000..305255d5f4 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/rainbow_road_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x9426BC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_rainbow_road_packed_dls: + symbol: d_course_rainbow_road_packed_dls + type: blob + offset: 0x9426BC + size: 0x1202 diff --git a/android/app/src/main/assets/yamls/us/rainbow_road_vertices.yml b/android/app/src/main/assets/yamls/us/rainbow_road_vertices.yml new file mode 100644 index 0000000000..a13ca66aab --- /dev/null +++ b/android/app/src/main/assets/yamls/us/rainbow_road_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x93CC60] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_rainbow_road_vertex: + symbol: d_course_rainbow_road_vertex + type: mk64:course_vtx + count: 3111 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/royal_raceway_data.yml b/android/app/src/main/assets/yamls/us/royal_raceway_data.yml new file mode 100644 index 0000000000..577e0754b6 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/royal_raceway_data.yml @@ -0,0 +1,743 @@ +:config: + segments: + - [0x06, 0x84ABD0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_royal_raceway_dl_0: + symbol: d_course_royal_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_royal_raceway_dl_258: + symbol: d_course_royal_raceway_dl_258 + type: gfx + offset: 0x258 + otr_mode: index +d_course_royal_raceway_dl_360: + symbol: d_course_royal_raceway_dl_360 + type: gfx + offset: 0x360 + otr_mode: index +d_course_royal_raceway_dl_470: + symbol: d_course_royal_raceway_dl_470 + type: gfx + offset: 0x470 + otr_mode: index +d_course_royal_raceway_dl_6D0: + symbol: d_course_royal_raceway_dl_6D0 + type: gfx + offset: 0x6D0 + otr_mode: index +d_course_royal_raceway_dl_8E0: + symbol: d_course_royal_raceway_dl_8E0 + type: gfx + offset: 0x8E0 + otr_mode: index +d_course_royal_raceway_dl_A48: + symbol: d_course_royal_raceway_dl_A48 + type: gfx + offset: 0xA48 + otr_mode: index +d_course_royal_raceway_dl_B40: + symbol: d_course_royal_raceway_dl_B40 + type: gfx + offset: 0xB40 + otr_mode: index +d_course_royal_raceway_dl_DA0: + symbol: d_course_royal_raceway_dl_DA0 + type: gfx + offset: 0xDA0 + otr_mode: index +d_course_royal_raceway_dl_F40: + symbol: d_course_royal_raceway_dl_F40 + type: gfx + offset: 0xF40 + otr_mode: index +d_course_royal_raceway_dl_1180: + symbol: d_course_royal_raceway_dl_1180 + type: gfx + offset: 0x1180 + otr_mode: index +d_course_royal_raceway_dl_12C0: + symbol: d_course_royal_raceway_dl_12C0 + type: gfx + offset: 0x12C0 + otr_mode: index +d_course_royal_raceway_dl_1538: + symbol: d_course_royal_raceway_dl_1538 + type: gfx + offset: 0x1538 + otr_mode: index +d_course_royal_raceway_dl_1610: + symbol: d_course_royal_raceway_dl_1610 + type: gfx + offset: 0x1610 + otr_mode: index +d_course_royal_raceway_dl_1850: + symbol: d_course_royal_raceway_dl_1850 + type: gfx + offset: 0x1850 + otr_mode: index +d_course_royal_raceway_dl_19B0: + symbol: d_course_royal_raceway_dl_19B0 + type: gfx + offset: 0x19B0 + otr_mode: index +d_course_royal_raceway_dl_1BB8: + symbol: d_course_royal_raceway_dl_1BB8 + type: gfx + offset: 0x1BB8 + otr_mode: index +d_course_royal_raceway_dl_1C40: + symbol: d_course_royal_raceway_dl_1C40 + type: gfx + offset: 0x1C40 + otr_mode: index +d_course_royal_raceway_dl_1E88: + symbol: d_course_royal_raceway_dl_1E88 + type: gfx + offset: 0x1E88 + otr_mode: index +d_course_royal_raceway_dl_2018: + symbol: d_course_royal_raceway_dl_2018 + type: gfx + offset: 0x2018 + otr_mode: index +d_course_royal_raceway_dl_21A8: + symbol: d_course_royal_raceway_dl_21A8 + type: gfx + offset: 0x21A8 + otr_mode: index +d_course_royal_raceway_dl_2210: + symbol: d_course_royal_raceway_dl_2210 + type: gfx + offset: 0x2210 + otr_mode: index +d_course_royal_raceway_dl_2428: + symbol: d_course_royal_raceway_dl_2428 + type: gfx + offset: 0x2428 + otr_mode: index +d_course_royal_raceway_dl_25F0: + symbol: d_course_royal_raceway_dl_25F0 + type: gfx + offset: 0x25F0 + otr_mode: index +d_course_royal_raceway_dl_26F0: + symbol: d_course_royal_raceway_dl_26F0 + type: gfx + offset: 0x26F0 + otr_mode: index +d_course_royal_raceway_dl_27B8: + symbol: d_course_royal_raceway_dl_27B8 + type: gfx + offset: 0x27B8 + otr_mode: index +d_course_royal_raceway_dl_29A0: + symbol: d_course_royal_raceway_dl_29A0 + type: gfx + offset: 0x29A0 + otr_mode: index +d_course_royal_raceway_dl_2B78: + symbol: d_course_royal_raceway_dl_2B78 + type: gfx + offset: 0x2B78 + otr_mode: index +d_course_royal_raceway_dl_2C20: + symbol: d_course_royal_raceway_dl_2C20 + type: gfx + offset: 0x2C20 + otr_mode: index +d_course_royal_raceway_dl_2DD0: + symbol: d_course_royal_raceway_dl_2DD0 + type: gfx + offset: 0x2DD0 + otr_mode: index +d_course_royal_raceway_dl_2FE0: + symbol: d_course_royal_raceway_dl_2FE0 + type: gfx + offset: 0x2FE0 + otr_mode: index +d_course_royal_raceway_dl_31F8: + symbol: d_course_royal_raceway_dl_31F8 + type: gfx + offset: 0x31F8 + otr_mode: index +d_course_royal_raceway_dl_33B0: + symbol: d_course_royal_raceway_dl_33B0 + type: gfx + offset: 0x33B0 + otr_mode: index +d_course_royal_raceway_dl_3580: + symbol: d_course_royal_raceway_dl_3580 + type: gfx + offset: 0x3580 + otr_mode: index +d_course_royal_raceway_dl_3748: + symbol: d_course_royal_raceway_dl_3748 + type: gfx + offset: 0x3748 + otr_mode: index +d_course_royal_raceway_dl_3960: + symbol: d_course_royal_raceway_dl_3960 + type: gfx + offset: 0x3960 + otr_mode: index +d_course_royal_raceway_dl_3AD8: + symbol: d_course_royal_raceway_dl_3AD8 + type: gfx + offset: 0x3AD8 + otr_mode: index +d_course_royal_raceway_dl_3BA8: + symbol: d_course_royal_raceway_dl_3BA8 + type: gfx + offset: 0x3BA8 + otr_mode: index +d_course_royal_raceway_dl_3D38: + symbol: d_course_royal_raceway_dl_3D38 + type: gfx + offset: 0x3D38 + otr_mode: index +d_course_royal_raceway_dl_3ED8: + symbol: d_course_royal_raceway_dl_3ED8 + type: gfx + offset: 0x3ED8 + otr_mode: index +d_course_royal_raceway_dl_3FA0: + symbol: d_course_royal_raceway_dl_3FA0 + type: gfx + offset: 0x3FA0 + otr_mode: index +d_course_royal_raceway_dl_4048: + symbol: d_course_royal_raceway_dl_4048 + type: gfx + offset: 0x4048 + otr_mode: index +d_course_royal_raceway_dl_41D8: + symbol: d_course_royal_raceway_dl_41D8 + type: gfx + offset: 0x41D8 + otr_mode: index +d_course_royal_raceway_dl_4380: + symbol: d_course_royal_raceway_dl_4380 + type: gfx + offset: 0x4380 + otr_mode: index +d_course_royal_raceway_dl_4438: + symbol: d_course_royal_raceway_dl_4438 + type: gfx + offset: 0x4438 + otr_mode: index +d_course_royal_raceway_dl_44C0: + symbol: d_course_royal_raceway_dl_44C0 + type: gfx + offset: 0x44C0 + otr_mode: index +d_course_royal_raceway_dl_45A0: + symbol: d_course_royal_raceway_dl_45A0 + type: gfx + offset: 0x45A0 + otr_mode: index +d_course_royal_raceway_dl_46A0: + symbol: d_course_royal_raceway_dl_46A0 + type: gfx + offset: 0x46A0 + otr_mode: index +d_course_royal_raceway_dl_4750: + symbol: d_course_royal_raceway_dl_4750 + type: gfx + offset: 0x4750 + otr_mode: index +d_course_royal_raceway_dl_4800: + symbol: d_course_royal_raceway_dl_4800 + type: gfx + offset: 0x4800 + otr_mode: index +d_course_royal_raceway_dl_4930: + symbol: d_course_royal_raceway_dl_4930 + type: gfx + offset: 0x4930 + otr_mode: index +d_course_royal_raceway_dl_4A38: + symbol: d_course_royal_raceway_dl_4A38 + type: gfx + offset: 0x4A38 + otr_mode: index +d_course_royal_raceway_dl_4AE0: + symbol: d_course_royal_raceway_dl_4AE0 + type: gfx + offset: 0x4AE0 + otr_mode: index +d_course_royal_raceway_dl_4BA8: + symbol: d_course_royal_raceway_dl_4BA8 + type: gfx + offset: 0x4BA8 + otr_mode: index +d_course_royal_raceway_dl_4D00: + symbol: d_course_royal_raceway_dl_4D00 + type: gfx + offset: 0x4D00 + otr_mode: index +d_course_royal_raceway_dl_4DF8: + symbol: d_course_royal_raceway_dl_4DF8 + type: gfx + offset: 0x4DF8 + otr_mode: index +d_course_royal_raceway_dl_4EC0: + symbol: d_course_royal_raceway_dl_4EC0 + type: gfx + offset: 0x4EC0 + otr_mode: index +d_course_royal_raceway_dl_4F80: + symbol: d_course_royal_raceway_dl_4F80 + type: gfx + offset: 0x4F80 + otr_mode: index +d_course_royal_raceway_dl_50F0: + symbol: d_course_royal_raceway_dl_50F0 + type: gfx + offset: 0x50F0 + otr_mode: index +d_course_royal_raceway_dl_51D0: + symbol: d_course_royal_raceway_dl_51D0 + type: gfx + offset: 0x51D0 + otr_mode: index +d_course_royal_raceway_dl_52F0: + symbol: d_course_royal_raceway_dl_52F0 + type: gfx + offset: 0x52F0 + otr_mode: index +d_course_royal_raceway_dl_53B8: + symbol: d_course_royal_raceway_dl_53B8 + type: gfx + offset: 0x53B8 + otr_mode: index +d_course_royal_raceway_dl_54F8: + symbol: d_course_royal_raceway_dl_54F8 + type: gfx + offset: 0x54F8 + otr_mode: index +d_course_royal_raceway_dl_5598: + symbol: d_course_royal_raceway_dl_5598 + type: gfx + offset: 0x5598 + otr_mode: index +d_course_royal_raceway_dl_56C0: + symbol: d_course_royal_raceway_dl_56C0 + type: gfx + offset: 0x56C0 + otr_mode: index +d_course_royal_raceway_dl_5758: + symbol: d_course_royal_raceway_dl_5758 + type: gfx + offset: 0x5758 + otr_mode: index +d_course_royal_raceway_dl_5890: + symbol: d_course_royal_raceway_dl_5890 + type: gfx + offset: 0x5890 + otr_mode: index +d_course_royal_raceway_dl_5900: + symbol: d_course_royal_raceway_dl_5900 + type: gfx + offset: 0x5900 + otr_mode: index +d_course_royal_raceway_dl_5A40: + symbol: d_course_royal_raceway_dl_5A40 + type: gfx + offset: 0x5A40 + otr_mode: index +d_course_royal_raceway_dl_5B28: + symbol: d_course_royal_raceway_dl_5B28 + type: gfx + offset: 0x5B28 + otr_mode: index +d_course_royal_raceway_dl_5CA0: + symbol: d_course_royal_raceway_dl_5CA0 + type: gfx + offset: 0x5CA0 + otr_mode: index +d_course_royal_raceway_dl_5D08: + symbol: d_course_royal_raceway_dl_5D08 + type: gfx + offset: 0x5D08 + otr_mode: index +d_course_royal_raceway_dl_5EB8: + symbol: d_course_royal_raceway_dl_5EB8 + type: gfx + offset: 0x5EB8 + otr_mode: index +d_course_royal_raceway_dl_5FD8: + symbol: d_course_royal_raceway_dl_5FD8 + type: gfx + offset: 0x5FD8 + otr_mode: index +d_course_royal_raceway_dl_6118: + symbol: d_course_royal_raceway_dl_6118 + type: gfx + offset: 0x6118 + otr_mode: index +d_course_royal_raceway_dl_61B0: + symbol: d_course_royal_raceway_dl_61B0 + type: gfx + offset: 0x61B0 + otr_mode: index +d_course_royal_raceway_dl_6378: + symbol: d_course_royal_raceway_dl_6378 + type: gfx + offset: 0x6378 + otr_mode: index +d_course_royal_raceway_dl_6538: + symbol: d_course_royal_raceway_dl_6538 + type: gfx + offset: 0x6538 + otr_mode: index +d_course_royal_raceway_dl_6780: + symbol: d_course_royal_raceway_dl_6780 + type: gfx + offset: 0x6780 + otr_mode: index +d_course_royal_raceway_dl_68C8: + symbol: d_course_royal_raceway_dl_68C8 + type: gfx + offset: 0x68C8 + otr_mode: index +d_course_royal_raceway_dl_6BC0: + symbol: d_course_royal_raceway_dl_6BC0 + type: gfx + offset: 0x6BC0 + otr_mode: index +d_course_royal_raceway_dl_6E20: + symbol: d_course_royal_raceway_dl_6E20 + type: gfx + offset: 0x6E20 + otr_mode: index +d_course_royal_raceway_dl_70C0: + symbol: d_course_royal_raceway_dl_70C0 + type: gfx + offset: 0x70C0 + otr_mode: index +d_course_royal_raceway_dl_72B8: + symbol: d_course_royal_raceway_dl_72B8 + type: gfx + offset: 0x72B8 + otr_mode: index +d_course_royal_raceway_dl_75C0: + symbol: d_course_royal_raceway_dl_75C0 + type: gfx + offset: 0x75C0 + otr_mode: index +d_course_royal_raceway_dl_7778: + symbol: d_course_royal_raceway_dl_7778 + type: gfx + offset: 0x7778 + otr_mode: index +d_course_royal_raceway_dl_78E8: + symbol: d_course_royal_raceway_dl_78E8 + type: gfx + offset: 0x78E8 + otr_mode: index +d_course_royal_raceway_dl_7AD0: + symbol: d_course_royal_raceway_dl_7AD0 + type: gfx + offset: 0x7AD0 + otr_mode: index +d_course_royal_raceway_dl_7BD8: + symbol: d_course_royal_raceway_dl_7BD8 + type: gfx + offset: 0x7BD8 + otr_mode: index +d_course_royal_raceway_dl_7DB0: + symbol: d_course_royal_raceway_dl_7DB0 + type: gfx + offset: 0x7DB0 + otr_mode: index +d_course_royal_raceway_dl_7ED8: + symbol: d_course_royal_raceway_dl_7ED8 + type: gfx + offset: 0x7ED8 + otr_mode: index +d_course_royal_raceway_dl_8068: + symbol: d_course_royal_raceway_dl_8068 + type: gfx + offset: 0x8068 + otr_mode: index +d_course_royal_raceway_dl_81C0: + symbol: d_course_royal_raceway_dl_81C0 + type: gfx + offset: 0x81C0 + otr_mode: index +d_course_royal_raceway_dl_8398: + symbol: d_course_royal_raceway_dl_8398 + type: gfx + offset: 0x8398 + otr_mode: index +d_course_royal_raceway_dl_84A0: + symbol: d_course_royal_raceway_dl_84A0 + type: gfx + offset: 0x84A0 + otr_mode: index +d_course_royal_raceway_dl_8620: + symbol: d_course_royal_raceway_dl_8620 + type: gfx + offset: 0x8620 + otr_mode: index +d_course_royal_raceway_dl_8770: + symbol: d_course_royal_raceway_dl_8770 + type: gfx + offset: 0x8770 + otr_mode: index +d_course_royal_raceway_dl_8838: + symbol: d_course_royal_raceway_dl_8838 + type: gfx + offset: 0x8838 + otr_mode: index +d_course_royal_raceway_dl_88B0: + symbol: d_course_royal_raceway_dl_88B0 + type: gfx + offset: 0x88B0 + otr_mode: index +d_course_royal_raceway_dl_8930: + symbol: d_course_royal_raceway_dl_8930 + type: gfx + offset: 0x8930 + otr_mode: index +d_course_royal_raceway_dl_89F0: + symbol: d_course_royal_raceway_dl_89F0 + type: gfx + offset: 0x89F0 + otr_mode: index +d_course_royal_raceway_dl_8C58: + symbol: d_course_royal_raceway_dl_8C58 + type: gfx + offset: 0x8C58 + otr_mode: index +d_course_royal_raceway_dl_8CD8: + symbol: d_course_royal_raceway_dl_8CD8 + type: gfx + offset: 0x8CD8 + otr_mode: index +d_course_royal_raceway_dl_8EB8: + symbol: d_course_royal_raceway_dl_8EB8 + type: gfx + offset: 0x8EB8 + otr_mode: index +d_course_royal_raceway_dl_8FA8: + symbol: d_course_royal_raceway_dl_8FA8 + type: gfx + offset: 0x8FA8 + otr_mode: index +d_course_royal_raceway_dl_9218: + symbol: d_course_royal_raceway_dl_9218 + type: gfx + offset: 0x9218 + otr_mode: index +d_course_royal_raceway_dl_92D0: + symbol: d_course_royal_raceway_dl_92D0 + type: gfx + offset: 0x92D0 + otr_mode: index +d_course_royal_raceway_dl_94E8: + symbol: d_course_royal_raceway_dl_94E8 + type: gfx + offset: 0x94E8 + otr_mode: index +d_course_royal_raceway_dl_9678: + symbol: d_course_royal_raceway_dl_9678 + type: gfx + offset: 0x9678 + otr_mode: index +d_course_royal_raceway_dl_9900: + symbol: d_course_royal_raceway_dl_9900 + type: gfx + offset: 0x9900 + otr_mode: index +d_course_royal_raceway_dl_99A0: + symbol: d_course_royal_raceway_dl_99A0 + type: gfx + offset: 0x99A0 + otr_mode: index +d_course_royal_raceway_dl_9B30: + symbol: d_course_royal_raceway_dl_9B30 + type: gfx + offset: 0x9B30 + otr_mode: index +d_course_royal_raceway_dl_9D58: + symbol: d_course_royal_raceway_dl_9D58 + type: gfx + offset: 0x9D58 + otr_mode: index +d_course_royal_raceway_dl_9FE8: + symbol: d_course_royal_raceway_dl_9FE8 + type: gfx + offset: 0x9FE8 + otr_mode: index +d_course_royal_raceway_dl_A0A8: + symbol: d_course_royal_raceway_dl_A0A8 + type: gfx + offset: 0xA0A8 + otr_mode: index +d_course_royal_raceway_dl_A200: + symbol: d_course_royal_raceway_dl_A200 + type: gfx + offset: 0xA200 + otr_mode: index +d_course_royal_raceway_dl_A478: + symbol: d_course_royal_raceway_dl_A478 + type: gfx + offset: 0xA478 + otr_mode: index +d_course_royal_raceway_dl_A600: + symbol: d_course_royal_raceway_dl_A600 + type: gfx + offset: 0xA600 + otr_mode: index +d_course_royal_raceway_dl_A728: + symbol: d_course_royal_raceway_dl_A728 + type: gfx + offset: 0xA728 + otr_mode: index +d_course_royal_raceway_dl_A8A8: + symbol: d_course_royal_raceway_dl_A8A8 + type: gfx + offset: 0xA8A8 + otr_mode: index +d_course_royal_raceway_dl_A9D0: + symbol: d_course_royal_raceway_dl_A9D0 + type: gfx + offset: 0xA9D0 + otr_mode: index +d_course_royal_raceway_dl_AB28: + symbol: d_course_royal_raceway_dl_AB28 + type: gfx + offset: 0xAB28 + otr_mode: index +d_course_royal_raceway_dl_AC28: + symbol: d_course_royal_raceway_dl_AC28 + type: gfx + offset: 0xAC28 + otr_mode: index +d_course_royal_raceway_dl_AD90: + symbol: d_course_royal_raceway_dl_AD90 + type: gfx + offset: 0xAD90 + otr_mode: index +d_course_royal_raceway_dl_AE70: + symbol: d_course_royal_raceway_dl_AE70 + type: gfx + offset: 0xAE70 + otr_mode: index +d_course_royal_raceway_dl_AFB0: + symbol: d_course_royal_raceway_dl_AFB0 + type: gfx + offset: 0xAFB0 + otr_mode: index +d_course_royal_raceway_dl_B040: + symbol: d_course_royal_raceway_dl_B040 + type: gfx + offset: 0xB040 + otr_mode: index +d_course_royal_raceway_dl_B188: + symbol: d_course_royal_raceway_dl_B188 + type: gfx + offset: 0xB188 + otr_mode: index +d_course_royal_raceway_dl_B230: + symbol: d_course_royal_raceway_dl_B230 + type: gfx + offset: 0xB230 + otr_mode: index +d_course_royal_raceway_dl_B2E0: + symbol: d_course_royal_raceway_dl_B2E0 + type: gfx + offset: 0xB2E0 + otr_mode: index +d_course_royal_raceway_dl_B3E8: + symbol: d_course_royal_raceway_dl_B3E8 + type: gfx + offset: 0xB3E8 + otr_mode: index +d_course_royal_raceway_dl_B508: + symbol: d_course_royal_raceway_dl_B508 + type: gfx + offset: 0xB508 + otr_mode: index +d_course_royal_raceway_unknown_waypoints: + symbol: d_course_royal_raceway_unknown_waypoints + offset: 0xB5B8 + count: 78 + type: mk64:TRACK_PATH +d_course_royal_raceway_track_waypoints: + symbol: d_course_royal_raceway_track_waypoints + offset: 0xB828 + count: 903 + type: mk64:TRACK_PATH +d_course_royal_raceway_tree_model: + symbol: d_course_royal_raceway_tree_model + type: vtx + offset: 0xD460 + count: 4 +d_course_royal_raceway_dl_tree: + symbol: d_course_royal_raceway_dl_tree + type: gfx + offset: 0xD4A0 +d_royal_raceway_peaches_castle_tree_model: + symbol: d_royal_raceway_peaches_castle_tree_model + type: vtx + offset: 0xD538 + count: 4 +d_course_royal_raceway_dl_castle_tree: + symbol: d_course_royal_raceway_dl_castle_tree + type: gfx + offset: 0xD578 +d_course_royal_raceway_piranha_plant_tlut: + symbol: d_course_royal_raceway_piranha_plant_tlut + type: texture + offset: 0xD610 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_royal_raceway_piranha_plant_model: + symbol: d_course_royal_raceway_piranha_plant_model + type: vtx + offset: 0xD810 + count: 4 +d_course_royal_raceway_dl_piranha_plant: + symbol: d_course_royal_raceway_dl_piranha_plant + type: gfx + offset: 0xD850 + otr_mode: index +d_course_royal_raceway_dl_D8E8: + symbol: d_course_royal_raceway_dl_D8E8 + type: gfx + offset: 0xD8E8 + otr_mode: index +d_course_royal_raceway_piranha_plant_spawn: + symbol: d_course_royal_raceway_piranha_plant_spawn + type: mk64:spawn_data + count: 17 + offset: 0xD9F0 +d_course_royal_raceway_tree_spawn: + symbol: d_course_royal_raceway_tree_spawn + type: mk64:spawn_data + count: 33 + offset: 0xDA80 +d_course_royal_raceway_item_box_spawns: + symbol: d_course_royal_raceway_item_box_spawns + type: mk64:spawn_data + count: 21 + offset: 0xDB88 +d_course_royal_raceway_addr: + symbol: d_course_royal_raceway_addr + type: mk64:track_sections + offset: 0xDC28 + count: 119 diff --git a/android/app/src/main/assets/yamls/us/royal_raceway_displaylists.yml b/android/app/src/main/assets/yamls/us/royal_raceway_displaylists.yml new file mode 100644 index 0000000000..75bdecbe39 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/royal_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8FAFF0 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_royal_raceway_packed_dls: + symbol: d_course_royal_raceway_packed_dls + type: blob + offset: 0x8FAFF0 + size: 0x3643 diff --git a/android/app/src/main/assets/yamls/us/royal_raceway_vertices.yml b/android/app/src/main/assets/yamls/us/royal_raceway_vertices.yml new file mode 100644 index 0000000000..16005a74d0 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/royal_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8EC390] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_royal_raceway_vertex: + symbol: d_course_royal_raceway_vertex + type: mk64:course_vtx + count: 8306 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/sherbet_land_data.yml b/android/app/src/main/assets/yamls/us/sherbet_land_data.yml new file mode 100644 index 0000000000..84186177f2 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sherbet_land_data.yml @@ -0,0 +1,790 @@ +:config: + segments: + - [0x06, 0x86ECF0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_sherbet_land_dl_0: + symbol: d_course_sherbet_land_dl_0 + type: gfx + offset: 0x0 +d_course_sherbet_land_dl_C0: + symbol: d_course_sherbet_land_dl_C0 + type: gfx + offset: 0xC0 +d_course_sherbet_land_dl_158: + symbol: d_course_sherbet_land_dl_158 + type: gfx + offset: 0x158 +d_course_sherbet_land_dl_1A8: + symbol: d_course_sherbet_land_dl_1A8 + type: gfx + offset: 0x1A8 +d_course_sherbet_land_dl_280: + symbol: d_course_sherbet_land_dl_280 + type: gfx + offset: 0x280 +d_course_sherbet_land_dl_310: + symbol: d_course_sherbet_land_dl_310 + type: gfx + offset: 0x310 +d_course_sherbet_land_dl_3B8: + symbol: d_course_sherbet_land_dl_3B8 + type: gfx + offset: 0x3B8 +d_course_sherbet_land_dl_400: + symbol: d_course_sherbet_land_dl_400 + type: gfx + offset: 0x400 +d_course_sherbet_land_dl_4E8: + symbol: d_course_sherbet_land_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_sherbet_land_dl_560: + symbol: d_course_sherbet_land_dl_560 + type: gfx + offset: 0x560 +d_course_sherbet_land_dl_638: + symbol: d_course_sherbet_land_dl_638 + type: gfx + offset: 0x638 +d_course_sherbet_land_dl_6A0: + symbol: d_course_sherbet_land_dl_6A0 + type: gfx + offset: 0x6A0 +d_course_sherbet_land_dl_768: + symbol: d_course_sherbet_land_dl_768 + type: gfx + offset: 0x768 +d_course_sherbet_land_dl_7A0: + symbol: d_course_sherbet_land_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_sherbet_land_dl_880: + symbol: d_course_sherbet_land_dl_880 + type: gfx + offset: 0x880 +d_course_sherbet_land_dl_8E8: + symbol: d_course_sherbet_land_dl_8E8 + type: gfx + offset: 0x8E8 +d_course_sherbet_land_dl_9A0: + symbol: d_course_sherbet_land_dl_9A0 + type: gfx + offset: 0x9A0 +d_course_sherbet_land_dl_A28: + symbol: d_course_sherbet_land_dl_A28 + type: gfx + offset: 0xA28 +d_course_sherbet_land_dl_B08: + symbol: d_course_sherbet_land_dl_B08 + type: gfx + offset: 0xB08 +d_course_sherbet_land_dl_BC0: + symbol: d_course_sherbet_land_dl_BC0 + type: gfx + offset: 0xBC0 +d_course_sherbet_land_dl_C88: + symbol: d_course_sherbet_land_dl_C88 + type: gfx + offset: 0xC88 +d_course_sherbet_land_dl_D10: + symbol: d_course_sherbet_land_dl_D10 + type: gfx + offset: 0xD10 +d_course_sherbet_land_dl_DF0: + symbol: d_course_sherbet_land_dl_DF0 + type: gfx + offset: 0xDF0 +d_course_sherbet_land_dl_EC8: + symbol: d_course_sherbet_land_dl_EC8 + type: gfx + offset: 0xEC8 +d_course_sherbet_land_dl_F68: + symbol: d_course_sherbet_land_dl_F68 + type: gfx + offset: 0xF68 +d_course_sherbet_land_dl_1028: + symbol: d_course_sherbet_land_dl_1028 + type: gfx + offset: 0x1028 +d_course_sherbet_land_dl_10D8: + symbol: d_course_sherbet_land_dl_10D8 + type: gfx + offset: 0x10D8 +d_course_sherbet_land_dl_11C8: + symbol: d_course_sherbet_land_dl_11C8 + type: gfx + offset: 0x11C8 +d_course_sherbet_land_dl_1238: + symbol: d_course_sherbet_land_dl_1238 + type: gfx + offset: 0x1238 +d_course_sherbet_land_dl_12F0: + symbol: d_course_sherbet_land_dl_12F0 + type: gfx + offset: 0x12F0 +d_course_sherbet_land_dl_1368: + symbol: d_course_sherbet_land_dl_1368 + type: gfx + offset: 0x1368 +d_course_sherbet_land_dl_1440: + symbol: d_course_sherbet_land_dl_1440 + type: gfx + offset: 0x1440 +d_course_sherbet_land_dl_1480: + symbol: d_course_sherbet_land_dl_1480 + type: gfx + offset: 0x1480 +d_course_sherbet_land_dl_14C0: + symbol: d_course_sherbet_land_dl_14C0 + type: gfx + offset: 0x14C0 +d_course_sherbet_land_dl_1508: + symbol: d_course_sherbet_land_dl_1508 + type: gfx + offset: 0x1508 +d_course_sherbet_land_dl_1570: + symbol: d_course_sherbet_land_dl_1570 + type: gfx + offset: 0x1570 +d_course_sherbet_land_dl_1598: + symbol: d_course_sherbet_land_dl_1598 + type: gfx + offset: 0x1598 +d_course_sherbet_land_dl_15F0: + symbol: d_course_sherbet_land_dl_15F0 + type: gfx + offset: 0x15F0 +d_course_sherbet_land_dl_1638: + symbol: d_course_sherbet_land_dl_1638 + type: gfx + offset: 0x1638 +d_course_sherbet_land_dl_1698: + symbol: d_course_sherbet_land_dl_1698 + type: gfx + offset: 0x1698 +d_course_sherbet_land_dl_16C0: + symbol: d_course_sherbet_land_dl_16C0 + type: gfx + offset: 0x16C0 +d_course_sherbet_land_dl_1730: + symbol: d_course_sherbet_land_dl_1730 + type: gfx + offset: 0x1730 +d_course_sherbet_land_dl_1778: + symbol: d_course_sherbet_land_dl_1778 + type: gfx + offset: 0x1778 +d_course_sherbet_land_dl_17D8: + symbol: d_course_sherbet_land_dl_17D8 + type: gfx + offset: 0x17D8 +d_course_sherbet_land_dl_1828: + symbol: d_course_sherbet_land_dl_1828 + type: gfx + offset: 0x1828 +d_course_sherbet_land_dl_18A0: + symbol: d_course_sherbet_land_dl_18A0 + type: gfx + offset: 0x18A0 +d_course_sherbet_land_dl_18E8: + symbol: d_course_sherbet_land_dl_18E8 + type: gfx + offset: 0x18E8 +d_course_sherbet_land_dl_1920: + symbol: d_course_sherbet_land_dl_1920 + type: gfx + offset: 0x1920 +d_course_sherbet_land_dl_19A0: + symbol: d_course_sherbet_land_dl_19A0 + type: gfx + offset: 0x19A0 +d_course_sherbet_land_dl_19F0: + symbol: d_course_sherbet_land_dl_19F0 + type: gfx + offset: 0x19F0 +d_course_sherbet_land_dl_1A58: + symbol: d_course_sherbet_land_dl_1A58 + type: gfx + offset: 0x1A58 +d_course_sherbet_land_dl_1A90: + symbol: d_course_sherbet_land_dl_1A90 + type: gfx + offset: 0x1A90 +d_course_sherbet_land_dl_1AF8: + symbol: d_course_sherbet_land_dl_1AF8 + type: gfx + offset: 0x1AF8 +d_course_sherbet_land_dl_1B50: + symbol: d_course_sherbet_land_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_sherbet_land_dl_1BA8: + symbol: d_course_sherbet_land_dl_1BA8 + type: gfx + offset: 0x1BA8 +d_course_sherbet_land_dl_1C20: + symbol: d_course_sherbet_land_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_sherbet_land_dl_1C48: + symbol: d_course_sherbet_land_dl_1C48 + type: gfx + offset: 0x1C48 +d_course_sherbet_land_dl_1D08: + symbol: d_course_sherbet_land_dl_1D08 + type: gfx + offset: 0x1D08 +d_course_sherbet_land_dl_1D60: + symbol: d_course_sherbet_land_dl_1D60 + type: gfx + offset: 0x1D60 +d_course_sherbet_land_dl_1E10: + symbol: d_course_sherbet_land_dl_1E10 + type: gfx + offset: 0x1E10 +d_course_sherbet_land_dl_1E88: + symbol: d_course_sherbet_land_dl_1E88 + type: gfx + offset: 0x1E88 +d_course_sherbet_land_dl_1F70: + symbol: d_course_sherbet_land_dl_1F70 + type: gfx + offset: 0x1F70 +d_course_sherbet_land_dl_2010: + symbol: d_course_sherbet_land_dl_2010 + type: gfx + offset: 0x2010 +d_course_sherbet_land_dl_20D0: + symbol: d_course_sherbet_land_dl_20D0 + type: gfx + offset: 0x20D0 +d_course_sherbet_land_dl_2190: + symbol: d_course_sherbet_land_dl_2190 + type: gfx + offset: 0x2190 +d_course_sherbet_land_dl_2288: + symbol: d_course_sherbet_land_dl_2288 + type: gfx + offset: 0x2288 +d_course_sherbet_land_dl_22F8: + symbol: d_course_sherbet_land_dl_22F8 + type: gfx + offset: 0x22F8 +d_course_sherbet_land_dl_2370: + symbol: d_course_sherbet_land_dl_2370 + type: gfx + offset: 0x2370 +d_course_sherbet_land_dl_2438: + symbol: d_course_sherbet_land_dl_2438 + type: gfx + offset: 0x2438 +d_course_sherbet_land_dl_2530: + symbol: d_course_sherbet_land_dl_2530 + type: gfx + offset: 0x2530 +d_course_sherbet_land_dl_25A0: + symbol: d_course_sherbet_land_dl_25A0 + type: gfx + offset: 0x25A0 +d_course_sherbet_land_dl_25F8: + symbol: d_course_sherbet_land_dl_25F8 + type: gfx + offset: 0x25F8 +d_course_sherbet_land_dl_26D0: + symbol: d_course_sherbet_land_dl_26D0 + type: gfx + offset: 0x26D0 +d_course_sherbet_land_dl_27F0: + symbol: d_course_sherbet_land_dl_27F0 + type: gfx + offset: 0x27F0 +d_course_sherbet_land_dl_28A0: + symbol: d_course_sherbet_land_dl_28A0 + type: gfx + offset: 0x28A0 +d_course_sherbet_land_dl_2918: + symbol: d_course_sherbet_land_dl_2918 + type: gfx + offset: 0x2918 +d_course_sherbet_land_dl_2A38: + symbol: d_course_sherbet_land_dl_2A38 + type: gfx + offset: 0x2A38 +d_course_sherbet_land_dl_2B08: + symbol: d_course_sherbet_land_dl_2B08 + type: gfx + offset: 0x2B08 +d_course_sherbet_land_dl_2BE0: + symbol: d_course_sherbet_land_dl_2BE0 + type: gfx + offset: 0x2BE0 +d_course_sherbet_land_dl_2C58: + symbol: d_course_sherbet_land_dl_2C58 + type: gfx + offset: 0x2C58 +d_course_sherbet_land_dl_2D78: + symbol: d_course_sherbet_land_dl_2D78 + type: gfx + offset: 0x2D78 +d_course_sherbet_land_dl_2E28: + symbol: d_course_sherbet_land_dl_2E28 + type: gfx + offset: 0x2E28 +d_course_sherbet_land_dl_2F48: + symbol: d_course_sherbet_land_dl_2F48 + type: gfx + offset: 0x2F48 +d_course_sherbet_land_dl_2FE8: + symbol: d_course_sherbet_land_dl_2FE8 + type: gfx + offset: 0x2FE8 +d_course_sherbet_land_dl_30E0: + symbol: d_course_sherbet_land_dl_30E0 + type: gfx + offset: 0x30E0 +d_course_sherbet_land_dl_3150: + symbol: d_course_sherbet_land_dl_3150 + type: gfx + offset: 0x3150 +d_course_sherbet_land_dl_3260: + symbol: d_course_sherbet_land_dl_3260 + type: gfx + offset: 0x3260 +d_course_sherbet_land_dl_3320: + symbol: d_course_sherbet_land_dl_3320 + type: gfx + offset: 0x3320 +d_course_sherbet_land_dl_33E0: + symbol: d_course_sherbet_land_dl_33E0 + type: gfx + offset: 0x33E0 +d_course_sherbet_land_dl_3490: + symbol: d_course_sherbet_land_dl_3490 + type: gfx + offset: 0x3490 +d_course_sherbet_land_dl_35A8: + symbol: d_course_sherbet_land_dl_35A8 + type: gfx + offset: 0x35A8 +d_course_sherbet_land_dl_36A8: + symbol: d_course_sherbet_land_dl_36A8 + type: gfx + offset: 0x36A8 +d_course_sherbet_land_dl_3770: + symbol: d_course_sherbet_land_dl_3770 + type: gfx + offset: 0x3770 +d_course_sherbet_land_dl_3840: + symbol: d_course_sherbet_land_dl_3840 + type: gfx + offset: 0x3840 +d_course_sherbet_land_dl_3940: + symbol: d_course_sherbet_land_dl_3940 + type: gfx + offset: 0x3940 +d_course_sherbet_land_dl_3A50: + symbol: d_course_sherbet_land_dl_3A50 + type: gfx + offset: 0x3A50 +d_course_sherbet_land_dl_3AE0: + symbol: d_course_sherbet_land_dl_3AE0 + type: gfx + offset: 0x3AE0 +d_course_sherbet_land_dl_3BA8: + symbol: d_course_sherbet_land_dl_3BA8 + type: gfx + offset: 0x3BA8 +d_course_sherbet_land_dl_3C48: + symbol: d_course_sherbet_land_dl_3C48 + type: gfx + offset: 0x3C48 +d_course_sherbet_land_dl_3D40: + symbol: d_course_sherbet_land_dl_3D40 + type: gfx + offset: 0x3D40 +d_course_sherbet_land_dl_3D98: + symbol: d_course_sherbet_land_dl_3D98 + type: gfx + offset: 0x3D98 +d_course_sherbet_land_dl_3E58: + symbol: d_course_sherbet_land_dl_3E58 + type: gfx + offset: 0x3E58 +d_course_sherbet_land_dl_3EB8: + symbol: d_course_sherbet_land_dl_3EB8 + type: gfx + offset: 0x3EB8 +d_course_sherbet_land_dl_3FA0: + symbol: d_course_sherbet_land_dl_3FA0 + type: gfx + offset: 0x3FA0 +d_course_sherbet_land_dl_3FC0: + symbol: d_course_sherbet_land_dl_3FC0 + type: gfx + offset: 0x3FC0 +d_course_sherbet_land_dl_3FD8: + symbol: d_course_sherbet_land_dl_3FD8 + type: gfx + offset: 0x3FD8 +d_course_sherbet_land_dl_3FE8: + symbol: d_course_sherbet_land_dl_3FE8 + type: gfx + offset: 0x3FE8 +d_course_sherbet_land_dl_4000: + symbol: d_course_sherbet_land_dl_4000 + type: gfx + offset: 0x4000 +d_course_sherbet_land_dl_4010: + symbol: d_course_sherbet_land_dl_4010 + type: gfx + offset: 0x4010 +d_course_sherbet_land_dl_4018: + symbol: d_course_sherbet_land_dl_4018 + type: gfx + offset: 0x4018 +d_course_sherbet_land_dl_4020: + symbol: d_course_sherbet_land_dl_4020 + type: gfx + offset: 0x4020 +d_course_sherbet_land_dl_4028: + symbol: d_course_sherbet_land_dl_4028 + type: gfx + offset: 0x4028 +d_course_sherbet_land_dl_4030: + symbol: d_course_sherbet_land_dl_4030 + type: gfx + offset: 0x4030 +d_course_sherbet_land_dl_4038: + symbol: d_course_sherbet_land_dl_4038 + type: gfx + offset: 0x4038 +d_course_sherbet_land_dl_4040: + symbol: d_course_sherbet_land_dl_4040 + type: gfx + offset: 0x4040 +d_course_sherbet_land_dl_4048: + symbol: d_course_sherbet_land_dl_4048 + type: gfx + offset: 0x4048 +d_course_sherbet_land_dl_4050: + symbol: d_course_sherbet_land_dl_4050 + type: gfx + offset: 0x4050 +d_course_sherbet_land_dl_4058: + symbol: d_course_sherbet_land_dl_4058 + type: gfx + offset: 0x4058 +d_course_sherbet_land_dl_4060: + symbol: d_course_sherbet_land_dl_4060 + type: gfx + offset: 0x4060 +d_course_sherbet_land_dl_4068: + symbol: d_course_sherbet_land_dl_4068 + type: gfx + offset: 0x4068 +d_course_sherbet_land_dl_4070: + symbol: d_course_sherbet_land_dl_4070 + type: gfx + offset: 0x4070 +d_course_sherbet_land_dl_4078: + symbol: d_course_sherbet_land_dl_4078 + type: gfx + offset: 0x4078 +d_course_sherbet_land_dl_4080: + symbol: d_course_sherbet_land_dl_4080 + type: gfx + offset: 0x4080 +d_course_sherbet_land_dl_4088: + symbol: d_course_sherbet_land_dl_4088 + type: gfx + offset: 0x4088 +d_course_sherbet_land_dl_4090: + symbol: d_course_sherbet_land_dl_4090 + type: gfx + offset: 0x4090 +d_course_sherbet_land_dl_4098: + symbol: d_course_sherbet_land_dl_4098 + type: gfx + offset: 0x4098 +d_course_sherbet_land_dl_40A0: + symbol: d_course_sherbet_land_dl_40A0 + type: gfx + offset: 0x40A0 +d_course_sherbet_land_dl_40A8: + symbol: d_course_sherbet_land_dl_40A8 + type: gfx + offset: 0x40A8 +d_course_sherbet_land_dl_40B0: + symbol: d_course_sherbet_land_dl_40B0 + type: gfx + offset: 0x40B0 +d_course_sherbet_land_dl_4180: + symbol: d_course_sherbet_land_dl_4180 + type: gfx + offset: 0x4180 +d_course_sherbet_land_dl_41B8: + symbol: d_course_sherbet_land_dl_41B8 + type: gfx + offset: 0x41B8 +d_course_sherbet_land_dl_4280: + symbol: d_course_sherbet_land_dl_4280 + type: gfx + offset: 0x4280 +d_course_sherbet_land_dl_42E0: + symbol: d_course_sherbet_land_dl_42E0 + type: gfx + offset: 0x42E0 +d_course_sherbet_land_dl_43C8: + symbol: d_course_sherbet_land_dl_43C8 + type: gfx + offset: 0x43C8 +d_course_sherbet_land_dl_4470: + symbol: d_course_sherbet_land_dl_4470 + type: gfx + offset: 0x4470 +d_course_sherbet_land_dl_4570: + symbol: d_course_sherbet_land_dl_4570 + type: gfx + offset: 0x4570 +d_course_sherbet_land_dl_4618: + symbol: d_course_sherbet_land_dl_4618 + type: gfx + offset: 0x4618 +d_course_sherbet_land_dl_4710: + symbol: d_course_sherbet_land_dl_4710 + type: gfx + offset: 0x4710 +d_course_sherbet_land_dl_4798: + symbol: d_course_sherbet_land_dl_4798 + type: gfx + offset: 0x4798 +d_course_sherbet_land_dl_4868: + symbol: d_course_sherbet_land_dl_4868 + type: gfx + offset: 0x4868 +d_course_sherbet_land_dl_4930: + symbol: d_course_sherbet_land_dl_4930 + type: gfx + offset: 0x4930 +d_course_sherbet_land_dl_4A20: + symbol: d_course_sherbet_land_dl_4A20 + type: gfx + offset: 0x4A20 +d_course_sherbet_land_dl_4A98: + symbol: d_course_sherbet_land_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_sherbet_land_dl_4B20: + symbol: d_course_sherbet_land_dl_4B20 + type: gfx + offset: 0x4B20 +d_course_sherbet_land_unknown_waypoints: + symbol: d_course_sherbet_land_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4BF8 + count: 62 +d_course_sherbet_land_track_waypoints: + symbol: d_course_sherbet_land_track_waypoints + type: mk64:TRACK_PATH + offset: 0x4DE8 + count: 666 +d_course_sherbet_land_model1: + symbol: d_course_sherbet_land_model1 + type: vtx + offset: 0x62B8 + count: 30 +d_course_sherbet_land_model2: + symbol: d_course_sherbet_land_model2 + type: vtx + offset: 0x6498 + count: 30 +d_course_sherbet_land_model3: + symbol: d_course_sherbet_land_model3 + type: vtx + offset: 0x6678 + count: 30 +d_course_sherbet_land_model4: + symbol: d_course_sherbet_land_model4 + type: vtx + offset: 0x6858 + count: 9 +d_course_sherbet_land_ice: + symbol: d_course_sherbet_land_ice + type: texture + offset: 0x68E8 + width: 32 + height: 32 + format: ia16 + ctype: u8 +d_course_sherbet_land_dl_70E8: + symbol: d_course_sherbet_land_dl_70E8 + type: gfx + offset: 0x70E8 +d_course_sherbet_land_dl_7208: + symbol: d_course_sherbet_land_dl_7208 + type: gfx + offset: 0x7208 +d_course_sherbet_land_dl_ice_block: + symbol: d_course_sherbet_land_dl_ice_block + type: gfx + offset: 0x7218 +d_course_sherbet_land_dl_7228: + symbol: d_course_sherbet_land_dl_7228 + type: gfx + offset: 0x7228 +d_course_sherbet_land_light1: + symbol: d_course_sherbet_land_light1 + type: lights + offset: 0x7240 +d_course_sherbet_land_light2: + symbol: d_course_sherbet_land_light2 + type: lights + offset: 0x7258 +d_course_sherbet_land_light3: + symbol: d_course_sherbet_land_light3 + type: lights + offset: 0x7270 +d_course_sherbet_land_light4: + symbol: d_course_sherbet_land_light4 + type: lights + offset: 0x7288 +d_course_sherbet_land_light5: + symbol: d_course_sherbet_land_light5 + type: lights + offset: 0x72A0 +d_course_sherbet_land_light6: + symbol: d_course_sherbet_land_light6 + type: lights + offset: 0x72B8 +d_course_sherbet_land_light7: + symbol: d_course_sherbet_land_light7 + type: lights + offset: 0x72D0 +d_course_sherbet_land_penguin_beak: + symbol: d_course_sherbet_land_penguin_beak + type: texture + offset: 0x72E8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_sherbet_land_penguin_eye: + symbol: d_course_sherbet_land_penguin_eye + type: texture + offset: 0x7AE8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_sherbet_land_penguin_eyes_model: + symbol: d_course_sherbet_land_penguin_eyes_model + type: vtx + offset: 0x82E8 + count: 8 +d_course_sherbet_land_dl_8368: + symbol: d_course_sherbet_land_dl_8368 + type: gfx + offset: 0x8368 +d_course_sherbet_land_penguin_nose_model: + symbol: d_course_sherbet_land_penguin_nose_model + type: vtx + offset: 0x8398 + count: 4 +d_course_sherbet_land_dl_83D8: + symbol: d_course_sherbet_land_dl_83D8 + type: gfx + offset: 0x83D8 +d_course_sherbet_land_penguin_head_model1: + symbol: d_course_sherbet_land_penguin_head_model1 + type: vtx + offset: 0x8400 + count: 24 +d_course_sherbet_land_penguin_head_model2: + symbol: d_course_sherbet_land_penguin_head_model2 + type: vtx + offset: 0x8580 + count: 3 +d_course_sherbet_land_dl_85B0: + symbol: d_course_sherbet_land_dl_85B0 + type: gfx + offset: 0x85B0 +d_course_sherbet_land_penguin_arms_model: + symbol: d_course_sherbet_land_penguin_arms_model + type: vtx + offset: 0x8690 + count: 10 +d_course_sherbet_land_dl_8730: + symbol: d_course_sherbet_land_dl_8730 + type: gfx + offset: 0x8730 +d_course_sherbet_land_penguin_unknown_model: + symbol: d_course_sherbet_land_penguin_unknown_model + type: vtx + offset: 0x8768 + count: 10 +d_course_sherbet_land_dl_8808: + symbol: d_course_sherbet_land_dl_8808 + type: gfx + offset: 0x8808 +d_course_sherbet_land_dl_8810: + symbol: d_course_sherbet_land_dl_8810 + type: gfx + offset: 0x8810 +d_course_sherbet_land_penguin_right_foot_model: + symbol: d_course_sherbet_land_penguin_right_foot_model + type: vtx + offset: 0x8840 + count: 15 +d_course_sherbet_land_dl_8930: + symbol: d_course_sherbet_land_dl_8930 + type: gfx + offset: 0x8930 +d_course_sherbet_land_penguin_left_foot_model: + symbol: d_course_sherbet_land_penguin_left_foot_model + type: vtx + offset: 0x8988 + count: 15 +d_course_sherbet_land_dl_8A78: + symbol: d_course_sherbet_land_dl_8A78 + type: gfx + offset: 0x8A78 +d_course_sherbet_land_penguin_body_model1: + symbol: d_course_sherbet_land_penguin_body_model1 + type: vtx + offset: 0x8AD0 + count: 20 +d_course_sherbet_land_penguin_body_model2: + symbol: d_course_sherbet_land_penguin_body_model2 + type: vtx + offset: 0x8C10 + count: 15 +d_course_sherbet_land_dl_8D00: + symbol: d_course_sherbet_land_dl_8D00 + type: gfx + offset: 0x8D00 +d_course_sherbet_land_dl_8E00: + symbol: d_course_sherbet_land_dl_8E00 + type: gfx + offset: 0x8E00 +d_course_sherbet_land_dl_9AE8: + symbol: d_course_sherbet_land_dl_9AE8 + type: gfx + offset: 0x9AE8 +d_course_sherbet_land_item_box_spawns: + symbol: d_course_sherbet_land_item_box_spawns + type: mk64:spawn_data + offset: 0x9B80 + count: 20 +d_course_sherbet_land_addr: + symbol: d_course_sherbet_land_addr + type: mk64:track_sections + offset: 0x9C20 + count: 24 diff --git a/android/app/src/main/assets/yamls/us/sherbet_land_displaylists.yml b/android/app/src/main/assets/yamls/us/sherbet_land_displaylists.yml new file mode 100644 index 0000000000..9a095d9962 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sherbet_land_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x93B9C8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_sherbet_land_packed_dls: + symbol: d_course_sherbet_land_packed_dls + type: blob + offset: 0x93B9C8 + size: 0x1289 diff --git a/android/app/src/main/assets/yamls/us/sherbet_land_vertices.yml b/android/app/src/main/assets/yamls/us/sherbet_land_vertices.yml new file mode 100644 index 0000000000..26437db2df --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sherbet_land_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x936FD0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_sherbet_land_vertex: + symbol: d_course_sherbet_land_vertex + type: mk64:course_vtx + count: 3111 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/skyscraper_data.yml b/android/app/src/main/assets/yamls/us/skyscraper_data.yml new file mode 100644 index 0000000000..81df6758c1 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/skyscraper_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x885780] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_skyscraper_dl: + symbol: d_course_skyscraper_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_skyscraper_item_box_spawns: + symbol: d_course_skyscraper_item_box_spawns + type: mk64:spawn_data + count: 25 + offset: 0x80 diff --git a/android/app/src/main/assets/yamls/us/skyscraper_displaylists.yml b/android/app/src/main/assets/yamls/us/skyscraper_displaylists.yml new file mode 100644 index 0000000000..c4f3a04c58 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/skyscraper_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x954F08 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_skyscraper_packed_dls: + symbol: d_course_skyscraper_packed_dls + type: blob + offset: 0x954F08 + size: 0x711 diff --git a/android/app/src/main/assets/yamls/us/skyscraper_vertices.yml b/android/app/src/main/assets/yamls/us/skyscraper_vertices.yml new file mode 100644 index 0000000000..3682335e50 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/skyscraper_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x953890] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_skyscraper_vertex: + symbol: d_course_skyscraper_vertex + type: mk64:course_vtx + count: 1086 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/some_data.yml b/android/app/src/main/assets/yamls/us/some_data.yml new file mode 100644 index 0000000000..39a5b1f3b6 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/some_data.yml @@ -0,0 +1,19 @@ +:config: + vram: + addr: 0x800E52D0 + offset: 0xE5ED0 + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +gTLUTOnomatopoeia: + symbol: gTLUTOnomatopoeia + type: texture + offset: 0x800E52D0 + ctype: u16 + width: 16 + height: 16 + format: rgba16 diff --git a/android/app/src/main/assets/yamls/us/sound/banks.yml b/android/app/src/main/assets/yamls/us/sound/banks.yml new file mode 100644 index 0000000000..a5e619d47f --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sound/banks.yml @@ -0,0 +1,88 @@ +:config: + external_files: + - "yamls/us/sound/root.yml" + - "yamls/us/sound/samples.yml" + +bank_0: + type: NAUDIO:V0:BANK + id: 0 + +bank_1: + type: NAUDIO:V0:BANK + id: 1 + +bank_2: + type: NAUDIO:V0:BANK + id: 2 + +bank_3: + type: NAUDIO:V0:BANK + id: 3 + +bank_4: + type: NAUDIO:V0:BANK + id: 4 + +bank_5: + type: NAUDIO:V0:BANK + id: 5 + +bank_6: + type: NAUDIO:V0:BANK + id: 6 + +bank_7: + type: NAUDIO:V0:BANK + id: 7 + +bank_8: + type: NAUDIO:V0:BANK + id: 8 + +bank_9: + type: NAUDIO:V0:BANK + id: 9 + +bank_10: + type: NAUDIO:V0:BANK + id: 10 + +bank_11: + type: NAUDIO:V0:BANK + id: 11 + +bank_12: + type: NAUDIO:V0:BANK + id: 12 + +bank_13: + type: NAUDIO:V0:BANK + id: 13 + +bank_14: + type: NAUDIO:V0:BANK + id: 14 + +bank_15: + type: NAUDIO:V0:BANK + id: 15 + +bank_16: + type: NAUDIO:V0:BANK + id: 16 + +bank_17: + type: NAUDIO:V0:BANK + id: 17 + +bank_18: + type: NAUDIO:V0:BANK + id: 18 + +bank_19: + type: NAUDIO:V0:BANK + id: 19 + +bank_20: + type: NAUDIO:V0:BANK + id: 20 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/sound/root.yml b/android/app/src/main/assets/yamls/us/sound/root.yml new file mode 100644 index 0000000000..d990801281 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sound/root.yml @@ -0,0 +1,19 @@ +:config: + force: true + header: + code: + - '#include ' + header: + - '#include ' + +header: + type: NAUDIO:V0:AUDIO_HEADER + ctl: + offset: 0x966260 + size: 0x13840 + tbl: + offset: 0x979AA0 + size: 0x24C4C0 + +audio_seq_font_table: + { type: ARRAY, count: 0x80, array_type: u8, offset: 0xBE90E0, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/sound/samples.yml b/android/app/src/main/assets/yamls/us/sound/samples.yml new file mode 100644 index 0000000000..cf5ee56060 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sound/samples.yml @@ -0,0 +1,807 @@ +sample_0: + type: NAUDIO:V0:SAMPLE + id: 0 + +sample_1: + type: NAUDIO:V0:SAMPLE + id: 1 + +sample_2: + type: NAUDIO:V0:SAMPLE + id: 2 + +sample_3: + type: NAUDIO:V0:SAMPLE + id: 3 + +sample_4: + type: NAUDIO:V0:SAMPLE + id: 4 + +sample_5: + type: NAUDIO:V0:SAMPLE + id: 5 + +sample_6: + type: NAUDIO:V0:SAMPLE + id: 6 + +sample_7: + type: NAUDIO:V0:SAMPLE + id: 7 + +sample_8: + type: NAUDIO:V0:SAMPLE + id: 8 + +sample_9: + type: NAUDIO:V0:SAMPLE + id: 9 + +sample_10: + type: NAUDIO:V0:SAMPLE + id: 10 + +sample_11: + type: NAUDIO:V0:SAMPLE + id: 11 + +sample_12: + type: NAUDIO:V0:SAMPLE + id: 12 + +sample_13: + type: NAUDIO:V0:SAMPLE + id: 13 + +sample_14: + type: NAUDIO:V0:SAMPLE + id: 14 + +sample_15: + type: NAUDIO:V0:SAMPLE + id: 15 + +sample_16: + type: NAUDIO:V0:SAMPLE + id: 16 + +sample_17: + type: NAUDIO:V0:SAMPLE + id: 17 + +sample_18: + type: NAUDIO:V0:SAMPLE + id: 18 + +sample_19: + type: NAUDIO:V0:SAMPLE + id: 19 + +sample_20: + type: NAUDIO:V0:SAMPLE + id: 20 + +sample_21: + type: NAUDIO:V0:SAMPLE + id: 21 + +sample_22: + type: NAUDIO:V0:SAMPLE + id: 22 + +sample_23: + type: NAUDIO:V0:SAMPLE + id: 23 + +sample_24: + type: NAUDIO:V0:SAMPLE + id: 24 + +sample_25: + type: NAUDIO:V0:SAMPLE + id: 25 + +sample_26: + type: NAUDIO:V0:SAMPLE + id: 26 + +sample_27: + type: NAUDIO:V0:SAMPLE + id: 27 + +sample_28: + type: NAUDIO:V0:SAMPLE + id: 28 + +sample_29: + type: NAUDIO:V0:SAMPLE + id: 29 + +sample_30: + type: NAUDIO:V0:SAMPLE + id: 30 + +sample_31: + type: NAUDIO:V0:SAMPLE + id: 31 + +sample_32: + type: NAUDIO:V0:SAMPLE + id: 32 + +sample_33: + type: NAUDIO:V0:SAMPLE + id: 33 + +sample_34: + type: NAUDIO:V0:SAMPLE + id: 34 + +sample_35: + type: NAUDIO:V0:SAMPLE + id: 35 + +sample_36: + type: NAUDIO:V0:SAMPLE + id: 36 + +sample_37: + type: NAUDIO:V0:SAMPLE + id: 37 + +sample_38: + type: NAUDIO:V0:SAMPLE + id: 38 + +sample_39: + type: NAUDIO:V0:SAMPLE + id: 39 + +sample_40: + type: NAUDIO:V0:SAMPLE + id: 40 + +sample_41: + type: NAUDIO:V0:SAMPLE + id: 41 + +sample_42: + type: NAUDIO:V0:SAMPLE + id: 42 + +sample_43: + type: NAUDIO:V0:SAMPLE + id: 43 + +sample_44: + type: NAUDIO:V0:SAMPLE + id: 44 + +sample_45: + type: NAUDIO:V0:SAMPLE + id: 45 + +sample_46: + type: NAUDIO:V0:SAMPLE + id: 46 + +sample_47: + type: NAUDIO:V0:SAMPLE + id: 47 + +sample_48: + type: NAUDIO:V0:SAMPLE + id: 48 + +sample_49: + type: NAUDIO:V0:SAMPLE + id: 49 + +sample_50: + type: NAUDIO:V0:SAMPLE + id: 50 + +sample_51: + type: NAUDIO:V0:SAMPLE + id: 51 + +sample_52: + type: NAUDIO:V0:SAMPLE + id: 52 + +sample_53: + type: NAUDIO:V0:SAMPLE + id: 53 + +sample_54: + type: NAUDIO:V0:SAMPLE + id: 54 + +sample_55: + type: NAUDIO:V0:SAMPLE + id: 55 + +sample_56: + type: NAUDIO:V0:SAMPLE + id: 56 + +sample_57: + type: NAUDIO:V0:SAMPLE + id: 57 + +sample_58: + type: NAUDIO:V0:SAMPLE + id: 58 + +sample_59: + type: NAUDIO:V0:SAMPLE + id: 59 + +sample_60: + type: NAUDIO:V0:SAMPLE + id: 60 + +sample_61: + type: NAUDIO:V0:SAMPLE + id: 61 + +sample_62: + type: NAUDIO:V0:SAMPLE + id: 62 + +sample_63: + type: NAUDIO:V0:SAMPLE + id: 63 + +sample_64: + type: NAUDIO:V0:SAMPLE + id: 64 + +sample_65: + type: NAUDIO:V0:SAMPLE + id: 65 + +sample_66: + type: NAUDIO:V0:SAMPLE + id: 66 + +sample_67: + type: NAUDIO:V0:SAMPLE + id: 67 + +sample_68: + type: NAUDIO:V0:SAMPLE + id: 68 + +sample_69: + type: NAUDIO:V0:SAMPLE + id: 69 + +sample_70: + type: NAUDIO:V0:SAMPLE + id: 70 + +sample_71: + type: NAUDIO:V0:SAMPLE + id: 71 + +sample_72: + type: NAUDIO:V0:SAMPLE + id: 72 + +sample_73: + type: NAUDIO:V0:SAMPLE + id: 73 + +sample_74: + type: NAUDIO:V0:SAMPLE + id: 74 + +sample_75: + type: NAUDIO:V0:SAMPLE + id: 75 + +sample_76: + type: NAUDIO:V0:SAMPLE + id: 76 + +sample_77: + type: NAUDIO:V0:SAMPLE + id: 77 + +sample_78: + type: NAUDIO:V0:SAMPLE + id: 78 + +sample_79: + type: NAUDIO:V0:SAMPLE + id: 79 + +sample_80: + type: NAUDIO:V0:SAMPLE + id: 80 + +sample_81: + type: NAUDIO:V0:SAMPLE + id: 81 + +sample_82: + type: NAUDIO:V0:SAMPLE + id: 82 + +sample_83: + type: NAUDIO:V0:SAMPLE + id: 83 + +sample_84: + type: NAUDIO:V0:SAMPLE + id: 84 + +sample_85: + type: NAUDIO:V0:SAMPLE + id: 85 + +sample_86: + type: NAUDIO:V0:SAMPLE + id: 86 + +sample_87: + type: NAUDIO:V0:SAMPLE + id: 87 + +sample_88: + type: NAUDIO:V0:SAMPLE + id: 88 + +sample_89: + type: NAUDIO:V0:SAMPLE + id: 89 + +sample_90: + type: NAUDIO:V0:SAMPLE + id: 90 + +sample_91: + type: NAUDIO:V0:SAMPLE + id: 91 + +sample_92: + type: NAUDIO:V0:SAMPLE + id: 92 + +sample_93: + type: NAUDIO:V0:SAMPLE + id: 93 + +sample_94: + type: NAUDIO:V0:SAMPLE + id: 94 + +sample_95: + type: NAUDIO:V0:SAMPLE + id: 95 + +sample_96: + type: NAUDIO:V0:SAMPLE + id: 96 + +sample_97: + type: NAUDIO:V0:SAMPLE + id: 97 + +sample_98: + type: NAUDIO:V0:SAMPLE + id: 98 + +sample_99: + type: NAUDIO:V0:SAMPLE + id: 99 + +sample_100: + type: NAUDIO:V0:SAMPLE + id: 100 + +sample_101: + type: NAUDIO:V0:SAMPLE + id: 101 + +sample_102: + type: NAUDIO:V0:SAMPLE + id: 102 + +sample_103: + type: NAUDIO:V0:SAMPLE + id: 103 + +sample_104: + type: NAUDIO:V0:SAMPLE + id: 104 + +sample_105: + type: NAUDIO:V0:SAMPLE + id: 105 + +sample_106: + type: NAUDIO:V0:SAMPLE + id: 106 + +sample_107: + type: NAUDIO:V0:SAMPLE + id: 107 + +sample_108: + type: NAUDIO:V0:SAMPLE + id: 108 + +sample_109: + type: NAUDIO:V0:SAMPLE + id: 109 + +sample_110: + type: NAUDIO:V0:SAMPLE + id: 110 + +sample_111: + type: NAUDIO:V0:SAMPLE + id: 111 + +sample_112: + type: NAUDIO:V0:SAMPLE + id: 112 + +sample_113: + type: NAUDIO:V0:SAMPLE + id: 113 + +sample_114: + type: NAUDIO:V0:SAMPLE + id: 114 + +sample_115: + type: NAUDIO:V0:SAMPLE + id: 115 + +sample_116: + type: NAUDIO:V0:SAMPLE + id: 116 + +sample_117: + type: NAUDIO:V0:SAMPLE + id: 117 + +sample_118: + type: NAUDIO:V0:SAMPLE + id: 118 + +sample_119: + type: NAUDIO:V0:SAMPLE + id: 119 + +sample_120: + type: NAUDIO:V0:SAMPLE + id: 120 + +sample_121: + type: NAUDIO:V0:SAMPLE + id: 121 + +sample_122: + type: NAUDIO:V0:SAMPLE + id: 122 + +sample_123: + type: NAUDIO:V0:SAMPLE + id: 123 + +sample_124: + type: NAUDIO:V0:SAMPLE + id: 124 + +sample_125: + type: NAUDIO:V0:SAMPLE + id: 125 + +sample_126: + type: NAUDIO:V0:SAMPLE + id: 126 + +sample_127: + type: NAUDIO:V0:SAMPLE + id: 127 + +sample_128: + type: NAUDIO:V0:SAMPLE + id: 128 + +sample_129: + type: NAUDIO:V0:SAMPLE + id: 129 + +sample_130: + type: NAUDIO:V0:SAMPLE + id: 130 + +sample_131: + type: NAUDIO:V0:SAMPLE + id: 131 + +sample_132: + type: NAUDIO:V0:SAMPLE + id: 132 + +sample_133: + type: NAUDIO:V0:SAMPLE + id: 133 + +sample_134: + type: NAUDIO:V0:SAMPLE + id: 134 + +sample_135: + type: NAUDIO:V0:SAMPLE + id: 135 + +sample_136: + type: NAUDIO:V0:SAMPLE + id: 136 + +sample_137: + type: NAUDIO:V0:SAMPLE + id: 137 + +sample_138: + type: NAUDIO:V0:SAMPLE + id: 138 + +sample_139: + type: NAUDIO:V0:SAMPLE + id: 139 + +sample_140: + type: NAUDIO:V0:SAMPLE + id: 140 + +sample_141: + type: NAUDIO:V0:SAMPLE + id: 141 + +sample_142: + type: NAUDIO:V0:SAMPLE + id: 142 + +sample_143: + type: NAUDIO:V0:SAMPLE + id: 143 + +sample_144: + type: NAUDIO:V0:SAMPLE + id: 144 + +sample_145: + type: NAUDIO:V0:SAMPLE + id: 145 + +sample_146: + type: NAUDIO:V0:SAMPLE + id: 146 + +sample_147: + type: NAUDIO:V0:SAMPLE + id: 147 + +sample_148: + type: NAUDIO:V0:SAMPLE + id: 148 + +sample_149: + type: NAUDIO:V0:SAMPLE + id: 149 + +sample_150: + type: NAUDIO:V0:SAMPLE + id: 150 + +sample_151: + type: NAUDIO:V0:SAMPLE + id: 151 + +sample_152: + type: NAUDIO:V0:SAMPLE + id: 152 + +sample_153: + type: NAUDIO:V0:SAMPLE + id: 153 + +sample_154: + type: NAUDIO:V0:SAMPLE + id: 154 + +sample_155: + type: NAUDIO:V0:SAMPLE + id: 155 + +sample_156: + type: NAUDIO:V0:SAMPLE + id: 156 + +sample_157: + type: NAUDIO:V0:SAMPLE + id: 157 + +sample_158: + type: NAUDIO:V0:SAMPLE + id: 158 + +sample_159: + type: NAUDIO:V0:SAMPLE + id: 159 + +sample_160: + type: NAUDIO:V0:SAMPLE + id: 160 + +sample_161: + type: NAUDIO:V0:SAMPLE + id: 161 + +sample_162: + type: NAUDIO:V0:SAMPLE + id: 162 + +sample_163: + type: NAUDIO:V0:SAMPLE + id: 163 + +sample_164: + type: NAUDIO:V0:SAMPLE + id: 164 + +sample_165: + type: NAUDIO:V0:SAMPLE + id: 165 + +sample_166: + type: NAUDIO:V0:SAMPLE + id: 166 + +sample_167: + type: NAUDIO:V0:SAMPLE + id: 167 + +sample_168: + type: NAUDIO:V0:SAMPLE + id: 168 + +sample_169: + type: NAUDIO:V0:SAMPLE + id: 169 + +sample_170: + type: NAUDIO:V0:SAMPLE + id: 170 + +sample_171: + type: NAUDIO:V0:SAMPLE + id: 171 + +sample_172: + type: NAUDIO:V0:SAMPLE + id: 172 + +sample_173: + type: NAUDIO:V0:SAMPLE + id: 173 + +sample_174: + type: NAUDIO:V0:SAMPLE + id: 174 + +sample_175: + type: NAUDIO:V0:SAMPLE + id: 175 + +sample_176: + type: NAUDIO:V0:SAMPLE + id: 176 + +sample_177: + type: NAUDIO:V0:SAMPLE + id: 177 + +sample_178: + type: NAUDIO:V0:SAMPLE + id: 178 + +sample_179: + type: NAUDIO:V0:SAMPLE + id: 179 + +sample_180: + type: NAUDIO:V0:SAMPLE + id: 180 + +sample_181: + type: NAUDIO:V0:SAMPLE + id: 181 + +sample_182: + type: NAUDIO:V0:SAMPLE + id: 182 + +sample_183: + type: NAUDIO:V0:SAMPLE + id: 183 + +sample_184: + type: NAUDIO:V0:SAMPLE + id: 184 + +sample_185: + type: NAUDIO:V0:SAMPLE + id: 185 + +sample_186: + type: NAUDIO:V0:SAMPLE + id: 186 + +sample_187: + type: NAUDIO:V0:SAMPLE + id: 187 + +sample_188: + type: NAUDIO:V0:SAMPLE + id: 188 + +sample_189: + type: NAUDIO:V0:SAMPLE + id: 189 + +sample_190: + type: NAUDIO:V0:SAMPLE + id: 190 + +sample_191: + type: NAUDIO:V0:SAMPLE + id: 191 + +sample_192: + type: NAUDIO:V0:SAMPLE + id: 192 + +sample_193: + type: NAUDIO:V0:SAMPLE + id: 193 + +sample_194: + type: NAUDIO:V0:SAMPLE + id: 194 + +sample_195: + type: NAUDIO:V0:SAMPLE + id: 195 + +sample_196: + type: NAUDIO:V0:SAMPLE + id: 196 + +sample_197: + type: NAUDIO:V0:SAMPLE + id: 197 + +sample_198: + type: NAUDIO:V0:SAMPLE + id: 198 + +sample_199: + type: NAUDIO:V0:SAMPLE + id: 199 + +sample_200: + type: NAUDIO:V0:SAMPLE + id: 200 + +sample_201: + type: NAUDIO:V0:SAMPLE + id: 201 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/sound/sequences.yml b/android/app/src/main/assets/yamls/us/sound/sequences.yml new file mode 100644 index 0000000000..f57a420519 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/sound/sequences.yml @@ -0,0 +1,239 @@ +seq_00: + type: NAUDIO:V0:SEQUENCE + id: 0 + size: 0x2830 + offset: 0xBC6060 + banks: + - sound/banks/bank_0 + +title_screen: + type: NAUDIO:V0:SEQUENCE + id: 1 + size: 0x1B30 + offset: 0xBC8890 + banks: + - sound/banks/bank_1 + +main_menu: + type: NAUDIO:V0:SEQUENCE + id: 2 + size: 0x0D60 + offset: 0xBCA3C0 + banks: + - sound/banks/bank_2 + +raceways_wario_stadium: + type: NAUDIO:V0:SEQUENCE + id: 3 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_3 + +moo_moo_farm_yoshi_valley: + type: NAUDIO:V0:SEQUENCE + id: 4 + size: 0x1CA0 + offset: 0xBCCB30 + banks: + - sound/banks/bank_4 + +choco_mountain: + type: NAUDIO:V0:SEQUENCE + id: 5 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_5 + +koopa_troopa_beach: + type: NAUDIO:V0:SEQUENCE + id: 6 + size: 0x1EE0 + offset: 0xBD0740 + banks: + - sound/banks/bank_6 + +banshee_boardwalk: + type: NAUDIO:V0:SEQUENCE + id: 7 + size: 0x16D0 + offset: 0xBD2620 + banks: + - sound/banks/bank_7 + +frappe_snowland: + type: NAUDIO:V0:SEQUENCE + id: 8 + size: 0x23D0 + offset: 0xBD3CF0 + banks: + - sound/banks/bank_8 + +bowsers_castle: + type: NAUDIO:V0:SEQUENCE + id: 9 + size: 0x1800 + offset: 0xBD60C0 + banks: + - sound/banks/bank_9 + +kalimari_desert: + type: NAUDIO:V0:SEQUENCE + id: 10 + size: 0x1AE0 + offset: 0xBD78C0 + banks: + - sound/banks/bank_10 + +start_grid_gp_vs: + type: NAUDIO:V0:SEQUENCE + id: 11 + size: 0x05F0 + offset: 0xBD93A0 + banks: + - sound/banks/bank_11 + +final_lap_fanfare: + type: NAUDIO:V0:SEQUENCE + id: 12 + size: 0x03D0 + offset: 0xBD9990 + banks: + - sound/banks/bank_11 + +finish_1st_place: + type: NAUDIO:V0:SEQUENCE + id: 13 + size: 0x0360 + offset: 0xBD9D60 + banks: + - sound/banks/bank_11 + +finish_2nd_4th_place: + type: NAUDIO:V0:SEQUENCE + id: 14 + size: 0x02E0 + offset: 0xBDA0C0 + banks: + - sound/banks/bank_11 + +finish_5th_8th_place: + type: NAUDIO:V0:SEQUENCE + id: 15 + size: 0x04C0 + offset: 0xBDA3A0 + banks: + - sound/banks/bank_11 + +seq_16: + type: NAUDIO:V0:SEQUENCE + id: 16 + size: 0x1410 + offset: 0xBDA860 + banks: + - sound/banks/bank_12 + +star_jingle: + type: NAUDIO:V0:SEQUENCE + id: 17 + size: 0x06E0 + offset: 0xBDBC70 + banks: + - sound/banks/bank_14 + +rainbow_road: + type: NAUDIO:V0:SEQUENCE + id: 18 + size: 0x32F0 + offset: 0xBDC350 + banks: + - sound/banks/bank_15 + +dk_jungle: + type: NAUDIO:V0:SEQUENCE + id: 19 + size: 0x06C0 + offset: 0xBDF640 + banks: + - sound/banks/bank_16 + +game_over: + type: NAUDIO:V0:SEQUENCE + id: 20 + size: 0x04B0 + offset: 0xBDFD00 + banks: + - sound/banks/bank_11 + +toads_turnpike: + type: NAUDIO:V0:SEQUENCE + id: 21 + size: 0x1160 + offset: 0xBE01B0 + banks: + - sound/banks/bank_17 + +start_gird_time_attack: + type: NAUDIO:V0:SEQUENCE + id: 22 + size: 0x0310 + offset: 0xBE1310 + banks: + - sound/banks/bank_11 + +vs_battle_results: + type: NAUDIO:V0:SEQUENCE + id: 23 + size: 0x12B0 + offset: 0xBE1620 + banks: + - sound/banks/bank_13 + +losing_results: + type: NAUDIO:V0:SEQUENCE + id: 24 + size: 0x0600 + offset: 0xBE28D0 + banks: + - sound/banks/bank_12 + +battle_arenas: + type: NAUDIO:V0:SEQUENCE + id: 25 + size: 0x16E0 + offset: 0xBE2ED0 + banks: + - sound/banks/bank_18 + +award_ceremony_buildup: + type: NAUDIO:V0:SEQUENCE + id: 26 + size: 0x0AD0 + offset: 0xBE45B0 + banks: + - sound/banks/bank_19 + +award_ceremony_1st_3rd: + type: NAUDIO:V0:SEQUENCE + id: 27 + size: 0x0C80 + offset: 0xBE5080 + banks: + - sound/banks/bank_19 + +staff_roll: + type: NAUDIO:V0:SEQUENCE + id: 28 + size: 0x2750 + offset: 0xBE5D00 + banks: + - sound/banks/bank_20 + +award_ceremony_4th_8th: + type: NAUDIO:V0:SEQUENCE + id: 29 + size: 0x0C80 + offset: 0xBE8450 + banks: + - sound/banks/bank_19 \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/startup_logo.yml b/android/app/src/main/assets/yamls/us/startup_logo.yml new file mode 100644 index 0000000000..d95cdf25d6 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/startup_logo.yml @@ -0,0 +1,119 @@ +:config: + segments: + - [0x06, 0x825800] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +dl1: + symbol: startup_logo_dl + type: gfx + offset: 0x2B00 +dl2: + symbol: startup_logo_dl2 + type: gfx + offset: 0x2C88 +dl3: + symbol: startup_logo_dl3 + type: gfx + offset: 0x2D58 +dl4: + symbol: startup_logo_dl4 + type: gfx + offset: 0x2F20 +dl5: + symbol: startup_logo_dl5 + type: gfx + offset: 0x2FF0 +dl6: + symbol: startup_logo_dl6 + type: gfx + offset: 0x3180 +dl7: + symbol: startup_logo_dl7 + type: gfx + offset: 0x3308 +dl8: + symbol: startup_logo_dl8 + type: gfx + offset: 0x33D8 +dl9: + symbol: startup_logo_dl9 + type: gfx + offset: 0x7988 +dl10: + symbol: startup_logo_dl10 + type: gfx + offset: 0x7C18 +dl11: + symbol: startup_logo_dl11 + type: gfx + offset: 0x7CE8 +dl12: + symbol: startup_logo_dl12 + type: gfx + offset: 0x7E50 +dl13: + symbol: startup_logo_dl13 + type: gfx + offset: 0x7E90 +dl14: + symbol: startup_logo_dl14 + type: gfx + offset: 0x7ED0 +dl15: + symbol: startup_logo_dl15 + type: gfx + offset: 0x7F88 +dl16: + symbol: startup_logo_dl16 + type: gfx + offset: 0x80F0 +dl17: + symbol: startup_logo_dl17 + type: gfx + offset: 0x8250 +dl18: + symbol: startup_logo_dl18 + type: gfx + offset: 0x83C8 +dl19: + symbol: startup_logo_dl19 + type: gfx + offset: 0x8548 +dl20: + symbol: startup_logo_dl20 + type: gfx + offset: 0x87A0 +reflection_map_gold: + symbol: startup_reflection_map_gold + type: texture + ctype: u16 + offset: 0x8A48 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +startup_texture_dl1: + symbol: startup_texture_dl1 + type: gfx + offset: 0x9248 +lights: + symbol: lights + type: lights + offset: 0x9308 +startup_texture_dl2: + symbol: startup_texture_dl2 + type: gfx + offset: 0x9320 +startup_texture_dl3: + symbol: startup_texture_dl3 + type: gfx + offset: 0x93F8 +startup_texture_dl4: + symbol: startup_texture_dl4 + type: gfx + offset: 0x9410 diff --git a/android/app/src/main/assets/yamls/us/texture_data_2.yml b/android/app/src/main/assets/yamls/us/texture_data_2.yml new file mode 100644 index 0000000000..6406365459 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/texture_data_2.yml @@ -0,0 +1,3350 @@ +:config: + segments: + - [0x0A, 0x729A30] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +small_letter_0: + symbol: gTextureSmallFont0 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCE20 + mio0: true + format: ia16 +small_letter_1: + symbol: gTextureSmallFont1 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCEB0 + mio0: true + format: ia16 +small_letter_2: + symbol: gTextureSmallFont2 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCF08 + mio0: true + format: ia16 +small_letter_3: + symbol: gTextureSmallFont3 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCFA0 + mio0: true + format: ia16 +small_letter_4: + symbol: gTextureSmallFont4 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD034 + mio0: true + format: ia16 +small_letter_5: + symbol: gTextureSmallFont5 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD0BC + mio0: true + format: ia16 +small_letter_6: + symbol: gTextureSmallFont6 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD154 + mio0: true + format: ia16 +small_letter_7: + symbol: gTextureSmallFont7 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD1F0 + mio0: true + format: ia16 +small_letter_8: + symbol: gTextureSmallFont8 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD260 + mio0: true + format: ia16 +small_letter_9: + symbol: gTextureSmallFont9 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD2F0 + mio0: true + format: ia16 +n64_controller_pak_data_select: + symbol: gTextureN64ControllerPakDataSelect + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBD390 + mio0: true + format: ia16 +erase_data_record_confirmation: + symbol: gTextureEraseDataRecordConfirmation + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBE4B8 + mio0: true + format: ia16 +record_not_erased: + symbol: gTextureRecordNotErased + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBF4AC + mio0: true + format: ia16 +place_n64_controller_pak_into_controller_1: + symbol: gTexturePlaceN64ControllerPakIntoController1 + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBFD7C + mio0: true + format: ia16 +please_reinsert_original_n64_controller_pak: + symbol: gTexturePleaseReinsertOriginalN64ControllerPak + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xC09C8 + mio0: true + format: ia16 +erasing_selected_record: + symbol: gTextureErasingSelectedRecord + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xC16A0 + mio0: true + format: ia16 +select_record: + symbol: gTextureSelectRecord + type: texture + ctype: u16 + width: 68 + height: 10 + offset: 0xC22A4 + mio0: true + format: ia16 +text_end: + symbol: gTextureTextEnd + type: texture + ctype: u16 + width: 20 + height: 10 + offset: 0xC261C + mio0: true + format: ia16 +table_of_contents: + symbol: gTextureTableOfContents + type: texture + ctype: u16 + width: 88 + height: 10 + offset: 0xC274C + mio0: true + format: ia16 +text_hash: + symbol: gTextureTextHash + type: texture + ctype: u16 + width: 8 + height: 10 + offset: 0xC2B78 + mio0: true + format: ia16 +text_game_data: + symbol: gTextureTextGameData + type: texture + ctype: u16 + width: 56 + height: 10 + offset: 0xC2BF8 + mio0: true + format: ia16 +text_pages: + symbol: gTextureTextPages + type: texture + ctype: u16 + width: 32 + height: 10 + offset: 0xC2EBC + mio0: true + format: ia16 +text_pages_free: + symbol: gTextureTextPagesFree + type: texture + ctype: u16 + width: 56 + height: 10 + offset: 0xC307C + mio0: true + format: ia16 +text_erase: + symbol: gTextureTextErase + type: texture + ctype: u16 + width: 28 + height: 10 + offset: 0xC3340 + mio0: true + format: ia16 +text_quit: + symbol: gTextureTextQuit + type: texture + ctype: u16 + width: 24 + height: 10 + offset: 0xC34E0 + mio0: true + format: ia16 +texture_7ED058: + symbol: gTexture7ED058 + type: texture + ctype: u16 + width: 32 + height: 66 + offset: 0xC3628 + mio0: true + format: ia16 +texture_7ED290: + symbol: gTexture7ED290 + type: texture + ctype: u16 + width: 248 + height: 10 + offset: 0xC3860 + mio0: true + format: ia16 +texture_7ED50C: + symbol: gTexture7ED50C + type: texture + ctype: u16 + width: 128 + height: 10 + offset: 0xC3ADC + mio0: true + format: ia16 +texture_7ED6A4: + symbol: gTexture7ED6A4 + type: texture + ctype: u16 + width: 68 + height: 51 + offset: 0xC3C74 + mio0: true + format: ia16 +tiny_font_0: + symbol: gTextureTinyFont0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4004 + mio0: true + format: ia16 +tiny_font_1: + symbol: gTextureTinyFont1 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4078 + mio0: true + format: ia16 +tiny_font_2: + symbol: gTextureTinyFont2 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC40C0 + mio0: true + format: ia16 +tiny_font_3: + symbol: gTextureTinyFont3 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4134 + mio0: true + format: ia16 +tiny_font_4: + symbol: gTextureTinyFont4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC41A4 + mio0: true + format: ia16 +tiny_font_5: + symbol: gTextureTinyFont5 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4200 + mio0: true + format: ia16 +tiny_font_6: + symbol: gTextureTinyFont6 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4274 + mio0: true + format: ia16 +tiny_font_7: + symbol: gTextureTinyFont7 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC42E8 + mio0: true + format: ia16 +tiny_font_8: + symbol: gTextureTinyFont8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4348 + mio0: true + format: ia16 +tiny_font_9: + symbol: gTextureTinyFont9 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC43C0 + mio0: true + format: ia16 +tiny_font_A: + symbol: gTextureTinyFontA + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4434 + mio0: true + format: ia16 +tiny_font_B: + symbol: gTextureTinyFontB + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC44A0 + mio0: true + format: ia16 +tiny_font_C: + symbol: gTextureTinyFontC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC451C + mio0: true + format: ia16 +tiny_font_D: + symbol: gTextureTinyFontD + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4590 + mio0: true + format: ia16 +tiny_font_E: + symbol: gTextureTinyFontE + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4600 + mio0: true + format: ia16 +tiny_font_F: + symbol: gTextureTinyFontF + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4674 + mio0: true + format: ia16 +tiny_font_G: + symbol: gTextureTinyFontG + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC46D8 + mio0: true + format: ia16 +tiny_font_H: + symbol: gTextureTinyFontH + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC474C + mio0: true + format: ia16 +tiny_font_I: + symbol: gTextureTinyFontI + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC47C4 + mio0: true + format: ia16 +tiny_font_J: + symbol: gTextureTinyFontJ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC480C + mio0: true + format: ia16 +tiny_font_K: + symbol: gTextureTinyFontK + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4860 + mio0: true + format: ia16 +tiny_font_L: + symbol: gTextureTinyFontL + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC48D0 + mio0: true + format: ia16 +tiny_font_M: + symbol: gTextureTinyFontM + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC491C + mio0: true + format: ia16 +tiny_font_N: + symbol: gTextureTinyFontN + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4998 + mio0: true + format: ia16 +tiny_font_O: + symbol: gTextureTinyFontO + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4A14 + mio0: true + format: ia16 +tiny_font_P: + symbol: gTextureTinyFontP + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4A8C + mio0: true + format: ia16 +tiny_font_Q: + symbol: gTextureTinyFontQ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4AF8 + mio0: true + format: ia16 +tiny_font_R: + symbol: gTextureTinyFontR + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4B70 + mio0: true + format: ia16 +tiny_font_S: + symbol: gTextureTinyFontS + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4BE4 + mio0: true + format: ia16 +tiny_font_T: + symbol: gTextureTinyFontT + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4C54 + mio0: true + format: ia16 +tiny_font_U: + symbol: gTextureTinyFontU + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4CA8 + mio0: true + format: ia16 +tiny_font_V: + symbol: gTextureTinyFontV + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4D0C + mio0: true + format: ia16 +tiny_font_W: + symbol: gTextureTinyFontW + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4D6C + mio0: true + format: ia16 +tiny_font_X: + symbol: gTextureTinyFontX + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4DE8 + mio0: true + format: ia16 +tiny_font_Y: + symbol: gTextureTinyFontY + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4E54 + mio0: true + format: ia16 +tiny_font_Z: + symbol: gTextureTinyFontZ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4EA4 + mio0: true + format: ia16 +tiny_font_exclamation_mark: + symbol: gTextureTinyFontExclamationMark + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F0C + mio0: true + format: ia16 +tiny_font_double_quote: + symbol: gTextureTinyFontDoubleQuote + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F54 + mio0: true + format: ia16 +tiny_font_hash: + symbol: gTextureTinyFontHash + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F8C + mio0: true + format: ia16 +tiny_font_single_quote: + symbol: gTextureTinyFontSingleQuote + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4FFC + mio0: true + format: ia16 +tiny_font_asterisk: + symbol: gTextureTinyFontAsterisk + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC502C + mio0: true + format: ia16 +tiny_font_plus: + symbol: gTextureTinyFontPlus + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5098 + mio0: true + format: ia16 +texture_7EEB18: + symbol: gTexture7EEB18 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC50E8 + mio0: true + format: ia16 +tiny_font_minus: + symbol: gTextureTinyFontMinus + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5118 + mio0: true + format: ia16 +tiny_font_comma: + symbol: gTextureTinyFontComma + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC514C + mio0: true + format: ia16 +tiny_font_forward_slash: + symbol: gTextureTinyFontForwardSlash + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC517C + mio0: true + format: ia16 +tiny_font_colon: + symbol: gTextureTinyFontColon + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC51CC + mio0: true + format: ia16 +texture_7EEC34: + symbol: gTexture7EEC34 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5204 + mio0: true + format: ia16 +tiny_font_question: + symbol: gTextureTinyFontQuestion + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5254 + mio0: true + format: ia16 +texture_7EECE4: + symbol: gTexture7EECE4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC52B4 + mio0: true + format: ia16 +texture_7EED74: + symbol: gTexture7EED74 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5344 + mio0: true + format: ia16 +texture_7EEDB0: + symbol: gTexture7EEDB0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5380 + mio0: true + format: ia16 +texture_7EEDE8: + symbol: gTexture7EEDE8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC53B8 + mio0: true + format: ia16 +texture_7EEE20: + symbol: gTexture7EEE20 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC53F0 + mio0: true + format: ia16 +texture_7EEE7C: + symbol: gTexture7EEE7C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC544C + mio0: true + format: ia16 +texture_7EEED0: + symbol: gTexture7EEED0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC54A0 + mio0: true + format: ia16 +texture_7EEF3C: + symbol: gTexture7EEF3C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC550C + mio0: true + format: ia16 +texture_7EEF90: + symbol: gTexture7EEF90 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5560 + mio0: true + format: ia16 +texture_7EEFF4: + symbol: gTexture7EEFF4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC55C4 + mio0: true + format: ia16 +texture_7EF058: + symbol: gTexture7EF058 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5628 + mio0: true + format: ia16 +texture_7EF0B4: + symbol: gTexture7EF0B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5684 + mio0: true + format: ia16 +texture_7EF110: + symbol: gTexture7EF110 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC56E0 + mio0: true + format: ia16 +texture_7EF17C: + symbol: gTexture7EF17C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC574C + mio0: true + format: ia16 +texture_7EF1F0: + symbol: gTexture7EF1F0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC57C0 + mio0: true + format: ia16 +texture_7EF250: + symbol: gTexture7EF250 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5820 + mio0: true + format: ia16 +texture_7EF2B8: + symbol: gTexture7EF2B8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5888 + mio0: true + format: ia16 +texture_7EF314: + symbol: gTexture7EF314 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC58E4 + mio0: true + format: ia16 +texture_7EF388: + symbol: gTexture7EF388 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5958 + mio0: true + format: ia16 +texture_7EF3F8: + symbol: gTexture7EF3F8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC59C8 + mio0: true + format: ia16 +texture_7EF470: + symbol: gTexture7EF470 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5A40 + mio0: true + format: ia16 +texture_7EF4E4: + symbol: gTexture7EF4E4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5AB4 + mio0: true + format: ia16 +texture_7EF554: + symbol: gTexture7EF554 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5B24 + mio0: true + format: ia16 +texture_7EF5C0: + symbol: gTexture7EF5C0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5B90 + mio0: true + format: ia16 +texture_7EF620: + symbol: gTexture7EF620 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5BF0 + mio0: true + format: ia16 +texture_7EF694: + symbol: gTexture7EF694 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5C64 + mio0: true + format: ia16 +texture_7EF708: + symbol: gTexture7EF708 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5CD8 + mio0: true + format: ia16 +texture_7EF77C: + symbol: gTexture7EF77C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5D4C + mio0: true + format: ia16 +texture_7EF7E8: + symbol: gTexture7EF7E8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5DB8 + mio0: true + format: ia16 +texture_7EF85C: + symbol: gTexture7EF85C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5E2C + mio0: true + format: ia16 +texture_7EF8C8: + symbol: gTexture7EF8C8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5E98 + mio0: true + format: ia16 +texture_7EF93C: + symbol: gTexture7EF93C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5F0C + mio0: true + format: ia16 +texture_7EF9B4: + symbol: gTexture7EF9B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5F84 + mio0: true + format: ia16 +texture_7EFA2C: + symbol: gTexture7EFA2C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5FFC + mio0: true + format: ia16 +texture_7EFAA8: + symbol: gTexture7EFAA8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6078 + mio0: true + format: ia16 +texture_7EFB00: + symbol: gTexture7EFB00 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC60D0 + mio0: true + format: ia16 +texture_7EFB64: + symbol: gTexture7EFB64 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6134 + mio0: true + format: ia16 +texture_7EFBBC: + symbol: gTexture7EFBBC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC618C + mio0: true + format: ia16 +texture_7EFC30: + symbol: gTexture7EFC30 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6200 + mio0: true + format: ia16 +texture_7EFCAC: + symbol: gTexture7EFCAC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC627C + mio0: true + format: ia16 +texture_7EFD00: + symbol: gTexture7EFD00 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC62D0 + mio0: true + format: ia16 +texture_7EFD60: + symbol: gTexture7EFD60 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6330 + mio0: true + format: ia16 +texture_7EFDD4: + symbol: gTexture7EFDD4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC63A4 + mio0: true + format: ia16 +texture_7EFE48: + symbol: gTexture7EFE48 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6418 + mio0: true + format: ia16 +texture_7EFEA0: + symbol: gTexture7EFEA0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6470 + mio0: true + format: ia16 +texture_7EFF2C: + symbol: gTexture7EFF2C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC64FC + mio0: true + format: ia16 +texture_7EFF90: + symbol: gTexture7EFF90 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6560 + mio0: true + format: ia16 +texture_7F0000: + symbol: gTexture7F0000 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC65D0 + mio0: true + format: ia16 +texture_7F006C: + symbol: gTexture7F006C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC663C + mio0: true + format: ia16 +texture_7F00D8: + symbol: gTexture7F00D8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC66A8 + mio0: true + format: ia16 +texture_7F0158: + symbol: gTexture7F0158 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6728 + mio0: true + format: ia16 +texture_7F01D0: + symbol: gTexture7F01D0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC67A0 + mio0: true + format: ia16 +texture_7F023C: + symbol: gTexture7F023C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC680C + mio0: true + format: ia16 +texture_7F02B4: + symbol: gTexture7F02B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6884 + mio0: true + format: ia16 +texture_7F032C: + symbol: gTexture7F032C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC68FC + mio0: true + format: ia16 +texture_7F0390: + symbol: gTexture7F0390 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6960 + mio0: true + format: ia16 +texture_7F0404: + symbol: gTexture7F0404 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC69D4 + mio0: true + format: ia16 +texture_7F0470: + symbol: gTexture7F0470 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6A40 + mio0: true + format: ia16 +texture_7F04EC: + symbol: gTexture7F04EC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6ABC + mio0: true + format: ia16 +texture_7F055C: + symbol: gTexture7F055C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6B2C + mio0: true + format: ia16 +texture_7F05F0: + symbol: gTexture7F05F0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6BC0 + mio0: true + format: ia16 +texture_7F0670: + symbol: gTexture7F0670 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6C40 + mio0: true + format: ia16 +texture_7F06EC: + symbol: gTexture7F06EC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6CBC + mio0: true + format: ia16 +texture_7F0768: + symbol: gTexture7F0768 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6D38 + mio0: true + format: ia16 +texture_7F07E0: + symbol: gTexture7F07E0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6DB0 + mio0: true + format: ia16 +texture_7F0858: + symbol: gTexture7F0858 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6E28 + mio0: true + format: ia16 +texture_7F08D8: + symbol: gTexture7F08D8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6EA8 + mio0: true + format: ia16 +texture_7F0948: + symbol: gTexture7F0948 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6F18 + mio0: true + format: ia16 +texture_7F09D0: + symbol: gTexture7F09D0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6FA0 + mio0: true + format: ia16 +texture_7F0A3C: + symbol: gTexture7F0A3C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC700C + mio0: true + format: ia16 +texture_7F0ABC: + symbol: gTexture7F0ABC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC708C + mio0: true + format: ia16 +texture_7F0B34: + symbol: gTexture7F0B34 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7104 + mio0: true + format: ia16 +texture_7F0BB0: + symbol: gTexture7F0BB0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7180 + mio0: true + format: ia16 +texture_7F0C24: + symbol: gTexture7F0C24 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC71F4 + mio0: true + format: ia16 +texture_7F0C94: + symbol: gTexture7F0C94 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7264 + mio0: true + format: ia16 +texture_7F0D0C: + symbol: gTexture7F0D0C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC72DC + mio0: true + format: ia16 +texture_7F0D8C: + symbol: gTexture7F0D8C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC735C + mio0: true + format: ia16 +texture_7F0DEC: + symbol: gTexture7F0DEC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC73BC + mio0: true + format: ia16 +texture_7F0E5C: + symbol: gTexture7F0E5C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC742C + mio0: true + format: ia16 +texture_7F0EE4: + symbol: gTexture7F0EE4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC74B4 + mio0: true + format: ia16 +texture_7F0F5C: + symbol: gTexture7F0F5C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC752C + mio0: true + format: ia16 +texture_7F0FD8: + symbol: gTexture7F0FD8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC75A8 + mio0: true + format: ia16 +texture_7F1038: + symbol: gTexture7F1038 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7608 + mio0: true + format: ia16 +texture_7F109C: + symbol: gTexture7F109C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC766C + mio0: true + format: ia16 +7F1124: + symbol: gTexture7F1124 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC76F4 + format: i4 +7F11F4: + symbol: gTexture7F11F4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC77C4 + format: i4 +7F12C4: + symbol: gTexture7F12C4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7894 + format: i4 +7F1394: + symbol: gTexture7F1394 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7964 + format: i4 +7F1464: + symbol: gTexture7F1464 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7A34 + format: i4 +7F1534: + symbol: gTexture7F1534 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7B04 + format: i4 +7F1604: + symbol: gTexture7F1604 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7BD4 + format: i4 +7F16D4: + symbol: gTexture7F16D4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7CA4 + format: i4 +7F17A4: + symbol: gTexture7F17A4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7D74 + format: i4 +7F1874: + symbol: gTexture7F1874 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7E44 + format: i4 +7F1944: + symbol: gTexture7F1944 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7F14 + format: i4 +7F1A14: + symbol: gTexture7F1A14 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7FE4 + format: i4 +7F1AE4: + symbol: gTexture7F1AE4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC80B4 + format: i4 +7F1BB4: + symbol: gTexture7F1BB4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8184 + format: i4 +7F1C84: + symbol: gTexture7F1C84 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8254 + format: i4 +7F1D54: + symbol: gTexture7F1D54 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8324 + format: i4 +7F1E24: + symbol: gTexture7F1E24 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC83F4 + format: i4 +7F1EF4: + symbol: gTexture7F1EF4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC84C4 + format: i4 +7F1FC4: + symbol: gTexture7F1FC4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8594 + format: i4 +7F2094: + symbol: gTexture7F2094 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8664 + format: i4 +7F2164: + symbol: gTexture7F2164 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8734 + format: i4 +7F2234: + symbol: gTexture7F2234 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8804 + format: i4 +7F2304: + symbol: gTexture7F2304 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC88D4 + format: i4 +7F23D4: + symbol: gTexture7F23D4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC89A4 + format: i4 +7F24A4: + symbol: gTexture7F24A4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8A74 + format: i4 +7F2574: + symbol: gTexture7F2574 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8B44 + format: i4 +7F2644: + symbol: gTexture7F2644 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8C14 + format: i4 +7F2714: + symbol: gTexture7F2714 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8CE4 + format: i4 +7F27E4: + symbol: gTexture7F27E4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8DB4 + format: i4 +7F28B4: + symbol: gTexture7F28B4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8E84 + format: i4 +7F2984: + symbol: gTexture7F2984 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8F54 + format: i4 +7F2A54: + symbol: gTexture7F2A54 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9024 + format: i4 +7F2B24: + symbol: gTexture7F2B24 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC90F4 + format: i4 +7F2BF4: + symbol: gTexture7F2BF4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC91C4 + format: i4 +7F2CC4: + symbol: gTexture7F2CC4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9294 + format: i4 +7F2D94: + symbol: gTexture7F2D94 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9364 + format: i4 +7F2E64: + symbol: gTexture7F2E64 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9434 + format: i4 +7F2F34: + symbol: gTexture7F2F34 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9504 + format: i4 +7F3004: + symbol: gTexture7F3004 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC95D4 + format: i4 +7F30D4: + symbol: gTexture7F30D4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC96A4 + format: i4 +7F31A4: + symbol: gTexture7F31A4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9774 + format: i4 +7F3274: + symbol: gTexture7F3274 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9844 + format: i4 +7F3344: + symbol: gTexture7F3344 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9914 + format: i4 +7F3414: + symbol: gTexture7F3414 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC99E4 + format: i4 +7F34E4: + symbol: gTexture7F34E4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9AB4 + format: i4 +7F35B4: + symbol: gTexture7F35B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9B84 + format: i4 +7F3634: + symbol: gTexture7F3634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9C04 + format: i4 +7F36B4: + symbol: gTexture7F36B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9C84 + format: i4 +7F3734: + symbol: gTexture7F3734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9D04 + format: i4 +7F37B4: + symbol: gTexture7F37B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9D84 + format: i4 +7F3834: + symbol: gTexture7F3834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9E04 + format: i4 +7F38B4: + symbol: gTexture7F38B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9E84 + format: i4 +7F3934: + symbol: gTexture7F3934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9F04 + format: i4 +7F39B4: + symbol: gTexture7F39B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9F84 + format: i4 +7F3A34: + symbol: gTexture7F3A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA004 + format: i4 +7F3AB4: + symbol: gTexture7F3AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA084 + format: i4 +7F3B34: + symbol: gTexture7F3B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA104 + format: i4 +7F3BB4: + symbol: gTexture7F3BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA184 + format: i4 +7F3C34: + symbol: gTexture7F3C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA204 + format: i4 +7F3CB4: + symbol: gTexture7F3CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA284 + format: i4 +7F3D34: + symbol: gTexture7F3D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA304 + format: i4 +7F3DB4: + symbol: gTexture7F3DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA384 + format: i4 +7F3E34: + symbol: gTexture7F3E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA404 + format: i4 +7F3EB4: + symbol: gTexture7F3EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA484 + format: i4 +7F3F34: + symbol: gTexture7F3F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA504 + format: i4 +7F3FB4: + symbol: gTexture7F3FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA584 + format: i4 +7F4034: + symbol: gTexture7F4034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA604 + format: i4 +7F40B4: + symbol: gTexture7F40B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA684 + format: i4 +7F4134: + symbol: gTexture7F4134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA704 + format: i4 +7F41B4: + symbol: gTexture7F41B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA784 + format: i4 +7F4234: + symbol: gTexture7F4234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA804 + format: i4 +7F42B4: + symbol: gTexture7F42B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA884 + format: i4 +7F4334: + symbol: gTexture7F4334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA904 + format: i4 +7F43B4: + symbol: gTexture7F43B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA984 + format: i4 +7F4434: + symbol: gTexture7F4434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAA04 + format: i4 +7F44B4: + symbol: gTexture7F44B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAA84 + format: i4 +7F4534: + symbol: gTexture7F4534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAB04 + format: i4 +7F45B4: + symbol: gTexture7F45B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAB84 + format: i4 +7F4634: + symbol: gTexture7F4634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAC04 + format: i4 +7F46B4: + symbol: gTexture7F46B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAC84 + format: i4 +7F4734: + symbol: gTexture7F4734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAD04 + format: i4 +7F47B4: + symbol: gTexture7F47B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAD84 + format: i4 +7F4834: + symbol: gTexture7F4834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAE04 + format: i4 +7F48B4: + symbol: gTexture7F48B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAE84 + format: i4 +7F4934: + symbol: gTexture7F4934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAF04 + format: i4 +7F49B4: + symbol: gTexture7F49B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAF84 + format: i4 +7F4A34: + symbol: gTexture7F4A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB004 + format: i4 +7F4AB4: + symbol: gTexture7F4AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB084 + format: i4 +7F4B34: + symbol: gTexture7F4B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB104 + format: i4 +7F4BB4: + symbol: gTexture7F4BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB184 + format: i4 +7F4C34: + symbol: gTexture7F4C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB204 + format: i4 +7F4CB4: + symbol: gTexture7F4CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB284 + format: i4 +7F4D34: + symbol: gTexture7F4D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB304 + format: i4 +7F4DB4: + symbol: gTexture7F4DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB384 + format: i4 +7F4E34: + symbol: gTexture7F4E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB404 + format: i4 +7F4EB4: + symbol: gTexture7F4EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB484 + format: i4 +7F4F34: + symbol: gTexture7F4F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB504 + format: i4 +7F4FB4: + symbol: gTexture7F4FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB584 + format: i4 +7F5034: + symbol: gTexture7F5034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB604 + format: i4 +7F50B4: + symbol: gTexture7F50B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB684 + format: i4 +7F5134: + symbol: gTexture7F5134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB704 + format: i4 +7F51B4: + symbol: gTexture7F51B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB784 + format: i4 +7F5234: + symbol: gTexture7F5234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB804 + format: i4 +7F52B4: + symbol: gTexture7F52B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB884 + format: i4 +7F5334: + symbol: gTexture7F5334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB904 + format: i4 +7F53B4: + symbol: gTexture7F53B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB984 + format: i4 +7F5434: + symbol: gTexture7F5434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBA04 + format: i4 +7F54B4: + symbol: gTexture7F54B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBA84 + format: i4 +7F5534: + symbol: gTexture7F5534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBB04 + format: i4 +7F55B4: + symbol: gTexture7F55B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBB84 + format: i4 +7F5634: + symbol: gTexture7F5634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBC04 + format: i4 +7F56B4: + symbol: gTexture7F56B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBC84 + format: i4 +7F5734: + symbol: gTexture7F5734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBD04 + format: i4 +7F57B4: + symbol: gTexture7F57B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBD84 + format: i4 +7F5834: + symbol: gTexture7F5834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBE04 + format: i4 +7F58B4: + symbol: gTexture7F58B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBE84 + format: i4 +7F5934: + symbol: gTexture7F5934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBF04 + format: i4 +7F59B4: + symbol: gTexture7F59B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBF84 + format: i4 +7F5A34: + symbol: gTexture7F5A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC004 + format: i4 +7F5AB4: + symbol: gTexture7F5AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC084 + format: i4 +7F5B34: + symbol: gTexture7F5B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC104 + format: i4 +7F5BB4: + symbol: gTexture7F5BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC184 + format: i4 +7F5C34: + symbol: gTexture7F5C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC204 + format: i4 +7F5CB4: + symbol: gTexture7F5CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC284 + format: i4 +7F5D34: + symbol: gTexture7F5D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC304 + format: i4 +7F5DB4: + symbol: gTexture7F5DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC384 + format: i4 +7F5E34: + symbol: gTexture7F5E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC404 + format: i4 +7F5EB4: + symbol: gTexture7F5EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC484 + format: i4 +7F5F34: + symbol: gTexture7F5F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC504 + format: i4 +7F5FB4: + symbol: gTexture7F5FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC584 + format: i4 +7F6034: + symbol: gTexture7F6034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC604 + format: i4 +7F60B4: + symbol: gTexture7F60B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC684 + format: i4 +7F6134: + symbol: gTexture7F6134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC704 + format: i4 +7F61B4: + symbol: gTexture7F61B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC784 + format: i4 +7F6234: + symbol: gTexture7F6234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC804 + format: i4 +7F62B4: + symbol: gTexture7F62B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC884 + format: i4 +7F6334: + symbol: gTexture7F6334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC904 + format: i4 +7F63B4: + symbol: gTexture7F63B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC984 + format: i4 +7F6434: + symbol: gTexture7F6434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCA04 + format: i4 +7F64B4: + symbol: gTexture7F64B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCA84 + format: i4 +7F6534: + symbol: gTexture7F6534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCB04 + format: i4 +7F65B4: + symbol: gTexture7F65B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCB84 + format: i4 +7F6634: + symbol: gTexture7F6634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCC04 + format: i4 +7F66B4: + symbol: gTexture7F66B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCC84 + format: i4 +7F6734: + symbol: gTexture7F6734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCD04 + format: i4 +7F67B4: + symbol: gTexture7F67B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCD84 + format: i4 +7F6834: + symbol: gTexture7F6834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCE04 + format: i4 +7F68B4: + symbol: gTexture7F68B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCE84 + format: i4 +7F6934: + symbol: gTexture7F6934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCF04 + format: i4 +7F69B4: + symbol: gTexture7F69B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCF84 + format: i4 +7F6A34: + symbol: gTexture7F6A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD004 + format: i4 +7F6AB4: + symbol: gTexture7F6AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD084 + format: i4 +7F6B34: + symbol: gTexture7F6B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD104 + format: i4 +7F6BB4: + symbol: gTexture7F6BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD184 + format: i4 +7F6C34: + symbol: gTexture7F6C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD204 + format: i4 +7F6CB4: + symbol: gTexture7F6CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD284 + format: i4 +7F6D34: + symbol: gTexture7F6D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD304 + format: i4 +7F6DB4: + symbol: gTexture7F6DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD384 + format: i4 +7F6E34: + symbol: gTexture7F6E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD404 + format: i4 +7F6EB4: + symbol: gTexture7F6EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD484 + format: i4 +7F6F34: + symbol: gTexture7F6F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD504 + format: i4 +7F6FB4: + symbol: gTexture7F6FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD584 + format: i4 +7F7034: + symbol: gTexture7F7034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD604 + format: i4 +7F70B4: + symbol: gTexture7F70B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD684 + format: i4 +7F7134: + symbol: gTexture7F7134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD704 + format: i4 +7F71B4: + symbol: gTexture7F71B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD784 + format: i4 +7F7234: + symbol: gTexture7F7234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD804 + format: i4 +7F72B4: + symbol: gTexture7F72B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD884 + format: i4 +7F7334: + symbol: gTexture7F7334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD904 + format: i4 +7F73B4: + symbol: gTexture7F73B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD984 + format: i4 +7F7434: + symbol: gTexture7F7434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDA04 + format: i4 +7F74B4: + symbol: gTexture7F74B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDA84 + format: i4 +7F7534: + symbol: gTexture7F7534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDB04 + format: i4 +7F75B4: + symbol: gTexture7F75B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDB84 + format: i4 +7F7634: + symbol: gTexture7F7634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDC04 + format: i4 +7F76B4: + symbol: gTexture7F76B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDC84 + format: i4 +7F7734: + symbol: gTexture7F7734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDD04 + format: i4 +7F77B4: + symbol: gTexture7F77B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDD84 + format: i4 +7F7834: + symbol: gTexture7F7834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDE04 + format: i4 +7F78B4: + symbol: gTexture7F78B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDE84 + format: i4 +7F7934: + symbol: gTexture7F7934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDF04 + format: i4 +7F79B4: + symbol: gTexture7F79B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDF84 + format: i4 +7F7A34: + symbol: gTexture7F7A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE004 + format: i4 +7F7AB4: + symbol: gTexture7F7AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE084 + format: i4 +7F7B34: + symbol: gTexture7F7B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE104 + format: i4 +7F7BB4: + symbol: gTexture7F7BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE184 + format: i4 +7F7C34: + symbol: gTexture7F7C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE204 + format: i4 +7F7CB4: + symbol: gTexture7F7CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE284 + format: i4 +7F7D34: + symbol: gTexture7F7D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE304 + format: i4 +7F7DB4: + symbol: gTexture7F7DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE384 + format: i4 +7F7E34: + symbol: gTexture7F7E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE404 + format: i4 +7F7EB4: + symbol: gTexture7F7EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE484 + format: i4 +7F7F34: + symbol: gTexture7F7F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE504 + format: i4 +7F7FB4: + symbol: gTexture7F7FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE584 + format: i4 +7F8034: + symbol: gTexture7F8034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE604 + format: i4 +7F80B4: + symbol: gTexture7F80B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE684 + format: i4 +7F8134: + symbol: gTexture7F8134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE704 + format: i4 +7F81B4: + symbol: gTexture7F81B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE784 + format: i4 +7F8234: + symbol: gTexture7F8234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE804 + format: i4 +7F82B4: + symbol: gTexture7F82B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE884 + format: i4 +7F8334: + symbol: gTexture7F8334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE904 + format: i4 +7F83B4: + symbol: gTexture7F83B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE984 + format: i4 +7F8434: + symbol: gTexture7F8434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEA04 + format: i4 +7F84B4: + symbol: gTexture7F84B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEA84 + format: i4 +7F8534: + symbol: gTexture7F8534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEB04 + format: i4 +7F85B4: + symbol: gTexture7F85B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEB84 + format: i4 +7F8634: + symbol: gTexture7F8634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEC04 + format: i4 +7F86B4: + symbol: gTexture7F86B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEC84 + format: i4 +7F8734: + symbol: gTexture7F8734 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCED04 + format: i4 +7F8914: + symbol: gTexture7F8914 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCEEE4 + format: i4 +7F8AF4: + symbol: gTexture7F8AF4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF0C4 + format: i4 +7F8CD4: + symbol: gTexture7F8CD4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF2A4 + format: i4 +7F8EB4: + symbol: gTexture7F8EB4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF484 + format: i4 +7F9094: + symbol: gTexture7F9094 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF664 + format: i4 +7F9274: + symbol: gTexture7F9274 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF844 + format: i4 +7F9454: + symbol: gTexture7F9454 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFA24 + format: i4 +7F9634: + symbol: gTexture7F9634 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFC04 + format: i4 +7F9814: + symbol: gTexture7F9814 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFDE4 + format: i4 +7F99F4: + symbol: gTexture7F99F4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCFFC4 + format: i4 +7F9A74: + symbol: gTexture7F9A74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0044 + format: i4 +7F9AF4: + symbol: gTexture7F9AF4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD00C4 + format: i4 +7F9B74: + symbol: gTexture7F9B74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0144 + format: i4 +7F9BF4: + symbol: gTexture7F9BF4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD01C4 + format: i4 +7F9C74: + symbol: gTexture7F9C74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0244 + format: i4 +7F9CF4: + symbol: gTexture7F9CF4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD02C4 + format: i4 +7F9DC4: + symbol: gTexture7F9DC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0394 + format: i4 +7F9E44: + symbol: gTexture7F9E44 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0414 + format: i4 +7F9EC4: + symbol: gTexture7F9EC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0494 + format: i4 +7F9F44: + symbol: gTexture7F9F44 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0514 + format: i4 +7F9FC4: + symbol: gTexture7F9FC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0594 + format: i4 +7FA044: + symbol: gTexture7FA044 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0614 + format: i4 +7FA0C4: + symbol: gTexture7FA0C4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0694 + format: i4 +7FA194: + symbol: gTexture7FA194 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0764 + format: i4 +7FA264: + symbol: gTexture7FA264 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0834 + format: i4 +7FA334: + symbol: gTexture7FA334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0904 + format: i4 diff --git a/android/app/src/main/assets/yamls/us/texture_tkmk00.yml b/android/app/src/main/assets/yamls/us/texture_tkmk00.yml new file mode 100644 index 0000000000..c75da0472e --- /dev/null +++ b/android/app/src/main/assets/yamls/us/texture_tkmk00.yml @@ -0,0 +1,642 @@ +:config: + segments: + - [0x0B, 0x7FA3C0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +gTexturePlayerSelect: + symbol: gTexturePlayerSelect + type: texture + ctype: u16 + width: 220 + height: 32 + offset: 0x0 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureOption: + symbol: gTextureOption + type: texture + ctype: u16 + width: 130 + height: 32 + offset: 0xC00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameDK: + symbol: gTextureNameDK + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1500 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameToad: + symbol: gTextureNameToad + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1700 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameBowser: + symbol: gTextureNameBowser + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1900 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameLuigi: + symbol: gTextureNameLuigi + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1B00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameMario: + symbol: gTextureNameMario + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1D00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNamePeach: + symbol: gTextureNamePeach + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1F00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameWario: + symbol: gTextureNameWario + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x2100 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureNameYoshi: + symbol: gTextureNameYoshi + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x2300 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureTitleMarioRaceway: + symbol: gTextureTitleMarioRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleChocoMountain: + symbol: gTextureTitleChocoMountain + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBowsersCastle: + symbol: gTextureTitleBowsersCastle + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2F00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBansheeBoardwalk: + symbol: gTextureTitleBansheeBoardwalk + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3400 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleYoshiValley: + symbol: gTextureTitleYoshiValley + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleFrappeSnowland: + symbol: gTextureTitleFrappeSnowland + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3E00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleKoopaTroopaBeach: + symbol: gTextureTitleKoopaTroopaBeach + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4300 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleRoyalRaceway: + symbol: gTextureTitleRoyalRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4800 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleLuigiRaceway: + symbol: gTextureTitleLuigiRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4C00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleMooMooFarm: + symbol: gTextureTitleMooMooFarm + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5000 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleToadsTurnpike: + symbol: gTextureTitleToadsTurnpike + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5400 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleKalimariDesert: + symbol: gTextureTitleKalimariDesert + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5900 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleSherbetLand: + symbol: gTextureTitleSherbetLand + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5D00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleRainbowRoad: + symbol: gTextureTitleRainbowRoad + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleWarioStadium: + symbol: gTextureTitleWarioStadium + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBlockFort: + symbol: gTextureTitleBlockFort + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleSkyscraper: + symbol: gTextureTitleSkyscraper + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6D00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleDoubleDeck: + symbol: gTextureTitleDoubleDeck + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleDKsJungleParkway: + symbol: gTextureTitleDKsJungleParkway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBigDonut: + symbol: gTextureTitleBigDonut + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7B00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMapSelect: + symbol: gTextureMapSelect + type: texture + ctype: u16 + width: 190 + height: 32 + offset: 0x7E00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureMenuFlowerCup: + symbol: gTextureMenuFlowerCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x8A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuMushroomCup: + symbol: gTextureMenuMushroomCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x8E00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuStarCup: + symbol: gTextureMenuStarCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x9200 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuSpecialCup: + symbol: gTextureMenuSpecialCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x9600 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureGameSelect: + symbol: gTextureGameSelect + type: texture + ctype: u16 + width: 200 + height: 32 + offset: 0x9A00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureMenu1PGame: + symbol: gTextureMenu1PGame + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xA600 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu2PGame: + symbol: gTextureMenu2PGame + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xAB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu3PGame: + symbol: gTextureMenu3PGame + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xB200 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu4PGame: + symbol: gTextureMenu4PGame + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xBC00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuModeBattle: + symbol: gTextureMenuModeBattle + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xC700 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuModeTimeTrials: + symbol: gTextureMenuModeTimeTrials + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xCA00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuModeMarioGP: + symbol: gTextureMenuModeMarioGP + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xCE00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuModeVS: + symbol: gTextureMenuModeVS + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xD200 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuLOption: + symbol: gTextureMenuLOption + type: texture + ctype: u16 + width: 58 + height: 19 + offset: 0xD500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuRData: + symbol: gTextureMenuRData + type: texture + ctype: u16 + width: 58 + height: 19 + offset: 0xD800 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu50cc: + symbol: gTextureMenu50cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu100cc: + symbol: gTextureMenu100cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDD00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenu150cc: + symbol: gTextureMenu150cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDF00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuExtra: + symbol: gTextureMenuExtra + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuWithoutItem: + symbol: gTextureMenuWithoutItem + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE300 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuWithItem: + symbol: gTextureMenuWithItem + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE600 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuBegin: + symbol: gTextureMenuBegin + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE900 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuGhost: + symbol: gTextureMenuGhost + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xEB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuData: + symbol: gTextureMenuData + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xED00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuOK: + symbol: gTextureMenuOK + type: texture + ctype: u16 + width: 31 + height: 19 + offset: 0xEF00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureBackgroundBlueSky: + symbol: gTextureBackgroundBlueSky + type: texture + ctype: u16 + width: 320 + height: 240 + offset: 0xF100 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureBackgroundSunset: + symbol: gTextureBackgroundSunset + type: texture + ctype: u16 + width: 320 + height: 240 + offset: 0x1BF00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGreenGoldStripe: + symbol: gTextureGreenGoldStripe + type: texture + ctype: u16 + width: 256 + height: 29 + offset: 0x25300 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGoldStripe: + symbol: gTextureGoldStripe + type: texture + ctype: u16 + width: 256 + height: 15 + offset: 0x25F00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureWhiteStripe: + symbol: gTextureWhiteStripe + type: texture + ctype: u16 + width: 256 + height: 10 + offset: 0x26600 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTexturePinkBar: + symbol: gTexturePinkBar + type: texture + ctype: u16 + width: 90 + height: 16 + offset: 0x26700 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGoldBar: + symbol: gTextureGoldBar + type: texture + ctype: u16 + width: 256 + height: 40 + offset: 0x26C00 + tkmk00: true + alpha: 0x1 + format: rgba16 diff --git a/android/app/src/main/assets/yamls/us/toad_kart.yml b/android/app/src/main/assets/yamls/us/toad_kart.yml new file mode 100644 index 0000000000..73d2fc7747 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/toad_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x43B3E0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + toad_kart_wheels: + range: [0x6C6E8, 0x90868] + mode: APPEND +toad_kart_frame000: + symbol: gKartToad000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame001: + symbol: gKartToad001 + type: texture + offset: 0x468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_001_wheel_0 +toad_kart_frame002: + symbol: gKartToad002 + type: texture + offset: 0x8EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_002_wheel_0 +toad_kart_frame003: + symbol: gKartToad003 + type: texture + offset: 0xD78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_003_wheel_0 +toad_kart_frame004: + symbol: gKartToad004 + type: texture + offset: 0x1228 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_004_wheel_0 +toad_kart_frame005: + symbol: gKartToad005 + type: texture + offset: 0x16DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_005_wheel_0 +toad_kart_frame006: + symbol: gKartToad006 + type: texture + offset: 0x1BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_006_wheel_0 +toad_kart_frame007: + symbol: gKartToad007 + type: texture + offset: 0x208C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_007_wheel_0 +toad_kart_frame008: + symbol: gKartToad008 + type: texture + offset: 0x256C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_008_wheel_0 +toad_kart_frame009: + symbol: gKartToad009 + type: texture + offset: 0x2A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_009_wheel_0 +toad_kart_frame010: + symbol: gKartToad010 + type: texture + offset: 0x2F58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_010_wheel_0 +toad_kart_frame011: + symbol: gKartToad011 + type: texture + offset: 0x3458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_011_wheel_0 +toad_kart_frame012: + symbol: gKartToad012 + type: texture + offset: 0x3968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_012_wheel_0 +toad_kart_frame013: + symbol: gKartToad013 + type: texture + offset: 0x3E80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_013_wheel_0 +toad_kart_frame014: + symbol: gKartToad014 + type: texture + offset: 0x43AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_014_wheel_0 +toad_kart_frame015: + symbol: gKartToad015 + type: texture + offset: 0x48E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_015_wheel_0 +toad_kart_frame016: + symbol: gKartToad016 + type: texture + offset: 0x4E38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_016_wheel_0 +toad_kart_frame017: + symbol: gKartToad017 + type: texture + offset: 0x5380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_017_wheel_0 +toad_kart_frame018: + symbol: gKartToad018 + type: texture + offset: 0x58DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_018_wheel_0 +toad_kart_frame019: + symbol: gKartToad019 + type: texture + offset: 0x5E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_019_wheel_0 +toad_kart_frame020: + symbol: gKartToad020 + type: texture + offset: 0x63C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_020_wheel_0 +toad_kart_frame021: + symbol: gKartToad021 + type: texture + offset: 0x6960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_021_wheel_0 +toad_kart_frame022: + symbol: gKartToad022 + type: texture + offset: 0x6DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_022_wheel_0 +toad_kart_frame023: + symbol: gKartToad023 + type: texture + offset: 0x7268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_023_wheel_0 +toad_kart_frame024: + symbol: gKartToad024 + type: texture + offset: 0x770C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_024_wheel_0 +toad_kart_frame025: + symbol: gKartToad025 + type: texture + offset: 0x7BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_025_wheel_0 +toad_kart_frame026: + symbol: gKartToad026 + type: texture + offset: 0x806C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_026_wheel_0 +toad_kart_frame027: + symbol: gKartToad027 + type: texture + offset: 0x8520 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_027_wheel_0 +toad_kart_frame028: + symbol: gKartToad028 + type: texture + offset: 0x89F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_028_wheel_0 +toad_kart_frame029: + symbol: gKartToad029 + type: texture + offset: 0x8EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_029_wheel_0 +toad_kart_frame030: + symbol: gKartToad030 + type: texture + offset: 0x93EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_030_wheel_0 +toad_kart_frame031: + symbol: gKartToad031 + type: texture + offset: 0x9900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_031_wheel_0 +toad_kart_frame032: + symbol: gKartToad032 + type: texture + offset: 0x9E14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_032_wheel_0 +toad_kart_frame033: + symbol: gKartToad033 + type: texture + offset: 0xA348 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_033_wheel_0 +toad_kart_frame034: + symbol: gKartToad034 + type: texture + offset: 0xA878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_034_wheel_0 +toad_kart_frame035: + symbol: gKartToad035 + type: texture + offset: 0xADB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_035_wheel_0 +toad_kart_frame036: + symbol: gKartToad036 + type: texture + offset: 0xB2FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_036_wheel_0 +toad_kart_frame037: + symbol: gKartToad037 + type: texture + offset: 0xB838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_037_wheel_0 +toad_kart_frame038: + symbol: gKartToad038 + type: texture + offset: 0xBD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_038_wheel_0 +toad_kart_frame039: + symbol: gKartToad039 + type: texture + offset: 0xC2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_039_wheel_0 +toad_kart_frame040: + symbol: gKartToad040 + type: texture + offset: 0xC874 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_040_wheel_0 +toad_kart_frame041: + symbol: gKartToad041 + type: texture + offset: 0xCE08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_041_wheel_0 +toad_kart_frame042: + symbol: gKartToad042 + type: texture + offset: 0xD3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_042_wheel_0 +toad_kart_frame043: + symbol: gKartToad043 + type: texture + offset: 0xD834 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_043_wheel_0 +toad_kart_frame044: + symbol: gKartToad044 + type: texture + offset: 0xDCD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_044_wheel_0 +toad_kart_frame045: + symbol: gKartToad045 + type: texture + offset: 0xE184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_045_wheel_0 +toad_kart_frame046: + symbol: gKartToad046 + type: texture + offset: 0xE64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_046_wheel_0 +toad_kart_frame047: + symbol: gKartToad047 + type: texture + offset: 0xEB14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_047_wheel_0 +toad_kart_frame048: + symbol: gKartToad048 + type: texture + offset: 0xEFF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_048_wheel_0 +toad_kart_frame049: + symbol: gKartToad049 + type: texture + offset: 0xF4E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_049_wheel_0 +toad_kart_frame050: + symbol: gKartToad050 + type: texture + offset: 0xF9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_050_wheel_0 +toad_kart_frame051: + symbol: gKartToad051 + type: texture + offset: 0xFF0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_051_wheel_0 +toad_kart_frame052: + symbol: gKartToad052 + type: texture + offset: 0x10448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_052_wheel_0 +toad_kart_frame053: + symbol: gKartToad053 + type: texture + offset: 0x1097C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_053_wheel_0 +toad_kart_frame054: + symbol: gKartToad054 + type: texture + offset: 0x10ED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_054_wheel_0 +toad_kart_frame055: + symbol: gKartToad055 + type: texture + offset: 0x1142C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_055_wheel_0 +toad_kart_frame056: + symbol: gKartToad056 + type: texture + offset: 0x11980 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_056_wheel_0 +toad_kart_frame057: + symbol: gKartToad057 + type: texture + offset: 0x11EC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_057_wheel_0 +toad_kart_frame058: + symbol: gKartToad058 + type: texture + offset: 0x1241C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_058_wheel_0 +toad_kart_frame059: + symbol: gKartToad059 + type: texture + offset: 0x12994 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_059_wheel_0 +toad_kart_frame060: + symbol: gKartToad060 + type: texture + offset: 0x12F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_060_wheel_0 +toad_kart_frame061: + symbol: gKartToad061 + type: texture + offset: 0x134B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_061_wheel_0 +toad_kart_frame062: + symbol: gKartToad062 + type: texture + offset: 0x13A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_062_wheel_0 +toad_kart_frame063: + symbol: gKartToad063 + type: texture + offset: 0x14000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_063_wheel_0 +toad_kart_frame064: + symbol: gKartToad064 + type: texture + offset: 0x14490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_064_wheel_0 +toad_kart_frame065: + symbol: gKartToad065 + type: texture + offset: 0x14934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_065_wheel_0 +toad_kart_frame066: + symbol: gKartToad066 + type: texture + offset: 0x14DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_066_wheel_0 +toad_kart_frame067: + symbol: gKartToad067 + type: texture + offset: 0x15298 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_067_wheel_0 +toad_kart_frame068: + symbol: gKartToad068 + type: texture + offset: 0x15780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_068_wheel_0 +toad_kart_frame069: + symbol: gKartToad069 + type: texture + offset: 0x15C6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_069_wheel_0 +toad_kart_frame070: + symbol: gKartToad070 + type: texture + offset: 0x16178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_070_wheel_0 +toad_kart_frame071: + symbol: gKartToad071 + type: texture + offset: 0x16698 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_071_wheel_0 +toad_kart_frame072: + symbol: gKartToad072 + type: texture + offset: 0x16BCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_072_wheel_0 +toad_kart_frame073: + symbol: gKartToad073 + type: texture + offset: 0x1711C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_073_wheel_0 +toad_kart_frame074: + symbol: gKartToad074 + type: texture + offset: 0x17668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_074_wheel_0 +toad_kart_frame075: + symbol: gKartToad075 + type: texture + offset: 0x17BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_075_wheel_0 +toad_kart_frame076: + symbol: gKartToad076 + type: texture + offset: 0x1811C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_076_wheel_0 +toad_kart_frame077: + symbol: gKartToad077 + type: texture + offset: 0x18690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_077_wheel_0 +toad_kart_frame078: + symbol: gKartToad078 + type: texture + offset: 0x18C04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_078_wheel_0 +toad_kart_frame079: + symbol: gKartToad079 + type: texture + offset: 0x1918C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_079_wheel_0 +toad_kart_frame080: + symbol: gKartToad080 + type: texture + offset: 0x19724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_080_wheel_0 +toad_kart_frame081: + symbol: gKartToad081 + type: texture + offset: 0x19CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_081_wheel_0 +toad_kart_frame082: + symbol: gKartToad082 + type: texture + offset: 0x1A254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_082_wheel_0 +toad_kart_frame083: + symbol: gKartToad083 + type: texture + offset: 0x1A7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_083_wheel_0 +toad_kart_frame084: + symbol: gKartToad084 + type: texture + offset: 0x1ADA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_084_wheel_0 +toad_kart_frame085: + symbol: gKartToad085 + type: texture + offset: 0x1B25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_085_wheel_0 +toad_kart_frame086: + symbol: gKartToad086 + type: texture + offset: 0x1B724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_086_wheel_0 +toad_kart_frame087: + symbol: gKartToad087 + type: texture + offset: 0x1BC00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_087_wheel_0 +toad_kart_frame088: + symbol: gKartToad088 + type: texture + offset: 0x1C100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_088_wheel_0 +toad_kart_frame089: + symbol: gKartToad089 + type: texture + offset: 0x1C600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_089_wheel_0 +toad_kart_frame090: + symbol: gKartToad090 + type: texture + offset: 0x1CAFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_090_wheel_0 +toad_kart_frame091: + symbol: gKartToad091 + type: texture + offset: 0x1D000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_091_wheel_0 +toad_kart_frame092: + symbol: gKartToad092 + type: texture + offset: 0x1D530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_092_wheel_0 +toad_kart_frame093: + symbol: gKartToad093 + type: texture + offset: 0x1DA78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_093_wheel_0 +toad_kart_frame094: + symbol: gKartToad094 + type: texture + offset: 0x1DFC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_094_wheel_0 +toad_kart_frame095: + symbol: gKartToad095 + type: texture + offset: 0x1E530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_095_wheel_0 +toad_kart_frame096: + symbol: gKartToad096 + type: texture + offset: 0x1EAA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_096_wheel_0 +toad_kart_frame097: + symbol: gKartToad097 + type: texture + offset: 0x1F008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_097_wheel_0 +toad_kart_frame098: + symbol: gKartToad098 + type: texture + offset: 0x1F570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_098_wheel_0 +toad_kart_frame099: + symbol: gKartToad099 + type: texture + offset: 0x1FAF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_099_wheel_0 +toad_kart_frame100: + symbol: gKartToad100 + type: texture + offset: 0x20078 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_100_wheel_0 +toad_kart_frame101: + symbol: gKartToad101 + type: texture + offset: 0x20618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_101_wheel_0 +toad_kart_frame102: + symbol: gKartToad102 + type: texture + offset: 0x20BB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_102_wheel_0 +toad_kart_frame103: + symbol: gKartToad103 + type: texture + offset: 0x2116C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_103_wheel_0 +toad_kart_frame104: + symbol: gKartToad104 + type: texture + offset: 0x21728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_104_wheel_0 +toad_kart_frame105: + symbol: gKartToad105 + type: texture + offset: 0x21CF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_105_wheel_0 +toad_kart_frame106: + symbol: gKartToad106 + type: texture + offset: 0x221B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_106_wheel_0 +toad_kart_frame107: + symbol: gKartToad107 + type: texture + offset: 0x226A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_107_wheel_0 +toad_kart_frame108: + symbol: gKartToad108 + type: texture + offset: 0x22B9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_108_wheel_0 +toad_kart_frame109: + symbol: gKartToad109 + type: texture + offset: 0x230BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_109_wheel_0 +toad_kart_frame110: + symbol: gKartToad110 + type: texture + offset: 0x235D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_110_wheel_0 +toad_kart_frame111: + symbol: gKartToad111 + type: texture + offset: 0x23B00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_111_wheel_0 +toad_kart_frame112: + symbol: gKartToad112 + type: texture + offset: 0x2402C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_112_wheel_0 +toad_kart_frame113: + symbol: gKartToad113 + type: texture + offset: 0x24570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_113_wheel_0 +toad_kart_frame114: + symbol: gKartToad114 + type: texture + offset: 0x24ABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_114_wheel_0 +toad_kart_frame115: + symbol: gKartToad115 + type: texture + offset: 0x2501C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_115_wheel_0 +toad_kart_frame116: + symbol: gKartToad116 + type: texture + offset: 0x25590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_116_wheel_0 +toad_kart_frame117: + symbol: gKartToad117 + type: texture + offset: 0x25B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_117_wheel_0 +toad_kart_frame118: + symbol: gKartToad118 + type: texture + offset: 0x26084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_118_wheel_0 +toad_kart_frame119: + symbol: gKartToad119 + type: texture + offset: 0x26600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_119_wheel_0 +toad_kart_frame120: + symbol: gKartToad120 + type: texture + offset: 0x26BAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_120_wheel_0 +toad_kart_frame121: + symbol: gKartToad121 + type: texture + offset: 0x2713C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_121_wheel_0 +toad_kart_frame122: + symbol: gKartToad122 + type: texture + offset: 0x276DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_122_wheel_0 +toad_kart_frame123: + symbol: gKartToad123 + type: texture + offset: 0x27C90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_123_wheel_0 +toad_kart_frame124: + symbol: gKartToad124 + type: texture + offset: 0x28254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_124_wheel_0 +toad_kart_frame125: + symbol: gKartToad125 + type: texture + offset: 0x28828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_125_wheel_0 +toad_kart_frame126: + symbol: gKartToad126 + type: texture + offset: 0x28E0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_126_wheel_0 +toad_kart_frame127: + symbol: gKartToad127 + type: texture + offset: 0x292E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_127_wheel_0 +toad_kart_frame128: + symbol: gKartToad128 + type: texture + offset: 0x297C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_128_wheel_0 +toad_kart_frame129: + symbol: gKartToad129 + type: texture + offset: 0x29CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_129_wheel_0 +toad_kart_frame130: + symbol: gKartToad130 + type: texture + offset: 0x2A1CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_130_wheel_0 +toad_kart_frame131: + symbol: gKartToad131 + type: texture + offset: 0x2A6E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_131_wheel_0 +toad_kart_frame132: + symbol: gKartToad132 + type: texture + offset: 0x2AC0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_132_wheel_0 +toad_kart_frame133: + symbol: gKartToad133 + type: texture + offset: 0x2B148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_133_wheel_0 +toad_kart_frame134: + symbol: gKartToad134 + type: texture + offset: 0x2B6A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_134_wheel_0 +toad_kart_frame135: + symbol: gKartToad135 + type: texture + offset: 0x2BBFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_135_wheel_0 +toad_kart_frame136: + symbol: gKartToad136 + type: texture + offset: 0x2C17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_136_wheel_0 +toad_kart_frame137: + symbol: gKartToad137 + type: texture + offset: 0x2C6F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_137_wheel_0 +toad_kart_frame138: + symbol: gKartToad138 + type: texture + offset: 0x2CC90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_138_wheel_0 +toad_kart_frame139: + symbol: gKartToad139 + type: texture + offset: 0x2D22C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_139_wheel_0 +toad_kart_frame140: + symbol: gKartToad140 + type: texture + offset: 0x2D7C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_140_wheel_0 +toad_kart_frame141: + symbol: gKartToad141 + type: texture + offset: 0x2DD60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_141_wheel_0 +toad_kart_frame142: + symbol: gKartToad142 + type: texture + offset: 0x2E2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_142_wheel_0 +toad_kart_frame143: + symbol: gKartToad143 + type: texture + offset: 0x2E89C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_143_wheel_0 +toad_kart_frame144: + symbol: gKartToad144 + type: texture + offset: 0x2EE80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_144_wheel_0 +toad_kart_frame145: + symbol: gKartToad145 + type: texture + offset: 0x2F450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_145_wheel_0 +toad_kart_frame146: + symbol: gKartToad146 + type: texture + offset: 0x2FA24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_146_wheel_0 +toad_kart_frame147: + symbol: gKartToad147 + type: texture + offset: 0x3000C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_147_wheel_0 +toad_kart_frame148: + symbol: gKartToad148 + type: texture + offset: 0x30504 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_148_wheel_0 +toad_kart_frame149: + symbol: gKartToad149 + type: texture + offset: 0x30A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_149_wheel_0 +toad_kart_frame150: + symbol: gKartToad150 + type: texture + offset: 0x30F50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_150_wheel_0 +toad_kart_frame151: + symbol: gKartToad151 + type: texture + offset: 0x31474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_151_wheel_0 +toad_kart_frame152: + symbol: gKartToad152 + type: texture + offset: 0x319A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_152_wheel_0 +toad_kart_frame153: + symbol: gKartToad153 + type: texture + offset: 0x31EEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_153_wheel_0 +toad_kart_frame154: + symbol: gKartToad154 + type: texture + offset: 0x3244C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_154_wheel_0 +toad_kart_frame155: + symbol: gKartToad155 + type: texture + offset: 0x329BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_155_wheel_0 +toad_kart_frame156: + symbol: gKartToad156 + type: texture + offset: 0x32F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_156_wheel_0 +toad_kart_frame157: + symbol: gKartToad157 + type: texture + offset: 0x334AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_157_wheel_0 +toad_kart_frame158: + symbol: gKartToad158 + type: texture + offset: 0x33A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_158_wheel_0 +toad_kart_frame159: + symbol: gKartToad159 + type: texture + offset: 0x33FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_159_wheel_0 +toad_kart_frame160: + symbol: gKartToad160 + type: texture + offset: 0x3454C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_160_wheel_0 +toad_kart_frame161: + symbol: gKartToad161 + type: texture + offset: 0x34AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_161_wheel_0 +toad_kart_frame162: + symbol: gKartToad162 + type: texture + offset: 0x350A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_162_wheel_0 +toad_kart_frame163: + symbol: gKartToad163 + type: texture + offset: 0x3566C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_163_wheel_0 +toad_kart_frame164: + symbol: gKartToad164 + type: texture + offset: 0x35C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_164_wheel_0 +toad_kart_frame165: + symbol: gKartToad165 + type: texture + offset: 0x36218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_165_wheel_0 +toad_kart_frame166: + symbol: gKartToad166 + type: texture + offset: 0x36804 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_166_wheel_0 +toad_kart_frame167: + symbol: gKartToad167 + type: texture + offset: 0x36DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_167_wheel_0 +toad_kart_frame168: + symbol: gKartToad168 + type: texture + offset: 0x373E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_168_wheel_0 +toad_kart_frame169: + symbol: gKartToad169 + type: texture + offset: 0x378F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_169_wheel_0 +toad_kart_frame170: + symbol: gKartToad170 + type: texture + offset: 0x37E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_170_wheel_0 +toad_kart_frame171: + symbol: gKartToad171 + type: texture + offset: 0x3836C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_171_wheel_0 +toad_kart_frame172: + symbol: gKartToad172 + type: texture + offset: 0x388B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_172_wheel_0 +toad_kart_frame173: + symbol: gKartToad173 + type: texture + offset: 0x38E1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_173_wheel_0 +toad_kart_frame174: + symbol: gKartToad174 + type: texture + offset: 0x39384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_174_wheel_0 +toad_kart_frame175: + symbol: gKartToad175 + type: texture + offset: 0x398F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_175_wheel_0 +toad_kart_frame176: + symbol: gKartToad176 + type: texture + offset: 0x39E6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_176_wheel_0 +toad_kart_frame177: + symbol: gKartToad177 + type: texture + offset: 0x3A3E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_177_wheel_0 +toad_kart_frame178: + symbol: gKartToad178 + type: texture + offset: 0x3A970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_178_wheel_0 +toad_kart_frame179: + symbol: gKartToad179 + type: texture + offset: 0x3AF00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_179_wheel_0 +toad_kart_frame180: + symbol: gKartToad180 + type: texture + offset: 0x3B498 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_180_wheel_0 +toad_kart_frame181: + symbol: gKartToad181 + type: texture + offset: 0x3BA4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_181_wheel_0 +toad_kart_frame182: + symbol: gKartToad182 + type: texture + offset: 0x3BFF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_182_wheel_0 +toad_kart_frame183: + symbol: gKartToad183 + type: texture + offset: 0x3C5A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_183_wheel_0 +toad_kart_frame184: + symbol: gKartToad184 + type: texture + offset: 0x3CB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_184_wheel_0 +toad_kart_frame185: + symbol: gKartToad185 + type: texture + offset: 0x3D124 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_185_wheel_0 +toad_kart_frame186: + symbol: gKartToad186 + type: texture + offset: 0x3D720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_186_wheel_0 +toad_kart_frame187: + symbol: gKartToad187 + type: texture + offset: 0x3DD18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_187_wheel_0 +toad_kart_frame188: + symbol: gKartToad188 + type: texture + offset: 0x3E330 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_188_wheel_0 +toad_kart_frame189: + symbol: gKartToad189 + type: texture + offset: 0x3E938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_189_wheel_0 +toad_kart_frame190: + symbol: gKartToad190 + type: texture + offset: 0x3EDD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_190_wheel_0 +toad_kart_frame191: + symbol: gKartToad191 + type: texture + offset: 0x3F29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_191_wheel_0 +toad_kart_frame192: + symbol: gKartToad192 + type: texture + offset: 0x3F778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_192_wheel_0 +toad_kart_frame193: + symbol: gKartToad193 + type: texture + offset: 0x3FC90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_193_wheel_0 +toad_kart_frame194: + symbol: gKartToad194 + type: texture + offset: 0x401E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_194_wheel_0 +toad_kart_frame195: + symbol: gKartToad195 + type: texture + offset: 0x40758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_195_wheel_0 +toad_kart_frame196: + symbol: gKartToad196 + type: texture + offset: 0x40CF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_196_wheel_0 +toad_kart_frame197: + symbol: gKartToad197 + type: texture + offset: 0x412B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_197_wheel_0 +toad_kart_frame198: + symbol: gKartToad198 + type: texture + offset: 0x41898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_198_wheel_0 +toad_kart_frame199: + symbol: gKartToad199 + type: texture + offset: 0x41EA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_199_wheel_0 +toad_kart_frame200: + symbol: gKartToad200 + type: texture + offset: 0x424CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_200_wheel_0 +toad_kart_frame201: + symbol: gKartToad201 + type: texture + offset: 0x42AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_201_wheel_0 +toad_kart_frame202: + symbol: gKartToad202 + type: texture + offset: 0x43108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_202_wheel_0 +toad_kart_frame203: + symbol: gKartToad203 + type: texture + offset: 0x4370C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_203_wheel_0 +toad_kart_frame204: + symbol: gKartToad204 + type: texture + offset: 0x43D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_204_wheel_0 +toad_kart_frame205: + symbol: gKartToad205 + type: texture + offset: 0x442E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_205_wheel_0 +toad_kart_frame206: + symbol: gKartToad206 + type: texture + offset: 0x448B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_206_wheel_0 +toad_kart_frame207: + symbol: gKartToad207 + type: texture + offset: 0x44E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_207_wheel_0 +toad_kart_frame208: + symbol: gKartToad208 + type: texture + offset: 0x45424 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_208_wheel_0 +toad_kart_frame209: + symbol: gKartToad209 + type: texture + offset: 0x459D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_209_wheel_0 +toad_kart_frame210: + symbol: gKartToad210 + type: texture + offset: 0x45E7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_210_wheel_0 +toad_kart_frame211: + symbol: gKartToad211 + type: texture + offset: 0x4636C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_211_wheel_0 +toad_kart_frame212: + symbol: gKartToad212 + type: texture + offset: 0x46890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_212_wheel_0 +toad_kart_frame213: + symbol: gKartToad213 + type: texture + offset: 0x46DE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_213_wheel_0 +toad_kart_frame214: + symbol: gKartToad214 + type: texture + offset: 0x47344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_214_wheel_0 +toad_kart_frame215: + symbol: gKartToad215 + type: texture + offset: 0x478D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_215_wheel_0 +toad_kart_frame216: + symbol: gKartToad216 + type: texture + offset: 0x47E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_216_wheel_0 +toad_kart_frame217: + symbol: gKartToad217 + type: texture + offset: 0x48440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_217_wheel_0 +toad_kart_frame218: + symbol: gKartToad218 + type: texture + offset: 0x48A34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_218_wheel_0 +toad_kart_frame219: + symbol: gKartToad219 + type: texture + offset: 0x49048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_219_wheel_0 +toad_kart_frame220: + symbol: gKartToad220 + type: texture + offset: 0x49648 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_220_wheel_0 +toad_kart_frame221: + symbol: gKartToad221 + type: texture + offset: 0x49C54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_221_wheel_0 +toad_kart_frame222: + symbol: gKartToad222 + type: texture + offset: 0x4A250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_222_wheel_0 +toad_kart_frame223: + symbol: gKartToad223 + type: texture + offset: 0x4A824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_223_wheel_0 +toad_kart_frame224: + symbol: gKartToad224 + type: texture + offset: 0x4ADD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_224_wheel_0 +toad_kart_frame225: + symbol: gKartToad225 + type: texture + offset: 0x4B374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_225_wheel_0 +toad_kart_frame226: + symbol: gKartToad226 + type: texture + offset: 0x4B914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_226_wheel_0 +toad_kart_frame227: + symbol: gKartToad227 + type: texture + offset: 0x4BEAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_227_wheel_0 +toad_kart_frame228: + symbol: gKartToad228 + type: texture + offset: 0x4C42C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_228_wheel_0 +toad_kart_frame229: + symbol: gKartToad229 + type: texture + offset: 0x4C998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_229_wheel_0 +toad_kart_frame230: + symbol: gKartToad230 + type: texture + offset: 0x4CE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_230_wheel_0 +toad_kart_frame231: + symbol: gKartToad231 + type: texture + offset: 0x4D384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_231_wheel_0 +toad_kart_frame232: + symbol: gKartToad232 + type: texture + offset: 0x4D8C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_232_wheel_0 +toad_kart_frame233: + symbol: gKartToad233 + type: texture + offset: 0x4DE48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_233_wheel_0 +toad_kart_frame234: + symbol: gKartToad234 + type: texture + offset: 0x4E3E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_234_wheel_0 +toad_kart_frame235: + symbol: gKartToad235 + type: texture + offset: 0x4E988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_235_wheel_0 +toad_kart_frame236: + symbol: gKartToad236 + type: texture + offset: 0x4EF6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_236_wheel_0 +toad_kart_frame237: + symbol: gKartToad237 + type: texture + offset: 0x4F544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_237_wheel_0 +toad_kart_frame238: + symbol: gKartToad238 + type: texture + offset: 0x4FB30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_238_wheel_0 +toad_kart_frame239: + symbol: gKartToad239 + type: texture + offset: 0x50144 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_239_wheel_0 +toad_kart_frame240: + symbol: gKartToad240 + type: texture + offset: 0x5073C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_240_wheel_0 +toad_kart_frame241: + symbol: gKartToad241 + type: texture + offset: 0x50D30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_241_wheel_0 +toad_kart_frame242: + symbol: gKartToad242 + type: texture + offset: 0x512FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_242_wheel_0 +toad_kart_frame243: + symbol: gKartToad243 + type: texture + offset: 0x518BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_243_wheel_0 +toad_kart_frame244: + symbol: gKartToad244 + type: texture + offset: 0x51E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_244_wheel_0 +toad_kart_frame245: + symbol: gKartToad245 + type: texture + offset: 0x523F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_245_wheel_0 +toad_kart_frame246: + symbol: gKartToad246 + type: texture + offset: 0x52978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_246_wheel_0 +toad_kart_frame247: + symbol: gKartToad247 + type: texture + offset: 0x52EF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_247_wheel_0 +toad_kart_frame248: + symbol: gKartToad248 + type: texture + offset: 0x53458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_248_wheel_0 +toad_kart_frame249: + symbol: gKartToad249 + type: texture + offset: 0x53978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_249_wheel_0 +toad_kart_frame250: + symbol: gKartToad250 + type: texture + offset: 0x53E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_250_wheel_0 +toad_kart_frame251: + symbol: gKartToad251 + type: texture + offset: 0x543B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_251_wheel_0 +toad_kart_frame252: + symbol: gKartToad252 + type: texture + offset: 0x54920 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_252_wheel_0 +toad_kart_frame253: + symbol: gKartToad253 + type: texture + offset: 0x54EA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_253_wheel_0 +toad_kart_frame254: + symbol: gKartToad254 + type: texture + offset: 0x55448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_254_wheel_0 +toad_kart_frame255: + symbol: gKartToad255 + type: texture + offset: 0x55A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_255_wheel_0 +toad_kart_frame256: + symbol: gKartToad256 + type: texture + offset: 0x56004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_256_wheel_0 +toad_kart_frame257: + symbol: gKartToad257 + type: texture + offset: 0x565F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_257_wheel_0 +toad_kart_frame258: + symbol: gKartToad258 + type: texture + offset: 0x56BF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_258_wheel_0 +toad_kart_frame259: + symbol: gKartToad259 + type: texture + offset: 0x571FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_259_wheel_0 +toad_kart_frame260: + symbol: gKartToad260 + type: texture + offset: 0x57800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_260_wheel_0 +toad_kart_frame261: + symbol: gKartToad261 + type: texture + offset: 0x57DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_261_wheel_0 +toad_kart_frame262: + symbol: gKartToad262 + type: texture + offset: 0x583A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_262_wheel_0 +toad_kart_frame263: + symbol: gKartToad263 + type: texture + offset: 0x5893C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_263_wheel_0 +toad_kart_frame264: + symbol: gKartToad264 + type: texture + offset: 0x58EA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_264_wheel_0 +toad_kart_frame265: + symbol: gKartToad265 + type: texture + offset: 0x5940C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_265_wheel_0 +toad_kart_frame266: + symbol: gKartToad266 + type: texture + offset: 0x5996C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_266_wheel_0 +toad_kart_frame267: + symbol: gKartToad267 + type: texture + offset: 0x59EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_267_wheel_0 +toad_kart_frame268: + symbol: gKartToad268 + type: texture + offset: 0x5A3CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_268_wheel_0 +toad_kart_frame269: + symbol: gKartToad269 + type: texture + offset: 0x5A8A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_269_wheel_0 +toad_kart_frame270: + symbol: gKartToad270 + type: texture + offset: 0x5ADE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_270_wheel_0 +toad_kart_frame271: + symbol: gKartToad271 + type: texture + offset: 0x5B368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_271_wheel_0 +toad_kart_frame272: + symbol: gKartToad272 + type: texture + offset: 0x5B8F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_272_wheel_0 +toad_kart_frame273: + symbol: gKartToad273 + type: texture + offset: 0x5BE98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_273_wheel_0 +toad_kart_frame274: + symbol: gKartToad274 + type: texture + offset: 0x5C468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_274_wheel_0 +toad_kart_frame275: + symbol: gKartToad275 + type: texture + offset: 0x5CA5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_275_wheel_0 +toad_kart_frame276: + symbol: gKartToad276 + type: texture + offset: 0x5D074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_276_wheel_0 +toad_kart_frame277: + symbol: gKartToad277 + type: texture + offset: 0x5D684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_277_wheel_0 +toad_kart_frame278: + symbol: gKartToad278 + type: texture + offset: 0x5DC98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_278_wheel_0 +toad_kart_frame279: + symbol: gKartToad279 + type: texture + offset: 0x5E29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_279_wheel_0 +toad_kart_frame280: + symbol: gKartToad280 + type: texture + offset: 0x5E898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_280_wheel_0 +toad_kart_frame281: + symbol: gKartToad281 + type: texture + offset: 0x5EE74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_281_wheel_0 +toad_kart_frame282: + symbol: gKartToad282 + type: texture + offset: 0x5F420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_282_wheel_0 +toad_kart_frame283: + symbol: gKartToad283 + type: texture + offset: 0x5F994 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_283_wheel_0 +toad_kart_frame284: + symbol: gKartToad284 + type: texture + offset: 0x5FEE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_284_wheel_0 +toad_kart_frame285: + symbol: gKartToad285 + type: texture + offset: 0x6041C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_285_wheel_0 +toad_kart_frame286: + symbol: gKartToad286 + type: texture + offset: 0x6092C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_286_wheel_0 +toad_kart_frame287: + symbol: gKartToad287 + type: texture + offset: 0x60E30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_287_wheel_0 +toad_kart_frame288: + symbol: gKartToad288 + type: texture + offset: 0x61300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_288_wheel_0 +toad_kart_frame289: + symbol: gKartToad289 + type: texture + offset: 0x617A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame290: + symbol: gKartToad290 + type: texture + offset: 0x61C34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame291: + symbol: gKartToad291 + type: texture + offset: 0x62180 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame292: + symbol: gKartToad292 + type: texture + offset: 0x62748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame293: + symbol: gKartToad293 + type: texture + offset: 0x62DB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame294: + symbol: gKartToad294 + type: texture + offset: 0x633BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame295: + symbol: gKartToad295 + type: texture + offset: 0x639C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame296: + symbol: gKartToad296 + type: texture + offset: 0x63F64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame297: + symbol: gKartToad297 + type: texture + offset: 0x6447C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame298: + symbol: gKartToad298 + type: texture + offset: 0x64918 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame299: + symbol: gKartToad299 + type: texture + offset: 0x64E54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame300: + symbol: gKartToad300 + type: texture + offset: 0x653BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame301: + symbol: gKartToad301 + type: texture + offset: 0x65934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame302: + symbol: gKartToad302 + type: texture + offset: 0x65E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame303: + symbol: gKartToad303 + type: texture + offset: 0x66418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame304: + symbol: gKartToad304 + type: texture + offset: 0x669B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame305: + symbol: gKartToad305 + type: texture + offset: 0x66EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame306: + symbol: gKartToad306 + type: texture + offset: 0x6734C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame307: + symbol: gKartToad307 + type: texture + offset: 0x678EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame308: + symbol: gKartToad308 + type: texture + offset: 0x67F2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame309: + symbol: gKartToad309 + type: texture + offset: 0x6859C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame310: + symbol: gKartToad310 + type: texture + offset: 0x68B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame311: + symbol: gKartToad311 + type: texture + offset: 0x69160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame312: + symbol: gKartToad312 + type: texture + offset: 0x69728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame313: + symbol: gKartToad313 + type: texture + offset: 0x69C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame314: + symbol: gKartToad314 + type: texture + offset: 0x6A0AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame315: + symbol: gKartToad315 + type: texture + offset: 0x6A5E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame316: + symbol: gKartToad316 + type: texture + offset: 0x6AB2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame317: + symbol: gKartToad317 + type: texture + offset: 0x6B0B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame318: + symbol: gKartToad318 + type: texture + offset: 0x6B658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame319: + symbol: gKartToad319 + type: texture + offset: 0x6BBE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame320: + symbol: gKartToad320 + type: texture + offset: 0x6C190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartToad000Wheel0 + type: texture + offset: 0x6C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartToad000Wheel1 + type: texture + offset: 0x6C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartToad000Wheel2 + type: texture + offset: 0x6C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartToad000Wheel3 + type: texture + offset: 0x6C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartToad001Wheel0 + type: texture + offset: 0x6C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartToad001Wheel1 + type: texture + offset: 0x6C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartToad001Wheel2 + type: texture + offset: 0x6C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartToad001Wheel3 + type: texture + offset: 0x6CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartToad002Wheel0 + type: texture + offset: 0x6CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartToad002Wheel1 + type: texture + offset: 0x6CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartToad002Wheel2 + type: texture + offset: 0x6CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartToad002Wheel3 + type: texture + offset: 0x6CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartToad003Wheel0 + type: texture + offset: 0x6CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartToad003Wheel1 + type: texture + offset: 0x6CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartToad003Wheel2 + type: texture + offset: 0x6CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartToad003Wheel3 + type: texture + offset: 0x6CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartToad004Wheel0 + type: texture + offset: 0x6CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartToad004Wheel1 + type: texture + offset: 0x6CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartToad004Wheel2 + type: texture + offset: 0x6CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartToad004Wheel3 + type: texture + offset: 0x6D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartToad005Wheel0 + type: texture + offset: 0x6D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartToad005Wheel1 + type: texture + offset: 0x6D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartToad005Wheel2 + type: texture + offset: 0x6D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartToad005Wheel3 + type: texture + offset: 0x6D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartToad006Wheel0 + type: texture + offset: 0x6D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartToad006Wheel1 + type: texture + offset: 0x6D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartToad006Wheel2 + type: texture + offset: 0x6D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartToad006Wheel3 + type: texture + offset: 0x6D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartToad007Wheel0 + type: texture + offset: 0x6D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartToad007Wheel1 + type: texture + offset: 0x6D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartToad007Wheel2 + type: texture + offset: 0x6D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartToad007Wheel3 + type: texture + offset: 0x6D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartToad008Wheel0 + type: texture + offset: 0x6D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartToad008Wheel1 + type: texture + offset: 0x6D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartToad008Wheel2 + type: texture + offset: 0x6D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartToad008Wheel3 + type: texture + offset: 0x6D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartToad009Wheel0 + type: texture + offset: 0x6D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartToad009Wheel1 + type: texture + offset: 0x6D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartToad009Wheel2 + type: texture + offset: 0x6D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartToad009Wheel3 + type: texture + offset: 0x6DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartToad010Wheel0 + type: texture + offset: 0x6DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartToad010Wheel1 + type: texture + offset: 0x6DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartToad010Wheel2 + type: texture + offset: 0x6DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartToad010Wheel3 + type: texture + offset: 0x6DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartToad011Wheel0 + type: texture + offset: 0x6DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartToad011Wheel1 + type: texture + offset: 0x6DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartToad011Wheel2 + type: texture + offset: 0x6DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartToad011Wheel3 + type: texture + offset: 0x6DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartToad012Wheel0 + type: texture + offset: 0x6DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartToad012Wheel1 + type: texture + offset: 0x6DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartToad012Wheel2 + type: texture + offset: 0x6DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartToad012Wheel3 + type: texture + offset: 0x6E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartToad013Wheel0 + type: texture + offset: 0x6E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartToad013Wheel1 + type: texture + offset: 0x6E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartToad013Wheel2 + type: texture + offset: 0x6E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartToad013Wheel3 + type: texture + offset: 0x6E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartToad014Wheel0 + type: texture + offset: 0x6E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartToad014Wheel1 + type: texture + offset: 0x6E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartToad014Wheel2 + type: texture + offset: 0x6E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartToad014Wheel3 + type: texture + offset: 0x6E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartToad015Wheel0 + type: texture + offset: 0x6E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartToad015Wheel1 + type: texture + offset: 0x6E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartToad015Wheel2 + type: texture + offset: 0x6E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartToad015Wheel3 + type: texture + offset: 0x6E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartToad016Wheel0 + type: texture + offset: 0x6E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartToad016Wheel1 + type: texture + offset: 0x6E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartToad016Wheel2 + type: texture + offset: 0x6E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartToad016Wheel3 + type: texture + offset: 0x6E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartToad017Wheel0 + type: texture + offset: 0x6E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartToad017Wheel1 + type: texture + offset: 0x6E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartToad017Wheel2 + type: texture + offset: 0x6E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartToad017Wheel3 + type: texture + offset: 0x6EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartToad018Wheel0 + type: texture + offset: 0x6EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartToad018Wheel1 + type: texture + offset: 0x6EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartToad018Wheel2 + type: texture + offset: 0x6EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartToad018Wheel3 + type: texture + offset: 0x6EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartToad019Wheel0 + type: texture + offset: 0x6ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartToad019Wheel1 + type: texture + offset: 0x6ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartToad019Wheel2 + type: texture + offset: 0x6EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartToad019Wheel3 + type: texture + offset: 0x6EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartToad020Wheel0 + type: texture + offset: 0x6EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartToad020Wheel1 + type: texture + offset: 0x6EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartToad020Wheel2 + type: texture + offset: 0x6EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartToad020Wheel3 + type: texture + offset: 0x6F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartToad021Wheel0 + type: texture + offset: 0x6F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartToad021Wheel1 + type: texture + offset: 0x6F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartToad021Wheel2 + type: texture + offset: 0x6F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartToad021Wheel3 + type: texture + offset: 0x6F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartToad022Wheel0 + type: texture + offset: 0x6F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartToad022Wheel1 + type: texture + offset: 0x6F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartToad022Wheel2 + type: texture + offset: 0x6F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartToad022Wheel3 + type: texture + offset: 0x6F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartToad023Wheel0 + type: texture + offset: 0x6F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartToad023Wheel1 + type: texture + offset: 0x6F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartToad023Wheel2 + type: texture + offset: 0x6F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartToad023Wheel3 + type: texture + offset: 0x6F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartToad024Wheel0 + type: texture + offset: 0x6F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartToad024Wheel1 + type: texture + offset: 0x6F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartToad024Wheel2 + type: texture + offset: 0x6F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartToad024Wheel3 + type: texture + offset: 0x6F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartToad025Wheel0 + type: texture + offset: 0x6F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartToad025Wheel1 + type: texture + offset: 0x6F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartToad025Wheel2 + type: texture + offset: 0x6F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartToad025Wheel3 + type: texture + offset: 0x6FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartToad026Wheel0 + type: texture + offset: 0x6FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartToad026Wheel1 + type: texture + offset: 0x6FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartToad026Wheel2 + type: texture + offset: 0x6FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartToad026Wheel3 + type: texture + offset: 0x6FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartToad027Wheel0 + type: texture + offset: 0x6FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartToad027Wheel1 + type: texture + offset: 0x6FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartToad027Wheel2 + type: texture + offset: 0x6FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartToad027Wheel3 + type: texture + offset: 0x6FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartToad028Wheel0 + type: texture + offset: 0x6FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartToad028Wheel1 + type: texture + offset: 0x6FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartToad028Wheel2 + type: texture + offset: 0x6FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartToad028Wheel3 + type: texture + offset: 0x70068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartToad029Wheel0 + type: texture + offset: 0x700E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartToad029Wheel1 + type: texture + offset: 0x70168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartToad029Wheel2 + type: texture + offset: 0x701E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartToad029Wheel3 + type: texture + offset: 0x70268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartToad030Wheel0 + type: texture + offset: 0x702E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartToad030Wheel1 + type: texture + offset: 0x70368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartToad030Wheel2 + type: texture + offset: 0x703E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartToad030Wheel3 + type: texture + offset: 0x70468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartToad031Wheel0 + type: texture + offset: 0x704E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartToad031Wheel1 + type: texture + offset: 0x70568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartToad031Wheel2 + type: texture + offset: 0x705E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartToad031Wheel3 + type: texture + offset: 0x70668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartToad032Wheel0 + type: texture + offset: 0x706E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartToad032Wheel1 + type: texture + offset: 0x70768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartToad032Wheel2 + type: texture + offset: 0x707E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartToad032Wheel3 + type: texture + offset: 0x70868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartToad033Wheel0 + type: texture + offset: 0x708E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartToad033Wheel1 + type: texture + offset: 0x70968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartToad033Wheel2 + type: texture + offset: 0x709E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartToad033Wheel3 + type: texture + offset: 0x70A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartToad034Wheel0 + type: texture + offset: 0x70AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartToad034Wheel1 + type: texture + offset: 0x70B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartToad034Wheel2 + type: texture + offset: 0x70BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartToad034Wheel3 + type: texture + offset: 0x70C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartToad035Wheel0 + type: texture + offset: 0x70CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartToad035Wheel1 + type: texture + offset: 0x70D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartToad035Wheel2 + type: texture + offset: 0x70DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartToad035Wheel3 + type: texture + offset: 0x70E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartToad036Wheel0 + type: texture + offset: 0x70EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartToad036Wheel1 + type: texture + offset: 0x70F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartToad036Wheel2 + type: texture + offset: 0x70FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartToad036Wheel3 + type: texture + offset: 0x71068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartToad037Wheel0 + type: texture + offset: 0x710E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartToad037Wheel1 + type: texture + offset: 0x71168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartToad037Wheel2 + type: texture + offset: 0x711E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartToad037Wheel3 + type: texture + offset: 0x71268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartToad038Wheel0 + type: texture + offset: 0x712E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartToad038Wheel1 + type: texture + offset: 0x71368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartToad038Wheel2 + type: texture + offset: 0x713E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartToad038Wheel3 + type: texture + offset: 0x71468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartToad039Wheel0 + type: texture + offset: 0x714E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartToad039Wheel1 + type: texture + offset: 0x71568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartToad039Wheel2 + type: texture + offset: 0x715E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartToad039Wheel3 + type: texture + offset: 0x71668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartToad040Wheel0 + type: texture + offset: 0x716E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartToad040Wheel1 + type: texture + offset: 0x71768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartToad040Wheel2 + type: texture + offset: 0x717E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartToad040Wheel3 + type: texture + offset: 0x71868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartToad041Wheel0 + type: texture + offset: 0x718E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartToad041Wheel1 + type: texture + offset: 0x71968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartToad041Wheel2 + type: texture + offset: 0x719E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartToad041Wheel3 + type: texture + offset: 0x71A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartToad042Wheel0 + type: texture + offset: 0x71AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartToad042Wheel1 + type: texture + offset: 0x71B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartToad042Wheel2 + type: texture + offset: 0x71BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartToad042Wheel3 + type: texture + offset: 0x71C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartToad043Wheel0 + type: texture + offset: 0x71CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartToad043Wheel1 + type: texture + offset: 0x71D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartToad043Wheel2 + type: texture + offset: 0x71DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartToad043Wheel3 + type: texture + offset: 0x71E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartToad044Wheel0 + type: texture + offset: 0x71EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartToad044Wheel1 + type: texture + offset: 0x71F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartToad044Wheel2 + type: texture + offset: 0x71FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartToad044Wheel3 + type: texture + offset: 0x72068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartToad045Wheel0 + type: texture + offset: 0x720E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartToad045Wheel1 + type: texture + offset: 0x72168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartToad045Wheel2 + type: texture + offset: 0x721E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartToad045Wheel3 + type: texture + offset: 0x72268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartToad046Wheel0 + type: texture + offset: 0x722E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartToad046Wheel1 + type: texture + offset: 0x72368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartToad046Wheel2 + type: texture + offset: 0x723E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartToad046Wheel3 + type: texture + offset: 0x72468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartToad047Wheel0 + type: texture + offset: 0x724E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartToad047Wheel1 + type: texture + offset: 0x72568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartToad047Wheel2 + type: texture + offset: 0x725E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartToad047Wheel3 + type: texture + offset: 0x72668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartToad048Wheel0 + type: texture + offset: 0x726E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartToad048Wheel1 + type: texture + offset: 0x72768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartToad048Wheel2 + type: texture + offset: 0x727E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartToad048Wheel3 + type: texture + offset: 0x72868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartToad049Wheel0 + type: texture + offset: 0x728E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartToad049Wheel1 + type: texture + offset: 0x72968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartToad049Wheel2 + type: texture + offset: 0x729E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartToad049Wheel3 + type: texture + offset: 0x72A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartToad050Wheel0 + type: texture + offset: 0x72AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartToad050Wheel1 + type: texture + offset: 0x72B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartToad050Wheel2 + type: texture + offset: 0x72BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartToad050Wheel3 + type: texture + offset: 0x72C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartToad051Wheel0 + type: texture + offset: 0x72CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartToad051Wheel1 + type: texture + offset: 0x72D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartToad051Wheel2 + type: texture + offset: 0x72DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartToad051Wheel3 + type: texture + offset: 0x72E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartToad052Wheel0 + type: texture + offset: 0x72EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartToad052Wheel1 + type: texture + offset: 0x72F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartToad052Wheel2 + type: texture + offset: 0x72FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartToad052Wheel3 + type: texture + offset: 0x73068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartToad053Wheel0 + type: texture + offset: 0x730E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartToad053Wheel1 + type: texture + offset: 0x73168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartToad053Wheel2 + type: texture + offset: 0x731E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartToad053Wheel3 + type: texture + offset: 0x73268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartToad054Wheel0 + type: texture + offset: 0x732E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartToad054Wheel1 + type: texture + offset: 0x73368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartToad054Wheel2 + type: texture + offset: 0x733E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartToad054Wheel3 + type: texture + offset: 0x73468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartToad055Wheel0 + type: texture + offset: 0x734E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartToad055Wheel1 + type: texture + offset: 0x73568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartToad055Wheel2 + type: texture + offset: 0x735E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartToad055Wheel3 + type: texture + offset: 0x73668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartToad056Wheel0 + type: texture + offset: 0x736E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartToad056Wheel1 + type: texture + offset: 0x73768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartToad056Wheel2 + type: texture + offset: 0x737E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartToad056Wheel3 + type: texture + offset: 0x73868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartToad057Wheel0 + type: texture + offset: 0x738E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartToad057Wheel1 + type: texture + offset: 0x73968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartToad057Wheel2 + type: texture + offset: 0x739E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartToad057Wheel3 + type: texture + offset: 0x73A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartToad058Wheel0 + type: texture + offset: 0x73AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartToad058Wheel1 + type: texture + offset: 0x73B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartToad058Wheel2 + type: texture + offset: 0x73BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartToad058Wheel3 + type: texture + offset: 0x73C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartToad059Wheel0 + type: texture + offset: 0x73CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartToad059Wheel1 + type: texture + offset: 0x73D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartToad059Wheel2 + type: texture + offset: 0x73DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartToad059Wheel3 + type: texture + offset: 0x73E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartToad060Wheel0 + type: texture + offset: 0x73EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartToad060Wheel1 + type: texture + offset: 0x73F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartToad060Wheel2 + type: texture + offset: 0x73FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartToad060Wheel3 + type: texture + offset: 0x74068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartToad061Wheel0 + type: texture + offset: 0x740E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartToad061Wheel1 + type: texture + offset: 0x74168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartToad061Wheel2 + type: texture + offset: 0x741E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartToad061Wheel3 + type: texture + offset: 0x74268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartToad062Wheel0 + type: texture + offset: 0x742E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartToad062Wheel1 + type: texture + offset: 0x74368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartToad062Wheel2 + type: texture + offset: 0x743E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartToad062Wheel3 + type: texture + offset: 0x74468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartToad063Wheel0 + type: texture + offset: 0x744E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartToad063Wheel1 + type: texture + offset: 0x74568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartToad063Wheel2 + type: texture + offset: 0x745E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartToad063Wheel3 + type: texture + offset: 0x74668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartToad064Wheel0 + type: texture + offset: 0x746E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartToad064Wheel1 + type: texture + offset: 0x74768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartToad064Wheel2 + type: texture + offset: 0x747E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartToad064Wheel3 + type: texture + offset: 0x74868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartToad065Wheel0 + type: texture + offset: 0x748E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartToad065Wheel1 + type: texture + offset: 0x74968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartToad065Wheel2 + type: texture + offset: 0x749E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartToad065Wheel3 + type: texture + offset: 0x74A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartToad066Wheel0 + type: texture + offset: 0x74AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartToad066Wheel1 + type: texture + offset: 0x74B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartToad066Wheel2 + type: texture + offset: 0x74BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartToad066Wheel3 + type: texture + offset: 0x74C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartToad067Wheel0 + type: texture + offset: 0x74CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartToad067Wheel1 + type: texture + offset: 0x74D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartToad067Wheel2 + type: texture + offset: 0x74DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartToad067Wheel3 + type: texture + offset: 0x74E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartToad068Wheel0 + type: texture + offset: 0x74EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartToad068Wheel1 + type: texture + offset: 0x74F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartToad068Wheel2 + type: texture + offset: 0x74FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartToad068Wheel3 + type: texture + offset: 0x75068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartToad069Wheel0 + type: texture + offset: 0x750E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartToad069Wheel1 + type: texture + offset: 0x75168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartToad069Wheel2 + type: texture + offset: 0x751E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartToad069Wheel3 + type: texture + offset: 0x75268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartToad070Wheel0 + type: texture + offset: 0x752E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartToad070Wheel1 + type: texture + offset: 0x75368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartToad070Wheel2 + type: texture + offset: 0x753E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartToad070Wheel3 + type: texture + offset: 0x75468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartToad071Wheel0 + type: texture + offset: 0x754E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartToad071Wheel1 + type: texture + offset: 0x75568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartToad071Wheel2 + type: texture + offset: 0x755E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartToad071Wheel3 + type: texture + offset: 0x75668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartToad072Wheel0 + type: texture + offset: 0x756E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartToad072Wheel1 + type: texture + offset: 0x75768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartToad072Wheel2 + type: texture + offset: 0x757E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartToad072Wheel3 + type: texture + offset: 0x75868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartToad073Wheel0 + type: texture + offset: 0x758E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartToad073Wheel1 + type: texture + offset: 0x75968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartToad073Wheel2 + type: texture + offset: 0x759E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartToad073Wheel3 + type: texture + offset: 0x75A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartToad074Wheel0 + type: texture + offset: 0x75AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartToad074Wheel1 + type: texture + offset: 0x75B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartToad074Wheel2 + type: texture + offset: 0x75BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartToad074Wheel3 + type: texture + offset: 0x75C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartToad075Wheel0 + type: texture + offset: 0x75CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartToad075Wheel1 + type: texture + offset: 0x75D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartToad075Wheel2 + type: texture + offset: 0x75DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartToad075Wheel3 + type: texture + offset: 0x75E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartToad076Wheel0 + type: texture + offset: 0x75EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartToad076Wheel1 + type: texture + offset: 0x75F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartToad076Wheel2 + type: texture + offset: 0x75FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartToad076Wheel3 + type: texture + offset: 0x76068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartToad077Wheel0 + type: texture + offset: 0x760E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartToad077Wheel1 + type: texture + offset: 0x76168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartToad077Wheel2 + type: texture + offset: 0x761E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartToad077Wheel3 + type: texture + offset: 0x76268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartToad078Wheel0 + type: texture + offset: 0x762E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartToad078Wheel1 + type: texture + offset: 0x76368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartToad078Wheel2 + type: texture + offset: 0x763E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartToad078Wheel3 + type: texture + offset: 0x76468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartToad079Wheel0 + type: texture + offset: 0x764E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartToad079Wheel1 + type: texture + offset: 0x76568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartToad079Wheel2 + type: texture + offset: 0x765E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartToad079Wheel3 + type: texture + offset: 0x76668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartToad080Wheel0 + type: texture + offset: 0x766E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartToad080Wheel1 + type: texture + offset: 0x76768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartToad080Wheel2 + type: texture + offset: 0x767E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartToad080Wheel3 + type: texture + offset: 0x76868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartToad081Wheel0 + type: texture + offset: 0x768E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartToad081Wheel1 + type: texture + offset: 0x76968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartToad081Wheel2 + type: texture + offset: 0x769E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartToad081Wheel3 + type: texture + offset: 0x76A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartToad082Wheel0 + type: texture + offset: 0x76AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartToad082Wheel1 + type: texture + offset: 0x76B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartToad082Wheel2 + type: texture + offset: 0x76BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartToad082Wheel3 + type: texture + offset: 0x76C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartToad083Wheel0 + type: texture + offset: 0x76CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartToad083Wheel1 + type: texture + offset: 0x76D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartToad083Wheel2 + type: texture + offset: 0x76DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartToad083Wheel3 + type: texture + offset: 0x76E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartToad084Wheel0 + type: texture + offset: 0x76EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartToad084Wheel1 + type: texture + offset: 0x76F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartToad084Wheel2 + type: texture + offset: 0x76FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartToad084Wheel3 + type: texture + offset: 0x77068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartToad085Wheel0 + type: texture + offset: 0x770E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartToad085Wheel1 + type: texture + offset: 0x77168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartToad085Wheel2 + type: texture + offset: 0x771E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartToad085Wheel3 + type: texture + offset: 0x77268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartToad086Wheel0 + type: texture + offset: 0x772E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartToad086Wheel1 + type: texture + offset: 0x77368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartToad086Wheel2 + type: texture + offset: 0x773E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartToad086Wheel3 + type: texture + offset: 0x77468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartToad087Wheel0 + type: texture + offset: 0x774E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartToad087Wheel1 + type: texture + offset: 0x77568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartToad087Wheel2 + type: texture + offset: 0x775E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartToad087Wheel3 + type: texture + offset: 0x77668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartToad088Wheel0 + type: texture + offset: 0x776E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartToad088Wheel1 + type: texture + offset: 0x77768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartToad088Wheel2 + type: texture + offset: 0x777E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartToad088Wheel3 + type: texture + offset: 0x77868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartToad089Wheel0 + type: texture + offset: 0x778E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartToad089Wheel1 + type: texture + offset: 0x77968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartToad089Wheel2 + type: texture + offset: 0x779E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartToad089Wheel3 + type: texture + offset: 0x77A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartToad090Wheel0 + type: texture + offset: 0x77AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartToad090Wheel1 + type: texture + offset: 0x77B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartToad090Wheel2 + type: texture + offset: 0x77BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartToad090Wheel3 + type: texture + offset: 0x77C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartToad091Wheel0 + type: texture + offset: 0x77CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartToad091Wheel1 + type: texture + offset: 0x77D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartToad091Wheel2 + type: texture + offset: 0x77DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartToad091Wheel3 + type: texture + offset: 0x77E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartToad092Wheel0 + type: texture + offset: 0x77EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartToad092Wheel1 + type: texture + offset: 0x77F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartToad092Wheel2 + type: texture + offset: 0x77FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartToad092Wheel3 + type: texture + offset: 0x78068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartToad093Wheel0 + type: texture + offset: 0x780E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartToad093Wheel1 + type: texture + offset: 0x78168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartToad093Wheel2 + type: texture + offset: 0x781E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartToad093Wheel3 + type: texture + offset: 0x78268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartToad094Wheel0 + type: texture + offset: 0x782E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartToad094Wheel1 + type: texture + offset: 0x78368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartToad094Wheel2 + type: texture + offset: 0x783E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartToad094Wheel3 + type: texture + offset: 0x78468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartToad095Wheel0 + type: texture + offset: 0x784E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartToad095Wheel1 + type: texture + offset: 0x78568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartToad095Wheel2 + type: texture + offset: 0x785E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartToad095Wheel3 + type: texture + offset: 0x78668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartToad096Wheel0 + type: texture + offset: 0x786E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartToad096Wheel1 + type: texture + offset: 0x78768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartToad096Wheel2 + type: texture + offset: 0x787E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartToad096Wheel3 + type: texture + offset: 0x78868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartToad097Wheel0 + type: texture + offset: 0x788E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartToad097Wheel1 + type: texture + offset: 0x78968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartToad097Wheel2 + type: texture + offset: 0x789E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartToad097Wheel3 + type: texture + offset: 0x78A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartToad098Wheel0 + type: texture + offset: 0x78AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartToad098Wheel1 + type: texture + offset: 0x78B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartToad098Wheel2 + type: texture + offset: 0x78BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartToad098Wheel3 + type: texture + offset: 0x78C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartToad099Wheel0 + type: texture + offset: 0x78CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartToad099Wheel1 + type: texture + offset: 0x78D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartToad099Wheel2 + type: texture + offset: 0x78DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartToad099Wheel3 + type: texture + offset: 0x78E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartToad100Wheel0 + type: texture + offset: 0x78EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartToad100Wheel1 + type: texture + offset: 0x78F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartToad100Wheel2 + type: texture + offset: 0x78FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartToad100Wheel3 + type: texture + offset: 0x79068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartToad101Wheel0 + type: texture + offset: 0x790E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartToad101Wheel1 + type: texture + offset: 0x79168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartToad101Wheel2 + type: texture + offset: 0x791E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartToad101Wheel3 + type: texture + offset: 0x79268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartToad102Wheel0 + type: texture + offset: 0x792E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartToad102Wheel1 + type: texture + offset: 0x79368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartToad102Wheel2 + type: texture + offset: 0x793E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartToad102Wheel3 + type: texture + offset: 0x79468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartToad103Wheel0 + type: texture + offset: 0x794E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartToad103Wheel1 + type: texture + offset: 0x79568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartToad103Wheel2 + type: texture + offset: 0x795E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartToad103Wheel3 + type: texture + offset: 0x79668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartToad104Wheel0 + type: texture + offset: 0x796E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartToad104Wheel1 + type: texture + offset: 0x79768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartToad104Wheel2 + type: texture + offset: 0x797E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartToad104Wheel3 + type: texture + offset: 0x79868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartToad105Wheel0 + type: texture + offset: 0x798E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartToad105Wheel1 + type: texture + offset: 0x79968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartToad105Wheel2 + type: texture + offset: 0x799E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartToad105Wheel3 + type: texture + offset: 0x79A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartToad106Wheel0 + type: texture + offset: 0x79AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartToad106Wheel1 + type: texture + offset: 0x79B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartToad106Wheel2 + type: texture + offset: 0x79BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartToad106Wheel3 + type: texture + offset: 0x79C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartToad107Wheel0 + type: texture + offset: 0x79CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartToad107Wheel1 + type: texture + offset: 0x79D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartToad107Wheel2 + type: texture + offset: 0x79DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartToad107Wheel3 + type: texture + offset: 0x79E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartToad108Wheel0 + type: texture + offset: 0x79EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartToad108Wheel1 + type: texture + offset: 0x79F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartToad108Wheel2 + type: texture + offset: 0x79FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartToad108Wheel3 + type: texture + offset: 0x7A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartToad109Wheel0 + type: texture + offset: 0x7A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartToad109Wheel1 + type: texture + offset: 0x7A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartToad109Wheel2 + type: texture + offset: 0x7A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartToad109Wheel3 + type: texture + offset: 0x7A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartToad110Wheel0 + type: texture + offset: 0x7A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartToad110Wheel1 + type: texture + offset: 0x7A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartToad110Wheel2 + type: texture + offset: 0x7A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartToad110Wheel3 + type: texture + offset: 0x7A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartToad111Wheel0 + type: texture + offset: 0x7A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartToad111Wheel1 + type: texture + offset: 0x7A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartToad111Wheel2 + type: texture + offset: 0x7A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartToad111Wheel3 + type: texture + offset: 0x7A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartToad112Wheel0 + type: texture + offset: 0x7A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartToad112Wheel1 + type: texture + offset: 0x7A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartToad112Wheel2 + type: texture + offset: 0x7A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartToad112Wheel3 + type: texture + offset: 0x7A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartToad113Wheel0 + type: texture + offset: 0x7A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartToad113Wheel1 + type: texture + offset: 0x7A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartToad113Wheel2 + type: texture + offset: 0x7A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartToad113Wheel3 + type: texture + offset: 0x7AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartToad114Wheel0 + type: texture + offset: 0x7AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartToad114Wheel1 + type: texture + offset: 0x7AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartToad114Wheel2 + type: texture + offset: 0x7ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartToad114Wheel3 + type: texture + offset: 0x7AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartToad115Wheel0 + type: texture + offset: 0x7ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartToad115Wheel1 + type: texture + offset: 0x7AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartToad115Wheel2 + type: texture + offset: 0x7ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartToad115Wheel3 + type: texture + offset: 0x7AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartToad116Wheel0 + type: texture + offset: 0x7AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartToad116Wheel1 + type: texture + offset: 0x7AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartToad116Wheel2 + type: texture + offset: 0x7AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartToad116Wheel3 + type: texture + offset: 0x7B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartToad117Wheel0 + type: texture + offset: 0x7B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartToad117Wheel1 + type: texture + offset: 0x7B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartToad117Wheel2 + type: texture + offset: 0x7B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartToad117Wheel3 + type: texture + offset: 0x7B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartToad118Wheel0 + type: texture + offset: 0x7B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartToad118Wheel1 + type: texture + offset: 0x7B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartToad118Wheel2 + type: texture + offset: 0x7B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartToad118Wheel3 + type: texture + offset: 0x7B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartToad119Wheel0 + type: texture + offset: 0x7B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartToad119Wheel1 + type: texture + offset: 0x7B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartToad119Wheel2 + type: texture + offset: 0x7B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartToad119Wheel3 + type: texture + offset: 0x7B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartToad120Wheel0 + type: texture + offset: 0x7B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartToad120Wheel1 + type: texture + offset: 0x7B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartToad120Wheel2 + type: texture + offset: 0x7B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartToad120Wheel3 + type: texture + offset: 0x7B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartToad121Wheel0 + type: texture + offset: 0x7B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartToad121Wheel1 + type: texture + offset: 0x7B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartToad121Wheel2 + type: texture + offset: 0x7B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartToad121Wheel3 + type: texture + offset: 0x7BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartToad122Wheel0 + type: texture + offset: 0x7BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartToad122Wheel1 + type: texture + offset: 0x7BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartToad122Wheel2 + type: texture + offset: 0x7BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartToad122Wheel3 + type: texture + offset: 0x7BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartToad123Wheel0 + type: texture + offset: 0x7BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartToad123Wheel1 + type: texture + offset: 0x7BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartToad123Wheel2 + type: texture + offset: 0x7BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartToad123Wheel3 + type: texture + offset: 0x7BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartToad124Wheel0 + type: texture + offset: 0x7BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartToad124Wheel1 + type: texture + offset: 0x7BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartToad124Wheel2 + type: texture + offset: 0x7BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartToad124Wheel3 + type: texture + offset: 0x7C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartToad125Wheel0 + type: texture + offset: 0x7C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartToad125Wheel1 + type: texture + offset: 0x7C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartToad125Wheel2 + type: texture + offset: 0x7C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartToad125Wheel3 + type: texture + offset: 0x7C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartToad126Wheel0 + type: texture + offset: 0x7C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartToad126Wheel1 + type: texture + offset: 0x7C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartToad126Wheel2 + type: texture + offset: 0x7C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartToad126Wheel3 + type: texture + offset: 0x7C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartToad127Wheel0 + type: texture + offset: 0x7C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartToad127Wheel1 + type: texture + offset: 0x7C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartToad127Wheel2 + type: texture + offset: 0x7C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartToad127Wheel3 + type: texture + offset: 0x7C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartToad128Wheel0 + type: texture + offset: 0x7C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartToad128Wheel1 + type: texture + offset: 0x7C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartToad128Wheel2 + type: texture + offset: 0x7C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartToad128Wheel3 + type: texture + offset: 0x7C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartToad129Wheel0 + type: texture + offset: 0x7C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartToad129Wheel1 + type: texture + offset: 0x7C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartToad129Wheel2 + type: texture + offset: 0x7C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartToad129Wheel3 + type: texture + offset: 0x7CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartToad130Wheel0 + type: texture + offset: 0x7CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartToad130Wheel1 + type: texture + offset: 0x7CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartToad130Wheel2 + type: texture + offset: 0x7CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartToad130Wheel3 + type: texture + offset: 0x7CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartToad131Wheel0 + type: texture + offset: 0x7CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartToad131Wheel1 + type: texture + offset: 0x7CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartToad131Wheel2 + type: texture + offset: 0x7CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartToad131Wheel3 + type: texture + offset: 0x7CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartToad132Wheel0 + type: texture + offset: 0x7CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartToad132Wheel1 + type: texture + offset: 0x7CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartToad132Wheel2 + type: texture + offset: 0x7CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartToad132Wheel3 + type: texture + offset: 0x7D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartToad133Wheel0 + type: texture + offset: 0x7D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartToad133Wheel1 + type: texture + offset: 0x7D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartToad133Wheel2 + type: texture + offset: 0x7D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartToad133Wheel3 + type: texture + offset: 0x7D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartToad134Wheel0 + type: texture + offset: 0x7D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartToad134Wheel1 + type: texture + offset: 0x7D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartToad134Wheel2 + type: texture + offset: 0x7D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartToad134Wheel3 + type: texture + offset: 0x7D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartToad135Wheel0 + type: texture + offset: 0x7D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartToad135Wheel1 + type: texture + offset: 0x7D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartToad135Wheel2 + type: texture + offset: 0x7D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartToad135Wheel3 + type: texture + offset: 0x7D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartToad136Wheel0 + type: texture + offset: 0x7D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartToad136Wheel1 + type: texture + offset: 0x7D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartToad136Wheel2 + type: texture + offset: 0x7D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartToad136Wheel3 + type: texture + offset: 0x7D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartToad137Wheel0 + type: texture + offset: 0x7D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartToad137Wheel1 + type: texture + offset: 0x7D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartToad137Wheel2 + type: texture + offset: 0x7D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartToad137Wheel3 + type: texture + offset: 0x7DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartToad138Wheel0 + type: texture + offset: 0x7DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartToad138Wheel1 + type: texture + offset: 0x7DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartToad138Wheel2 + type: texture + offset: 0x7DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartToad138Wheel3 + type: texture + offset: 0x7DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartToad139Wheel0 + type: texture + offset: 0x7DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartToad139Wheel1 + type: texture + offset: 0x7DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartToad139Wheel2 + type: texture + offset: 0x7DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartToad139Wheel3 + type: texture + offset: 0x7DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartToad140Wheel0 + type: texture + offset: 0x7DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartToad140Wheel1 + type: texture + offset: 0x7DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartToad140Wheel2 + type: texture + offset: 0x7DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartToad140Wheel3 + type: texture + offset: 0x7E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartToad141Wheel0 + type: texture + offset: 0x7E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartToad141Wheel1 + type: texture + offset: 0x7E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartToad141Wheel2 + type: texture + offset: 0x7E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartToad141Wheel3 + type: texture + offset: 0x7E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartToad142Wheel0 + type: texture + offset: 0x7E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartToad142Wheel1 + type: texture + offset: 0x7E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartToad142Wheel2 + type: texture + offset: 0x7E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartToad142Wheel3 + type: texture + offset: 0x7E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartToad143Wheel0 + type: texture + offset: 0x7E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartToad143Wheel1 + type: texture + offset: 0x7E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartToad143Wheel2 + type: texture + offset: 0x7E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartToad143Wheel3 + type: texture + offset: 0x7E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartToad144Wheel0 + type: texture + offset: 0x7E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartToad144Wheel1 + type: texture + offset: 0x7E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartToad144Wheel2 + type: texture + offset: 0x7E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartToad144Wheel3 + type: texture + offset: 0x7E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartToad145Wheel0 + type: texture + offset: 0x7E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartToad145Wheel1 + type: texture + offset: 0x7E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartToad145Wheel2 + type: texture + offset: 0x7E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartToad145Wheel3 + type: texture + offset: 0x7EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartToad146Wheel0 + type: texture + offset: 0x7EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartToad146Wheel1 + type: texture + offset: 0x7EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartToad146Wheel2 + type: texture + offset: 0x7EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartToad146Wheel3 + type: texture + offset: 0x7EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartToad147Wheel0 + type: texture + offset: 0x7ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartToad147Wheel1 + type: texture + offset: 0x7ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartToad147Wheel2 + type: texture + offset: 0x7EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartToad147Wheel3 + type: texture + offset: 0x7EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartToad148Wheel0 + type: texture + offset: 0x7EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartToad148Wheel1 + type: texture + offset: 0x7EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartToad148Wheel2 + type: texture + offset: 0x7EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartToad148Wheel3 + type: texture + offset: 0x7F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartToad149Wheel0 + type: texture + offset: 0x7F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartToad149Wheel1 + type: texture + offset: 0x7F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartToad149Wheel2 + type: texture + offset: 0x7F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartToad149Wheel3 + type: texture + offset: 0x7F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartToad150Wheel0 + type: texture + offset: 0x7F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartToad150Wheel1 + type: texture + offset: 0x7F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartToad150Wheel2 + type: texture + offset: 0x7F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartToad150Wheel3 + type: texture + offset: 0x7F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartToad151Wheel0 + type: texture + offset: 0x7F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartToad151Wheel1 + type: texture + offset: 0x7F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartToad151Wheel2 + type: texture + offset: 0x7F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartToad151Wheel3 + type: texture + offset: 0x7F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartToad152Wheel0 + type: texture + offset: 0x7F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartToad152Wheel1 + type: texture + offset: 0x7F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartToad152Wheel2 + type: texture + offset: 0x7F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartToad152Wheel3 + type: texture + offset: 0x7F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartToad153Wheel0 + type: texture + offset: 0x7F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartToad153Wheel1 + type: texture + offset: 0x7F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartToad153Wheel2 + type: texture + offset: 0x7F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartToad153Wheel3 + type: texture + offset: 0x7FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartToad154Wheel0 + type: texture + offset: 0x7FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartToad154Wheel1 + type: texture + offset: 0x7FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartToad154Wheel2 + type: texture + offset: 0x7FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartToad154Wheel3 + type: texture + offset: 0x7FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartToad155Wheel0 + type: texture + offset: 0x7FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartToad155Wheel1 + type: texture + offset: 0x7FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartToad155Wheel2 + type: texture + offset: 0x7FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartToad155Wheel3 + type: texture + offset: 0x7FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartToad156Wheel0 + type: texture + offset: 0x7FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartToad156Wheel1 + type: texture + offset: 0x7FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartToad156Wheel2 + type: texture + offset: 0x7FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartToad156Wheel3 + type: texture + offset: 0x80068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartToad157Wheel0 + type: texture + offset: 0x800E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartToad157Wheel1 + type: texture + offset: 0x80168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartToad157Wheel2 + type: texture + offset: 0x801E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartToad157Wheel3 + type: texture + offset: 0x80268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartToad158Wheel0 + type: texture + offset: 0x802E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartToad158Wheel1 + type: texture + offset: 0x80368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartToad158Wheel2 + type: texture + offset: 0x803E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartToad158Wheel3 + type: texture + offset: 0x80468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartToad159Wheel0 + type: texture + offset: 0x804E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartToad159Wheel1 + type: texture + offset: 0x80568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartToad159Wheel2 + type: texture + offset: 0x805E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartToad159Wheel3 + type: texture + offset: 0x80668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartToad160Wheel0 + type: texture + offset: 0x806E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartToad160Wheel1 + type: texture + offset: 0x80768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartToad160Wheel2 + type: texture + offset: 0x807E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartToad160Wheel3 + type: texture + offset: 0x80868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartToad161Wheel0 + type: texture + offset: 0x808E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartToad161Wheel1 + type: texture + offset: 0x80968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartToad161Wheel2 + type: texture + offset: 0x809E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartToad161Wheel3 + type: texture + offset: 0x80A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartToad162Wheel0 + type: texture + offset: 0x80AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartToad162Wheel1 + type: texture + offset: 0x80B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartToad162Wheel2 + type: texture + offset: 0x80BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartToad162Wheel3 + type: texture + offset: 0x80C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartToad163Wheel0 + type: texture + offset: 0x80CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartToad163Wheel1 + type: texture + offset: 0x80D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartToad163Wheel2 + type: texture + offset: 0x80DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartToad163Wheel3 + type: texture + offset: 0x80E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartToad164Wheel0 + type: texture + offset: 0x80EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartToad164Wheel1 + type: texture + offset: 0x80F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartToad164Wheel2 + type: texture + offset: 0x80FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartToad164Wheel3 + type: texture + offset: 0x81068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartToad165Wheel0 + type: texture + offset: 0x810E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartToad165Wheel1 + type: texture + offset: 0x81168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartToad165Wheel2 + type: texture + offset: 0x811E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartToad165Wheel3 + type: texture + offset: 0x81268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartToad166Wheel0 + type: texture + offset: 0x812E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartToad166Wheel1 + type: texture + offset: 0x81368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartToad166Wheel2 + type: texture + offset: 0x813E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartToad166Wheel3 + type: texture + offset: 0x81468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartToad167Wheel0 + type: texture + offset: 0x814E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartToad167Wheel1 + type: texture + offset: 0x81568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartToad167Wheel2 + type: texture + offset: 0x815E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartToad167Wheel3 + type: texture + offset: 0x81668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartToad168Wheel0 + type: texture + offset: 0x816E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartToad168Wheel1 + type: texture + offset: 0x81768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartToad168Wheel2 + type: texture + offset: 0x817E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartToad168Wheel3 + type: texture + offset: 0x81868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartToad169Wheel0 + type: texture + offset: 0x818E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartToad169Wheel1 + type: texture + offset: 0x81968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartToad169Wheel2 + type: texture + offset: 0x819E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartToad169Wheel3 + type: texture + offset: 0x81A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartToad170Wheel0 + type: texture + offset: 0x81AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartToad170Wheel1 + type: texture + offset: 0x81B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartToad170Wheel2 + type: texture + offset: 0x81BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartToad170Wheel3 + type: texture + offset: 0x81C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartToad171Wheel0 + type: texture + offset: 0x81CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartToad171Wheel1 + type: texture + offset: 0x81D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartToad171Wheel2 + type: texture + offset: 0x81DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartToad171Wheel3 + type: texture + offset: 0x81E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartToad172Wheel0 + type: texture + offset: 0x81EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartToad172Wheel1 + type: texture + offset: 0x81F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartToad172Wheel2 + type: texture + offset: 0x81FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartToad172Wheel3 + type: texture + offset: 0x82068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartToad173Wheel0 + type: texture + offset: 0x820E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartToad173Wheel1 + type: texture + offset: 0x82168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartToad173Wheel2 + type: texture + offset: 0x821E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartToad173Wheel3 + type: texture + offset: 0x82268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartToad174Wheel0 + type: texture + offset: 0x822E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartToad174Wheel1 + type: texture + offset: 0x82368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartToad174Wheel2 + type: texture + offset: 0x823E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartToad174Wheel3 + type: texture + offset: 0x82468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartToad175Wheel0 + type: texture + offset: 0x824E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartToad175Wheel1 + type: texture + offset: 0x82568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartToad175Wheel2 + type: texture + offset: 0x825E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartToad175Wheel3 + type: texture + offset: 0x82668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartToad176Wheel0 + type: texture + offset: 0x826E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartToad176Wheel1 + type: texture + offset: 0x82768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartToad176Wheel2 + type: texture + offset: 0x827E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartToad176Wheel3 + type: texture + offset: 0x82868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartToad177Wheel0 + type: texture + offset: 0x828E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartToad177Wheel1 + type: texture + offset: 0x82968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartToad177Wheel2 + type: texture + offset: 0x829E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartToad177Wheel3 + type: texture + offset: 0x82A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartToad178Wheel0 + type: texture + offset: 0x82AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartToad178Wheel1 + type: texture + offset: 0x82B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartToad178Wheel2 + type: texture + offset: 0x82BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartToad178Wheel3 + type: texture + offset: 0x82C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartToad179Wheel0 + type: texture + offset: 0x82CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartToad179Wheel1 + type: texture + offset: 0x82D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartToad179Wheel2 + type: texture + offset: 0x82DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartToad179Wheel3 + type: texture + offset: 0x82E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartToad180Wheel0 + type: texture + offset: 0x82EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartToad180Wheel1 + type: texture + offset: 0x82F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartToad180Wheel2 + type: texture + offset: 0x82FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartToad180Wheel3 + type: texture + offset: 0x83068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartToad181Wheel0 + type: texture + offset: 0x830E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartToad181Wheel1 + type: texture + offset: 0x83168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartToad181Wheel2 + type: texture + offset: 0x831E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartToad181Wheel3 + type: texture + offset: 0x83268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartToad182Wheel0 + type: texture + offset: 0x832E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartToad182Wheel1 + type: texture + offset: 0x83368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartToad182Wheel2 + type: texture + offset: 0x833E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartToad182Wheel3 + type: texture + offset: 0x83468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartToad183Wheel0 + type: texture + offset: 0x834E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartToad183Wheel1 + type: texture + offset: 0x83568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartToad183Wheel2 + type: texture + offset: 0x835E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartToad183Wheel3 + type: texture + offset: 0x83668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartToad184Wheel0 + type: texture + offset: 0x836E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartToad184Wheel1 + type: texture + offset: 0x83768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartToad184Wheel2 + type: texture + offset: 0x837E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartToad184Wheel3 + type: texture + offset: 0x83868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartToad185Wheel0 + type: texture + offset: 0x838E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartToad185Wheel1 + type: texture + offset: 0x83968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartToad185Wheel2 + type: texture + offset: 0x839E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartToad185Wheel3 + type: texture + offset: 0x83A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartToad186Wheel0 + type: texture + offset: 0x83AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartToad186Wheel1 + type: texture + offset: 0x83B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartToad186Wheel2 + type: texture + offset: 0x83BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartToad186Wheel3 + type: texture + offset: 0x83C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartToad187Wheel0 + type: texture + offset: 0x83CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartToad187Wheel1 + type: texture + offset: 0x83D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartToad187Wheel2 + type: texture + offset: 0x83DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartToad187Wheel3 + type: texture + offset: 0x83E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartToad188Wheel0 + type: texture + offset: 0x83EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartToad188Wheel1 + type: texture + offset: 0x83F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartToad188Wheel2 + type: texture + offset: 0x83FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartToad188Wheel3 + type: texture + offset: 0x84068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartToad189Wheel0 + type: texture + offset: 0x840E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartToad189Wheel1 + type: texture + offset: 0x84168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartToad189Wheel2 + type: texture + offset: 0x841E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartToad189Wheel3 + type: texture + offset: 0x84268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartToad190Wheel0 + type: texture + offset: 0x842E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartToad190Wheel1 + type: texture + offset: 0x84368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartToad190Wheel2 + type: texture + offset: 0x843E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartToad190Wheel3 + type: texture + offset: 0x84468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartToad191Wheel0 + type: texture + offset: 0x844E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartToad191Wheel1 + type: texture + offset: 0x84568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartToad191Wheel2 + type: texture + offset: 0x845E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartToad191Wheel3 + type: texture + offset: 0x84668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartToad192Wheel0 + type: texture + offset: 0x846E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartToad192Wheel1 + type: texture + offset: 0x84768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartToad192Wheel2 + type: texture + offset: 0x847E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartToad192Wheel3 + type: texture + offset: 0x84868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartToad193Wheel0 + type: texture + offset: 0x848E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartToad193Wheel1 + type: texture + offset: 0x84968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartToad193Wheel2 + type: texture + offset: 0x849E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartToad193Wheel3 + type: texture + offset: 0x84A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartToad194Wheel0 + type: texture + offset: 0x84AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartToad194Wheel1 + type: texture + offset: 0x84B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartToad194Wheel2 + type: texture + offset: 0x84BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartToad194Wheel3 + type: texture + offset: 0x84C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartToad195Wheel0 + type: texture + offset: 0x84CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartToad195Wheel1 + type: texture + offset: 0x84D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartToad195Wheel2 + type: texture + offset: 0x84DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartToad195Wheel3 + type: texture + offset: 0x84E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartToad196Wheel0 + type: texture + offset: 0x84EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartToad196Wheel1 + type: texture + offset: 0x84F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartToad196Wheel2 + type: texture + offset: 0x84FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartToad196Wheel3 + type: texture + offset: 0x85068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartToad197Wheel0 + type: texture + offset: 0x850E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartToad197Wheel1 + type: texture + offset: 0x85168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartToad197Wheel2 + type: texture + offset: 0x851E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartToad197Wheel3 + type: texture + offset: 0x85268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartToad198Wheel0 + type: texture + offset: 0x852E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartToad198Wheel1 + type: texture + offset: 0x85368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartToad198Wheel2 + type: texture + offset: 0x853E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartToad198Wheel3 + type: texture + offset: 0x85468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartToad199Wheel0 + type: texture + offset: 0x854E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartToad199Wheel1 + type: texture + offset: 0x85568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartToad199Wheel2 + type: texture + offset: 0x855E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartToad199Wheel3 + type: texture + offset: 0x85668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartToad200Wheel0 + type: texture + offset: 0x856E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartToad200Wheel1 + type: texture + offset: 0x85768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartToad200Wheel2 + type: texture + offset: 0x857E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartToad200Wheel3 + type: texture + offset: 0x85868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartToad201Wheel0 + type: texture + offset: 0x858E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartToad201Wheel1 + type: texture + offset: 0x85968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartToad201Wheel2 + type: texture + offset: 0x859E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartToad201Wheel3 + type: texture + offset: 0x85A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartToad202Wheel0 + type: texture + offset: 0x85AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartToad202Wheel1 + type: texture + offset: 0x85B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartToad202Wheel2 + type: texture + offset: 0x85BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartToad202Wheel3 + type: texture + offset: 0x85C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartToad203Wheel0 + type: texture + offset: 0x85CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartToad203Wheel1 + type: texture + offset: 0x85D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartToad203Wheel2 + type: texture + offset: 0x85DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartToad203Wheel3 + type: texture + offset: 0x85E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartToad204Wheel0 + type: texture + offset: 0x85EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartToad204Wheel1 + type: texture + offset: 0x85F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartToad204Wheel2 + type: texture + offset: 0x85FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartToad204Wheel3 + type: texture + offset: 0x86068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartToad205Wheel0 + type: texture + offset: 0x860E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartToad205Wheel1 + type: texture + offset: 0x86168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartToad205Wheel2 + type: texture + offset: 0x861E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartToad205Wheel3 + type: texture + offset: 0x86268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartToad206Wheel0 + type: texture + offset: 0x862E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartToad206Wheel1 + type: texture + offset: 0x86368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartToad206Wheel2 + type: texture + offset: 0x863E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartToad206Wheel3 + type: texture + offset: 0x86468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartToad207Wheel0 + type: texture + offset: 0x864E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartToad207Wheel1 + type: texture + offset: 0x86568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartToad207Wheel2 + type: texture + offset: 0x865E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartToad207Wheel3 + type: texture + offset: 0x86668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartToad208Wheel0 + type: texture + offset: 0x866E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartToad208Wheel1 + type: texture + offset: 0x86768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartToad208Wheel2 + type: texture + offset: 0x867E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartToad208Wheel3 + type: texture + offset: 0x86868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartToad209Wheel0 + type: texture + offset: 0x868E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartToad209Wheel1 + type: texture + offset: 0x86968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartToad209Wheel2 + type: texture + offset: 0x869E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartToad209Wheel3 + type: texture + offset: 0x86A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartToad210Wheel0 + type: texture + offset: 0x86AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartToad210Wheel1 + type: texture + offset: 0x86B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartToad210Wheel2 + type: texture + offset: 0x86BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartToad210Wheel3 + type: texture + offset: 0x86C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartToad211Wheel0 + type: texture + offset: 0x86CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartToad211Wheel1 + type: texture + offset: 0x86D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartToad211Wheel2 + type: texture + offset: 0x86DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartToad211Wheel3 + type: texture + offset: 0x86E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartToad212Wheel0 + type: texture + offset: 0x86EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartToad212Wheel1 + type: texture + offset: 0x86F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartToad212Wheel2 + type: texture + offset: 0x86FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartToad212Wheel3 + type: texture + offset: 0x87068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartToad213Wheel0 + type: texture + offset: 0x870E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartToad213Wheel1 + type: texture + offset: 0x87168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartToad213Wheel2 + type: texture + offset: 0x871E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartToad213Wheel3 + type: texture + offset: 0x87268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartToad214Wheel0 + type: texture + offset: 0x872E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartToad214Wheel1 + type: texture + offset: 0x87368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartToad214Wheel2 + type: texture + offset: 0x873E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartToad214Wheel3 + type: texture + offset: 0x87468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartToad215Wheel0 + type: texture + offset: 0x874E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartToad215Wheel1 + type: texture + offset: 0x87568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartToad215Wheel2 + type: texture + offset: 0x875E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartToad215Wheel3 + type: texture + offset: 0x87668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartToad216Wheel0 + type: texture + offset: 0x876E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartToad216Wheel1 + type: texture + offset: 0x87768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartToad216Wheel2 + type: texture + offset: 0x877E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartToad216Wheel3 + type: texture + offset: 0x87868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartToad217Wheel0 + type: texture + offset: 0x878E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartToad217Wheel1 + type: texture + offset: 0x87968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartToad217Wheel2 + type: texture + offset: 0x879E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartToad217Wheel3 + type: texture + offset: 0x87A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartToad218Wheel0 + type: texture + offset: 0x87AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartToad218Wheel1 + type: texture + offset: 0x87B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartToad218Wheel2 + type: texture + offset: 0x87BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartToad218Wheel3 + type: texture + offset: 0x87C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartToad219Wheel0 + type: texture + offset: 0x87CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartToad219Wheel1 + type: texture + offset: 0x87D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartToad219Wheel2 + type: texture + offset: 0x87DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartToad219Wheel3 + type: texture + offset: 0x87E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartToad220Wheel0 + type: texture + offset: 0x87EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartToad220Wheel1 + type: texture + offset: 0x87F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartToad220Wheel2 + type: texture + offset: 0x87FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartToad220Wheel3 + type: texture + offset: 0x88068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartToad221Wheel0 + type: texture + offset: 0x880E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartToad221Wheel1 + type: texture + offset: 0x88168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartToad221Wheel2 + type: texture + offset: 0x881E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartToad221Wheel3 + type: texture + offset: 0x88268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartToad222Wheel0 + type: texture + offset: 0x882E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartToad222Wheel1 + type: texture + offset: 0x88368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartToad222Wheel2 + type: texture + offset: 0x883E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartToad222Wheel3 + type: texture + offset: 0x88468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartToad223Wheel0 + type: texture + offset: 0x884E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartToad223Wheel1 + type: texture + offset: 0x88568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartToad223Wheel2 + type: texture + offset: 0x885E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartToad223Wheel3 + type: texture + offset: 0x88668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartToad224Wheel0 + type: texture + offset: 0x886E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartToad224Wheel1 + type: texture + offset: 0x88768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartToad224Wheel2 + type: texture + offset: 0x887E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartToad224Wheel3 + type: texture + offset: 0x88868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartToad225Wheel0 + type: texture + offset: 0x888E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartToad225Wheel1 + type: texture + offset: 0x88968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartToad225Wheel2 + type: texture + offset: 0x889E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartToad225Wheel3 + type: texture + offset: 0x88A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartToad226Wheel0 + type: texture + offset: 0x88AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartToad226Wheel1 + type: texture + offset: 0x88B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartToad226Wheel2 + type: texture + offset: 0x88BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartToad226Wheel3 + type: texture + offset: 0x88C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartToad227Wheel0 + type: texture + offset: 0x88CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartToad227Wheel1 + type: texture + offset: 0x88D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartToad227Wheel2 + type: texture + offset: 0x88DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartToad227Wheel3 + type: texture + offset: 0x88E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartToad228Wheel0 + type: texture + offset: 0x88EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartToad228Wheel1 + type: texture + offset: 0x88F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartToad228Wheel2 + type: texture + offset: 0x88FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartToad228Wheel3 + type: texture + offset: 0x89068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartToad229Wheel0 + type: texture + offset: 0x890E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartToad229Wheel1 + type: texture + offset: 0x89168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartToad229Wheel2 + type: texture + offset: 0x891E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartToad229Wheel3 + type: texture + offset: 0x89268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartToad230Wheel0 + type: texture + offset: 0x892E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartToad230Wheel1 + type: texture + offset: 0x89368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartToad230Wheel2 + type: texture + offset: 0x893E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartToad230Wheel3 + type: texture + offset: 0x89468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartToad231Wheel0 + type: texture + offset: 0x894E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartToad231Wheel1 + type: texture + offset: 0x89568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartToad231Wheel2 + type: texture + offset: 0x895E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartToad231Wheel3 + type: texture + offset: 0x89668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartToad232Wheel0 + type: texture + offset: 0x896E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartToad232Wheel1 + type: texture + offset: 0x89768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartToad232Wheel2 + type: texture + offset: 0x897E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartToad232Wheel3 + type: texture + offset: 0x89868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartToad233Wheel0 + type: texture + offset: 0x898E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartToad233Wheel1 + type: texture + offset: 0x89968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartToad233Wheel2 + type: texture + offset: 0x899E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartToad233Wheel3 + type: texture + offset: 0x89A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartToad234Wheel0 + type: texture + offset: 0x89AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartToad234Wheel1 + type: texture + offset: 0x89B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartToad234Wheel2 + type: texture + offset: 0x89BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartToad234Wheel3 + type: texture + offset: 0x89C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartToad235Wheel0 + type: texture + offset: 0x89CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartToad235Wheel1 + type: texture + offset: 0x89D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartToad235Wheel2 + type: texture + offset: 0x89DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartToad235Wheel3 + type: texture + offset: 0x89E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartToad236Wheel0 + type: texture + offset: 0x89EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartToad236Wheel1 + type: texture + offset: 0x89F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartToad236Wheel2 + type: texture + offset: 0x89FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartToad236Wheel3 + type: texture + offset: 0x8A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartToad237Wheel0 + type: texture + offset: 0x8A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartToad237Wheel1 + type: texture + offset: 0x8A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartToad237Wheel2 + type: texture + offset: 0x8A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartToad237Wheel3 + type: texture + offset: 0x8A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartToad238Wheel0 + type: texture + offset: 0x8A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartToad238Wheel1 + type: texture + offset: 0x8A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartToad238Wheel2 + type: texture + offset: 0x8A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartToad238Wheel3 + type: texture + offset: 0x8A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartToad239Wheel0 + type: texture + offset: 0x8A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartToad239Wheel1 + type: texture + offset: 0x8A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartToad239Wheel2 + type: texture + offset: 0x8A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartToad239Wheel3 + type: texture + offset: 0x8A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartToad240Wheel0 + type: texture + offset: 0x8A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartToad240Wheel1 + type: texture + offset: 0x8A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartToad240Wheel2 + type: texture + offset: 0x8A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartToad240Wheel3 + type: texture + offset: 0x8A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartToad241Wheel0 + type: texture + offset: 0x8A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartToad241Wheel1 + type: texture + offset: 0x8A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartToad241Wheel2 + type: texture + offset: 0x8A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartToad241Wheel3 + type: texture + offset: 0x8AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartToad242Wheel0 + type: texture + offset: 0x8AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartToad242Wheel1 + type: texture + offset: 0x8AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartToad242Wheel2 + type: texture + offset: 0x8ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartToad242Wheel3 + type: texture + offset: 0x8AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartToad243Wheel0 + type: texture + offset: 0x8ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartToad243Wheel1 + type: texture + offset: 0x8AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartToad243Wheel2 + type: texture + offset: 0x8ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartToad243Wheel3 + type: texture + offset: 0x8AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartToad244Wheel0 + type: texture + offset: 0x8AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartToad244Wheel1 + type: texture + offset: 0x8AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartToad244Wheel2 + type: texture + offset: 0x8AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartToad244Wheel3 + type: texture + offset: 0x8B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartToad245Wheel0 + type: texture + offset: 0x8B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartToad245Wheel1 + type: texture + offset: 0x8B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartToad245Wheel2 + type: texture + offset: 0x8B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartToad245Wheel3 + type: texture + offset: 0x8B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartToad246Wheel0 + type: texture + offset: 0x8B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartToad246Wheel1 + type: texture + offset: 0x8B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartToad246Wheel2 + type: texture + offset: 0x8B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartToad246Wheel3 + type: texture + offset: 0x8B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartToad247Wheel0 + type: texture + offset: 0x8B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartToad247Wheel1 + type: texture + offset: 0x8B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartToad247Wheel2 + type: texture + offset: 0x8B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartToad247Wheel3 + type: texture + offset: 0x8B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartToad248Wheel0 + type: texture + offset: 0x8B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartToad248Wheel1 + type: texture + offset: 0x8B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartToad248Wheel2 + type: texture + offset: 0x8B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartToad248Wheel3 + type: texture + offset: 0x8B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartToad249Wheel0 + type: texture + offset: 0x8B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartToad249Wheel1 + type: texture + offset: 0x8B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartToad249Wheel2 + type: texture + offset: 0x8B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartToad249Wheel3 + type: texture + offset: 0x8BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartToad250Wheel0 + type: texture + offset: 0x8BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartToad250Wheel1 + type: texture + offset: 0x8BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartToad250Wheel2 + type: texture + offset: 0x8BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartToad250Wheel3 + type: texture + offset: 0x8BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartToad251Wheel0 + type: texture + offset: 0x8BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartToad251Wheel1 + type: texture + offset: 0x8BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartToad251Wheel2 + type: texture + offset: 0x8BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartToad251Wheel3 + type: texture + offset: 0x8BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartToad252Wheel0 + type: texture + offset: 0x8BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartToad252Wheel1 + type: texture + offset: 0x8BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartToad252Wheel2 + type: texture + offset: 0x8BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartToad252Wheel3 + type: texture + offset: 0x8C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartToad253Wheel0 + type: texture + offset: 0x8C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartToad253Wheel1 + type: texture + offset: 0x8C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartToad253Wheel2 + type: texture + offset: 0x8C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartToad253Wheel3 + type: texture + offset: 0x8C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartToad254Wheel0 + type: texture + offset: 0x8C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartToad254Wheel1 + type: texture + offset: 0x8C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartToad254Wheel2 + type: texture + offset: 0x8C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartToad254Wheel3 + type: texture + offset: 0x8C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartToad255Wheel0 + type: texture + offset: 0x8C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartToad255Wheel1 + type: texture + offset: 0x8C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartToad255Wheel2 + type: texture + offset: 0x8C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartToad255Wheel3 + type: texture + offset: 0x8C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartToad256Wheel0 + type: texture + offset: 0x8C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartToad256Wheel1 + type: texture + offset: 0x8C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartToad256Wheel2 + type: texture + offset: 0x8C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartToad256Wheel3 + type: texture + offset: 0x8C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartToad257Wheel0 + type: texture + offset: 0x8C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartToad257Wheel1 + type: texture + offset: 0x8C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartToad257Wheel2 + type: texture + offset: 0x8C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartToad257Wheel3 + type: texture + offset: 0x8CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartToad258Wheel0 + type: texture + offset: 0x8CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartToad258Wheel1 + type: texture + offset: 0x8CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartToad258Wheel2 + type: texture + offset: 0x8CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartToad258Wheel3 + type: texture + offset: 0x8CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartToad259Wheel0 + type: texture + offset: 0x8CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartToad259Wheel1 + type: texture + offset: 0x8CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartToad259Wheel2 + type: texture + offset: 0x8CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartToad259Wheel3 + type: texture + offset: 0x8CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartToad260Wheel0 + type: texture + offset: 0x8CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartToad260Wheel1 + type: texture + offset: 0x8CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartToad260Wheel2 + type: texture + offset: 0x8CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartToad260Wheel3 + type: texture + offset: 0x8D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartToad261Wheel0 + type: texture + offset: 0x8D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartToad261Wheel1 + type: texture + offset: 0x8D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartToad261Wheel2 + type: texture + offset: 0x8D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartToad261Wheel3 + type: texture + offset: 0x8D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartToad262Wheel0 + type: texture + offset: 0x8D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartToad262Wheel1 + type: texture + offset: 0x8D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartToad262Wheel2 + type: texture + offset: 0x8D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartToad262Wheel3 + type: texture + offset: 0x8D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartToad263Wheel0 + type: texture + offset: 0x8D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartToad263Wheel1 + type: texture + offset: 0x8D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartToad263Wheel2 + type: texture + offset: 0x8D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartToad263Wheel3 + type: texture + offset: 0x8D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartToad264Wheel0 + type: texture + offset: 0x8D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartToad264Wheel1 + type: texture + offset: 0x8D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartToad264Wheel2 + type: texture + offset: 0x8D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartToad264Wheel3 + type: texture + offset: 0x8D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartToad265Wheel0 + type: texture + offset: 0x8D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartToad265Wheel1 + type: texture + offset: 0x8D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartToad265Wheel2 + type: texture + offset: 0x8D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartToad265Wheel3 + type: texture + offset: 0x8DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartToad266Wheel0 + type: texture + offset: 0x8DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartToad266Wheel1 + type: texture + offset: 0x8DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartToad266Wheel2 + type: texture + offset: 0x8DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartToad266Wheel3 + type: texture + offset: 0x8DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartToad267Wheel0 + type: texture + offset: 0x8DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartToad267Wheel1 + type: texture + offset: 0x8DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartToad267Wheel2 + type: texture + offset: 0x8DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartToad267Wheel3 + type: texture + offset: 0x8DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartToad268Wheel0 + type: texture + offset: 0x8DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartToad268Wheel1 + type: texture + offset: 0x8DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartToad268Wheel2 + type: texture + offset: 0x8DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartToad268Wheel3 + type: texture + offset: 0x8E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartToad269Wheel0 + type: texture + offset: 0x8E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartToad269Wheel1 + type: texture + offset: 0x8E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartToad269Wheel2 + type: texture + offset: 0x8E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartToad269Wheel3 + type: texture + offset: 0x8E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartToad270Wheel0 + type: texture + offset: 0x8E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartToad270Wheel1 + type: texture + offset: 0x8E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartToad270Wheel2 + type: texture + offset: 0x8E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartToad270Wheel3 + type: texture + offset: 0x8E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartToad271Wheel0 + type: texture + offset: 0x8E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartToad271Wheel1 + type: texture + offset: 0x8E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartToad271Wheel2 + type: texture + offset: 0x8E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartToad271Wheel3 + type: texture + offset: 0x8E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartToad272Wheel0 + type: texture + offset: 0x8E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartToad272Wheel1 + type: texture + offset: 0x8E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartToad272Wheel2 + type: texture + offset: 0x8E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartToad272Wheel3 + type: texture + offset: 0x8E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartToad273Wheel0 + type: texture + offset: 0x8E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartToad273Wheel1 + type: texture + offset: 0x8E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartToad273Wheel2 + type: texture + offset: 0x8E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartToad273Wheel3 + type: texture + offset: 0x8EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartToad274Wheel0 + type: texture + offset: 0x8EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartToad274Wheel1 + type: texture + offset: 0x8EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartToad274Wheel2 + type: texture + offset: 0x8EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartToad274Wheel3 + type: texture + offset: 0x8EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartToad275Wheel0 + type: texture + offset: 0x8ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartToad275Wheel1 + type: texture + offset: 0x8ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartToad275Wheel2 + type: texture + offset: 0x8EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartToad275Wheel3 + type: texture + offset: 0x8EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartToad276Wheel0 + type: texture + offset: 0x8EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartToad276Wheel1 + type: texture + offset: 0x8EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartToad276Wheel2 + type: texture + offset: 0x8EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartToad276Wheel3 + type: texture + offset: 0x8F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartToad277Wheel0 + type: texture + offset: 0x8F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartToad277Wheel1 + type: texture + offset: 0x8F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartToad277Wheel2 + type: texture + offset: 0x8F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartToad277Wheel3 + type: texture + offset: 0x8F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartToad278Wheel0 + type: texture + offset: 0x8F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartToad278Wheel1 + type: texture + offset: 0x8F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartToad278Wheel2 + type: texture + offset: 0x8F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartToad278Wheel3 + type: texture + offset: 0x8F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartToad279Wheel0 + type: texture + offset: 0x8F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartToad279Wheel1 + type: texture + offset: 0x8F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartToad279Wheel2 + type: texture + offset: 0x8F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartToad279Wheel3 + type: texture + offset: 0x8F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartToad280Wheel0 + type: texture + offset: 0x8F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartToad280Wheel1 + type: texture + offset: 0x8F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartToad280Wheel2 + type: texture + offset: 0x8F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartToad280Wheel3 + type: texture + offset: 0x8F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartToad281Wheel0 + type: texture + offset: 0x8F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartToad281Wheel1 + type: texture + offset: 0x8F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartToad281Wheel2 + type: texture + offset: 0x8F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartToad281Wheel3 + type: texture + offset: 0x8FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartToad282Wheel0 + type: texture + offset: 0x8FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartToad282Wheel1 + type: texture + offset: 0x8FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartToad282Wheel2 + type: texture + offset: 0x8FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartToad282Wheel3 + type: texture + offset: 0x8FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartToad283Wheel0 + type: texture + offset: 0x8FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartToad283Wheel1 + type: texture + offset: 0x8FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartToad283Wheel2 + type: texture + offset: 0x8FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartToad283Wheel3 + type: texture + offset: 0x8FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartToad284Wheel0 + type: texture + offset: 0x8FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartToad284Wheel1 + type: texture + offset: 0x8FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartToad284Wheel2 + type: texture + offset: 0x8FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartToad284Wheel3 + type: texture + offset: 0x90068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartToad285Wheel0 + type: texture + offset: 0x900E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartToad285Wheel1 + type: texture + offset: 0x90168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartToad285Wheel2 + type: texture + offset: 0x901E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartToad285Wheel3 + type: texture + offset: 0x90268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartToad286Wheel0 + type: texture + offset: 0x902E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartToad286Wheel1 + type: texture + offset: 0x90368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartToad286Wheel2 + type: texture + offset: 0x903E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartToad286Wheel3 + type: texture + offset: 0x90468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartToad287Wheel0 + type: texture + offset: 0x904E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartToad287Wheel1 + type: texture + offset: 0x90568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartToad287Wheel2 + type: texture + offset: 0x905E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartToad287Wheel3 + type: texture + offset: 0x90668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartToad288Wheel0 + type: texture + offset: 0x906E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartToad288Wheel1 + type: texture + offset: 0x90768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartToad288Wheel2 + type: texture + offset: 0x907E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartToad288Wheel3 + type: texture + offset: 0x90868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +toad_kart_palette: + symbol: gKartToadPalette + type: texture + offset: 0x908E8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/toads_turnpike_data.yml b/android/app/src/main/assets/yamls/us/toads_turnpike_data.yml new file mode 100644 index 0000000000..c6f9df9f2c --- /dev/null +++ b/android/app/src/main/assets/yamls/us/toads_turnpike_data.yml @@ -0,0 +1,1828 @@ +:config: + segments: + - [0x06, 0x857E80] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_toads_turnpike_dl_0: + symbol: d_course_toads_turnpike_dl_0 + type: gfx + offset: 0x0 +d_course_toads_turnpike_dl_60: + symbol: d_course_toads_turnpike_dl_60 + type: gfx + offset: 0x60 +d_course_toads_turnpike_dl_80: + symbol: d_course_toads_turnpike_dl_80 + type: gfx + offset: 0x80 +d_course_toads_turnpike_dl_158: + symbol: d_course_toads_turnpike_dl_158 + type: gfx + offset: 0x158 +d_course_toads_turnpike_dl_1F8: + symbol: d_course_toads_turnpike_dl_1F8 + type: gfx + offset: 0x1F8 +d_course_toads_turnpike_dl_2D0: + symbol: d_course_toads_turnpike_dl_2D0 + type: gfx + offset: 0x2D0 +d_course_toads_turnpike_dl_380: + symbol: d_course_toads_turnpike_dl_380 + type: gfx + offset: 0x380 +d_course_toads_turnpike_dl_438: + symbol: d_course_toads_turnpike_dl_438 + type: gfx + offset: 0x438 +d_course_toads_turnpike_dl_4E8: + symbol: d_course_toads_turnpike_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_toads_turnpike_dl_5B8: + symbol: d_course_toads_turnpike_dl_5B8 + type: gfx + offset: 0x5B8 +d_course_toads_turnpike_dl_668: + symbol: d_course_toads_turnpike_dl_668 + type: gfx + offset: 0x668 +d_course_toads_turnpike_dl_718: + symbol: d_course_toads_turnpike_dl_718 + type: gfx + offset: 0x718 +d_course_toads_turnpike_dl_7D8: + symbol: d_course_toads_turnpike_dl_7D8 + type: gfx + offset: 0x7D8 +d_course_toads_turnpike_dl_878: + symbol: d_course_toads_turnpike_dl_878 + type: gfx + offset: 0x878 +d_course_toads_turnpike_dl_948: + symbol: d_course_toads_turnpike_dl_948 + type: gfx + offset: 0x948 +d_course_toads_turnpike_dl_9F0: + symbol: d_course_toads_turnpike_dl_9F0 + type: gfx + offset: 0x9F0 +d_course_toads_turnpike_dl_AC8: + symbol: d_course_toads_turnpike_dl_AC8 + type: gfx + offset: 0xAC8 +d_course_toads_turnpike_dl_B88: + symbol: d_course_toads_turnpike_dl_B88 + type: gfx + offset: 0xB88 +d_course_toads_turnpike_dl_C70: + symbol: d_course_toads_turnpike_dl_C70 + type: gfx + offset: 0xC70 +d_course_toads_turnpike_dl_D00: + symbol: d_course_toads_turnpike_dl_D00 + type: gfx + offset: 0xD00 +d_course_toads_turnpike_dl_DD0: + symbol: d_course_toads_turnpike_dl_DD0 + type: gfx + offset: 0xDD0 +d_course_toads_turnpike_dl_E70: + symbol: d_course_toads_turnpike_dl_E70 + type: gfx + offset: 0xE70 +d_course_toads_turnpike_dl_F18: + symbol: d_course_toads_turnpike_dl_F18 + type: gfx + offset: 0xF18 +d_course_toads_turnpike_dl_FA8: + symbol: d_course_toads_turnpike_dl_FA8 + type: gfx + offset: 0xFA8 +d_course_toads_turnpike_dl_1070: + symbol: d_course_toads_turnpike_dl_1070 + type: gfx + offset: 0x1070 +d_course_toads_turnpike_dl_1118: + symbol: d_course_toads_turnpike_dl_1118 + type: gfx + offset: 0x1118 +d_course_toads_turnpike_dl_11C0: + symbol: d_course_toads_turnpike_dl_11C0 + type: gfx + offset: 0x11C0 +d_course_toads_turnpike_dl_1250: + symbol: d_course_toads_turnpike_dl_1250 + type: gfx + offset: 0x1250 +d_course_toads_turnpike_dl_1310: + symbol: d_course_toads_turnpike_dl_1310 + type: gfx + offset: 0x1310 +d_course_toads_turnpike_dl_13E0: + symbol: d_course_toads_turnpike_dl_13E0 + type: gfx + offset: 0x13E0 +d_course_toads_turnpike_dl_1468: + symbol: d_course_toads_turnpike_dl_1468 + type: gfx + offset: 0x1468 +d_course_toads_turnpike_dl_1510: + symbol: d_course_toads_turnpike_dl_1510 + type: gfx + offset: 0x1510 +d_course_toads_turnpike_dl_15A8: + symbol: d_course_toads_turnpike_dl_15A8 + type: gfx + offset: 0x15A8 +d_course_toads_turnpike_dl_1678: + symbol: d_course_toads_turnpike_dl_1678 + type: gfx + offset: 0x1678 +d_course_toads_turnpike_dl_1708: + symbol: d_course_toads_turnpike_dl_1708 + type: gfx + offset: 0x1708 +d_course_toads_turnpike_dl_17F8: + symbol: d_course_toads_turnpike_dl_17F8 + type: gfx + offset: 0x17F8 +d_course_toads_turnpike_dl_18C0: + symbol: d_course_toads_turnpike_dl_18C0 + type: gfx + offset: 0x18C0 +d_course_toads_turnpike_dl_19C0: + symbol: d_course_toads_turnpike_dl_19C0 + type: gfx + offset: 0x19C0 +d_course_toads_turnpike_dl_1A60: + symbol: d_course_toads_turnpike_dl_1A60 + type: gfx + offset: 0x1A60 +d_course_toads_turnpike_dl_1B50: + symbol: d_course_toads_turnpike_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_toads_turnpike_dl_1C10: + symbol: d_course_toads_turnpike_dl_1C10 + type: gfx + offset: 0x1C10 +d_course_toads_turnpike_dl_1D18: + symbol: d_course_toads_turnpike_dl_1D18 + type: gfx + offset: 0x1D18 +d_course_toads_turnpike_dl_1DC0: + symbol: d_course_toads_turnpike_dl_1DC0 + type: gfx + offset: 0x1DC0 +d_course_toads_turnpike_dl_1E80: + symbol: d_course_toads_turnpike_dl_1E80 + type: gfx + offset: 0x1E80 +d_course_toads_turnpike_dl_1F40: + symbol: d_course_toads_turnpike_dl_1F40 + type: gfx + offset: 0x1F40 +d_course_toads_turnpike_dl_2030: + symbol: d_course_toads_turnpike_dl_2030 + type: gfx + offset: 0x2030 +d_course_toads_turnpike_dl_20F8: + symbol: d_course_toads_turnpike_dl_20F8 + type: gfx + offset: 0x20F8 +d_course_toads_turnpike_dl_21C8: + symbol: d_course_toads_turnpike_dl_21C8 + type: gfx + offset: 0x21C8 +d_course_toads_turnpike_dl_22A8: + symbol: d_course_toads_turnpike_dl_22A8 + type: gfx + offset: 0x22A8 +d_course_toads_turnpike_dl_2358: + symbol: d_course_toads_turnpike_dl_2358 + type: gfx + offset: 0x2358 +d_course_toads_turnpike_dl_2440: + symbol: d_course_toads_turnpike_dl_2440 + type: gfx + offset: 0x2440 +d_course_toads_turnpike_dl_2530: + symbol: d_course_toads_turnpike_dl_2530 + type: gfx + offset: 0x2530 +d_course_toads_turnpike_dl_2628: + symbol: d_course_toads_turnpike_dl_2628 + type: gfx + offset: 0x2628 +d_course_toads_turnpike_dl_26D8: + symbol: d_course_toads_turnpike_dl_26D8 + type: gfx + offset: 0x26D8 +d_course_toads_turnpike_dl_27D0: + symbol: d_course_toads_turnpike_dl_27D0 + type: gfx + offset: 0x27D0 +d_course_toads_turnpike_dl_2898: + symbol: d_course_toads_turnpike_dl_2898 + type: gfx + offset: 0x2898 +d_course_toads_turnpike_dl_2960: + symbol: d_course_toads_turnpike_dl_2960 + type: gfx + offset: 0x2960 +d_course_toads_turnpike_dl_2A00: + symbol: d_course_toads_turnpike_dl_2A00 + type: gfx + offset: 0x2A00 +d_course_toads_turnpike_dl_2AF0: + symbol: d_course_toads_turnpike_dl_2AF0 + type: gfx + offset: 0x2AF0 +d_course_toads_turnpike_dl_2B88: + symbol: d_course_toads_turnpike_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_toads_turnpike_dl_2C38: + symbol: d_course_toads_turnpike_dl_2C38 + type: gfx + offset: 0x2C38 +d_course_toads_turnpike_dl_2CC0: + symbol: d_course_toads_turnpike_dl_2CC0 + type: gfx + offset: 0x2CC0 +d_course_toads_turnpike_dl_2DB8: + symbol: d_course_toads_turnpike_dl_2DB8 + type: gfx + offset: 0x2DB8 +d_course_toads_turnpike_dl_2E50: + symbol: d_course_toads_turnpike_dl_2E50 + type: gfx + offset: 0x2E50 +d_course_toads_turnpike_dl_2EF0: + symbol: d_course_toads_turnpike_dl_2EF0 + type: gfx + offset: 0x2EF0 +d_course_toads_turnpike_dl_2F78: + symbol: d_course_toads_turnpike_dl_2F78 + type: gfx + offset: 0x2F78 +d_course_toads_turnpike_dl_3030: + symbol: d_course_toads_turnpike_dl_3030 + type: gfx + offset: 0x3030 +d_course_toads_turnpike_dl_30F8: + symbol: d_course_toads_turnpike_dl_30F8 + type: gfx + offset: 0x30F8 +d_course_toads_turnpike_dl_3190: + symbol: d_course_toads_turnpike_dl_3190 + type: gfx + offset: 0x3190 +d_course_toads_turnpike_dl_3228: + symbol: d_course_toads_turnpike_dl_3228 + type: gfx + offset: 0x3228 +d_course_toads_turnpike_dl_32F0: + symbol: d_course_toads_turnpike_dl_32F0 + type: gfx + offset: 0x32F0 +d_course_toads_turnpike_dl_33A0: + symbol: d_course_toads_turnpike_dl_33A0 + type: gfx + offset: 0x33A0 +d_course_toads_turnpike_dl_3438: + symbol: d_course_toads_turnpike_dl_3438 + type: gfx + offset: 0x3438 +d_course_toads_turnpike_dl_34D0: + symbol: d_course_toads_turnpike_dl_34D0 + type: gfx + offset: 0x34D0 +d_course_toads_turnpike_dl_3570: + symbol: d_course_toads_turnpike_dl_3570 + type: gfx + offset: 0x3570 +d_course_toads_turnpike_dl_3618: + symbol: d_course_toads_turnpike_dl_3618 + type: gfx + offset: 0x3618 +d_course_toads_turnpike_dl_36A8: + symbol: d_course_toads_turnpike_dl_36A8 + type: gfx + offset: 0x36A8 +d_course_toads_turnpike_dl_3758: + symbol: d_course_toads_turnpike_dl_3758 + type: gfx + offset: 0x3758 +d_course_toads_turnpike_dl_37F0: + symbol: d_course_toads_turnpike_dl_37F0 + type: gfx + offset: 0x37F0 +d_course_toads_turnpike_dl_3910: + symbol: d_course_toads_turnpike_dl_3910 + type: gfx + offset: 0x3910 +d_course_toads_turnpike_dl_39C8: + symbol: d_course_toads_turnpike_dl_39C8 + type: gfx + offset: 0x39C8 +d_course_toads_turnpike_dl_3AD8: + symbol: d_course_toads_turnpike_dl_3AD8 + type: gfx + offset: 0x3AD8 +d_course_toads_turnpike_unknown_waypoints: + symbol: d_course_toads_turnpike_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x3B80 + count: 54 +d_course_toads_turnpike_track_waypoints: + symbol: d_course_toads_turnpike_track_waypoints + type: mk64:TRACK_PATH + offset: 0x3D30 + count: 913 +d_course_toads_turnpike_unk_windshield1: + symbol: d_course_toads_turnpike_unk_windshield1 + type: texture + offset: 0x59B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_unk_windshield2: + symbol: d_course_toads_turnpike_unk_windshield2 + type: texture + offset: 0x61B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box1: + symbol: d_course_toads_turnpike_truck_box1 + type: texture + offset: 0x69B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_headlights: + symbol: d_course_toads_turnpike_truck1_headlights + type: texture + offset: 0x71B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_tyre: + symbol: d_course_toads_turnpike_truck1_tyre + type: texture + offset: 0x79B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_cab: + symbol: d_course_toads_turnpike_truck1_cab + type: texture + offset: 0x81B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_cab_side: + symbol: d_course_toads_turnpike_truck1_cab_side + type: texture + offset: 0x89B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_back_lod0: + symbol: d_course_toads_turnpike_bus_back_lod0 + type: texture + offset: 0x91B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_side: + symbol: d_course_toads_turnpike_bus_side + type: texture + offset: 0xA1B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_door_lod0: + symbol: d_course_toads_turnpike_bus_door_lod0 + type: texture + offset: 0xB1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_window: + symbol: d_course_toads_turnpike_bus_window + type: texture + offset: 0xB9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_front_lod0: + symbol: d_course_toads_turnpike_bus_front_lod0 + type: texture + offset: 0xC1B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_black: + symbol: d_course_toads_turnpike_black + type: texture + offset: 0xD1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_driver_window: + symbol: d_course_toads_turnpike_bus_driver_window + type: texture + offset: 0xD9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_door_lod1: + symbol: d_course_toads_turnpike_bus_door_lod1 + type: texture + offset: 0xE1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_side_lod1: + symbol: d_course_toads_turnpike_bus_side_lod1 + type: texture + offset: 0xE9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_front_lod1: + symbol: d_course_toads_turnpike_bus_front_lod1 + type: texture + offset: 0xF1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_back_lod1: + symbol: d_course_toads_turnpike_bus_back_lod1 + type: texture + offset: 0xF9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_stripe: + symbol: d_course_toads_turnpike_tanker_truck_stripe + type: texture + offset: 0x101B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_windshield: + symbol: d_course_toads_turnpike_tanker_truck_windshield + type: texture + offset: 0x109B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_front: + symbol: d_course_toads_turnpike_tanker_truck_front + type: texture + offset: 0x111B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_headlights: + symbol: d_course_toads_turnpike_tanker_truck_headlights + type: texture + offset: 0x119B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_bumper: + symbol: d_course_toads_turnpike_tanker_truck_bumper + type: texture + offset: 0x121B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_side_back_lod1: + symbol: d_course_toads_turnpike_tanker_truck_side_back_lod1 + type: texture + offset: 0x129B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_back_lod1: + symbol: d_course_toads_turnpike_tanker_truck_back_lod1 + type: texture + offset: 0x131B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_side_front_lod1: + symbol: d_course_toads_turnpike_tanker_truck_side_front_lod1 + type: texture + offset: 0x139B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_front_lod1: + symbol: d_course_toads_turnpike_tanker_truck_front_lod1 + type: texture + offset: 0x141B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box2: + symbol: d_course_toads_turnpike_truck_box2 + type: texture + offset: 0x149B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box3: + symbol: d_course_toads_turnpike_truck_box3 + type: texture + offset: 0x151B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_headlights: + symbol: d_course_toads_turnpike_car_headlights + type: texture + offset: 0x159B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_taillights: + symbol: d_course_toads_turnpike_car_taillights + type: texture + offset: 0x161B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_front_lod1: + symbol: d_course_toads_turnpike_car_front_lod1 + type: texture + offset: 0x169B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_back_lod1: + symbol: d_course_toads_turnpike_car_back_lod1 + type: texture + offset: 0x171B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_side_lod1: + symbol: d_course_toads_turnpike_car_side_lod1 + type: texture + offset: 0x179B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_model_lod0: + symbol: d_course_toads_turnpike_truck_model_lod0 + type: vtx + offset: 0x181B8 + count: 8 +d_course_toads_turnpike_truck_unknown_model1: + symbol: d_course_toads_turnpike_truck_unknown_model1 + type: vtx + offset: 0x18238 + count: 8 +d_course_toads_turnpike_truck_unknown_model2: + symbol: d_course_toads_turnpike_truck_unknown_model2 + type: vtx + offset: 0x182B8 + count: 12 +d_course_toads_turnpike_truck_unknown_model3: + symbol: d_course_toads_turnpike_truck_unknown_model3 + type: vtx + offset: 0x18378 + count: 12 +d_course_toads_turnpike_truck_unknown_model4: + symbol: d_course_toads_turnpike_truck_unknown_model4 + type: vtx + offset: 0x18438 + count: 28 +d_course_toads_turnpike_truck_unknown_model5: + symbol: d_course_toads_turnpike_truck_unknown_model5 + type: vtx + offset: 0x185F8 + count: 10 +d_course_toads_turnpike_truck_unknown_model6: + symbol: d_course_toads_turnpike_truck_unknown_model6 + type: vtx + offset: 0x18698 + count: 31 +d_course_toads_turnpike_truck_unknown_model7: + symbol: d_course_toads_turnpike_truck_unknown_model7 + type: vtx + offset: 0x18888 + count: 10 +d_course_toads_turnpike_truck_unknown_model8: + symbol: d_course_toads_turnpike_truck_unknown_model8 + type: vtx + offset: 0x18928 + count: 14 +d_course_toads_turnpike_truck_unknown_model9: + symbol: d_course_toads_turnpike_truck_unknown_model9 + type: vtx + offset: 0x18A08 + count: 4 +d_course_toads_turnpike_truck_unknown_model10: + symbol: d_course_toads_turnpike_truck_unknown_model10 + type: vtx + offset: 0x18A48 + count: 8 +d_course_toads_turnpike_truck_unknown_model11: + symbol: d_course_toads_turnpike_truck_unknown_model11 + type: vtx + offset: 0x18AC8 + count: 20 +d_course_toads_turnpike_truck_unknown_model12: + symbol: d_course_toads_turnpike_truck_unknown_model12 + type: vtx + offset: 0x18C08 + count: 15 +d_course_toads_turnpike_truck_unknown_model13: + symbol: d_course_toads_turnpike_truck_unknown_model13 + type: vtx + offset: 0x18CF8 + count: 12 +d_course_toads_turnpike_dl_18DB8: + symbol: d_course_toads_turnpike_dl_18DB8 + type: gfx + offset: 0x18DB8 +d_course_toads_turnpike_dl_18E38: + symbol: d_course_toads_turnpike_dl_18E38 + type: gfx + offset: 0x18E38 +d_course_toads_turnpike_dl_18EB8: + symbol: d_course_toads_turnpike_dl_18EB8 + type: gfx + offset: 0x18EB8 +d_course_toads_turnpike_dl_18F58: + symbol: d_course_toads_turnpike_dl_18F58 + type: gfx + offset: 0x18F58 +d_course_toads_turnpike_dl_18FF8: + symbol: d_course_toads_turnpike_dl_18FF8 + type: gfx + offset: 0x18FF8 +d_course_toads_turnpike_dl_19020: + symbol: d_course_toads_turnpike_dl_19020 + type: gfx + offset: 0x19020 +d_course_toads_turnpike_dl_19030: + symbol: d_course_toads_turnpike_dl_19030 + type: gfx + offset: 0x19030 +d_course_toads_turnpike_dl_190E8: + symbol: d_course_toads_turnpike_dl_190E8 + type: gfx + offset: 0x190E8 +d_course_toads_turnpike_dl_19168: + symbol: d_course_toads_turnpike_dl_19168 + type: gfx + offset: 0x19168 +d_course_toads_turnpike_dl_192B0: + symbol: d_course_toads_turnpike_dl_192B0 + type: gfx + offset: 0x192B0 +d_course_toads_turnpike_dl_19390: + symbol: d_course_toads_turnpike_dl_19390 + type: gfx + offset: 0x19390 +d_course_toads_turnpike_dl_19450: + symbol: d_course_toads_turnpike_dl_19450 + type: gfx + offset: 0x19450 +d_course_toads_turnpike_dl_194E0: + symbol: d_course_toads_turnpike_dl_194E0 + type: gfx + offset: 0x194E0 +d_course_toads_turnpike_dl_19518: + symbol: d_course_toads_turnpike_dl_19518 + type: gfx + offset: 0x19518 +d_course_toads_turnpike_truck_model_lod1: + symbol: d_course_toads_turnpike_truck_model_lod1 + type: vtx + offset: 0x19528 + count: 16 +d_course_toads_turnpike_truck_unknown_model14: + symbol: d_course_toads_turnpike_truck_unknown_model14 + type: vtx + offset: 0x19628 + count: 16 +d_course_toads_turnpike_truck_unknown_model15: + symbol: d_course_toads_turnpike_truck_unknown_model15 + type: vtx + offset: 0x19728 + count: 20 +d_course_toads_turnpike_truck_unknown_model16: + symbol: d_course_toads_turnpike_truck_unknown_model16 + type: vtx + offset: 0x19868 + count: 12 +d_course_toads_turnpike_truck_unknown_model17: + symbol: d_course_toads_turnpike_truck_unknown_model17 + type: vtx + offset: 0x19928 + count: 12 +d_course_toads_turnpike_truck_unknown_model18: + symbol: d_course_toads_turnpike_truck_unknown_model18 + type: vtx + offset: 0x199E8 + count: 27 +d_course_toads_turnpike_truck_unknown_model19: + symbol: d_course_toads_turnpike_truck_unknown_model19 + type: vtx + offset: 0x19B98 + count: 18 +d_course_toads_turnpike_truck_unknown_model20: + symbol: d_course_toads_turnpike_truck_unknown_model20 + type: vtx + offset: 0x19CB8 + count: 4 +d_course_toads_turnpike_dl_19CF8: + symbol: d_course_toads_turnpike_dl_19CF8 + type: gfx + offset: 0x19CF8 +d_course_toads_turnpike_dl_19D68: + symbol: d_course_toads_turnpike_dl_19D68 + type: gfx + offset: 0x19D68 +d_course_toads_turnpike_dl_19DD8: + symbol: d_course_toads_turnpike_dl_19DD8 + type: gfx + offset: 0x19DD8 +d_course_toads_turnpike_dl_19DF0: + symbol: d_course_toads_turnpike_dl_19DF0 + type: gfx + offset: 0x19DF0 +d_course_toads_turnpike_dl_19E00: + symbol: d_course_toads_turnpike_dl_19E00 + type: gfx + offset: 0x19E00 +d_course_toads_turnpike_dl_19E38: + symbol: d_course_toads_turnpike_dl_19E38 + type: gfx + offset: 0x19E38 +d_course_toads_turnpike_dl_19EA0: + symbol: d_course_toads_turnpike_dl_19EA0 + type: gfx + offset: 0x19EA0 +d_course_toads_turnpike_dl_19F08: + symbol: d_course_toads_turnpike_dl_19F08 + type: gfx + offset: 0x19F08 +d_course_toads_turnpike_dl_1A040: + symbol: d_course_toads_turnpike_dl_1A040 + type: gfx + offset: 0x1A040 +d_course_toads_turnpike_dl_1A068: + symbol: d_course_toads_turnpike_dl_1A068 + type: gfx + offset: 0x1A068 +d_course_toads_turnpike_truck_model_lod2: + symbol: d_course_toads_turnpike_truck_model_lod2 + type: vtx + offset: 0x1A078 + count: 16 +d_course_toads_turnpike_truck_unknown_model21: + symbol: d_course_toads_turnpike_truck_unknown_model21 + type: vtx + offset: 0x1A178 + count: 4 +d_course_toads_turnpike_truck_unknown_model22: + symbol: d_course_toads_turnpike_truck_unknown_model22 + type: vtx + offset: 0x1A1B8 + count: 12 +d_course_toads_turnpike_truck_unknown_model23: + symbol: d_course_toads_turnpike_truck_unknown_model23 + type: vtx + offset: 0x1A278 + count: 20 +d_course_toads_turnpike_truck_unknown_model24: + symbol: d_course_toads_turnpike_truck_unknown_model24 + type: vtx + offset: 0x1A3B8 + count: 16 +d_course_toads_turnpike_dl_1A4B8: + symbol: d_course_toads_turnpike_dl_1A4B8 + type: gfx + offset: 0x1A4B8 +d_course_toads_turnpike_dl_1A528: + symbol: d_course_toads_turnpike_dl_1A528 + type: gfx + offset: 0x1A528 +d_course_toads_turnpike_dl_1A5E0: + symbol: d_course_toads_turnpike_dl_1A5E0 + type: gfx + offset: 0x1A5E0 +d_course_toads_turnpike_dl_1A5F8: + symbol: d_course_toads_turnpike_dl_1A5F8 + type: gfx + offset: 0x1A5F8 +d_course_toads_turnpike_dl_1A608: + symbol: d_course_toads_turnpike_dl_1A608 + type: gfx + offset: 0x1A608 +d_course_toads_turnpike_dl_1A640: + symbol: d_course_toads_turnpike_dl_1A640 + type: gfx + offset: 0x1A640 +d_course_toads_turnpike_dl_1A6B0: + symbol: d_course_toads_turnpike_dl_1A6B0 + type: gfx + offset: 0x1A6B0 +d_course_toads_turnpike_dl_1A6C8: + symbol: d_course_toads_turnpike_dl_1A6C8 + type: gfx + offset: 0x1A6C8 +d_course_toads_turnpike_bus_model_lod0: + symbol: d_course_toads_turnpike_bus_model_lod0 + type: vtx + offset: 0x1A6D8 + count: 16 +d_course_toads_turnpike_bus_unknown_model1: + symbol: d_course_toads_turnpike_bus_unknown_model1 + type: vtx + offset: 0x1A7D8 + count: 8 +d_course_toads_turnpike_bus_unknown_model2: + symbol: d_course_toads_turnpike_bus_unknown_model2 + type: vtx + offset: 0x1A858 + count: 8 +d_course_toads_turnpike_bus_unknown_model3: + symbol: d_course_toads_turnpike_bus_unknown_model3 + type: vtx + offset: 0x1A8D8 + count: 8 +d_course_toads_turnpike_bus_unknown_model4: + symbol: d_course_toads_turnpike_bus_unknown_model4 + type: vtx + offset: 0x1A958 + count: 10 +d_course_toads_turnpike_bus_unknown_model5: + symbol: d_course_toads_turnpike_bus_unknown_model5 + type: vtx + offset: 0x1A9F8 + count: 6 +d_course_toads_turnpike_bus_unknown_model6: + symbol: d_course_toads_turnpike_bus_unknown_model6 + type: vtx + offset: 0x1AA58 + count: 4 +d_course_toads_turnpike_bus_unknown_model7: + symbol: d_course_toads_turnpike_bus_unknown_model7 + type: vtx + offset: 0x1AA98 + count: 20 +d_course_toads_turnpike_bus_unknown_model8: + symbol: d_course_toads_turnpike_bus_unknown_model8 + type: vtx + offset: 0x1ABD8 + count: 21 +d_course_toads_turnpike_bus_unknown_model9: + symbol: d_course_toads_turnpike_bus_unknown_model9 + type: vtx + offset: 0x1AD28 + count: 8 +d_course_toads_turnpike_bus_unknown_model10: + symbol: d_course_toads_turnpike_bus_unknown_model10 + type: vtx + offset: 0x1ADA8 + count: 32 +d_course_toads_turnpike_bus_unknown_model11: + symbol: d_course_toads_turnpike_bus_unknown_model11 + type: vtx + offset: 0x1AFA8 + count: 32 +d_course_toads_turnpike_bus_unknown_model12: + symbol: d_course_toads_turnpike_bus_unknown_model12 + type: vtx + offset: 0x1B1A8 + count: 10 +d_course_toads_turnpike_bus_unknown_model13: + symbol: d_course_toads_turnpike_bus_unknown_model13 + type: vtx + offset: 0x1B248 + count: 8 +d_course_toads_turnpike_bus_unknown_model14: + symbol: d_course_toads_turnpike_bus_unknown_model14 + type: vtx + offset: 0x1B2C8 + count: 24 +d_course_toads_turnpike_bus_unknown_model15: + symbol: d_course_toads_turnpike_bus_unknown_model15 + type: vtx + offset: 0x1B448 + count: 24 +d_course_toads_turnpike_dl_1B5C8: + symbol: d_course_toads_turnpike_dl_1B5C8 + type: gfx + offset: 0x1B5C8 +d_course_toads_turnpike_dl_1B658: + symbol: d_course_toads_turnpike_dl_1B658 + type: gfx + offset: 0x1B658 +d_course_toads_turnpike_dl_1B6D8: + symbol: d_course_toads_turnpike_dl_1B6D8 + type: gfx + offset: 0x1B6D8 +d_course_toads_turnpike_dl_1B758: + symbol: d_course_toads_turnpike_dl_1B758 + type: gfx + offset: 0x1B758 +d_course_toads_turnpike_dl_1B778: + symbol: d_course_toads_turnpike_dl_1B778 + type: gfx + offset: 0x1B778 +d_course_toads_turnpike_dl_1B788: + symbol: d_course_toads_turnpike_dl_1B788 + type: gfx + offset: 0x1B788 +d_course_toads_turnpike_dl_1B810: + symbol: d_course_toads_turnpike_dl_1B810 + type: gfx + offset: 0x1B810 +d_course_toads_turnpike_dl_1B8A0: + symbol: d_course_toads_turnpike_dl_1B8A0 + type: gfx + offset: 0x1B8A0 +d_course_toads_turnpike_dl_1BC78: + symbol: d_course_toads_turnpike_dl_1BC78 + type: gfx + offset: 0x1BC78 +d_course_toads_turnpike_dl_1BD48: + symbol: d_course_toads_turnpike_dl_1BD48 + type: gfx + offset: 0x1BD48 +d_course_toads_turnpike_dl_1BE18: + symbol: d_course_toads_turnpike_dl_1BE18 + type: gfx + offset: 0x1BE18 +d_course_toads_turnpike_dl_1BE48: + symbol: d_course_toads_turnpike_dl_1BE48 + type: gfx + offset: 0x1BE48 +d_course_toads_turnpike_bus_model_lod1: + symbol: d_course_toads_turnpike_bus_model_lod1 + type: vtx + offset: 0x1BE58 + count: 8 +d_course_toads_turnpike_bus_unknown_model16: + symbol: d_course_toads_turnpike_bus_unknown_model16 + type: vtx + offset: 0x1BED8 + count: 8 +d_course_toads_turnpike_bus_unknown_model17: + symbol: d_course_toads_turnpike_bus_unknown_model17 + type: vtx + offset: 0x1BF58 + count: 8 +d_course_toads_turnpike_bus_unknown_model18: + symbol: d_course_toads_turnpike_bus_unknown_model18 + type: vtx + offset: 0x1BFD8 + count: 8 +d_course_toads_turnpike_bus_unknown_model19: + symbol: d_course_toads_turnpike_bus_unknown_model19 + type: vtx + offset: 0x1C058 + count: 4 +d_course_toads_turnpike_bus_unknown_model20: + symbol: d_course_toads_turnpike_bus_unknown_model20 + type: vtx + offset: 0x1C098 + count: 4 +d_course_toads_turnpike_bus_unknown_model21: + symbol: d_course_toads_turnpike_bus_unknown_model21 + type: vtx + offset: 0x1C0D8 + count: 4 +d_course_toads_turnpike_bus_unknown_model22: + symbol: d_course_toads_turnpike_bus_unknown_model22 + type: vtx + offset: 0x1C118 + count: 6 +d_course_toads_turnpike_bus_unknown_model23: + symbol: d_course_toads_turnpike_bus_unknown_model23 + type: vtx + offset: 0x1C178 + count: 32 +d_course_toads_turnpike_bus_unknown_model24: + symbol: d_course_toads_turnpike_bus_unknown_model24 + type: vtx + offset: 0x1C378 + count: 31 +d_course_toads_turnpike_bus_unknown_model25: + symbol: d_course_toads_turnpike_bus_unknown_model25 + type: vtx + offset: 0x1C568 + count: 12 +d_course_toads_turnpike_dl_1C628: + symbol: d_course_toads_turnpike_dl_1C628 + type: gfx + offset: 0x1C628 +d_course_toads_turnpike_dl_1C688: + symbol: d_course_toads_turnpike_dl_1C688 + type: gfx + offset: 0x1C688 +d_course_toads_turnpike_dl_1C6E8: + symbol: d_course_toads_turnpike_dl_1C6E8 + type: gfx + offset: 0x1C6E8 +d_course_toads_turnpike_dl_1C700: + symbol: d_course_toads_turnpike_dl_1C700 + type: gfx + offset: 0x1C700 +d_course_toads_turnpike_dl_1C710: + symbol: d_course_toads_turnpike_dl_1C710 + type: gfx + offset: 0x1C710 +d_course_toads_turnpike_dl_1C770: + symbol: d_course_toads_turnpike_dl_1C770 + type: gfx + offset: 0x1C770 +d_course_toads_turnpike_dl_1C7D0: + symbol: d_course_toads_turnpike_dl_1C7D0 + type: gfx + offset: 0x1C7D0 +d_course_toads_turnpike_dl_1CA88: + symbol: d_course_toads_turnpike_dl_1CA88 + type: gfx + offset: 0x1CA88 +d_course_toads_turnpike_dl_1CAA8: + symbol: d_course_toads_turnpike_dl_1CAA8 + type: gfx + offset: 0x1CAA8 +d_course_toads_turnpike_bus_model_lod2: + symbol: d_course_toads_turnpike_bus_model_lod2 + type: vtx + offset: 0x1CAB8 + count: 8 +d_course_toads_turnpike_bus_unknown_model26: + symbol: d_course_toads_turnpike_bus_unknown_model26 + type: vtx + offset: 0x1CB38 + count: 8 +d_course_toads_turnpike_bus_unknown_model27: + symbol: d_course_toads_turnpike_bus_unknown_model27 + type: vtx + offset: 0x1CBB8 + count: 4 +d_course_toads_turnpike_bus_unknown_model28: + symbol: d_course_toads_turnpike_bus_unknown_model28 + type: vtx + offset: 0x1CBF8 + count: 4 +d_course_toads_turnpike_bus_unknown_model29: + symbol: d_course_toads_turnpike_bus_unknown_model29 + type: vtx + offset: 0x1CC38 + count: 4 +d_course_toads_turnpike_bus_unknown_model30: + symbol: d_course_toads_turnpike_bus_unknown_model30 + type: vtx + offset: 0x1CC78 + count: 8 +d_course_toads_turnpike_bus_unknown_model31: + symbol: d_course_toads_turnpike_bus_unknown_model31 + type: vtx + offset: 0x1CCF8 + count: 10 +d_course_toads_turnpike_dl_1CD98: + symbol: d_course_toads_turnpike_dl_1CD98 + type: gfx + offset: 0x1CD98 +d_course_toads_turnpike_dl_1CDF8: + symbol: d_course_toads_turnpike_dl_1CDF8 + type: gfx + offset: 0x1CDF8 +d_course_toads_turnpike_dl_1CE58: + symbol: d_course_toads_turnpike_dl_1CE58 + type: gfx + offset: 0x1CE58 +d_course_toads_turnpike_dl_1CE70: + symbol: d_course_toads_turnpike_dl_1CE70 + type: gfx + offset: 0x1CE70 +d_course_toads_turnpike_dl_1CE80: + symbol: d_course_toads_turnpike_dl_1CE80 + type: gfx + offset: 0x1CE80 +d_course_toads_turnpike_dl_1D008: + symbol: d_course_toads_turnpike_dl_1D008 + type: gfx + offset: 0x1D008 +d_course_toads_turnpike_dl_1D018: + symbol: d_course_toads_turnpike_dl_1D018 + type: gfx + offset: 0x1D018 +d_course_toads_turnpike_tanker_truck_model_lod0: + symbol: d_course_toads_turnpike_tanker_truck_model_lod0 + type: vtx + offset: 0x1D028 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model1: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model1 + type: vtx + offset: 0x1D128 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model2: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model2 + type: vtx + offset: 0x1D228 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model3: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model3 + type: vtx + offset: 0x1D328 + count: 20 +d_course_toads_turnpike_tanker_truck_unknown_model4: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model4 + type: vtx + offset: 0x1D468 + count: 20 +d_course_toads_turnpike_tanker_truck_unknown_model5: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model5 + type: vtx + offset: 0x1D5A8 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model6: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model6 + type: vtx + offset: 0x1D7A8 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model7: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model7 + type: vtx + offset: 0x1D928 + count: 18 +d_course_toads_turnpike_tanker_truck_unknown_model8: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model8 + type: vtx + offset: 0x1DA48 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model9: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model9 + type: vtx + offset: 0x1DB08 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model10: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model10 + type: vtx + offset: 0x1DD08 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model11: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model11 + type: vtx + offset: 0x1DD48 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model12: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model12 + type: vtx + offset: 0x1DE08 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model13: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model13 + type: vtx + offset: 0x1DF88 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model14: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model14 + type: vtx + offset: 0x1E108 + count: 24 +d_course_toads_turnpike_dl_1E288: + symbol: d_course_toads_turnpike_dl_1E288 + type: gfx + offset: 0x1E288 +d_course_toads_turnpike_dl_1E318: + symbol: d_course_toads_turnpike_dl_1E318 + type: gfx + offset: 0x1E318 +d_course_toads_turnpike_dl_1E3A8: + symbol: d_course_toads_turnpike_dl_1E3A8 + type: gfx + offset: 0x1E3A8 +d_course_toads_turnpike_dl_1E438: + symbol: d_course_toads_turnpike_dl_1E438 + type: gfx + offset: 0x1E438 +d_course_toads_turnpike_dl_1E458: + symbol: d_course_toads_turnpike_dl_1E458 + type: gfx + offset: 0x1E458 +d_course_toads_turnpike_dl_1E468: + symbol: d_course_toads_turnpike_dl_1E468 + type: gfx + offset: 0x1E468 +d_course_toads_turnpike_dl_1E508: + symbol: d_course_toads_turnpike_dl_1E508 + type: gfx + offset: 0x1E508 +d_course_toads_turnpike_dl_1E810: + symbol: d_course_toads_turnpike_dl_1E810 + type: gfx + offset: 0x1E810 +d_course_toads_turnpike_dl_1E8A0: + symbol: d_course_toads_turnpike_dl_1E8A0 + type: gfx + offset: 0x1E8A0 +d_course_toads_turnpike_dl_1E970: + symbol: d_course_toads_turnpike_dl_1E970 + type: gfx + offset: 0x1E970 +d_course_toads_turnpike_dl_1EA40: + symbol: d_course_toads_turnpike_dl_1EA40 + type: gfx + offset: 0x1EA40 +d_course_toads_turnpike_dl_1EB10: + symbol: d_course_toads_turnpike_dl_1EB10 + type: gfx + offset: 0x1EB10 +d_course_toads_turnpike_dl_1EB48: + symbol: d_course_toads_turnpike_dl_1EB48 + type: gfx + offset: 0x1EB48 +d_course_toads_turnpike_tanker_truck_model_lod1: + symbol: d_course_toads_turnpike_tanker_truck_model_lod1 + type: vtx + offset: 0x1EB58 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model15: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model15 + type: vtx + offset: 0x1EBD8 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model16: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model16 + type: vtx + offset: 0x1EC18 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model17: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model17 + type: vtx + offset: 0x1EC98 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model18: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model18 + type: vtx + offset: 0x1ECD8 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model19: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model19 + type: vtx + offset: 0x1EDD8 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model20: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model20 + type: vtx + offset: 0x1EFD8 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model21: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model21 + type: vtx + offset: 0x1F158 + count: 18 +d_course_toads_turnpike_tanker_truck_unknown_model22: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model22 + type: vtx + offset: 0x1F278 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model23: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model23 + type: vtx + offset: 0x1F338 + count: 30 +d_course_toads_turnpike_tanker_truck_unknown_model24: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model24 + type: vtx + offset: 0x1F518 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model25: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model25 + type: vtx + offset: 0x1F558 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model26: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model26 + type: vtx + offset: 0x1F5D8 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model27: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model27 + type: vtx + offset: 0x1F618 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model28: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model28 + type: vtx + offset: 0x1F698 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model29: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model29 + type: vtx + offset: 0x1F6D8 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model30: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model30 + type: vtx + offset: 0x1F798 + count: 4 +d_course_toads_turnpike_dl_1F7D8: + symbol: d_course_toads_turnpike_dl_1F7D8 + type: gfx + offset: 0x1F7D8 +d_course_toads_turnpike_dl_1F850: + symbol: d_course_toads_turnpike_dl_1F850 + type: gfx + offset: 0x1F850 +d_course_toads_turnpike_dl_1F8C0: + symbol: d_course_toads_turnpike_dl_1F8C0 + type: gfx + offset: 0x1F8C0 +d_course_toads_turnpike_dl_1F938: + symbol: d_course_toads_turnpike_dl_1F938 + type: gfx + offset: 0x1F938 +d_course_toads_turnpike_dl_1F9A8: + symbol: d_course_toads_turnpike_dl_1F9A8 + type: gfx + offset: 0x1F9A8 +d_course_toads_turnpike_dl_1F9D0: + symbol: d_course_toads_turnpike_dl_1F9D0 + type: gfx + offset: 0x1F9D0 +d_course_toads_turnpike_dl_1F9E0: + symbol: d_course_toads_turnpike_dl_1F9E0 + type: gfx + offset: 0x1F9E0 +d_course_toads_turnpike_dl_1FCD8: + symbol: d_course_toads_turnpike_dl_1FCD8 + type: gfx + offset: 0x1FCD8 +d_course_toads_turnpike_dl_1FD58: + symbol: d_course_toads_turnpike_dl_1FD58 + type: gfx + offset: 0x1FD58 +d_course_toads_turnpike_dl_1FDD0: + symbol: d_course_toads_turnpike_dl_1FDD0 + type: gfx + offset: 0x1FDD0 +d_course_toads_turnpike_dl_1FE50: + symbol: d_course_toads_turnpike_dl_1FE50 + type: gfx + offset: 0x1FE50 +d_course_toads_turnpike_dl_1FEC8: + symbol: d_course_toads_turnpike_dl_1FEC8 + type: gfx + offset: 0x1FEC8 +d_course_toads_turnpike_dl_1FF50: + symbol: d_course_toads_turnpike_dl_1FF50 + type: gfx + offset: 0x1FF50 +d_course_toads_turnpike_dl_1FFC8: + symbol: d_course_toads_turnpike_dl_1FFC8 + type: gfx + offset: 0x1FFC8 +d_course_toads_turnpike_dl_20008: + symbol: d_course_toads_turnpike_dl_20008 + type: gfx + offset: 0x20008 +d_course_toads_turnpike_tanker_truck_model_lod2: + symbol: d_course_toads_turnpike_tanker_truck_model_lod2 + type: vtx + offset: 0x20018 + count: 14 +d_course_toads_turnpike_tanker_truck_unknown_model31: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model31 + type: vtx + offset: 0x200F8 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model32: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model32 + type: vtx + offset: 0x201B8 + count: 21 +d_course_toads_turnpike_tanker_truck_unknown_model33: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model33 + type: vtx + offset: 0x20308 + count: 4 +d_course_toads_turnpike_dl_20348: + symbol: d_course_toads_turnpike_dl_20348 + type: gfx + offset: 0x20348 +d_course_toads_turnpike_dl_20450: + symbol: d_course_toads_turnpike_dl_20450 + type: gfx + offset: 0x20450 +d_course_toads_turnpike_dl_204F8: + symbol: d_course_toads_turnpike_dl_204F8 + type: gfx + offset: 0x204F8 +d_course_toads_turnpike_dl_20510: + symbol: d_course_toads_turnpike_dl_20510 + type: gfx + offset: 0x20510 +d_course_toads_turnpike_dl_20520: + symbol: d_course_toads_turnpike_dl_20520 + type: gfx + offset: 0x20520 +d_course_toads_turnpike_dl_20598: + symbol: d_course_toads_turnpike_dl_20598 + type: gfx + offset: 0x20598 +d_course_toads_turnpike_dl_205A8: + symbol: d_course_toads_turnpike_dl_205A8 + type: gfx + offset: 0x205A8 +d_course_toads_turnpike_car_model_lod0: + symbol: d_course_toads_turnpike_car_model_lod0 + type: vtx + offset: 0x205B8 + count: 16 +d_course_toads_turnpike_car_unknown_model1: + symbol: d_course_toads_turnpike_car_unknown_model1 + type: vtx + offset: 0x206B8 + count: 16 +d_course_toads_turnpike_car_unknown_model2: + symbol: d_course_toads_turnpike_car_unknown_model2 + type: vtx + offset: 0x207B8 + count: 10 +d_course_toads_turnpike_car_unknown_model3: + symbol: d_course_toads_turnpike_car_unknown_model3 + type: vtx + offset: 0x20858 + count: 10 +d_course_toads_turnpike_car_unknown_model4: + symbol: d_course_toads_turnpike_car_unknown_model4 + type: vtx + offset: 0x208F8 + count: 24 +d_course_toads_turnpike_car_unknown_model5: + symbol: d_course_toads_turnpike_car_unknown_model5 + type: vtx + offset: 0x20A78 + count: 8 +d_course_toads_turnpike_car_unknown_model6: + symbol: d_course_toads_turnpike_car_unknown_model6 + type: vtx + offset: 0x20AF8 + count: 4 +d_course_toads_turnpike_car_unknown_model7: + symbol: d_course_toads_turnpike_car_unknown_model7 + type: vtx + offset: 0x20B38 + count: 32 +d_course_toads_turnpike_car_unknown_model8: + symbol: d_course_toads_turnpike_car_unknown_model8 + type: vtx + offset: 0x20D38 + count: 32 +d_course_toads_turnpike_car_unknown_model9: + symbol: d_course_toads_turnpike_car_unknown_model9 + type: vtx + offset: 0x20F38 + count: 32 +d_course_toads_turnpike_car_unknown_model10: + symbol: d_course_toads_turnpike_car_unknown_model10 + type: vtx + offset: 0x21138 + count: 23 +d_course_toads_turnpike_car_unknown_model11: + symbol: d_course_toads_turnpike_car_unknown_model11 + type: vtx + offset: 0x212A8 + count: 10 +d_course_toads_turnpike_car_unknown_model12: + symbol: d_course_toads_turnpike_car_unknown_model12 + type: vtx + offset: 0x21348 + count: 12 +d_course_toads_turnpike_car_unknown_model13: + symbol: d_course_toads_turnpike_car_unknown_model13 + type: vtx + offset: 0x21408 + count: 12 +d_course_toads_turnpike_car_unknown_model14: + symbol: d_course_toads_turnpike_car_unknown_model14 + type: vtx + offset: 0x214C8 + count: 12 +d_course_toads_turnpike_car_unknown_model15: + symbol: d_course_toads_turnpike_car_unknown_model15 + type: vtx + offset: 0x21588 + count: 12 +d_course_toads_turnpike_dl_21648: + symbol: d_course_toads_turnpike_dl_21648 + type: gfx + offset: 0x21648 +d_course_toads_turnpike_dl_216D8: + symbol: d_course_toads_turnpike_dl_216D8 + type: gfx + offset: 0x216D8 +d_course_toads_turnpike_dl_21768: + symbol: d_course_toads_turnpike_dl_21768 + type: gfx + offset: 0x21768 +d_course_toads_turnpike_dl_21780: + symbol: d_course_toads_turnpike_dl_21780 + type: gfx + offset: 0x21780 +d_course_toads_turnpike_dl_21790: + symbol: d_course_toads_turnpike_dl_21790 + type: gfx + offset: 0x21790 +d_course_toads_turnpike_dl_21820: + symbol: d_course_toads_turnpike_dl_21820 + type: gfx + offset: 0x21820 +d_course_toads_turnpike_dl_218B0: + symbol: d_course_toads_turnpike_dl_218B0 + type: gfx + offset: 0x218B0 +d_course_toads_turnpike_dl_21950: + symbol: d_course_toads_turnpike_dl_21950 + type: gfx + offset: 0x21950 +d_course_toads_turnpike_dl_21A28: + symbol: d_course_toads_turnpike_dl_21A28 + type: gfx + offset: 0x21A28 +d_course_toads_turnpike_dl_21C78: + symbol: d_course_toads_turnpike_dl_21C78 + type: gfx + offset: 0x21C78 +d_course_toads_turnpike_dl_21CD0: + symbol: d_course_toads_turnpike_dl_21CD0 + type: gfx + offset: 0x21CD0 +d_course_toads_turnpike_dl_21D28: + symbol: d_course_toads_turnpike_dl_21D28 + type: gfx + offset: 0x21D28 +d_course_toads_turnpike_dl_21D80: + symbol: d_course_toads_turnpike_dl_21D80 + type: gfx + offset: 0x21D80 +d_course_toads_turnpike_dl_21DD8: + symbol: d_course_toads_turnpike_dl_21DD8 + type: gfx + offset: 0x21DD8 +d_course_toads_turnpike_dl_21E28: + symbol: d_course_toads_turnpike_dl_21E28 + type: gfx + offset: 0x21E28 +d_course_toads_turnpike_car_model_lod1: + symbol: d_course_toads_turnpike_car_model_lod1 + type: vtx + offset: 0x21E38 + count: 16 +d_course_toads_turnpike_car_unknown_model16: + symbol: d_course_toads_turnpike_car_unknown_model16 + type: vtx + offset: 0x21F38 + count: 16 +d_course_toads_turnpike_car_unknown_model17: + symbol: d_course_toads_turnpike_car_unknown_model17 + type: vtx + offset: 0x22038 + count: 16 +d_course_toads_turnpike_car_unknown_model18: + symbol: d_course_toads_turnpike_car_unknown_model18 + type: vtx + offset: 0x22138 + count: 8 +d_course_toads_turnpike_car_unknown_model19: + symbol: d_course_toads_turnpike_car_unknown_model19 + type: vtx + offset: 0x221B8 + count: 8 +d_course_toads_turnpike_car_unknown_model20: + symbol: d_course_toads_turnpike_car_unknown_model20 + type: vtx + offset: 0x22238 + count: 24 +d_course_toads_turnpike_car_unknown_model21: + symbol: d_course_toads_turnpike_car_unknown_model21 + type: vtx + offset: 0x223B8 + count: 8 +d_course_toads_turnpike_car_unknown_model22: + symbol: d_course_toads_turnpike_car_unknown_model22 + type: vtx + offset: 0x22438 + count: 4 +d_course_toads_turnpike_car_unknown_model23: + symbol: d_course_toads_turnpike_car_unknown_model23 + type: vtx + offset: 0x22478 + count: 31 +d_course_toads_turnpike_car_unknown_model24: + symbol: d_course_toads_turnpike_car_unknown_model24 + type: vtx + offset: 0x22668 + count: 32 +d_course_toads_turnpike_car_unknown_model25: + symbol: d_course_toads_turnpike_car_unknown_model25 + type: vtx + offset: 0x22868 + count: 22 +d_course_toads_turnpike_car_unknown_model26: + symbol: d_course_toads_turnpike_car_unknown_model26 + type: vtx + offset: 0x229C8 + count: 10 +d_course_toads_turnpike_dl_22A68: + symbol: d_course_toads_turnpike_dl_22A68 + type: gfx + offset: 0x22A68 +d_course_toads_turnpike_dl_22AF8: + symbol: d_course_toads_turnpike_dl_22AF8 + type: gfx + offset: 0x22AF8 +d_course_toads_turnpike_dl_22B88: + symbol: d_course_toads_turnpike_dl_22B88 + type: gfx + offset: 0x22B88 +d_course_toads_turnpike_dl_22BA0: + symbol: d_course_toads_turnpike_dl_22BA0 + type: gfx + offset: 0x22BA0 +d_course_toads_turnpike_dl_22BB0: + symbol: d_course_toads_turnpike_dl_22BB0 + type: gfx + offset: 0x22BB0 +d_course_toads_turnpike_dl_22C50: + symbol: d_course_toads_turnpike_dl_22C50 + type: gfx + offset: 0x22C50 +d_course_toads_turnpike_dl_22C88: + symbol: d_course_toads_turnpike_dl_22C88 + type: gfx + offset: 0x22C88 +d_course_toads_turnpike_dl_22CC0: + symbol: d_course_toads_turnpike_dl_22CC0 + type: gfx + offset: 0x22CC0 +d_course_toads_turnpike_dl_22D60: + symbol: d_course_toads_turnpike_dl_22D60 + type: gfx + offset: 0x22D60 +d_course_toads_turnpike_dl_22E38: + symbol: d_course_toads_turnpike_dl_22E38 + type: gfx + offset: 0x22E38 +d_course_toads_turnpike_dl_23040: + symbol: d_course_toads_turnpike_dl_23040 + type: gfx + offset: 0x23040 +d_course_toads_turnpike_dl_23078: + symbol: d_course_toads_turnpike_dl_23078 + type: gfx + offset: 0x23078 +d_course_toads_turnpike_car_model_lod2: + symbol: d_course_toads_turnpike_car_model_lod2 + type: vtx + offset: 0x23088 + count: 8 +d_course_toads_turnpike_car_unknown_model27: + symbol: d_course_toads_turnpike_car_unknown_model27 + type: vtx + offset: 0x23108 + count: 8 +d_course_toads_turnpike_car_unknown_model28: + symbol: d_course_toads_turnpike_car_unknown_model28 + type: vtx + offset: 0x23188 + count: 4 +d_course_toads_turnpike_car_unknown_model29: + symbol: d_course_toads_turnpike_car_unknown_model29 + type: vtx + offset: 0x231C8 + count: 16 +d_course_toads_turnpike_car_unknown_model30: + symbol: d_course_toads_turnpike_car_unknown_model30 + type: vtx + offset: 0x232C8 + count: 8 +d_course_toads_turnpike_car_unknown_model31: + symbol: d_course_toads_turnpike_car_unknown_model31 + type: vtx + offset: 0x23348 + count: 27 +d_course_toads_turnpike_car_unknown_model32: + symbol: d_course_toads_turnpike_car_unknown_model32 + type: vtx + offset: 0x234F8 + count: 4 +d_course_toads_turnpike_dl_23538: + symbol: d_course_toads_turnpike_dl_23538 + type: gfx + offset: 0x23538 +d_course_toads_turnpike_dl_23600: + symbol: d_course_toads_turnpike_dl_23600 + type: gfx + offset: 0x23600 +d_course_toads_turnpike_dl_23678: + symbol: d_course_toads_turnpike_dl_23678 + type: gfx + offset: 0x23678 +d_course_toads_turnpike_dl_237D8: + symbol: d_course_toads_turnpike_dl_237D8 + type: gfx + offset: 0x237D8 +d_course_toads_turnpike_dl_237F8: + symbol: d_course_toads_turnpike_dl_237F8 + type: gfx + offset: 0x237F8 +d_course_toads_turnpike_dl_23808: + symbol: d_course_toads_turnpike_dl_23808 + type: gfx + offset: 0x23808 +d_course_toads_turnpike_dl_23838: + symbol: d_course_toads_turnpike_dl_23838 + type: gfx + offset: 0x23838 +d_course_toads_turnpike_dl_23848: + symbol: d_course_toads_turnpike_dl_23848 + type: gfx + offset: 0x23848 +d_course_toads_turnpike_dl_23858: + symbol: d_course_toads_turnpike_dl_23858 + type: gfx + offset: 0x23858 +d_course_toads_turnpike_dl_238A0: + symbol: d_course_toads_turnpike_dl_238A0 + type: gfx + offset: 0x238A0 +d_course_toads_turnpike_dl_238E8: + symbol: d_course_toads_turnpike_dl_238E8 + type: gfx + offset: 0x238E8 +d_course_toads_turnpike_dl_23930: + symbol: d_course_toads_turnpike_dl_23930 + type: gfx + offset: 0x23930 +d_course_toads_turnpike_item_box_spawns: + symbol: d_course_toads_turnpike_item_box_spawns + type: mk64:spawn_data + offset: 0x23AE0 + count: 17 +d_course_toads_turnpike_addr: + symbol: d_course_toads_turnpike_addr + type: mk64:track_sections + offset: 0x23B68 + count: 23 diff --git a/android/app/src/main/assets/yamls/us/toads_turnpike_displaylists.yml b/android/app/src/main/assets/yamls/us/toads_turnpike_displaylists.yml new file mode 100644 index 0000000000..3bcf58434c --- /dev/null +++ b/android/app/src/main/assets/yamls/us/toads_turnpike_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x925F50 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_toads_turnpike_packed_dls: + symbol: d_course_toads_turnpike_packed_dls + type: blob + offset: 0x925F50 + size: 0x2D16 diff --git a/android/app/src/main/assets/yamls/us/toads_turnpike_offsets.yml b/android/app/src/main/assets/yamls/us/toads_turnpike_offsets.yml new file mode 100644 index 0000000000..0498ade7f4 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/toads_turnpike_offsets.yml @@ -0,0 +1,65 @@ +:config: + segments: + - [0x09, 0x88E8D0] + - [0x06, 0x857E80] + - [0x0D, 0x132B50] + external_files: + - "yamls/us/common_data.yml" + - "yamls/us/toads_turnpike_data.yml" + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +toads_turnpike_dl_0: + symbol: toads_turnpike_dl_0 + type: gfx + offset: 0x140 +toads_turnpike_dl_1: + symbol: toads_turnpike_dl_1 + type: gfx + offset: 0x178 +toads_turnpike_dl_2: + symbol: toads_turnpike_dl_2 + type: gfx + offset: 0x1B0 +toads_turnpike_dl_3: + symbol: toads_turnpike_dl_3 + type: gfx + offset: 0x1F0 +toads_turnpike_dl_4: + symbol: toads_turnpike_dl_4 + type: gfx + offset: 0x228 +toads_turnpike_dl_5: + symbol: toads_turnpike_dl_5 + type: gfx + offset: 0x260 +toads_turnpike_dl_6: + symbol: toads_turnpike_dl_6 + type: gfx + offset: 0x2A0 +toads_turnpike_dl_7: + symbol: toads_turnpike_dl_7 + type: gfx + offset: 0x2D8 +toads_turnpike_dl_8: + symbol: toads_turnpike_dl_8 + type: gfx + offset: 0x310 +toads_turnpike_dl_9: + symbol: toads_turnpike_dl_9 + type: gfx + offset: 0x350 +toads_turnpike_dl_10: + symbol: toads_turnpike_dl_10 + type: gfx + offset: 0x388 +toads_turnpike_dl_11: + symbol: toads_turnpike_dl_11 + type: gfx + offset: 0x3C0 + \ No newline at end of file diff --git a/android/app/src/main/assets/yamls/us/toads_turnpike_vertices.yml b/android/app/src/main/assets/yamls/us/toads_turnpike_vertices.yml new file mode 100644 index 0000000000..4508a9fc9a --- /dev/null +++ b/android/app/src/main/assets/yamls/us/toads_turnpike_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x91B980] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_toads_turnpike_vertex: + symbol: d_course_toads_turnpike_vertex + type: mk64:course_vtx + count: 6359 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/wario_kart.yml b/android/app/src/main/assets/yamls/us/wario_kart.yml new file mode 100644 index 0000000000..a4fbecc69d --- /dev/null +++ b/android/app/src/main/assets/yamls/us/wario_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x39E0C0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + wario_kart_wheels: + range: [0x78F9C, 0x9D11C] + mode: APPEND +wario_kart_frame000: + symbol: gKartWario000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame001: + symbol: gKartWario001 + type: texture + offset: 0x54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_001_wheel_0 +wario_kart_frame002: + symbol: gKartWario002 + type: texture + offset: 0xAB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_002_wheel_0 +wario_kart_frame003: + symbol: gKartWario003 + type: texture + offset: 0x1004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_003_wheel_0 +wario_kart_frame004: + symbol: gKartWario004 + type: texture + offset: 0x1558 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_004_wheel_0 +wario_kart_frame005: + symbol: gKartWario005 + type: texture + offset: 0x1AE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_005_wheel_0 +wario_kart_frame006: + symbol: gKartWario006 + type: texture + offset: 0x2060 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_006_wheel_0 +wario_kart_frame007: + symbol: gKartWario007 + type: texture + offset: 0x260C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_007_wheel_0 +wario_kart_frame008: + symbol: gKartWario008 + type: texture + offset: 0x2BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_008_wheel_0 +wario_kart_frame009: + symbol: gKartWario009 + type: texture + offset: 0x3164 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_009_wheel_0 +wario_kart_frame010: + symbol: gKartWario010 + type: texture + offset: 0x3724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_010_wheel_0 +wario_kart_frame011: + symbol: gKartWario011 + type: texture + offset: 0x3CF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_011_wheel_0 +wario_kart_frame012: + symbol: gKartWario012 + type: texture + offset: 0x42CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_012_wheel_0 +wario_kart_frame013: + symbol: gKartWario013 + type: texture + offset: 0x48C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_013_wheel_0 +wario_kart_frame014: + symbol: gKartWario014 + type: texture + offset: 0x4EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_014_wheel_0 +wario_kart_frame015: + symbol: gKartWario015 + type: texture + offset: 0x54B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_015_wheel_0 +wario_kart_frame016: + symbol: gKartWario016 + type: texture + offset: 0x5AC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_016_wheel_0 +wario_kart_frame017: + symbol: gKartWario017 + type: texture + offset: 0x60E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_017_wheel_0 +wario_kart_frame018: + symbol: gKartWario018 + type: texture + offset: 0x66F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_018_wheel_0 +wario_kart_frame019: + symbol: gKartWario019 + type: texture + offset: 0x6D24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_019_wheel_0 +wario_kart_frame020: + symbol: gKartWario020 + type: texture + offset: 0x7350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_020_wheel_0 +wario_kart_frame021: + symbol: gKartWario021 + type: texture + offset: 0x7974 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_021_wheel_0 +wario_kart_frame022: + symbol: gKartWario022 + type: texture + offset: 0x7EC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_022_wheel_0 +wario_kart_frame023: + symbol: gKartWario023 + type: texture + offset: 0x8430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_023_wheel_0 +wario_kart_frame024: + symbol: gKartWario024 + type: texture + offset: 0x89B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_024_wheel_0 +wario_kart_frame025: + symbol: gKartWario025 + type: texture + offset: 0x8F50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_025_wheel_0 +wario_kart_frame026: + symbol: gKartWario026 + type: texture + offset: 0x94C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_026_wheel_0 +wario_kart_frame027: + symbol: gKartWario027 + type: texture + offset: 0x9A60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_027_wheel_0 +wario_kart_frame028: + symbol: gKartWario028 + type: texture + offset: 0x9FFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_028_wheel_0 +wario_kart_frame029: + symbol: gKartWario029 + type: texture + offset: 0xA5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_029_wheel_0 +wario_kart_frame030: + symbol: gKartWario030 + type: texture + offset: 0xAB78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_030_wheel_0 +wario_kart_frame031: + symbol: gKartWario031 + type: texture + offset: 0xB160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_031_wheel_0 +wario_kart_frame032: + symbol: gKartWario032 + type: texture + offset: 0xB740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_032_wheel_0 +wario_kart_frame033: + symbol: gKartWario033 + type: texture + offset: 0xBD18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_033_wheel_0 +wario_kart_frame034: + symbol: gKartWario034 + type: texture + offset: 0xC31C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_034_wheel_0 +wario_kart_frame035: + symbol: gKartWario035 + type: texture + offset: 0xC934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_035_wheel_0 +wario_kart_frame036: + symbol: gKartWario036 + type: texture + offset: 0xCF40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_036_wheel_0 +wario_kart_frame037: + symbol: gKartWario037 + type: texture + offset: 0xD548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_037_wheel_0 +wario_kart_frame038: + symbol: gKartWario038 + type: texture + offset: 0xDB74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_038_wheel_0 +wario_kart_frame039: + symbol: gKartWario039 + type: texture + offset: 0xE198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_039_wheel_0 +wario_kart_frame040: + symbol: gKartWario040 + type: texture + offset: 0xE7BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_040_wheel_0 +wario_kart_frame041: + symbol: gKartWario041 + type: texture + offset: 0xEDF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_041_wheel_0 +wario_kart_frame042: + symbol: gKartWario042 + type: texture + offset: 0xF448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_042_wheel_0 +wario_kart_frame043: + symbol: gKartWario043 + type: texture + offset: 0xF9B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_043_wheel_0 +wario_kart_frame044: + symbol: gKartWario044 + type: texture + offset: 0xFF34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_044_wheel_0 +wario_kart_frame045: + symbol: gKartWario045 + type: texture + offset: 0x104C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_045_wheel_0 +wario_kart_frame046: + symbol: gKartWario046 + type: texture + offset: 0x10A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_046_wheel_0 +wario_kart_frame047: + symbol: gKartWario047 + type: texture + offset: 0x10FF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_047_wheel_0 +wario_kart_frame048: + symbol: gKartWario048 + type: texture + offset: 0x11588 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_048_wheel_0 +wario_kart_frame049: + symbol: gKartWario049 + type: texture + offset: 0x11B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_049_wheel_0 +wario_kart_frame050: + symbol: gKartWario050 + type: texture + offset: 0x12128 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_050_wheel_0 +wario_kart_frame051: + symbol: gKartWario051 + type: texture + offset: 0x126FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_051_wheel_0 +wario_kart_frame052: + symbol: gKartWario052 + type: texture + offset: 0x12CEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_052_wheel_0 +wario_kart_frame053: + symbol: gKartWario053 + type: texture + offset: 0x132C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_053_wheel_0 +wario_kart_frame054: + symbol: gKartWario054 + type: texture + offset: 0x138BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_054_wheel_0 +wario_kart_frame055: + symbol: gKartWario055 + type: texture + offset: 0x13EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_055_wheel_0 +wario_kart_frame056: + symbol: gKartWario056 + type: texture + offset: 0x144BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_056_wheel_0 +wario_kart_frame057: + symbol: gKartWario057 + type: texture + offset: 0x14AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_057_wheel_0 +wario_kart_frame058: + symbol: gKartWario058 + type: texture + offset: 0x15108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_058_wheel_0 +wario_kart_frame059: + symbol: gKartWario059 + type: texture + offset: 0x15730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_059_wheel_0 +wario_kart_frame060: + symbol: gKartWario060 + type: texture + offset: 0x15D60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_060_wheel_0 +wario_kart_frame061: + symbol: gKartWario061 + type: texture + offset: 0x163A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_061_wheel_0 +wario_kart_frame062: + symbol: gKartWario062 + type: texture + offset: 0x169E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_062_wheel_0 +wario_kart_frame063: + symbol: gKartWario063 + type: texture + offset: 0x17034 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_063_wheel_0 +wario_kart_frame064: + symbol: gKartWario064 + type: texture + offset: 0x175A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_064_wheel_0 +wario_kart_frame065: + symbol: gKartWario065 + type: texture + offset: 0x17B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_065_wheel_0 +wario_kart_frame066: + symbol: gKartWario066 + type: texture + offset: 0x180D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_066_wheel_0 +wario_kart_frame067: + symbol: gKartWario067 + type: texture + offset: 0x18670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_067_wheel_0 +wario_kart_frame068: + symbol: gKartWario068 + type: texture + offset: 0x18C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_068_wheel_0 +wario_kart_frame069: + symbol: gKartWario069 + type: texture + offset: 0x191CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_069_wheel_0 +wario_kart_frame070: + symbol: gKartWario070 + type: texture + offset: 0x19784 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_070_wheel_0 +wario_kart_frame071: + symbol: gKartWario071 + type: texture + offset: 0x19D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_071_wheel_0 +wario_kart_frame072: + symbol: gKartWario072 + type: texture + offset: 0x1A350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_072_wheel_0 +wario_kart_frame073: + symbol: gKartWario073 + type: texture + offset: 0x1A944 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_073_wheel_0 +wario_kart_frame074: + symbol: gKartWario074 + type: texture + offset: 0x1AF50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_074_wheel_0 +wario_kart_frame075: + symbol: gKartWario075 + type: texture + offset: 0x1B548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_075_wheel_0 +wario_kart_frame076: + symbol: gKartWario076 + type: texture + offset: 0x1BB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_076_wheel_0 +wario_kart_frame077: + symbol: gKartWario077 + type: texture + offset: 0x1C154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_077_wheel_0 +wario_kart_frame078: + symbol: gKartWario078 + type: texture + offset: 0x1C768 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_078_wheel_0 +wario_kart_frame079: + symbol: gKartWario079 + type: texture + offset: 0x1CD98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_079_wheel_0 +wario_kart_frame080: + symbol: gKartWario080 + type: texture + offset: 0x1D3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_080_wheel_0 +wario_kart_frame081: + symbol: gKartWario081 + type: texture + offset: 0x1D9F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_081_wheel_0 +wario_kart_frame082: + symbol: gKartWario082 + type: texture + offset: 0x1E038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_082_wheel_0 +wario_kart_frame083: + symbol: gKartWario083 + type: texture + offset: 0x1E67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_083_wheel_0 +wario_kart_frame084: + symbol: gKartWario084 + type: texture + offset: 0x1ECD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_084_wheel_0 +wario_kart_frame085: + symbol: gKartWario085 + type: texture + offset: 0x1F25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_085_wheel_0 +wario_kart_frame086: + symbol: gKartWario086 + type: texture + offset: 0x1F7E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_086_wheel_0 +wario_kart_frame087: + symbol: gKartWario087 + type: texture + offset: 0x1FD6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_087_wheel_0 +wario_kart_frame088: + symbol: gKartWario088 + type: texture + offset: 0x20330 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_088_wheel_0 +wario_kart_frame089: + symbol: gKartWario089 + type: texture + offset: 0x208E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_089_wheel_0 +wario_kart_frame090: + symbol: gKartWario090 + type: texture + offset: 0x20E9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_090_wheel_0 +wario_kart_frame091: + symbol: gKartWario091 + type: texture + offset: 0x21474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_091_wheel_0 +wario_kart_frame092: + symbol: gKartWario092 + type: texture + offset: 0x21A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_092_wheel_0 +wario_kart_frame093: + symbol: gKartWario093 + type: texture + offset: 0x22048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_093_wheel_0 +wario_kart_frame094: + symbol: gKartWario094 + type: texture + offset: 0x2262C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_094_wheel_0 +wario_kart_frame095: + symbol: gKartWario095 + type: texture + offset: 0x22C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_095_wheel_0 +wario_kart_frame096: + symbol: gKartWario096 + type: texture + offset: 0x23224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_096_wheel_0 +wario_kart_frame097: + symbol: gKartWario097 + type: texture + offset: 0x23824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_097_wheel_0 +wario_kart_frame098: + symbol: gKartWario098 + type: texture + offset: 0x23E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_098_wheel_0 +wario_kart_frame099: + symbol: gKartWario099 + type: texture + offset: 0x24430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_099_wheel_0 +wario_kart_frame100: + symbol: gKartWario100 + type: texture + offset: 0x24A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_100_wheel_0 +wario_kart_frame101: + symbol: gKartWario101 + type: texture + offset: 0x250A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_101_wheel_0 +wario_kart_frame102: + symbol: gKartWario102 + type: texture + offset: 0x256E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_102_wheel_0 +wario_kart_frame103: + symbol: gKartWario103 + type: texture + offset: 0x25D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_103_wheel_0 +wario_kart_frame104: + symbol: gKartWario104 + type: texture + offset: 0x26380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_104_wheel_0 +wario_kart_frame105: + symbol: gKartWario105 + type: texture + offset: 0x269E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_105_wheel_0 +wario_kart_frame106: + symbol: gKartWario106 + type: texture + offset: 0x26F78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_106_wheel_0 +wario_kart_frame107: + symbol: gKartWario107 + type: texture + offset: 0x2751C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_107_wheel_0 +wario_kart_frame108: + symbol: gKartWario108 + type: texture + offset: 0x27AA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_108_wheel_0 +wario_kart_frame109: + symbol: gKartWario109 + type: texture + offset: 0x28050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_109_wheel_0 +wario_kart_frame110: + symbol: gKartWario110 + type: texture + offset: 0x28618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_110_wheel_0 +wario_kart_frame111: + symbol: gKartWario111 + type: texture + offset: 0x28BEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_111_wheel_0 +wario_kart_frame112: + symbol: gKartWario112 + type: texture + offset: 0x291D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_112_wheel_0 +wario_kart_frame113: + symbol: gKartWario113 + type: texture + offset: 0x297B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_113_wheel_0 +wario_kart_frame114: + symbol: gKartWario114 + type: texture + offset: 0x29DA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_114_wheel_0 +wario_kart_frame115: + symbol: gKartWario115 + type: texture + offset: 0x2A3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_115_wheel_0 +wario_kart_frame116: + symbol: gKartWario116 + type: texture + offset: 0x2A9A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_116_wheel_0 +wario_kart_frame117: + symbol: gKartWario117 + type: texture + offset: 0x2AFB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_117_wheel_0 +wario_kart_frame118: + symbol: gKartWario118 + type: texture + offset: 0x2B5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_118_wheel_0 +wario_kart_frame119: + symbol: gKartWario119 + type: texture + offset: 0x2BBC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_119_wheel_0 +wario_kart_frame120: + symbol: gKartWario120 + type: texture + offset: 0x2C1E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_120_wheel_0 +wario_kart_frame121: + symbol: gKartWario121 + type: texture + offset: 0x2C820 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_121_wheel_0 +wario_kart_frame122: + symbol: gKartWario122 + type: texture + offset: 0x2CE68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_122_wheel_0 +wario_kart_frame123: + symbol: gKartWario123 + type: texture + offset: 0x2D4C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_123_wheel_0 +wario_kart_frame124: + symbol: gKartWario124 + type: texture + offset: 0x2DB28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_124_wheel_0 +wario_kart_frame125: + symbol: gKartWario125 + type: texture + offset: 0x2E190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_125_wheel_0 +wario_kart_frame126: + symbol: gKartWario126 + type: texture + offset: 0x2E80C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_126_wheel_0 +wario_kart_frame127: + symbol: gKartWario127 + type: texture + offset: 0x2ED9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_127_wheel_0 +wario_kart_frame128: + symbol: gKartWario128 + type: texture + offset: 0x2F338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_128_wheel_0 +wario_kart_frame129: + symbol: gKartWario129 + type: texture + offset: 0x2F8F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_129_wheel_0 +wario_kart_frame130: + symbol: gKartWario130 + type: texture + offset: 0x2FEB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_130_wheel_0 +wario_kart_frame131: + symbol: gKartWario131 + type: texture + offset: 0x30474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_131_wheel_0 +wario_kart_frame132: + symbol: gKartWario132 + type: texture + offset: 0x30A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_132_wheel_0 +wario_kart_frame133: + symbol: gKartWario133 + type: texture + offset: 0x31024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_133_wheel_0 +wario_kart_frame134: + symbol: gKartWario134 + type: texture + offset: 0x31618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_134_wheel_0 +wario_kart_frame135: + symbol: gKartWario135 + type: texture + offset: 0x31C0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_135_wheel_0 +wario_kart_frame136: + symbol: gKartWario136 + type: texture + offset: 0x321F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_136_wheel_0 +wario_kart_frame137: + symbol: gKartWario137 + type: texture + offset: 0x327F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_137_wheel_0 +wario_kart_frame138: + symbol: gKartWario138 + type: texture + offset: 0x32DF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_138_wheel_0 +wario_kart_frame139: + symbol: gKartWario139 + type: texture + offset: 0x333F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_139_wheel_0 +wario_kart_frame140: + symbol: gKartWario140 + type: texture + offset: 0x339FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_140_wheel_0 +wario_kart_frame141: + symbol: gKartWario141 + type: texture + offset: 0x34038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_141_wheel_0 +wario_kart_frame142: + symbol: gKartWario142 + type: texture + offset: 0x34670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_142_wheel_0 +wario_kart_frame143: + symbol: gKartWario143 + type: texture + offset: 0x34CC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_143_wheel_0 +wario_kart_frame144: + symbol: gKartWario144 + type: texture + offset: 0x3530C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_144_wheel_0 +wario_kart_frame145: + symbol: gKartWario145 + type: texture + offset: 0x35964 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_145_wheel_0 +wario_kart_frame146: + symbol: gKartWario146 + type: texture + offset: 0x35FC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_146_wheel_0 +wario_kart_frame147: + symbol: gKartWario147 + type: texture + offset: 0x36654 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_147_wheel_0 +wario_kart_frame148: + symbol: gKartWario148 + type: texture + offset: 0x36BD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_148_wheel_0 +wario_kart_frame149: + symbol: gKartWario149 + type: texture + offset: 0x37198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_149_wheel_0 +wario_kart_frame150: + symbol: gKartWario150 + type: texture + offset: 0x3773C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_150_wheel_0 +wario_kart_frame151: + symbol: gKartWario151 + type: texture + offset: 0x37D08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_151_wheel_0 +wario_kart_frame152: + symbol: gKartWario152 + type: texture + offset: 0x382D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_152_wheel_0 +wario_kart_frame153: + symbol: gKartWario153 + type: texture + offset: 0x38890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_153_wheel_0 +wario_kart_frame154: + symbol: gKartWario154 + type: texture + offset: 0x38E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_154_wheel_0 +wario_kart_frame155: + symbol: gKartWario155 + type: texture + offset: 0x39464 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_155_wheel_0 +wario_kart_frame156: + symbol: gKartWario156 + type: texture + offset: 0x39A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_156_wheel_0 +wario_kart_frame157: + symbol: gKartWario157 + type: texture + offset: 0x3A050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_157_wheel_0 +wario_kart_frame158: + symbol: gKartWario158 + type: texture + offset: 0x3A66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_158_wheel_0 +wario_kart_frame159: + symbol: gKartWario159 + type: texture + offset: 0x3AC7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_159_wheel_0 +wario_kart_frame160: + symbol: gKartWario160 + type: texture + offset: 0x3B284 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_160_wheel_0 +wario_kart_frame161: + symbol: gKartWario161 + type: texture + offset: 0x3B88C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_161_wheel_0 +wario_kart_frame162: + symbol: gKartWario162 + type: texture + offset: 0x3BEB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_162_wheel_0 +wario_kart_frame163: + symbol: gKartWario163 + type: texture + offset: 0x3C500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_163_wheel_0 +wario_kart_frame164: + symbol: gKartWario164 + type: texture + offset: 0x3CB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_164_wheel_0 +wario_kart_frame165: + symbol: gKartWario165 + type: texture + offset: 0x3D1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_165_wheel_0 +wario_kart_frame166: + symbol: gKartWario166 + type: texture + offset: 0x3D83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_166_wheel_0 +wario_kart_frame167: + symbol: gKartWario167 + type: texture + offset: 0x3DEC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_167_wheel_0 +wario_kart_frame168: + symbol: gKartWario168 + type: texture + offset: 0x3E548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_168_wheel_0 +wario_kart_frame169: + symbol: gKartWario169 + type: texture + offset: 0x3EAEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_169_wheel_0 +wario_kart_frame170: + symbol: gKartWario170 + type: texture + offset: 0x3F0AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_170_wheel_0 +wario_kart_frame171: + symbol: gKartWario171 + type: texture + offset: 0x3F650 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_171_wheel_0 +wario_kart_frame172: + symbol: gKartWario172 + type: texture + offset: 0x3FC28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_172_wheel_0 +wario_kart_frame173: + symbol: gKartWario173 + type: texture + offset: 0x401F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_173_wheel_0 +wario_kart_frame174: + symbol: gKartWario174 + type: texture + offset: 0x407B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_174_wheel_0 +wario_kart_frame175: + symbol: gKartWario175 + type: texture + offset: 0x40D88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_175_wheel_0 +wario_kart_frame176: + symbol: gKartWario176 + type: texture + offset: 0x41374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_176_wheel_0 +wario_kart_frame177: + symbol: gKartWario177 + type: texture + offset: 0x41978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_177_wheel_0 +wario_kart_frame178: + symbol: gKartWario178 + type: texture + offset: 0x41F74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_178_wheel_0 +wario_kart_frame179: + symbol: gKartWario179 + type: texture + offset: 0x42590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_179_wheel_0 +wario_kart_frame180: + symbol: gKartWario180 + type: texture + offset: 0x42BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_180_wheel_0 +wario_kart_frame181: + symbol: gKartWario181 + type: texture + offset: 0x431A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_181_wheel_0 +wario_kart_frame182: + symbol: gKartWario182 + type: texture + offset: 0x437B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_182_wheel_0 +wario_kart_frame183: + symbol: gKartWario183 + type: texture + offset: 0x43DEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_183_wheel_0 +wario_kart_frame184: + symbol: gKartWario184 + type: texture + offset: 0x44420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_184_wheel_0 +wario_kart_frame185: + symbol: gKartWario185 + type: texture + offset: 0x44A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_185_wheel_0 +wario_kart_frame186: + symbol: gKartWario186 + type: texture + offset: 0x450E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_186_wheel_0 +wario_kart_frame187: + symbol: gKartWario187 + type: texture + offset: 0x45750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_187_wheel_0 +wario_kart_frame188: + symbol: gKartWario188 + type: texture + offset: 0x45DE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_188_wheel_0 +wario_kart_frame189: + symbol: gKartWario189 + type: texture + offset: 0x4647C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_189_wheel_0 +wario_kart_frame190: + symbol: gKartWario190 + type: texture + offset: 0x469D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_190_wheel_0 +wario_kart_frame191: + symbol: gKartWario191 + type: texture + offset: 0x46F70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_191_wheel_0 +wario_kart_frame192: + symbol: gKartWario192 + type: texture + offset: 0x47528 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_192_wheel_0 +wario_kart_frame193: + symbol: gKartWario193 + type: texture + offset: 0x47B0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_193_wheel_0 +wario_kart_frame194: + symbol: gKartWario194 + type: texture + offset: 0x480F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_194_wheel_0 +wario_kart_frame195: + symbol: gKartWario195 + type: texture + offset: 0x48708 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_195_wheel_0 +wario_kart_frame196: + symbol: gKartWario196 + type: texture + offset: 0x48D40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_196_wheel_0 +wario_kart_frame197: + symbol: gKartWario197 + type: texture + offset: 0x49388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_197_wheel_0 +wario_kart_frame198: + symbol: gKartWario198 + type: texture + offset: 0x499D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_198_wheel_0 +wario_kart_frame199: + symbol: gKartWario199 + type: texture + offset: 0x4A05C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_199_wheel_0 +wario_kart_frame200: + symbol: gKartWario200 + type: texture + offset: 0x4A6E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_200_wheel_0 +wario_kart_frame201: + symbol: gKartWario201 + type: texture + offset: 0x4ADA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_201_wheel_0 +wario_kart_frame202: + symbol: gKartWario202 + type: texture + offset: 0x4B460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_202_wheel_0 +wario_kart_frame203: + symbol: gKartWario203 + type: texture + offset: 0x4BAFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_203_wheel_0 +wario_kart_frame204: + symbol: gKartWario204 + type: texture + offset: 0x4C1A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_204_wheel_0 +wario_kart_frame205: + symbol: gKartWario205 + type: texture + offset: 0x4C868 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_205_wheel_0 +wario_kart_frame206: + symbol: gKartWario206 + type: texture + offset: 0x4CF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_206_wheel_0 +wario_kart_frame207: + symbol: gKartWario207 + type: texture + offset: 0x4D5AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_207_wheel_0 +wario_kart_frame208: + symbol: gKartWario208 + type: texture + offset: 0x4DC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_208_wheel_0 +wario_kart_frame209: + symbol: gKartWario209 + type: texture + offset: 0x4E2D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_209_wheel_0 +wario_kart_frame210: + symbol: gKartWario210 + type: texture + offset: 0x4E864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_210_wheel_0 +wario_kart_frame211: + symbol: gKartWario211 + type: texture + offset: 0x4EE14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_211_wheel_0 +wario_kart_frame212: + symbol: gKartWario212 + type: texture + offset: 0x4F3F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_212_wheel_0 +wario_kart_frame213: + symbol: gKartWario213 + type: texture + offset: 0x4F9F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_213_wheel_0 +wario_kart_frame214: + symbol: gKartWario214 + type: texture + offset: 0x50020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_214_wheel_0 +wario_kart_frame215: + symbol: gKartWario215 + type: texture + offset: 0x5065C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_215_wheel_0 +wario_kart_frame216: + symbol: gKartWario216 + type: texture + offset: 0x50CB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_216_wheel_0 +wario_kart_frame217: + symbol: gKartWario217 + type: texture + offset: 0x5130C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_217_wheel_0 +wario_kart_frame218: + symbol: gKartWario218 + type: texture + offset: 0x51964 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_218_wheel_0 +wario_kart_frame219: + symbol: gKartWario219 + type: texture + offset: 0x51FE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_219_wheel_0 +wario_kart_frame220: + symbol: gKartWario220 + type: texture + offset: 0x5264C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_220_wheel_0 +wario_kart_frame221: + symbol: gKartWario221 + type: texture + offset: 0x52CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_221_wheel_0 +wario_kart_frame222: + symbol: gKartWario222 + type: texture + offset: 0x53350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_222_wheel_0 +wario_kart_frame223: + symbol: gKartWario223 + type: texture + offset: 0x539CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_223_wheel_0 +wario_kart_frame224: + symbol: gKartWario224 + type: texture + offset: 0x54038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_224_wheel_0 +wario_kart_frame225: + symbol: gKartWario225 + type: texture + offset: 0x546B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_225_wheel_0 +wario_kart_frame226: + symbol: gKartWario226 + type: texture + offset: 0x54D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_226_wheel_0 +wario_kart_frame227: + symbol: gKartWario227 + type: texture + offset: 0x55360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_227_wheel_0 +wario_kart_frame228: + symbol: gKartWario228 + type: texture + offset: 0x559AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_228_wheel_0 +wario_kart_frame229: + symbol: gKartWario229 + type: texture + offset: 0x56014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_229_wheel_0 +wario_kart_frame230: + symbol: gKartWario230 + type: texture + offset: 0x565AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_230_wheel_0 +wario_kart_frame231: + symbol: gKartWario231 + type: texture + offset: 0x56B64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_231_wheel_0 +wario_kart_frame232: + symbol: gKartWario232 + type: texture + offset: 0x57148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_232_wheel_0 +wario_kart_frame233: + symbol: gKartWario233 + type: texture + offset: 0x57764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_233_wheel_0 +wario_kart_frame234: + symbol: gKartWario234 + type: texture + offset: 0x57D98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_234_wheel_0 +wario_kart_frame235: + symbol: gKartWario235 + type: texture + offset: 0x583E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_235_wheel_0 +wario_kart_frame236: + symbol: gKartWario236 + type: texture + offset: 0x58A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_236_wheel_0 +wario_kart_frame237: + symbol: gKartWario237 + type: texture + offset: 0x590D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_237_wheel_0 +wario_kart_frame238: + symbol: gKartWario238 + type: texture + offset: 0x59748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_238_wheel_0 +wario_kart_frame239: + symbol: gKartWario239 + type: texture + offset: 0x59DA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_239_wheel_0 +wario_kart_frame240: + symbol: gKartWario240 + type: texture + offset: 0x5A410 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_240_wheel_0 +wario_kart_frame241: + symbol: gKartWario241 + type: texture + offset: 0x5AA80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_241_wheel_0 +wario_kart_frame242: + symbol: gKartWario242 + type: texture + offset: 0x5B0EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_242_wheel_0 +wario_kart_frame243: + symbol: gKartWario243 + type: texture + offset: 0x5B748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_243_wheel_0 +wario_kart_frame244: + symbol: gKartWario244 + type: texture + offset: 0x5BD90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_244_wheel_0 +wario_kart_frame245: + symbol: gKartWario245 + type: texture + offset: 0x5C3D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_245_wheel_0 +wario_kart_frame246: + symbol: gKartWario246 + type: texture + offset: 0x5CA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_246_wheel_0 +wario_kart_frame247: + symbol: gKartWario247 + type: texture + offset: 0x5D04C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_247_wheel_0 +wario_kart_frame248: + symbol: gKartWario248 + type: texture + offset: 0x5D660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_248_wheel_0 +wario_kart_frame249: + symbol: gKartWario249 + type: texture + offset: 0x5DC68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_249_wheel_0 +wario_kart_frame250: + symbol: gKartWario250 + type: texture + offset: 0x5E21C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_250_wheel_0 +wario_kart_frame251: + symbol: gKartWario251 + type: texture + offset: 0x5E7FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_251_wheel_0 +wario_kart_frame252: + symbol: gKartWario252 + type: texture + offset: 0x5EDF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_252_wheel_0 +wario_kart_frame253: + symbol: gKartWario253 + type: texture + offset: 0x5F414 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_253_wheel_0 +wario_kart_frame254: + symbol: gKartWario254 + type: texture + offset: 0x5FA64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_254_wheel_0 +wario_kart_frame255: + symbol: gKartWario255 + type: texture + offset: 0x600D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_255_wheel_0 +wario_kart_frame256: + symbol: gKartWario256 + type: texture + offset: 0x60748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_256_wheel_0 +wario_kart_frame257: + symbol: gKartWario257 + type: texture + offset: 0x60DD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_257_wheel_0 +wario_kart_frame258: + symbol: gKartWario258 + type: texture + offset: 0x61460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_258_wheel_0 +wario_kart_frame259: + symbol: gKartWario259 + type: texture + offset: 0x61AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_259_wheel_0 +wario_kart_frame260: + symbol: gKartWario260 + type: texture + offset: 0x62120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_260_wheel_0 +wario_kart_frame261: + symbol: gKartWario261 + type: texture + offset: 0x6277C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_261_wheel_0 +wario_kart_frame262: + symbol: gKartWario262 + type: texture + offset: 0x62DB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_262_wheel_0 +wario_kart_frame263: + symbol: gKartWario263 + type: texture + offset: 0x633D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_263_wheel_0 +wario_kart_frame264: + symbol: gKartWario264 + type: texture + offset: 0x639E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_264_wheel_0 +wario_kart_frame265: + symbol: gKartWario265 + type: texture + offset: 0x64004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_265_wheel_0 +wario_kart_frame266: + symbol: gKartWario266 + type: texture + offset: 0x64610 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_266_wheel_0 +wario_kart_frame267: + symbol: gKartWario267 + type: texture + offset: 0x64C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_267_wheel_0 +wario_kart_frame268: + symbol: gKartWario268 + type: texture + offset: 0x651F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_268_wheel_0 +wario_kart_frame269: + symbol: gKartWario269 + type: texture + offset: 0x657D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_269_wheel_0 +wario_kart_frame270: + symbol: gKartWario270 + type: texture + offset: 0x65D90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_270_wheel_0 +wario_kart_frame271: + symbol: gKartWario271 + type: texture + offset: 0x66368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_271_wheel_0 +wario_kart_frame272: + symbol: gKartWario272 + type: texture + offset: 0x66984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_272_wheel_0 +wario_kart_frame273: + symbol: gKartWario273 + type: texture + offset: 0x66FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_273_wheel_0 +wario_kart_frame274: + symbol: gKartWario274 + type: texture + offset: 0x67630 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_274_wheel_0 +wario_kart_frame275: + symbol: gKartWario275 + type: texture + offset: 0x67CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_275_wheel_0 +wario_kart_frame276: + symbol: gKartWario276 + type: texture + offset: 0x68354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_276_wheel_0 +wario_kart_frame277: + symbol: gKartWario277 + type: texture + offset: 0x689E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_277_wheel_0 +wario_kart_frame278: + symbol: gKartWario278 + type: texture + offset: 0x69070 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_278_wheel_0 +wario_kart_frame279: + symbol: gKartWario279 + type: texture + offset: 0x696D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_279_wheel_0 +wario_kart_frame280: + symbol: gKartWario280 + type: texture + offset: 0x69D34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_280_wheel_0 +wario_kart_frame281: + symbol: gKartWario281 + type: texture + offset: 0x6A378 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_281_wheel_0 +wario_kart_frame282: + symbol: gKartWario282 + type: texture + offset: 0x6A98C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_282_wheel_0 +wario_kart_frame283: + symbol: gKartWario283 + type: texture + offset: 0x6AF9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_283_wheel_0 +wario_kart_frame284: + symbol: gKartWario284 + type: texture + offset: 0x6B57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_284_wheel_0 +wario_kart_frame285: + symbol: gKartWario285 + type: texture + offset: 0x6BB54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_285_wheel_0 +wario_kart_frame286: + symbol: gKartWario286 + type: texture + offset: 0x6C120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_286_wheel_0 +wario_kart_frame287: + symbol: gKartWario287 + type: texture + offset: 0x6C6CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_287_wheel_0 +wario_kart_frame288: + symbol: gKartWario288 + type: texture + offset: 0x6CC68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_288_wheel_0 +wario_kart_frame289: + symbol: gKartWario289 + type: texture + offset: 0x6D1CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame290: + symbol: gKartWario290 + type: texture + offset: 0x6D790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame291: + symbol: gKartWario291 + type: texture + offset: 0x6DD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame292: + symbol: gKartWario292 + type: texture + offset: 0x6E3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame293: + symbol: gKartWario293 + type: texture + offset: 0x6EA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame294: + symbol: gKartWario294 + type: texture + offset: 0x6EFD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame295: + symbol: gKartWario295 + type: texture + offset: 0x6F5D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame296: + symbol: gKartWario296 + type: texture + offset: 0x6FBEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame297: + symbol: gKartWario297 + type: texture + offset: 0x70220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame298: + symbol: gKartWario298 + type: texture + offset: 0x707EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame299: + symbol: gKartWario299 + type: texture + offset: 0x70E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame300: + symbol: gKartWario300 + type: texture + offset: 0x71438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame301: + symbol: gKartWario301 + type: texture + offset: 0x719D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame302: + symbol: gKartWario302 + type: texture + offset: 0x71F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame303: + symbol: gKartWario303 + type: texture + offset: 0x72504 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame304: + symbol: gKartWario304 + type: texture + offset: 0x72B1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame305: + symbol: gKartWario305 + type: texture + offset: 0x73148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame306: + symbol: gKartWario306 + type: texture + offset: 0x73694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame307: + symbol: gKartWario307 + type: texture + offset: 0x73CA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame308: + symbol: gKartWario308 + type: texture + offset: 0x742F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame309: + symbol: gKartWario309 + type: texture + offset: 0x74924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame310: + symbol: gKartWario310 + type: texture + offset: 0x74F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame311: + symbol: gKartWario311 + type: texture + offset: 0x75500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame312: + symbol: gKartWario312 + type: texture + offset: 0x75B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame313: + symbol: gKartWario313 + type: texture + offset: 0x760F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame314: + symbol: gKartWario314 + type: texture + offset: 0x766C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame315: + symbol: gKartWario315 + type: texture + offset: 0x76CF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame316: + symbol: gKartWario316 + type: texture + offset: 0x7731C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame317: + symbol: gKartWario317 + type: texture + offset: 0x778D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame318: + symbol: gKartWario318 + type: texture + offset: 0x77E3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame319: + symbol: gKartWario319 + type: texture + offset: 0x783C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame320: + symbol: gKartWario320 + type: texture + offset: 0x78990 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartWario000Wheel0 + type: texture + offset: 0x78F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartWario000Wheel1 + type: texture + offset: 0x7901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartWario000Wheel2 + type: texture + offset: 0x7909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartWario000Wheel3 + type: texture + offset: 0x7911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartWario001Wheel0 + type: texture + offset: 0x7919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartWario001Wheel1 + type: texture + offset: 0x7921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartWario001Wheel2 + type: texture + offset: 0x7929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartWario001Wheel3 + type: texture + offset: 0x7931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartWario002Wheel0 + type: texture + offset: 0x7939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartWario002Wheel1 + type: texture + offset: 0x7941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartWario002Wheel2 + type: texture + offset: 0x7949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartWario002Wheel3 + type: texture + offset: 0x7951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartWario003Wheel0 + type: texture + offset: 0x7959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartWario003Wheel1 + type: texture + offset: 0x7961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartWario003Wheel2 + type: texture + offset: 0x7969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartWario003Wheel3 + type: texture + offset: 0x7971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartWario004Wheel0 + type: texture + offset: 0x7979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartWario004Wheel1 + type: texture + offset: 0x7981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartWario004Wheel2 + type: texture + offset: 0x7989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartWario004Wheel3 + type: texture + offset: 0x7991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartWario005Wheel0 + type: texture + offset: 0x7999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartWario005Wheel1 + type: texture + offset: 0x79A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartWario005Wheel2 + type: texture + offset: 0x79A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartWario005Wheel3 + type: texture + offset: 0x79B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartWario006Wheel0 + type: texture + offset: 0x79B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartWario006Wheel1 + type: texture + offset: 0x79C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartWario006Wheel2 + type: texture + offset: 0x79C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartWario006Wheel3 + type: texture + offset: 0x79D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartWario007Wheel0 + type: texture + offset: 0x79D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartWario007Wheel1 + type: texture + offset: 0x79E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartWario007Wheel2 + type: texture + offset: 0x79E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartWario007Wheel3 + type: texture + offset: 0x79F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartWario008Wheel0 + type: texture + offset: 0x79F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartWario008Wheel1 + type: texture + offset: 0x7A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartWario008Wheel2 + type: texture + offset: 0x7A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartWario008Wheel3 + type: texture + offset: 0x7A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartWario009Wheel0 + type: texture + offset: 0x7A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartWario009Wheel1 + type: texture + offset: 0x7A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartWario009Wheel2 + type: texture + offset: 0x7A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartWario009Wheel3 + type: texture + offset: 0x7A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartWario010Wheel0 + type: texture + offset: 0x7A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartWario010Wheel1 + type: texture + offset: 0x7A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartWario010Wheel2 + type: texture + offset: 0x7A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartWario010Wheel3 + type: texture + offset: 0x7A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartWario011Wheel0 + type: texture + offset: 0x7A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartWario011Wheel1 + type: texture + offset: 0x7A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartWario011Wheel2 + type: texture + offset: 0x7A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartWario011Wheel3 + type: texture + offset: 0x7A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartWario012Wheel0 + type: texture + offset: 0x7A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartWario012Wheel1 + type: texture + offset: 0x7A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartWario012Wheel2 + type: texture + offset: 0x7A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartWario012Wheel3 + type: texture + offset: 0x7A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartWario013Wheel0 + type: texture + offset: 0x7A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartWario013Wheel1 + type: texture + offset: 0x7AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartWario013Wheel2 + type: texture + offset: 0x7AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartWario013Wheel3 + type: texture + offset: 0x7AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartWario014Wheel0 + type: texture + offset: 0x7AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartWario014Wheel1 + type: texture + offset: 0x7AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartWario014Wheel2 + type: texture + offset: 0x7AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartWario014Wheel3 + type: texture + offset: 0x7AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartWario015Wheel0 + type: texture + offset: 0x7AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartWario015Wheel1 + type: texture + offset: 0x7AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartWario015Wheel2 + type: texture + offset: 0x7AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartWario015Wheel3 + type: texture + offset: 0x7AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartWario016Wheel0 + type: texture + offset: 0x7AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartWario016Wheel1 + type: texture + offset: 0x7B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartWario016Wheel2 + type: texture + offset: 0x7B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartWario016Wheel3 + type: texture + offset: 0x7B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartWario017Wheel0 + type: texture + offset: 0x7B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartWario017Wheel1 + type: texture + offset: 0x7B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartWario017Wheel2 + type: texture + offset: 0x7B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartWario017Wheel3 + type: texture + offset: 0x7B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartWario018Wheel0 + type: texture + offset: 0x7B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartWario018Wheel1 + type: texture + offset: 0x7B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartWario018Wheel2 + type: texture + offset: 0x7B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartWario018Wheel3 + type: texture + offset: 0x7B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartWario019Wheel0 + type: texture + offset: 0x7B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartWario019Wheel1 + type: texture + offset: 0x7B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartWario019Wheel2 + type: texture + offset: 0x7B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartWario019Wheel3 + type: texture + offset: 0x7B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartWario020Wheel0 + type: texture + offset: 0x7B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartWario020Wheel1 + type: texture + offset: 0x7B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartWario020Wheel2 + type: texture + offset: 0x7B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartWario020Wheel3 + type: texture + offset: 0x7B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartWario021Wheel0 + type: texture + offset: 0x7B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartWario021Wheel1 + type: texture + offset: 0x7BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartWario021Wheel2 + type: texture + offset: 0x7BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartWario021Wheel3 + type: texture + offset: 0x7BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartWario022Wheel0 + type: texture + offset: 0x7BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartWario022Wheel1 + type: texture + offset: 0x7BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartWario022Wheel2 + type: texture + offset: 0x7BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartWario022Wheel3 + type: texture + offset: 0x7BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartWario023Wheel0 + type: texture + offset: 0x7BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartWario023Wheel1 + type: texture + offset: 0x7BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartWario023Wheel2 + type: texture + offset: 0x7BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartWario023Wheel3 + type: texture + offset: 0x7BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartWario024Wheel0 + type: texture + offset: 0x7BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartWario024Wheel1 + type: texture + offset: 0x7C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartWario024Wheel2 + type: texture + offset: 0x7C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartWario024Wheel3 + type: texture + offset: 0x7C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartWario025Wheel0 + type: texture + offset: 0x7C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartWario025Wheel1 + type: texture + offset: 0x7C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartWario025Wheel2 + type: texture + offset: 0x7C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartWario025Wheel3 + type: texture + offset: 0x7C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartWario026Wheel0 + type: texture + offset: 0x7C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartWario026Wheel1 + type: texture + offset: 0x7C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartWario026Wheel2 + type: texture + offset: 0x7C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartWario026Wheel3 + type: texture + offset: 0x7C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartWario027Wheel0 + type: texture + offset: 0x7C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartWario027Wheel1 + type: texture + offset: 0x7C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartWario027Wheel2 + type: texture + offset: 0x7C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartWario027Wheel3 + type: texture + offset: 0x7C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartWario028Wheel0 + type: texture + offset: 0x7C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartWario028Wheel1 + type: texture + offset: 0x7C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartWario028Wheel2 + type: texture + offset: 0x7C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartWario028Wheel3 + type: texture + offset: 0x7C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartWario029Wheel0 + type: texture + offset: 0x7C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartWario029Wheel1 + type: texture + offset: 0x7CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartWario029Wheel2 + type: texture + offset: 0x7CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartWario029Wheel3 + type: texture + offset: 0x7CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartWario030Wheel0 + type: texture + offset: 0x7CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartWario030Wheel1 + type: texture + offset: 0x7CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartWario030Wheel2 + type: texture + offset: 0x7CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartWario030Wheel3 + type: texture + offset: 0x7CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartWario031Wheel0 + type: texture + offset: 0x7CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartWario031Wheel1 + type: texture + offset: 0x7CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartWario031Wheel2 + type: texture + offset: 0x7CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartWario031Wheel3 + type: texture + offset: 0x7CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartWario032Wheel0 + type: texture + offset: 0x7CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartWario032Wheel1 + type: texture + offset: 0x7D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartWario032Wheel2 + type: texture + offset: 0x7D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartWario032Wheel3 + type: texture + offset: 0x7D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartWario033Wheel0 + type: texture + offset: 0x7D19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartWario033Wheel1 + type: texture + offset: 0x7D21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartWario033Wheel2 + type: texture + offset: 0x7D29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartWario033Wheel3 + type: texture + offset: 0x7D31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartWario034Wheel0 + type: texture + offset: 0x7D39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartWario034Wheel1 + type: texture + offset: 0x7D41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartWario034Wheel2 + type: texture + offset: 0x7D49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartWario034Wheel3 + type: texture + offset: 0x7D51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartWario035Wheel0 + type: texture + offset: 0x7D59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartWario035Wheel1 + type: texture + offset: 0x7D61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartWario035Wheel2 + type: texture + offset: 0x7D69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartWario035Wheel3 + type: texture + offset: 0x7D71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartWario036Wheel0 + type: texture + offset: 0x7D79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartWario036Wheel1 + type: texture + offset: 0x7D81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartWario036Wheel2 + type: texture + offset: 0x7D89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartWario036Wheel3 + type: texture + offset: 0x7D91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartWario037Wheel0 + type: texture + offset: 0x7D99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartWario037Wheel1 + type: texture + offset: 0x7DA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartWario037Wheel2 + type: texture + offset: 0x7DA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartWario037Wheel3 + type: texture + offset: 0x7DB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartWario038Wheel0 + type: texture + offset: 0x7DB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartWario038Wheel1 + type: texture + offset: 0x7DC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartWario038Wheel2 + type: texture + offset: 0x7DC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartWario038Wheel3 + type: texture + offset: 0x7DD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartWario039Wheel0 + type: texture + offset: 0x7DD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartWario039Wheel1 + type: texture + offset: 0x7DE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartWario039Wheel2 + type: texture + offset: 0x7DE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartWario039Wheel3 + type: texture + offset: 0x7DF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartWario040Wheel0 + type: texture + offset: 0x7DF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartWario040Wheel1 + type: texture + offset: 0x7E01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartWario040Wheel2 + type: texture + offset: 0x7E09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartWario040Wheel3 + type: texture + offset: 0x7E11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartWario041Wheel0 + type: texture + offset: 0x7E19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartWario041Wheel1 + type: texture + offset: 0x7E21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartWario041Wheel2 + type: texture + offset: 0x7E29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartWario041Wheel3 + type: texture + offset: 0x7E31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartWario042Wheel0 + type: texture + offset: 0x7E39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartWario042Wheel1 + type: texture + offset: 0x7E41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartWario042Wheel2 + type: texture + offset: 0x7E49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartWario042Wheel3 + type: texture + offset: 0x7E51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartWario043Wheel0 + type: texture + offset: 0x7E59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartWario043Wheel1 + type: texture + offset: 0x7E61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartWario043Wheel2 + type: texture + offset: 0x7E69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartWario043Wheel3 + type: texture + offset: 0x7E71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartWario044Wheel0 + type: texture + offset: 0x7E79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartWario044Wheel1 + type: texture + offset: 0x7E81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartWario044Wheel2 + type: texture + offset: 0x7E89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartWario044Wheel3 + type: texture + offset: 0x7E91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartWario045Wheel0 + type: texture + offset: 0x7E99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartWario045Wheel1 + type: texture + offset: 0x7EA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartWario045Wheel2 + type: texture + offset: 0x7EA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartWario045Wheel3 + type: texture + offset: 0x7EB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartWario046Wheel0 + type: texture + offset: 0x7EB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartWario046Wheel1 + type: texture + offset: 0x7EC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartWario046Wheel2 + type: texture + offset: 0x7EC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartWario046Wheel3 + type: texture + offset: 0x7ED1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartWario047Wheel0 + type: texture + offset: 0x7ED9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartWario047Wheel1 + type: texture + offset: 0x7EE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartWario047Wheel2 + type: texture + offset: 0x7EE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartWario047Wheel3 + type: texture + offset: 0x7EF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartWario048Wheel0 + type: texture + offset: 0x7EF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartWario048Wheel1 + type: texture + offset: 0x7F01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartWario048Wheel2 + type: texture + offset: 0x7F09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartWario048Wheel3 + type: texture + offset: 0x7F11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartWario049Wheel0 + type: texture + offset: 0x7F19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartWario049Wheel1 + type: texture + offset: 0x7F21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartWario049Wheel2 + type: texture + offset: 0x7F29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartWario049Wheel3 + type: texture + offset: 0x7F31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartWario050Wheel0 + type: texture + offset: 0x7F39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartWario050Wheel1 + type: texture + offset: 0x7F41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartWario050Wheel2 + type: texture + offset: 0x7F49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartWario050Wheel3 + type: texture + offset: 0x7F51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartWario051Wheel0 + type: texture + offset: 0x7F59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartWario051Wheel1 + type: texture + offset: 0x7F61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartWario051Wheel2 + type: texture + offset: 0x7F69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartWario051Wheel3 + type: texture + offset: 0x7F71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartWario052Wheel0 + type: texture + offset: 0x7F79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartWario052Wheel1 + type: texture + offset: 0x7F81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartWario052Wheel2 + type: texture + offset: 0x7F89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartWario052Wheel3 + type: texture + offset: 0x7F91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartWario053Wheel0 + type: texture + offset: 0x7F99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartWario053Wheel1 + type: texture + offset: 0x7FA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartWario053Wheel2 + type: texture + offset: 0x7FA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartWario053Wheel3 + type: texture + offset: 0x7FB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartWario054Wheel0 + type: texture + offset: 0x7FB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartWario054Wheel1 + type: texture + offset: 0x7FC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartWario054Wheel2 + type: texture + offset: 0x7FC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartWario054Wheel3 + type: texture + offset: 0x7FD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartWario055Wheel0 + type: texture + offset: 0x7FD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartWario055Wheel1 + type: texture + offset: 0x7FE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartWario055Wheel2 + type: texture + offset: 0x7FE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartWario055Wheel3 + type: texture + offset: 0x7FF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartWario056Wheel0 + type: texture + offset: 0x7FF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartWario056Wheel1 + type: texture + offset: 0x8001C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartWario056Wheel2 + type: texture + offset: 0x8009C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartWario056Wheel3 + type: texture + offset: 0x8011C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartWario057Wheel0 + type: texture + offset: 0x8019C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartWario057Wheel1 + type: texture + offset: 0x8021C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartWario057Wheel2 + type: texture + offset: 0x8029C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartWario057Wheel3 + type: texture + offset: 0x8031C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartWario058Wheel0 + type: texture + offset: 0x8039C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartWario058Wheel1 + type: texture + offset: 0x8041C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartWario058Wheel2 + type: texture + offset: 0x8049C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartWario058Wheel3 + type: texture + offset: 0x8051C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartWario059Wheel0 + type: texture + offset: 0x8059C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartWario059Wheel1 + type: texture + offset: 0x8061C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartWario059Wheel2 + type: texture + offset: 0x8069C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartWario059Wheel3 + type: texture + offset: 0x8071C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartWario060Wheel0 + type: texture + offset: 0x8079C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartWario060Wheel1 + type: texture + offset: 0x8081C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartWario060Wheel2 + type: texture + offset: 0x8089C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartWario060Wheel3 + type: texture + offset: 0x8091C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartWario061Wheel0 + type: texture + offset: 0x8099C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartWario061Wheel1 + type: texture + offset: 0x80A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartWario061Wheel2 + type: texture + offset: 0x80A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartWario061Wheel3 + type: texture + offset: 0x80B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartWario062Wheel0 + type: texture + offset: 0x80B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartWario062Wheel1 + type: texture + offset: 0x80C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartWario062Wheel2 + type: texture + offset: 0x80C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartWario062Wheel3 + type: texture + offset: 0x80D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartWario063Wheel0 + type: texture + offset: 0x80D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartWario063Wheel1 + type: texture + offset: 0x80E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartWario063Wheel2 + type: texture + offset: 0x80E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartWario063Wheel3 + type: texture + offset: 0x80F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartWario064Wheel0 + type: texture + offset: 0x80F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartWario064Wheel1 + type: texture + offset: 0x8101C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartWario064Wheel2 + type: texture + offset: 0x8109C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartWario064Wheel3 + type: texture + offset: 0x8111C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartWario065Wheel0 + type: texture + offset: 0x8119C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartWario065Wheel1 + type: texture + offset: 0x8121C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartWario065Wheel2 + type: texture + offset: 0x8129C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartWario065Wheel3 + type: texture + offset: 0x8131C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartWario066Wheel0 + type: texture + offset: 0x8139C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartWario066Wheel1 + type: texture + offset: 0x8141C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartWario066Wheel2 + type: texture + offset: 0x8149C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartWario066Wheel3 + type: texture + offset: 0x8151C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartWario067Wheel0 + type: texture + offset: 0x8159C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartWario067Wheel1 + type: texture + offset: 0x8161C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartWario067Wheel2 + type: texture + offset: 0x8169C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartWario067Wheel3 + type: texture + offset: 0x8171C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartWario068Wheel0 + type: texture + offset: 0x8179C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartWario068Wheel1 + type: texture + offset: 0x8181C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartWario068Wheel2 + type: texture + offset: 0x8189C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartWario068Wheel3 + type: texture + offset: 0x8191C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartWario069Wheel0 + type: texture + offset: 0x8199C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartWario069Wheel1 + type: texture + offset: 0x81A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartWario069Wheel2 + type: texture + offset: 0x81A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartWario069Wheel3 + type: texture + offset: 0x81B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartWario070Wheel0 + type: texture + offset: 0x81B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartWario070Wheel1 + type: texture + offset: 0x81C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartWario070Wheel2 + type: texture + offset: 0x81C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartWario070Wheel3 + type: texture + offset: 0x81D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartWario071Wheel0 + type: texture + offset: 0x81D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartWario071Wheel1 + type: texture + offset: 0x81E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartWario071Wheel2 + type: texture + offset: 0x81E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartWario071Wheel3 + type: texture + offset: 0x81F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartWario072Wheel0 + type: texture + offset: 0x81F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartWario072Wheel1 + type: texture + offset: 0x8201C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartWario072Wheel2 + type: texture + offset: 0x8209C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartWario072Wheel3 + type: texture + offset: 0x8211C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartWario073Wheel0 + type: texture + offset: 0x8219C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartWario073Wheel1 + type: texture + offset: 0x8221C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartWario073Wheel2 + type: texture + offset: 0x8229C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartWario073Wheel3 + type: texture + offset: 0x8231C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartWario074Wheel0 + type: texture + offset: 0x8239C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartWario074Wheel1 + type: texture + offset: 0x8241C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartWario074Wheel2 + type: texture + offset: 0x8249C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartWario074Wheel3 + type: texture + offset: 0x8251C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartWario075Wheel0 + type: texture + offset: 0x8259C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartWario075Wheel1 + type: texture + offset: 0x8261C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartWario075Wheel2 + type: texture + offset: 0x8269C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartWario075Wheel3 + type: texture + offset: 0x8271C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartWario076Wheel0 + type: texture + offset: 0x8279C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartWario076Wheel1 + type: texture + offset: 0x8281C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartWario076Wheel2 + type: texture + offset: 0x8289C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartWario076Wheel3 + type: texture + offset: 0x8291C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartWario077Wheel0 + type: texture + offset: 0x8299C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartWario077Wheel1 + type: texture + offset: 0x82A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartWario077Wheel2 + type: texture + offset: 0x82A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartWario077Wheel3 + type: texture + offset: 0x82B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartWario078Wheel0 + type: texture + offset: 0x82B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartWario078Wheel1 + type: texture + offset: 0x82C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartWario078Wheel2 + type: texture + offset: 0x82C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartWario078Wheel3 + type: texture + offset: 0x82D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartWario079Wheel0 + type: texture + offset: 0x82D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartWario079Wheel1 + type: texture + offset: 0x82E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartWario079Wheel2 + type: texture + offset: 0x82E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartWario079Wheel3 + type: texture + offset: 0x82F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartWario080Wheel0 + type: texture + offset: 0x82F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartWario080Wheel1 + type: texture + offset: 0x8301C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartWario080Wheel2 + type: texture + offset: 0x8309C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartWario080Wheel3 + type: texture + offset: 0x8311C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartWario081Wheel0 + type: texture + offset: 0x8319C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartWario081Wheel1 + type: texture + offset: 0x8321C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartWario081Wheel2 + type: texture + offset: 0x8329C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartWario081Wheel3 + type: texture + offset: 0x8331C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartWario082Wheel0 + type: texture + offset: 0x8339C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartWario082Wheel1 + type: texture + offset: 0x8341C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartWario082Wheel2 + type: texture + offset: 0x8349C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartWario082Wheel3 + type: texture + offset: 0x8351C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartWario083Wheel0 + type: texture + offset: 0x8359C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartWario083Wheel1 + type: texture + offset: 0x8361C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartWario083Wheel2 + type: texture + offset: 0x8369C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartWario083Wheel3 + type: texture + offset: 0x8371C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartWario084Wheel0 + type: texture + offset: 0x8379C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartWario084Wheel1 + type: texture + offset: 0x8381C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartWario084Wheel2 + type: texture + offset: 0x8389C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartWario084Wheel3 + type: texture + offset: 0x8391C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartWario085Wheel0 + type: texture + offset: 0x8399C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartWario085Wheel1 + type: texture + offset: 0x83A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartWario085Wheel2 + type: texture + offset: 0x83A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartWario085Wheel3 + type: texture + offset: 0x83B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartWario086Wheel0 + type: texture + offset: 0x83B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartWario086Wheel1 + type: texture + offset: 0x83C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartWario086Wheel2 + type: texture + offset: 0x83C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartWario086Wheel3 + type: texture + offset: 0x83D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartWario087Wheel0 + type: texture + offset: 0x83D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartWario087Wheel1 + type: texture + offset: 0x83E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartWario087Wheel2 + type: texture + offset: 0x83E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartWario087Wheel3 + type: texture + offset: 0x83F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartWario088Wheel0 + type: texture + offset: 0x83F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartWario088Wheel1 + type: texture + offset: 0x8401C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartWario088Wheel2 + type: texture + offset: 0x8409C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartWario088Wheel3 + type: texture + offset: 0x8411C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartWario089Wheel0 + type: texture + offset: 0x8419C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartWario089Wheel1 + type: texture + offset: 0x8421C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartWario089Wheel2 + type: texture + offset: 0x8429C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartWario089Wheel3 + type: texture + offset: 0x8431C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartWario090Wheel0 + type: texture + offset: 0x8439C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartWario090Wheel1 + type: texture + offset: 0x8441C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartWario090Wheel2 + type: texture + offset: 0x8449C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartWario090Wheel3 + type: texture + offset: 0x8451C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartWario091Wheel0 + type: texture + offset: 0x8459C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartWario091Wheel1 + type: texture + offset: 0x8461C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartWario091Wheel2 + type: texture + offset: 0x8469C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartWario091Wheel3 + type: texture + offset: 0x8471C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartWario092Wheel0 + type: texture + offset: 0x8479C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartWario092Wheel1 + type: texture + offset: 0x8481C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartWario092Wheel2 + type: texture + offset: 0x8489C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartWario092Wheel3 + type: texture + offset: 0x8491C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartWario093Wheel0 + type: texture + offset: 0x8499C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartWario093Wheel1 + type: texture + offset: 0x84A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartWario093Wheel2 + type: texture + offset: 0x84A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartWario093Wheel3 + type: texture + offset: 0x84B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartWario094Wheel0 + type: texture + offset: 0x84B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartWario094Wheel1 + type: texture + offset: 0x84C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartWario094Wheel2 + type: texture + offset: 0x84C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartWario094Wheel3 + type: texture + offset: 0x84D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartWario095Wheel0 + type: texture + offset: 0x84D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartWario095Wheel1 + type: texture + offset: 0x84E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartWario095Wheel2 + type: texture + offset: 0x84E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartWario095Wheel3 + type: texture + offset: 0x84F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartWario096Wheel0 + type: texture + offset: 0x84F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartWario096Wheel1 + type: texture + offset: 0x8501C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartWario096Wheel2 + type: texture + offset: 0x8509C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartWario096Wheel3 + type: texture + offset: 0x8511C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartWario097Wheel0 + type: texture + offset: 0x8519C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartWario097Wheel1 + type: texture + offset: 0x8521C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartWario097Wheel2 + type: texture + offset: 0x8529C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartWario097Wheel3 + type: texture + offset: 0x8531C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartWario098Wheel0 + type: texture + offset: 0x8539C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartWario098Wheel1 + type: texture + offset: 0x8541C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartWario098Wheel2 + type: texture + offset: 0x8549C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartWario098Wheel3 + type: texture + offset: 0x8551C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartWario099Wheel0 + type: texture + offset: 0x8559C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartWario099Wheel1 + type: texture + offset: 0x8561C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartWario099Wheel2 + type: texture + offset: 0x8569C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartWario099Wheel3 + type: texture + offset: 0x8571C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartWario100Wheel0 + type: texture + offset: 0x8579C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartWario100Wheel1 + type: texture + offset: 0x8581C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartWario100Wheel2 + type: texture + offset: 0x8589C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartWario100Wheel3 + type: texture + offset: 0x8591C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartWario101Wheel0 + type: texture + offset: 0x8599C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartWario101Wheel1 + type: texture + offset: 0x85A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartWario101Wheel2 + type: texture + offset: 0x85A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartWario101Wheel3 + type: texture + offset: 0x85B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartWario102Wheel0 + type: texture + offset: 0x85B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartWario102Wheel1 + type: texture + offset: 0x85C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartWario102Wheel2 + type: texture + offset: 0x85C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartWario102Wheel3 + type: texture + offset: 0x85D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartWario103Wheel0 + type: texture + offset: 0x85D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartWario103Wheel1 + type: texture + offset: 0x85E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartWario103Wheel2 + type: texture + offset: 0x85E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartWario103Wheel3 + type: texture + offset: 0x85F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartWario104Wheel0 + type: texture + offset: 0x85F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartWario104Wheel1 + type: texture + offset: 0x8601C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartWario104Wheel2 + type: texture + offset: 0x8609C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartWario104Wheel3 + type: texture + offset: 0x8611C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartWario105Wheel0 + type: texture + offset: 0x8619C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartWario105Wheel1 + type: texture + offset: 0x8621C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartWario105Wheel2 + type: texture + offset: 0x8629C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartWario105Wheel3 + type: texture + offset: 0x8631C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartWario106Wheel0 + type: texture + offset: 0x8639C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartWario106Wheel1 + type: texture + offset: 0x8641C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartWario106Wheel2 + type: texture + offset: 0x8649C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartWario106Wheel3 + type: texture + offset: 0x8651C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartWario107Wheel0 + type: texture + offset: 0x8659C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartWario107Wheel1 + type: texture + offset: 0x8661C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartWario107Wheel2 + type: texture + offset: 0x8669C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartWario107Wheel3 + type: texture + offset: 0x8671C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartWario108Wheel0 + type: texture + offset: 0x8679C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartWario108Wheel1 + type: texture + offset: 0x8681C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartWario108Wheel2 + type: texture + offset: 0x8689C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartWario108Wheel3 + type: texture + offset: 0x8691C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartWario109Wheel0 + type: texture + offset: 0x8699C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartWario109Wheel1 + type: texture + offset: 0x86A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartWario109Wheel2 + type: texture + offset: 0x86A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartWario109Wheel3 + type: texture + offset: 0x86B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartWario110Wheel0 + type: texture + offset: 0x86B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartWario110Wheel1 + type: texture + offset: 0x86C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartWario110Wheel2 + type: texture + offset: 0x86C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartWario110Wheel3 + type: texture + offset: 0x86D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartWario111Wheel0 + type: texture + offset: 0x86D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartWario111Wheel1 + type: texture + offset: 0x86E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartWario111Wheel2 + type: texture + offset: 0x86E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartWario111Wheel3 + type: texture + offset: 0x86F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartWario112Wheel0 + type: texture + offset: 0x86F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartWario112Wheel1 + type: texture + offset: 0x8701C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartWario112Wheel2 + type: texture + offset: 0x8709C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartWario112Wheel3 + type: texture + offset: 0x8711C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartWario113Wheel0 + type: texture + offset: 0x8719C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartWario113Wheel1 + type: texture + offset: 0x8721C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartWario113Wheel2 + type: texture + offset: 0x8729C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartWario113Wheel3 + type: texture + offset: 0x8731C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartWario114Wheel0 + type: texture + offset: 0x8739C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartWario114Wheel1 + type: texture + offset: 0x8741C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartWario114Wheel2 + type: texture + offset: 0x8749C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartWario114Wheel3 + type: texture + offset: 0x8751C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartWario115Wheel0 + type: texture + offset: 0x8759C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartWario115Wheel1 + type: texture + offset: 0x8761C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartWario115Wheel2 + type: texture + offset: 0x8769C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartWario115Wheel3 + type: texture + offset: 0x8771C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartWario116Wheel0 + type: texture + offset: 0x8779C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartWario116Wheel1 + type: texture + offset: 0x8781C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartWario116Wheel2 + type: texture + offset: 0x8789C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartWario116Wheel3 + type: texture + offset: 0x8791C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartWario117Wheel0 + type: texture + offset: 0x8799C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartWario117Wheel1 + type: texture + offset: 0x87A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartWario117Wheel2 + type: texture + offset: 0x87A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartWario117Wheel3 + type: texture + offset: 0x87B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartWario118Wheel0 + type: texture + offset: 0x87B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartWario118Wheel1 + type: texture + offset: 0x87C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartWario118Wheel2 + type: texture + offset: 0x87C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartWario118Wheel3 + type: texture + offset: 0x87D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartWario119Wheel0 + type: texture + offset: 0x87D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartWario119Wheel1 + type: texture + offset: 0x87E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartWario119Wheel2 + type: texture + offset: 0x87E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartWario119Wheel3 + type: texture + offset: 0x87F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartWario120Wheel0 + type: texture + offset: 0x87F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartWario120Wheel1 + type: texture + offset: 0x8801C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartWario120Wheel2 + type: texture + offset: 0x8809C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartWario120Wheel3 + type: texture + offset: 0x8811C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartWario121Wheel0 + type: texture + offset: 0x8819C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartWario121Wheel1 + type: texture + offset: 0x8821C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartWario121Wheel2 + type: texture + offset: 0x8829C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartWario121Wheel3 + type: texture + offset: 0x8831C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartWario122Wheel0 + type: texture + offset: 0x8839C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartWario122Wheel1 + type: texture + offset: 0x8841C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartWario122Wheel2 + type: texture + offset: 0x8849C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartWario122Wheel3 + type: texture + offset: 0x8851C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartWario123Wheel0 + type: texture + offset: 0x8859C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartWario123Wheel1 + type: texture + offset: 0x8861C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartWario123Wheel2 + type: texture + offset: 0x8869C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartWario123Wheel3 + type: texture + offset: 0x8871C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartWario124Wheel0 + type: texture + offset: 0x8879C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartWario124Wheel1 + type: texture + offset: 0x8881C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartWario124Wheel2 + type: texture + offset: 0x8889C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartWario124Wheel3 + type: texture + offset: 0x8891C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartWario125Wheel0 + type: texture + offset: 0x8899C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartWario125Wheel1 + type: texture + offset: 0x88A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartWario125Wheel2 + type: texture + offset: 0x88A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartWario125Wheel3 + type: texture + offset: 0x88B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartWario126Wheel0 + type: texture + offset: 0x88B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartWario126Wheel1 + type: texture + offset: 0x88C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartWario126Wheel2 + type: texture + offset: 0x88C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartWario126Wheel3 + type: texture + offset: 0x88D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartWario127Wheel0 + type: texture + offset: 0x88D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartWario127Wheel1 + type: texture + offset: 0x88E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartWario127Wheel2 + type: texture + offset: 0x88E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartWario127Wheel3 + type: texture + offset: 0x88F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartWario128Wheel0 + type: texture + offset: 0x88F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartWario128Wheel1 + type: texture + offset: 0x8901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartWario128Wheel2 + type: texture + offset: 0x8909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartWario128Wheel3 + type: texture + offset: 0x8911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartWario129Wheel0 + type: texture + offset: 0x8919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartWario129Wheel1 + type: texture + offset: 0x8921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartWario129Wheel2 + type: texture + offset: 0x8929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartWario129Wheel3 + type: texture + offset: 0x8931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartWario130Wheel0 + type: texture + offset: 0x8939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartWario130Wheel1 + type: texture + offset: 0x8941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartWario130Wheel2 + type: texture + offset: 0x8949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartWario130Wheel3 + type: texture + offset: 0x8951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartWario131Wheel0 + type: texture + offset: 0x8959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartWario131Wheel1 + type: texture + offset: 0x8961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartWario131Wheel2 + type: texture + offset: 0x8969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartWario131Wheel3 + type: texture + offset: 0x8971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartWario132Wheel0 + type: texture + offset: 0x8979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartWario132Wheel1 + type: texture + offset: 0x8981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartWario132Wheel2 + type: texture + offset: 0x8989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartWario132Wheel3 + type: texture + offset: 0x8991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartWario133Wheel0 + type: texture + offset: 0x8999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartWario133Wheel1 + type: texture + offset: 0x89A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartWario133Wheel2 + type: texture + offset: 0x89A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartWario133Wheel3 + type: texture + offset: 0x89B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartWario134Wheel0 + type: texture + offset: 0x89B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartWario134Wheel1 + type: texture + offset: 0x89C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartWario134Wheel2 + type: texture + offset: 0x89C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartWario134Wheel3 + type: texture + offset: 0x89D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartWario135Wheel0 + type: texture + offset: 0x89D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartWario135Wheel1 + type: texture + offset: 0x89E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartWario135Wheel2 + type: texture + offset: 0x89E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartWario135Wheel3 + type: texture + offset: 0x89F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartWario136Wheel0 + type: texture + offset: 0x89F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartWario136Wheel1 + type: texture + offset: 0x8A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartWario136Wheel2 + type: texture + offset: 0x8A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartWario136Wheel3 + type: texture + offset: 0x8A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartWario137Wheel0 + type: texture + offset: 0x8A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartWario137Wheel1 + type: texture + offset: 0x8A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartWario137Wheel2 + type: texture + offset: 0x8A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartWario137Wheel3 + type: texture + offset: 0x8A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartWario138Wheel0 + type: texture + offset: 0x8A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartWario138Wheel1 + type: texture + offset: 0x8A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartWario138Wheel2 + type: texture + offset: 0x8A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartWario138Wheel3 + type: texture + offset: 0x8A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartWario139Wheel0 + type: texture + offset: 0x8A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartWario139Wheel1 + type: texture + offset: 0x8A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartWario139Wheel2 + type: texture + offset: 0x8A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartWario139Wheel3 + type: texture + offset: 0x8A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartWario140Wheel0 + type: texture + offset: 0x8A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartWario140Wheel1 + type: texture + offset: 0x8A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartWario140Wheel2 + type: texture + offset: 0x8A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartWario140Wheel3 + type: texture + offset: 0x8A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartWario141Wheel0 + type: texture + offset: 0x8A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartWario141Wheel1 + type: texture + offset: 0x8AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartWario141Wheel2 + type: texture + offset: 0x8AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartWario141Wheel3 + type: texture + offset: 0x8AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartWario142Wheel0 + type: texture + offset: 0x8AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartWario142Wheel1 + type: texture + offset: 0x8AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartWario142Wheel2 + type: texture + offset: 0x8AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartWario142Wheel3 + type: texture + offset: 0x8AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartWario143Wheel0 + type: texture + offset: 0x8AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartWario143Wheel1 + type: texture + offset: 0x8AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartWario143Wheel2 + type: texture + offset: 0x8AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartWario143Wheel3 + type: texture + offset: 0x8AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartWario144Wheel0 + type: texture + offset: 0x8AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartWario144Wheel1 + type: texture + offset: 0x8B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartWario144Wheel2 + type: texture + offset: 0x8B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartWario144Wheel3 + type: texture + offset: 0x8B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartWario145Wheel0 + type: texture + offset: 0x8B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartWario145Wheel1 + type: texture + offset: 0x8B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartWario145Wheel2 + type: texture + offset: 0x8B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartWario145Wheel3 + type: texture + offset: 0x8B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartWario146Wheel0 + type: texture + offset: 0x8B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartWario146Wheel1 + type: texture + offset: 0x8B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartWario146Wheel2 + type: texture + offset: 0x8B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartWario146Wheel3 + type: texture + offset: 0x8B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartWario147Wheel0 + type: texture + offset: 0x8B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartWario147Wheel1 + type: texture + offset: 0x8B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartWario147Wheel2 + type: texture + offset: 0x8B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartWario147Wheel3 + type: texture + offset: 0x8B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartWario148Wheel0 + type: texture + offset: 0x8B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartWario148Wheel1 + type: texture + offset: 0x8B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartWario148Wheel2 + type: texture + offset: 0x8B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartWario148Wheel3 + type: texture + offset: 0x8B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartWario149Wheel0 + type: texture + offset: 0x8B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartWario149Wheel1 + type: texture + offset: 0x8BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartWario149Wheel2 + type: texture + offset: 0x8BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartWario149Wheel3 + type: texture + offset: 0x8BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartWario150Wheel0 + type: texture + offset: 0x8BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartWario150Wheel1 + type: texture + offset: 0x8BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartWario150Wheel2 + type: texture + offset: 0x8BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartWario150Wheel3 + type: texture + offset: 0x8BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartWario151Wheel0 + type: texture + offset: 0x8BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartWario151Wheel1 + type: texture + offset: 0x8BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartWario151Wheel2 + type: texture + offset: 0x8BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartWario151Wheel3 + type: texture + offset: 0x8BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartWario152Wheel0 + type: texture + offset: 0x8BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartWario152Wheel1 + type: texture + offset: 0x8C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartWario152Wheel2 + type: texture + offset: 0x8C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartWario152Wheel3 + type: texture + offset: 0x8C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartWario153Wheel0 + type: texture + offset: 0x8C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartWario153Wheel1 + type: texture + offset: 0x8C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartWario153Wheel2 + type: texture + offset: 0x8C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartWario153Wheel3 + type: texture + offset: 0x8C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartWario154Wheel0 + type: texture + offset: 0x8C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartWario154Wheel1 + type: texture + offset: 0x8C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartWario154Wheel2 + type: texture + offset: 0x8C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartWario154Wheel3 + type: texture + offset: 0x8C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartWario155Wheel0 + type: texture + offset: 0x8C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartWario155Wheel1 + type: texture + offset: 0x8C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartWario155Wheel2 + type: texture + offset: 0x8C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartWario155Wheel3 + type: texture + offset: 0x8C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartWario156Wheel0 + type: texture + offset: 0x8C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartWario156Wheel1 + type: texture + offset: 0x8C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartWario156Wheel2 + type: texture + offset: 0x8C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartWario156Wheel3 + type: texture + offset: 0x8C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartWario157Wheel0 + type: texture + offset: 0x8C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartWario157Wheel1 + type: texture + offset: 0x8CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartWario157Wheel2 + type: texture + offset: 0x8CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartWario157Wheel3 + type: texture + offset: 0x8CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartWario158Wheel0 + type: texture + offset: 0x8CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartWario158Wheel1 + type: texture + offset: 0x8CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartWario158Wheel2 + type: texture + offset: 0x8CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartWario158Wheel3 + type: texture + offset: 0x8CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartWario159Wheel0 + type: texture + offset: 0x8CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartWario159Wheel1 + type: texture + offset: 0x8CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartWario159Wheel2 + type: texture + offset: 0x8CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartWario159Wheel3 + type: texture + offset: 0x8CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartWario160Wheel0 + type: texture + offset: 0x8CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartWario160Wheel1 + type: texture + offset: 0x8D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartWario160Wheel2 + type: texture + offset: 0x8D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartWario160Wheel3 + type: texture + offset: 0x8D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartWario161Wheel0 + type: texture + offset: 0x8D19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartWario161Wheel1 + type: texture + offset: 0x8D21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartWario161Wheel2 + type: texture + offset: 0x8D29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartWario161Wheel3 + type: texture + offset: 0x8D31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartWario162Wheel0 + type: texture + offset: 0x8D39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartWario162Wheel1 + type: texture + offset: 0x8D41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartWario162Wheel2 + type: texture + offset: 0x8D49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartWario162Wheel3 + type: texture + offset: 0x8D51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartWario163Wheel0 + type: texture + offset: 0x8D59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartWario163Wheel1 + type: texture + offset: 0x8D61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartWario163Wheel2 + type: texture + offset: 0x8D69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartWario163Wheel3 + type: texture + offset: 0x8D71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartWario164Wheel0 + type: texture + offset: 0x8D79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartWario164Wheel1 + type: texture + offset: 0x8D81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartWario164Wheel2 + type: texture + offset: 0x8D89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartWario164Wheel3 + type: texture + offset: 0x8D91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartWario165Wheel0 + type: texture + offset: 0x8D99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartWario165Wheel1 + type: texture + offset: 0x8DA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartWario165Wheel2 + type: texture + offset: 0x8DA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartWario165Wheel3 + type: texture + offset: 0x8DB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartWario166Wheel0 + type: texture + offset: 0x8DB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartWario166Wheel1 + type: texture + offset: 0x8DC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartWario166Wheel2 + type: texture + offset: 0x8DC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartWario166Wheel3 + type: texture + offset: 0x8DD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartWario167Wheel0 + type: texture + offset: 0x8DD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartWario167Wheel1 + type: texture + offset: 0x8DE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartWario167Wheel2 + type: texture + offset: 0x8DE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartWario167Wheel3 + type: texture + offset: 0x8DF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartWario168Wheel0 + type: texture + offset: 0x8DF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartWario168Wheel1 + type: texture + offset: 0x8E01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartWario168Wheel2 + type: texture + offset: 0x8E09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartWario168Wheel3 + type: texture + offset: 0x8E11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartWario169Wheel0 + type: texture + offset: 0x8E19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartWario169Wheel1 + type: texture + offset: 0x8E21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartWario169Wheel2 + type: texture + offset: 0x8E29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartWario169Wheel3 + type: texture + offset: 0x8E31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartWario170Wheel0 + type: texture + offset: 0x8E39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartWario170Wheel1 + type: texture + offset: 0x8E41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartWario170Wheel2 + type: texture + offset: 0x8E49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartWario170Wheel3 + type: texture + offset: 0x8E51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartWario171Wheel0 + type: texture + offset: 0x8E59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartWario171Wheel1 + type: texture + offset: 0x8E61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartWario171Wheel2 + type: texture + offset: 0x8E69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartWario171Wheel3 + type: texture + offset: 0x8E71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartWario172Wheel0 + type: texture + offset: 0x8E79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartWario172Wheel1 + type: texture + offset: 0x8E81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartWario172Wheel2 + type: texture + offset: 0x8E89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartWario172Wheel3 + type: texture + offset: 0x8E91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartWario173Wheel0 + type: texture + offset: 0x8E99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartWario173Wheel1 + type: texture + offset: 0x8EA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartWario173Wheel2 + type: texture + offset: 0x8EA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartWario173Wheel3 + type: texture + offset: 0x8EB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartWario174Wheel0 + type: texture + offset: 0x8EB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartWario174Wheel1 + type: texture + offset: 0x8EC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartWario174Wheel2 + type: texture + offset: 0x8EC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartWario174Wheel3 + type: texture + offset: 0x8ED1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartWario175Wheel0 + type: texture + offset: 0x8ED9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartWario175Wheel1 + type: texture + offset: 0x8EE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartWario175Wheel2 + type: texture + offset: 0x8EE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartWario175Wheel3 + type: texture + offset: 0x8EF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartWario176Wheel0 + type: texture + offset: 0x8EF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartWario176Wheel1 + type: texture + offset: 0x8F01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartWario176Wheel2 + type: texture + offset: 0x8F09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartWario176Wheel3 + type: texture + offset: 0x8F11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartWario177Wheel0 + type: texture + offset: 0x8F19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartWario177Wheel1 + type: texture + offset: 0x8F21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartWario177Wheel2 + type: texture + offset: 0x8F29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartWario177Wheel3 + type: texture + offset: 0x8F31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartWario178Wheel0 + type: texture + offset: 0x8F39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartWario178Wheel1 + type: texture + offset: 0x8F41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartWario178Wheel2 + type: texture + offset: 0x8F49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartWario178Wheel3 + type: texture + offset: 0x8F51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartWario179Wheel0 + type: texture + offset: 0x8F59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartWario179Wheel1 + type: texture + offset: 0x8F61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartWario179Wheel2 + type: texture + offset: 0x8F69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartWario179Wheel3 + type: texture + offset: 0x8F71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartWario180Wheel0 + type: texture + offset: 0x8F79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartWario180Wheel1 + type: texture + offset: 0x8F81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartWario180Wheel2 + type: texture + offset: 0x8F89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartWario180Wheel3 + type: texture + offset: 0x8F91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartWario181Wheel0 + type: texture + offset: 0x8F99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartWario181Wheel1 + type: texture + offset: 0x8FA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartWario181Wheel2 + type: texture + offset: 0x8FA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartWario181Wheel3 + type: texture + offset: 0x8FB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartWario182Wheel0 + type: texture + offset: 0x8FB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartWario182Wheel1 + type: texture + offset: 0x8FC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartWario182Wheel2 + type: texture + offset: 0x8FC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartWario182Wheel3 + type: texture + offset: 0x8FD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartWario183Wheel0 + type: texture + offset: 0x8FD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartWario183Wheel1 + type: texture + offset: 0x8FE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartWario183Wheel2 + type: texture + offset: 0x8FE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartWario183Wheel3 + type: texture + offset: 0x8FF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartWario184Wheel0 + type: texture + offset: 0x8FF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartWario184Wheel1 + type: texture + offset: 0x9001C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartWario184Wheel2 + type: texture + offset: 0x9009C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartWario184Wheel3 + type: texture + offset: 0x9011C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartWario185Wheel0 + type: texture + offset: 0x9019C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartWario185Wheel1 + type: texture + offset: 0x9021C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartWario185Wheel2 + type: texture + offset: 0x9029C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartWario185Wheel3 + type: texture + offset: 0x9031C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartWario186Wheel0 + type: texture + offset: 0x9039C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartWario186Wheel1 + type: texture + offset: 0x9041C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartWario186Wheel2 + type: texture + offset: 0x9049C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartWario186Wheel3 + type: texture + offset: 0x9051C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartWario187Wheel0 + type: texture + offset: 0x9059C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartWario187Wheel1 + type: texture + offset: 0x9061C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartWario187Wheel2 + type: texture + offset: 0x9069C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartWario187Wheel3 + type: texture + offset: 0x9071C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartWario188Wheel0 + type: texture + offset: 0x9079C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartWario188Wheel1 + type: texture + offset: 0x9081C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartWario188Wheel2 + type: texture + offset: 0x9089C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartWario188Wheel3 + type: texture + offset: 0x9091C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartWario189Wheel0 + type: texture + offset: 0x9099C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartWario189Wheel1 + type: texture + offset: 0x90A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartWario189Wheel2 + type: texture + offset: 0x90A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartWario189Wheel3 + type: texture + offset: 0x90B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartWario190Wheel0 + type: texture + offset: 0x90B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartWario190Wheel1 + type: texture + offset: 0x90C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartWario190Wheel2 + type: texture + offset: 0x90C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartWario190Wheel3 + type: texture + offset: 0x90D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartWario191Wheel0 + type: texture + offset: 0x90D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartWario191Wheel1 + type: texture + offset: 0x90E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartWario191Wheel2 + type: texture + offset: 0x90E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartWario191Wheel3 + type: texture + offset: 0x90F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartWario192Wheel0 + type: texture + offset: 0x90F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartWario192Wheel1 + type: texture + offset: 0x9101C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartWario192Wheel2 + type: texture + offset: 0x9109C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartWario192Wheel3 + type: texture + offset: 0x9111C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartWario193Wheel0 + type: texture + offset: 0x9119C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartWario193Wheel1 + type: texture + offset: 0x9121C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartWario193Wheel2 + type: texture + offset: 0x9129C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartWario193Wheel3 + type: texture + offset: 0x9131C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartWario194Wheel0 + type: texture + offset: 0x9139C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartWario194Wheel1 + type: texture + offset: 0x9141C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartWario194Wheel2 + type: texture + offset: 0x9149C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartWario194Wheel3 + type: texture + offset: 0x9151C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartWario195Wheel0 + type: texture + offset: 0x9159C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartWario195Wheel1 + type: texture + offset: 0x9161C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartWario195Wheel2 + type: texture + offset: 0x9169C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartWario195Wheel3 + type: texture + offset: 0x9171C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartWario196Wheel0 + type: texture + offset: 0x9179C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartWario196Wheel1 + type: texture + offset: 0x9181C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartWario196Wheel2 + type: texture + offset: 0x9189C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartWario196Wheel3 + type: texture + offset: 0x9191C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartWario197Wheel0 + type: texture + offset: 0x9199C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartWario197Wheel1 + type: texture + offset: 0x91A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartWario197Wheel2 + type: texture + offset: 0x91A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartWario197Wheel3 + type: texture + offset: 0x91B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartWario198Wheel0 + type: texture + offset: 0x91B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartWario198Wheel1 + type: texture + offset: 0x91C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartWario198Wheel2 + type: texture + offset: 0x91C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartWario198Wheel3 + type: texture + offset: 0x91D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartWario199Wheel0 + type: texture + offset: 0x91D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartWario199Wheel1 + type: texture + offset: 0x91E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartWario199Wheel2 + type: texture + offset: 0x91E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartWario199Wheel3 + type: texture + offset: 0x91F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartWario200Wheel0 + type: texture + offset: 0x91F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartWario200Wheel1 + type: texture + offset: 0x9201C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartWario200Wheel2 + type: texture + offset: 0x9209C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartWario200Wheel3 + type: texture + offset: 0x9211C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartWario201Wheel0 + type: texture + offset: 0x9219C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartWario201Wheel1 + type: texture + offset: 0x9221C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartWario201Wheel2 + type: texture + offset: 0x9229C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartWario201Wheel3 + type: texture + offset: 0x9231C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartWario202Wheel0 + type: texture + offset: 0x9239C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartWario202Wheel1 + type: texture + offset: 0x9241C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartWario202Wheel2 + type: texture + offset: 0x9249C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartWario202Wheel3 + type: texture + offset: 0x9251C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartWario203Wheel0 + type: texture + offset: 0x9259C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartWario203Wheel1 + type: texture + offset: 0x9261C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartWario203Wheel2 + type: texture + offset: 0x9269C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartWario203Wheel3 + type: texture + offset: 0x9271C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartWario204Wheel0 + type: texture + offset: 0x9279C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartWario204Wheel1 + type: texture + offset: 0x9281C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartWario204Wheel2 + type: texture + offset: 0x9289C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartWario204Wheel3 + type: texture + offset: 0x9291C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartWario205Wheel0 + type: texture + offset: 0x9299C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartWario205Wheel1 + type: texture + offset: 0x92A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartWario205Wheel2 + type: texture + offset: 0x92A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartWario205Wheel3 + type: texture + offset: 0x92B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartWario206Wheel0 + type: texture + offset: 0x92B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartWario206Wheel1 + type: texture + offset: 0x92C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartWario206Wheel2 + type: texture + offset: 0x92C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartWario206Wheel3 + type: texture + offset: 0x92D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartWario207Wheel0 + type: texture + offset: 0x92D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartWario207Wheel1 + type: texture + offset: 0x92E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartWario207Wheel2 + type: texture + offset: 0x92E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartWario207Wheel3 + type: texture + offset: 0x92F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartWario208Wheel0 + type: texture + offset: 0x92F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartWario208Wheel1 + type: texture + offset: 0x9301C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartWario208Wheel2 + type: texture + offset: 0x9309C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartWario208Wheel3 + type: texture + offset: 0x9311C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartWario209Wheel0 + type: texture + offset: 0x9319C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartWario209Wheel1 + type: texture + offset: 0x9321C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartWario209Wheel2 + type: texture + offset: 0x9329C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartWario209Wheel3 + type: texture + offset: 0x9331C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartWario210Wheel0 + type: texture + offset: 0x9339C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartWario210Wheel1 + type: texture + offset: 0x9341C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartWario210Wheel2 + type: texture + offset: 0x9349C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartWario210Wheel3 + type: texture + offset: 0x9351C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartWario211Wheel0 + type: texture + offset: 0x9359C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartWario211Wheel1 + type: texture + offset: 0x9361C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartWario211Wheel2 + type: texture + offset: 0x9369C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartWario211Wheel3 + type: texture + offset: 0x9371C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartWario212Wheel0 + type: texture + offset: 0x9379C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartWario212Wheel1 + type: texture + offset: 0x9381C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartWario212Wheel2 + type: texture + offset: 0x9389C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartWario212Wheel3 + type: texture + offset: 0x9391C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartWario213Wheel0 + type: texture + offset: 0x9399C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartWario213Wheel1 + type: texture + offset: 0x93A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartWario213Wheel2 + type: texture + offset: 0x93A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartWario213Wheel3 + type: texture + offset: 0x93B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartWario214Wheel0 + type: texture + offset: 0x93B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartWario214Wheel1 + type: texture + offset: 0x93C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartWario214Wheel2 + type: texture + offset: 0x93C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartWario214Wheel3 + type: texture + offset: 0x93D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartWario215Wheel0 + type: texture + offset: 0x93D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartWario215Wheel1 + type: texture + offset: 0x93E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartWario215Wheel2 + type: texture + offset: 0x93E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartWario215Wheel3 + type: texture + offset: 0x93F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartWario216Wheel0 + type: texture + offset: 0x93F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartWario216Wheel1 + type: texture + offset: 0x9401C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartWario216Wheel2 + type: texture + offset: 0x9409C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartWario216Wheel3 + type: texture + offset: 0x9411C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartWario217Wheel0 + type: texture + offset: 0x9419C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartWario217Wheel1 + type: texture + offset: 0x9421C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartWario217Wheel2 + type: texture + offset: 0x9429C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartWario217Wheel3 + type: texture + offset: 0x9431C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartWario218Wheel0 + type: texture + offset: 0x9439C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartWario218Wheel1 + type: texture + offset: 0x9441C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartWario218Wheel2 + type: texture + offset: 0x9449C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartWario218Wheel3 + type: texture + offset: 0x9451C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartWario219Wheel0 + type: texture + offset: 0x9459C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartWario219Wheel1 + type: texture + offset: 0x9461C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartWario219Wheel2 + type: texture + offset: 0x9469C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartWario219Wheel3 + type: texture + offset: 0x9471C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartWario220Wheel0 + type: texture + offset: 0x9479C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartWario220Wheel1 + type: texture + offset: 0x9481C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartWario220Wheel2 + type: texture + offset: 0x9489C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartWario220Wheel3 + type: texture + offset: 0x9491C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartWario221Wheel0 + type: texture + offset: 0x9499C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartWario221Wheel1 + type: texture + offset: 0x94A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartWario221Wheel2 + type: texture + offset: 0x94A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartWario221Wheel3 + type: texture + offset: 0x94B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartWario222Wheel0 + type: texture + offset: 0x94B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartWario222Wheel1 + type: texture + offset: 0x94C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartWario222Wheel2 + type: texture + offset: 0x94C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartWario222Wheel3 + type: texture + offset: 0x94D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartWario223Wheel0 + type: texture + offset: 0x94D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartWario223Wheel1 + type: texture + offset: 0x94E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartWario223Wheel2 + type: texture + offset: 0x94E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartWario223Wheel3 + type: texture + offset: 0x94F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartWario224Wheel0 + type: texture + offset: 0x94F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartWario224Wheel1 + type: texture + offset: 0x9501C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartWario224Wheel2 + type: texture + offset: 0x9509C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartWario224Wheel3 + type: texture + offset: 0x9511C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartWario225Wheel0 + type: texture + offset: 0x9519C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartWario225Wheel1 + type: texture + offset: 0x9521C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartWario225Wheel2 + type: texture + offset: 0x9529C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartWario225Wheel3 + type: texture + offset: 0x9531C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartWario226Wheel0 + type: texture + offset: 0x9539C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartWario226Wheel1 + type: texture + offset: 0x9541C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartWario226Wheel2 + type: texture + offset: 0x9549C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartWario226Wheel3 + type: texture + offset: 0x9551C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartWario227Wheel0 + type: texture + offset: 0x9559C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartWario227Wheel1 + type: texture + offset: 0x9561C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartWario227Wheel2 + type: texture + offset: 0x9569C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartWario227Wheel3 + type: texture + offset: 0x9571C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartWario228Wheel0 + type: texture + offset: 0x9579C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartWario228Wheel1 + type: texture + offset: 0x9581C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartWario228Wheel2 + type: texture + offset: 0x9589C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartWario228Wheel3 + type: texture + offset: 0x9591C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartWario229Wheel0 + type: texture + offset: 0x9599C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartWario229Wheel1 + type: texture + offset: 0x95A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartWario229Wheel2 + type: texture + offset: 0x95A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartWario229Wheel3 + type: texture + offset: 0x95B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartWario230Wheel0 + type: texture + offset: 0x95B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartWario230Wheel1 + type: texture + offset: 0x95C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartWario230Wheel2 + type: texture + offset: 0x95C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartWario230Wheel3 + type: texture + offset: 0x95D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartWario231Wheel0 + type: texture + offset: 0x95D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartWario231Wheel1 + type: texture + offset: 0x95E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartWario231Wheel2 + type: texture + offset: 0x95E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartWario231Wheel3 + type: texture + offset: 0x95F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartWario232Wheel0 + type: texture + offset: 0x95F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartWario232Wheel1 + type: texture + offset: 0x9601C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartWario232Wheel2 + type: texture + offset: 0x9609C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartWario232Wheel3 + type: texture + offset: 0x9611C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartWario233Wheel0 + type: texture + offset: 0x9619C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartWario233Wheel1 + type: texture + offset: 0x9621C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartWario233Wheel2 + type: texture + offset: 0x9629C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartWario233Wheel3 + type: texture + offset: 0x9631C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartWario234Wheel0 + type: texture + offset: 0x9639C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartWario234Wheel1 + type: texture + offset: 0x9641C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartWario234Wheel2 + type: texture + offset: 0x9649C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartWario234Wheel3 + type: texture + offset: 0x9651C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartWario235Wheel0 + type: texture + offset: 0x9659C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartWario235Wheel1 + type: texture + offset: 0x9661C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartWario235Wheel2 + type: texture + offset: 0x9669C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartWario235Wheel3 + type: texture + offset: 0x9671C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartWario236Wheel0 + type: texture + offset: 0x9679C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartWario236Wheel1 + type: texture + offset: 0x9681C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartWario236Wheel2 + type: texture + offset: 0x9689C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartWario236Wheel3 + type: texture + offset: 0x9691C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartWario237Wheel0 + type: texture + offset: 0x9699C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartWario237Wheel1 + type: texture + offset: 0x96A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartWario237Wheel2 + type: texture + offset: 0x96A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartWario237Wheel3 + type: texture + offset: 0x96B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartWario238Wheel0 + type: texture + offset: 0x96B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartWario238Wheel1 + type: texture + offset: 0x96C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartWario238Wheel2 + type: texture + offset: 0x96C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartWario238Wheel3 + type: texture + offset: 0x96D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartWario239Wheel0 + type: texture + offset: 0x96D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartWario239Wheel1 + type: texture + offset: 0x96E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartWario239Wheel2 + type: texture + offset: 0x96E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartWario239Wheel3 + type: texture + offset: 0x96F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartWario240Wheel0 + type: texture + offset: 0x96F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartWario240Wheel1 + type: texture + offset: 0x9701C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartWario240Wheel2 + type: texture + offset: 0x9709C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartWario240Wheel3 + type: texture + offset: 0x9711C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartWario241Wheel0 + type: texture + offset: 0x9719C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartWario241Wheel1 + type: texture + offset: 0x9721C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartWario241Wheel2 + type: texture + offset: 0x9729C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartWario241Wheel3 + type: texture + offset: 0x9731C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartWario242Wheel0 + type: texture + offset: 0x9739C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartWario242Wheel1 + type: texture + offset: 0x9741C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartWario242Wheel2 + type: texture + offset: 0x9749C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartWario242Wheel3 + type: texture + offset: 0x9751C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartWario243Wheel0 + type: texture + offset: 0x9759C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartWario243Wheel1 + type: texture + offset: 0x9761C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartWario243Wheel2 + type: texture + offset: 0x9769C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartWario243Wheel3 + type: texture + offset: 0x9771C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartWario244Wheel0 + type: texture + offset: 0x9779C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartWario244Wheel1 + type: texture + offset: 0x9781C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartWario244Wheel2 + type: texture + offset: 0x9789C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartWario244Wheel3 + type: texture + offset: 0x9791C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartWario245Wheel0 + type: texture + offset: 0x9799C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartWario245Wheel1 + type: texture + offset: 0x97A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartWario245Wheel2 + type: texture + offset: 0x97A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartWario245Wheel3 + type: texture + offset: 0x97B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartWario246Wheel0 + type: texture + offset: 0x97B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartWario246Wheel1 + type: texture + offset: 0x97C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartWario246Wheel2 + type: texture + offset: 0x97C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartWario246Wheel3 + type: texture + offset: 0x97D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartWario247Wheel0 + type: texture + offset: 0x97D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartWario247Wheel1 + type: texture + offset: 0x97E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartWario247Wheel2 + type: texture + offset: 0x97E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartWario247Wheel3 + type: texture + offset: 0x97F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartWario248Wheel0 + type: texture + offset: 0x97F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartWario248Wheel1 + type: texture + offset: 0x9801C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartWario248Wheel2 + type: texture + offset: 0x9809C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartWario248Wheel3 + type: texture + offset: 0x9811C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartWario249Wheel0 + type: texture + offset: 0x9819C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartWario249Wheel1 + type: texture + offset: 0x9821C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartWario249Wheel2 + type: texture + offset: 0x9829C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartWario249Wheel3 + type: texture + offset: 0x9831C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartWario250Wheel0 + type: texture + offset: 0x9839C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartWario250Wheel1 + type: texture + offset: 0x9841C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartWario250Wheel2 + type: texture + offset: 0x9849C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartWario250Wheel3 + type: texture + offset: 0x9851C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartWario251Wheel0 + type: texture + offset: 0x9859C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartWario251Wheel1 + type: texture + offset: 0x9861C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartWario251Wheel2 + type: texture + offset: 0x9869C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartWario251Wheel3 + type: texture + offset: 0x9871C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartWario252Wheel0 + type: texture + offset: 0x9879C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartWario252Wheel1 + type: texture + offset: 0x9881C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartWario252Wheel2 + type: texture + offset: 0x9889C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartWario252Wheel3 + type: texture + offset: 0x9891C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartWario253Wheel0 + type: texture + offset: 0x9899C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartWario253Wheel1 + type: texture + offset: 0x98A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartWario253Wheel2 + type: texture + offset: 0x98A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartWario253Wheel3 + type: texture + offset: 0x98B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartWario254Wheel0 + type: texture + offset: 0x98B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartWario254Wheel1 + type: texture + offset: 0x98C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartWario254Wheel2 + type: texture + offset: 0x98C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartWario254Wheel3 + type: texture + offset: 0x98D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartWario255Wheel0 + type: texture + offset: 0x98D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartWario255Wheel1 + type: texture + offset: 0x98E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartWario255Wheel2 + type: texture + offset: 0x98E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartWario255Wheel3 + type: texture + offset: 0x98F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartWario256Wheel0 + type: texture + offset: 0x98F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartWario256Wheel1 + type: texture + offset: 0x9901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartWario256Wheel2 + type: texture + offset: 0x9909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartWario256Wheel3 + type: texture + offset: 0x9911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartWario257Wheel0 + type: texture + offset: 0x9919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartWario257Wheel1 + type: texture + offset: 0x9921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartWario257Wheel2 + type: texture + offset: 0x9929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartWario257Wheel3 + type: texture + offset: 0x9931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartWario258Wheel0 + type: texture + offset: 0x9939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartWario258Wheel1 + type: texture + offset: 0x9941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartWario258Wheel2 + type: texture + offset: 0x9949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartWario258Wheel3 + type: texture + offset: 0x9951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartWario259Wheel0 + type: texture + offset: 0x9959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartWario259Wheel1 + type: texture + offset: 0x9961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartWario259Wheel2 + type: texture + offset: 0x9969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartWario259Wheel3 + type: texture + offset: 0x9971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartWario260Wheel0 + type: texture + offset: 0x9979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartWario260Wheel1 + type: texture + offset: 0x9981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartWario260Wheel2 + type: texture + offset: 0x9989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartWario260Wheel3 + type: texture + offset: 0x9991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartWario261Wheel0 + type: texture + offset: 0x9999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartWario261Wheel1 + type: texture + offset: 0x99A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartWario261Wheel2 + type: texture + offset: 0x99A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartWario261Wheel3 + type: texture + offset: 0x99B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartWario262Wheel0 + type: texture + offset: 0x99B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartWario262Wheel1 + type: texture + offset: 0x99C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartWario262Wheel2 + type: texture + offset: 0x99C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartWario262Wheel3 + type: texture + offset: 0x99D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartWario263Wheel0 + type: texture + offset: 0x99D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartWario263Wheel1 + type: texture + offset: 0x99E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartWario263Wheel2 + type: texture + offset: 0x99E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartWario263Wheel3 + type: texture + offset: 0x99F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartWario264Wheel0 + type: texture + offset: 0x99F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartWario264Wheel1 + type: texture + offset: 0x9A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartWario264Wheel2 + type: texture + offset: 0x9A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartWario264Wheel3 + type: texture + offset: 0x9A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartWario265Wheel0 + type: texture + offset: 0x9A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartWario265Wheel1 + type: texture + offset: 0x9A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartWario265Wheel2 + type: texture + offset: 0x9A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartWario265Wheel3 + type: texture + offset: 0x9A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartWario266Wheel0 + type: texture + offset: 0x9A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartWario266Wheel1 + type: texture + offset: 0x9A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartWario266Wheel2 + type: texture + offset: 0x9A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartWario266Wheel3 + type: texture + offset: 0x9A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartWario267Wheel0 + type: texture + offset: 0x9A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartWario267Wheel1 + type: texture + offset: 0x9A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartWario267Wheel2 + type: texture + offset: 0x9A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartWario267Wheel3 + type: texture + offset: 0x9A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartWario268Wheel0 + type: texture + offset: 0x9A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartWario268Wheel1 + type: texture + offset: 0x9A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartWario268Wheel2 + type: texture + offset: 0x9A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartWario268Wheel3 + type: texture + offset: 0x9A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartWario269Wheel0 + type: texture + offset: 0x9A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartWario269Wheel1 + type: texture + offset: 0x9AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartWario269Wheel2 + type: texture + offset: 0x9AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartWario269Wheel3 + type: texture + offset: 0x9AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartWario270Wheel0 + type: texture + offset: 0x9AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartWario270Wheel1 + type: texture + offset: 0x9AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartWario270Wheel2 + type: texture + offset: 0x9AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartWario270Wheel3 + type: texture + offset: 0x9AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartWario271Wheel0 + type: texture + offset: 0x9AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartWario271Wheel1 + type: texture + offset: 0x9AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartWario271Wheel2 + type: texture + offset: 0x9AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartWario271Wheel3 + type: texture + offset: 0x9AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartWario272Wheel0 + type: texture + offset: 0x9AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartWario272Wheel1 + type: texture + offset: 0x9B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartWario272Wheel2 + type: texture + offset: 0x9B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartWario272Wheel3 + type: texture + offset: 0x9B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartWario273Wheel0 + type: texture + offset: 0x9B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartWario273Wheel1 + type: texture + offset: 0x9B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartWario273Wheel2 + type: texture + offset: 0x9B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartWario273Wheel3 + type: texture + offset: 0x9B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartWario274Wheel0 + type: texture + offset: 0x9B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartWario274Wheel1 + type: texture + offset: 0x9B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartWario274Wheel2 + type: texture + offset: 0x9B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartWario274Wheel3 + type: texture + offset: 0x9B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartWario275Wheel0 + type: texture + offset: 0x9B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartWario275Wheel1 + type: texture + offset: 0x9B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartWario275Wheel2 + type: texture + offset: 0x9B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartWario275Wheel3 + type: texture + offset: 0x9B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartWario276Wheel0 + type: texture + offset: 0x9B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartWario276Wheel1 + type: texture + offset: 0x9B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartWario276Wheel2 + type: texture + offset: 0x9B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartWario276Wheel3 + type: texture + offset: 0x9B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartWario277Wheel0 + type: texture + offset: 0x9B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartWario277Wheel1 + type: texture + offset: 0x9BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartWario277Wheel2 + type: texture + offset: 0x9BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartWario277Wheel3 + type: texture + offset: 0x9BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartWario278Wheel0 + type: texture + offset: 0x9BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartWario278Wheel1 + type: texture + offset: 0x9BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartWario278Wheel2 + type: texture + offset: 0x9BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartWario278Wheel3 + type: texture + offset: 0x9BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartWario279Wheel0 + type: texture + offset: 0x9BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartWario279Wheel1 + type: texture + offset: 0x9BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartWario279Wheel2 + type: texture + offset: 0x9BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartWario279Wheel3 + type: texture + offset: 0x9BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartWario280Wheel0 + type: texture + offset: 0x9BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartWario280Wheel1 + type: texture + offset: 0x9C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartWario280Wheel2 + type: texture + offset: 0x9C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartWario280Wheel3 + type: texture + offset: 0x9C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartWario281Wheel0 + type: texture + offset: 0x9C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartWario281Wheel1 + type: texture + offset: 0x9C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartWario281Wheel2 + type: texture + offset: 0x9C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartWario281Wheel3 + type: texture + offset: 0x9C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartWario282Wheel0 + type: texture + offset: 0x9C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartWario282Wheel1 + type: texture + offset: 0x9C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartWario282Wheel2 + type: texture + offset: 0x9C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartWario282Wheel3 + type: texture + offset: 0x9C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartWario283Wheel0 + type: texture + offset: 0x9C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartWario283Wheel1 + type: texture + offset: 0x9C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartWario283Wheel2 + type: texture + offset: 0x9C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartWario283Wheel3 + type: texture + offset: 0x9C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartWario284Wheel0 + type: texture + offset: 0x9C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartWario284Wheel1 + type: texture + offset: 0x9C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartWario284Wheel2 + type: texture + offset: 0x9C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartWario284Wheel3 + type: texture + offset: 0x9C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartWario285Wheel0 + type: texture + offset: 0x9C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartWario285Wheel1 + type: texture + offset: 0x9CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartWario285Wheel2 + type: texture + offset: 0x9CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartWario285Wheel3 + type: texture + offset: 0x9CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartWario286Wheel0 + type: texture + offset: 0x9CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartWario286Wheel1 + type: texture + offset: 0x9CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartWario286Wheel2 + type: texture + offset: 0x9CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartWario286Wheel3 + type: texture + offset: 0x9CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartWario287Wheel0 + type: texture + offset: 0x9CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartWario287Wheel1 + type: texture + offset: 0x9CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartWario287Wheel2 + type: texture + offset: 0x9CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartWario287Wheel3 + type: texture + offset: 0x9CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartWario288Wheel0 + type: texture + offset: 0x9CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartWario288Wheel1 + type: texture + offset: 0x9D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartWario288Wheel2 + type: texture + offset: 0x9D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartWario288Wheel3 + type: texture + offset: 0x9D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +wario_kart_palette: + symbol: gKartWarioPalette + type: texture + offset: 0x9D19C + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/yamls/us/wario_stadium_data.yml b/android/app/src/main/assets/yamls/us/wario_stadium_data.yml new file mode 100644 index 0000000000..a3f464ae6a --- /dev/null +++ b/android/app/src/main/assets/yamls/us/wario_stadium_data.yml @@ -0,0 +1,536 @@ +:config: + segments: + - [0x06, 0x8804A0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_wario_stadium_dl_0: + symbol: d_course_wario_stadium_dl_0 + type: gfx + offset: 0x0 +d_course_wario_stadium_dl_B8: + symbol: d_course_wario_stadium_dl_B8 + type: gfx + offset: 0xB8 +d_course_wario_stadium_dl_158: + symbol: d_course_wario_stadium_dl_158 + type: gfx + offset: 0x158 +d_course_wario_stadium_dl_1B8: + symbol: d_course_wario_stadium_dl_1B8 + type: gfx + offset: 0x1B8 +d_course_wario_stadium_dl_2A0: + symbol: d_course_wario_stadium_dl_2A0 + type: gfx + offset: 0x2A0 +d_course_wario_stadium_dl_350: + symbol: d_course_wario_stadium_dl_350 + type: gfx + offset: 0x350 +d_course_wario_stadium_dl_440: + symbol: d_course_wario_stadium_dl_440 + type: gfx + offset: 0x440 +d_course_wario_stadium_dl_4C0: + symbol: d_course_wario_stadium_dl_4C0 + type: gfx + offset: 0x4C0 +d_course_wario_stadium_dl_5E8: + symbol: d_course_wario_stadium_dl_5E8 + type: gfx + offset: 0x5E8 +d_course_wario_stadium_dl_668: + symbol: d_course_wario_stadium_dl_668 + type: gfx + offset: 0x668 +d_course_wario_stadium_dl_798: + symbol: d_course_wario_stadium_dl_798 + type: gfx + offset: 0x798 +d_course_wario_stadium_dl_830: + symbol: d_course_wario_stadium_dl_830 + type: gfx + offset: 0x830 +d_course_wario_stadium_dl_940: + symbol: d_course_wario_stadium_dl_940 + type: gfx + offset: 0x940 +d_course_wario_stadium_dl_990: + symbol: d_course_wario_stadium_dl_990 + type: gfx + offset: 0x990 +d_course_wario_stadium_dl_AB0: + symbol: d_course_wario_stadium_dl_AB0 + type: gfx + offset: 0xAB0 +d_course_wario_stadium_dl_B60: + symbol: d_course_wario_stadium_dl_B60 + type: gfx + offset: 0xB60 +d_course_wario_stadium_dl_C08: + symbol: d_course_wario_stadium_dl_C08 + type: gfx + offset: 0xC08 +d_course_wario_stadium_dl_C70: + symbol: d_course_wario_stadium_dl_C70 + type: gfx + offset: 0xC70 +d_course_wario_stadium_dl_D60: + symbol: d_course_wario_stadium_dl_D60 + type: gfx + offset: 0xD60 +d_course_wario_stadium_dl_E30: + symbol: d_course_wario_stadium_dl_E30 + type: gfx + offset: 0xE30 +d_course_wario_stadium_dl_ED0: + symbol: d_course_wario_stadium_dl_ED0 + type: gfx + offset: 0xED0 +d_course_wario_stadium_dl_F70: + symbol: d_course_wario_stadium_dl_F70 + type: gfx + offset: 0xF70 +d_course_wario_stadium_dl_1068: + symbol: d_course_wario_stadium_dl_1068 + type: gfx + offset: 0x1068 +d_course_wario_stadium_dl_1158: + symbol: d_course_wario_stadium_dl_1158 + type: gfx + offset: 0x1158 +d_course_wario_stadium_dl_11F8: + symbol: d_course_wario_stadium_dl_11F8 + type: gfx + offset: 0x11F8 +d_course_wario_stadium_dl_12E0: + symbol: d_course_wario_stadium_dl_12E0 + type: gfx + offset: 0x12E0 +d_course_wario_stadium_dl_13C0: + symbol: d_course_wario_stadium_dl_13C0 + type: gfx + offset: 0x13C0 +d_course_wario_stadium_dl_14A0: + symbol: d_course_wario_stadium_dl_14A0 + type: gfx + offset: 0x14A0 +d_course_wario_stadium_dl_1590: + symbol: d_course_wario_stadium_dl_1590 + type: gfx + offset: 0x1590 +d_course_wario_stadium_dl_1630: + symbol: d_course_wario_stadium_dl_1630 + type: gfx + offset: 0x1630 +d_course_wario_stadium_dl_1708: + symbol: d_course_wario_stadium_dl_1708 + type: gfx + offset: 0x1708 +d_course_wario_stadium_dl_17A8: + symbol: d_course_wario_stadium_dl_17A8 + type: gfx + offset: 0x17A8 +d_course_wario_stadium_dl_1868: + symbol: d_course_wario_stadium_dl_1868 + type: gfx + offset: 0x1868 +d_course_wario_stadium_dl_1908: + symbol: d_course_wario_stadium_dl_1908 + type: gfx + offset: 0x1908 +d_course_wario_stadium_dl_19E0: + symbol: d_course_wario_stadium_dl_19E0 + type: gfx + offset: 0x19E0 +d_course_wario_stadium_dl_1AB8: + symbol: d_course_wario_stadium_dl_1AB8 + type: gfx + offset: 0x1AB8 +d_course_wario_stadium_dl_1B48: + symbol: d_course_wario_stadium_dl_1B48 + type: gfx + offset: 0x1B48 +d_course_wario_stadium_dl_1BB0: + symbol: d_course_wario_stadium_dl_1BB0 + type: gfx + offset: 0x1BB0 +d_course_wario_stadium_dl_1CA8: + symbol: d_course_wario_stadium_dl_1CA8 + type: gfx + offset: 0x1CA8 +d_course_wario_stadium_dl_1D68: + symbol: d_course_wario_stadium_dl_1D68 + type: gfx + offset: 0x1D68 +d_course_wario_stadium_dl_1DF8: + symbol: d_course_wario_stadium_dl_1DF8 + type: gfx + offset: 0x1DF8 +d_course_wario_stadium_dl_1E70: + symbol: d_course_wario_stadium_dl_1E70 + type: gfx + offset: 0x1E70 +d_course_wario_stadium_dl_1FD8: + symbol: d_course_wario_stadium_dl_1FD8 + type: gfx + offset: 0x1FD8 +d_course_wario_stadium_dl_20A8: + symbol: d_course_wario_stadium_dl_20A8 + type: gfx + offset: 0x20A8 +d_course_wario_stadium_dl_21A8: + symbol: d_course_wario_stadium_dl_21A8 + type: gfx + offset: 0x21A8 +d_course_wario_stadium_dl_2218: + symbol: d_course_wario_stadium_dl_2218 + type: gfx + offset: 0x2218 +d_course_wario_stadium_dl_2308: + symbol: d_course_wario_stadium_dl_2308 + type: gfx + offset: 0x2308 +d_course_wario_stadium_dl_23B0: + symbol: d_course_wario_stadium_dl_23B0 + type: gfx + offset: 0x23B0 +d_course_wario_stadium_dl_2490: + symbol: d_course_wario_stadium_dl_2490 + type: gfx + offset: 0x2490 +d_course_wario_stadium_dl_2530: + symbol: d_course_wario_stadium_dl_2530 + type: gfx + offset: 0x2530 +d_course_wario_stadium_dl_2610: + symbol: d_course_wario_stadium_dl_2610 + type: gfx + offset: 0x2610 +d_course_wario_stadium_dl_2698: + symbol: d_course_wario_stadium_dl_2698 + type: gfx + offset: 0x2698 +d_course_wario_stadium_dl_2798: + symbol: d_course_wario_stadium_dl_2798 + type: gfx + offset: 0x2798 +d_course_wario_stadium_dl_2870: + symbol: d_course_wario_stadium_dl_2870 + type: gfx + offset: 0x2870 +d_course_wario_stadium_dl_2928: + symbol: d_course_wario_stadium_dl_2928 + type: gfx + offset: 0x2928 +d_course_wario_stadium_dl_29D0: + symbol: d_course_wario_stadium_dl_29D0 + type: gfx + offset: 0x29D0 +d_course_wario_stadium_dl_2AB0: + symbol: d_course_wario_stadium_dl_2AB0 + type: gfx + offset: 0x2AB0 +d_course_wario_stadium_dl_2B60: + symbol: d_course_wario_stadium_dl_2B60 + type: gfx + offset: 0x2B60 +d_course_wario_stadium_dl_2C30: + symbol: d_course_wario_stadium_dl_2C30 + type: gfx + offset: 0x2C30 +d_course_wario_stadium_dl_2CE0: + symbol: d_course_wario_stadium_dl_2CE0 + type: gfx + offset: 0x2CE0 +d_course_wario_stadium_dl_2DC0: + symbol: d_course_wario_stadium_dl_2DC0 + type: gfx + offset: 0x2DC0 +d_course_wario_stadium_dl_2E70: + symbol: d_course_wario_stadium_dl_2E70 + type: gfx + offset: 0x2E70 +d_course_wario_stadium_dl_2FB8: + symbol: d_course_wario_stadium_dl_2FB8 + type: gfx + offset: 0x2FB8 +d_course_wario_stadium_dl_3098: + symbol: d_course_wario_stadium_dl_3098 + type: gfx + offset: 0x3098 +d_course_wario_stadium_dl_31B0: + symbol: d_course_wario_stadium_dl_31B0 + type: gfx + offset: 0x31B0 +d_course_wario_stadium_dl_3260: + symbol: d_course_wario_stadium_dl_3260 + type: gfx + offset: 0x3260 +d_course_wario_stadium_dl_3368: + symbol: d_course_wario_stadium_dl_3368 + type: gfx + offset: 0x3368 +d_course_wario_stadium_dl_3450: + symbol: d_course_wario_stadium_dl_3450 + type: gfx + offset: 0x3450 +d_course_wario_stadium_dl_3550: + symbol: d_course_wario_stadium_dl_3550 + type: gfx + offset: 0x3550 +d_course_wario_stadium_dl_3600: + symbol: d_course_wario_stadium_dl_3600 + type: gfx + offset: 0x3600 +d_course_wario_stadium_dl_36D8: + symbol: d_course_wario_stadium_dl_36D8 + type: gfx + offset: 0x36D8 +d_course_wario_stadium_dl_37A8: + symbol: d_course_wario_stadium_dl_37A8 + type: gfx + offset: 0x37A8 +d_course_wario_stadium_dl_3890: + symbol: d_course_wario_stadium_dl_3890 + type: gfx + offset: 0x3890 +d_course_wario_stadium_dl_3980: + symbol: d_course_wario_stadium_dl_3980 + type: gfx + offset: 0x3980 +d_course_wario_stadium_dl_3A10: + symbol: d_course_wario_stadium_dl_3A10 + type: gfx + offset: 0x3A10 +d_course_wario_stadium_dl_3AD0: + symbol: d_course_wario_stadium_dl_3AD0 + type: gfx + offset: 0x3AD0 +d_course_wario_stadium_dl_3BB0: + symbol: d_course_wario_stadium_dl_3BB0 + type: gfx + offset: 0x3BB0 +d_course_wario_stadium_dl_3CF8: + symbol: d_course_wario_stadium_dl_3CF8 + type: gfx + offset: 0x3CF8 +d_course_wario_stadium_dl_3D90: + symbol: d_course_wario_stadium_dl_3D90 + type: gfx + offset: 0x3D90 +d_course_wario_stadium_dl_3E80: + symbol: d_course_wario_stadium_dl_3E80 + type: gfx + offset: 0x3E80 +d_course_wario_stadium_dl_3F78: + symbol: d_course_wario_stadium_dl_3F78 + type: gfx + offset: 0x3F78 +d_course_wario_stadium_dl_4060: + symbol: d_course_wario_stadium_dl_4060 + type: gfx + offset: 0x4060 +d_course_wario_stadium_dl_40F0: + symbol: d_course_wario_stadium_dl_40F0 + type: gfx + offset: 0x40F0 +d_course_wario_stadium_dl_41D0: + symbol: d_course_wario_stadium_dl_41D0 + type: gfx + offset: 0x41D0 +d_course_wario_stadium_dl_4270: + symbol: d_course_wario_stadium_dl_4270 + type: gfx + offset: 0x4270 +d_course_wario_stadium_dl_4340: + symbol: d_course_wario_stadium_dl_4340 + type: gfx + offset: 0x4340 +d_course_wario_stadium_dl_43E0: + symbol: d_course_wario_stadium_dl_43E0 + type: gfx + offset: 0x43E0 +d_course_wario_stadium_dl_44B0: + symbol: d_course_wario_stadium_dl_44B0 + type: gfx + offset: 0x44B0 +d_course_wario_stadium_dl_4550: + symbol: d_course_wario_stadium_dl_4550 + type: gfx + offset: 0x4550 +d_course_wario_stadium_dl_46E0: + symbol: d_course_wario_stadium_dl_46E0 + type: gfx + offset: 0x46E0 +d_course_wario_stadium_dl_47F0: + symbol: d_course_wario_stadium_dl_47F0 + type: gfx + offset: 0x47F0 +d_course_wario_stadium_dl_4948: + symbol: d_course_wario_stadium_dl_4948 + type: gfx + offset: 0x4948 +d_course_wario_stadium_dl_4A78: + symbol: d_course_wario_stadium_dl_4A78 + type: gfx + offset: 0x4A78 +d_course_wario_stadium_dl_4B30: + symbol: d_course_wario_stadium_dl_4B30 + type: gfx + offset: 0x4B30 +d_course_wario_stadium_dl_4BE8: + symbol: d_course_wario_stadium_dl_4BE8 + type: gfx + offset: 0x4BE8 +d_course_wario_stadium_dl_4C60: + symbol: d_course_wario_stadium_dl_4C60 + type: gfx + offset: 0x4C60 +d_course_wario_stadium_dl_4D40: + symbol: d_course_wario_stadium_dl_4D40 + type: gfx + offset: 0x4D40 +d_course_wario_stadium_dl_4E30: + symbol: d_course_wario_stadium_dl_4E30 + type: gfx + offset: 0x4E30 +d_course_wario_stadium_dl_4EF0: + symbol: d_course_wario_stadium_dl_4EF0 + type: gfx + offset: 0x4EF0 +d_course_wario_stadium_dl_4F80: + symbol: d_course_wario_stadium_dl_4F80 + type: gfx + offset: 0x4F80 +d_course_wario_stadium_dl_5090: + symbol: d_course_wario_stadium_dl_5090 + type: gfx + offset: 0x5090 +d_course_wario_stadium_dl_5168: + symbol: d_course_wario_stadium_dl_5168 + type: gfx + offset: 0x5168 +d_course_wario_stadium_dl_51E8: + symbol: d_course_wario_stadium_dl_51E8 + type: gfx + offset: 0x51E8 +d_course_wario_stadium_dl_5270: + symbol: d_course_wario_stadium_dl_5270 + type: gfx + offset: 0x5270 +d_course_wario_stadium_dl_5338: + symbol: d_course_wario_stadium_dl_5338 + type: gfx + offset: 0x5338 +d_course_wario_stadium_dl_5460: + symbol: d_course_wario_stadium_dl_5460 + type: gfx + offset: 0x5460 +d_course_wario_stadium_dl_54E8: + symbol: d_course_wario_stadium_dl_54E8 + type: gfx + offset: 0x54E8 +d_course_wario_stadium_dl_5588: + symbol: d_course_wario_stadium_dl_5588 + type: gfx + offset: 0x5588 +d_course_wario_stadium_unknown_waypoints: + symbol: d_course_wario_stadium_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x56A0 + count: 77 +d_course_wario_stadium_track_waypoints: + symbol: d_course_wario_stadium_track_waypoints + type: mk64:TRACK_PATH + offset: 0x5908 + count: 1401 +d_course_wario_stadium_sign_head_model1: + symbol: d_course_wario_stadium_sign_head_model1 + type: vtx + offset: 0x84D0 + count: 13 +d_course_wario_stadium_sign_head_model2: + symbol: d_course_wario_stadium_sign_head_model2 + type: vtx + offset: 0x85A0 + count: 17 +d_course_wario_stadium_sign_head_model3: + symbol: d_course_wario_stadium_sign_head_model3 + type: vtx + offset: 0x86B0 + count: 13 +d_course_wario_stadium_sign_head_model4: + symbol: d_course_wario_stadium_sign_head_model4 + type: vtx + offset: 0x8780 + count: 17 +d_course_wario_stadium_sign_top_left: + symbol: d_course_wario_stadium_sign_top_left + type: texture + offset: 0x8890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_bottom_left: + symbol: d_course_wario_stadium_sign_bottom_left + type: texture + offset: 0x9890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_top_right: + symbol: d_course_wario_stadium_sign_top_right + type: texture + offset: 0xA890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_bottom_right: + symbol: d_course_wario_stadium_sign_bottom_right + type: texture + offset: 0xB890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_dl_C890: + symbol: d_course_wario_stadium_dl_C890 + type: gfx + offset: 0xC890 +d_course_wario_stadium_dl_CA50: + symbol: d_course_wario_stadium_dl_CA50 + type: gfx + offset: 0xCA50 +d_course_wario_stadium_dl_sign: + symbol: d_course_wario_stadium_dl_sign + type: gfx + offset: 0xCA60 +d_course_wario_stadium_dl_CA70: + symbol: d_course_wario_stadium_dl_CA70 + type: gfx + offset: 0xCA70 +d_course_wario_stadium_dl_CA78: + symbol: d_course_wario_stadium_dl_CA78 + type: gfx + offset: 0xCA78 +d_course_wario_stadium_item_box_spawns: + symbol: d_course_wario_stadium_item_box_spawns + type: mk64:spawn_data + offset: 0xCB40 + count: 31 +d_course_wario_stadium_addr: + symbol: d_course_wario_stadium_addr + type: mk64:track_sections + offset: 0xCC38 + count: 32 diff --git a/android/app/src/main/assets/yamls/us/wario_stadium_displaylists.yml b/android/app/src/main/assets/yamls/us/wario_stadium_displaylists.yml new file mode 100644 index 0000000000..2f10bfc516 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/wario_stadium_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x94E28C + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_wario_stadium_packed_dls: + symbol: d_course_wario_stadium_packed_dls + type: blob + offset: 0x94E28C + size: 0x34E5 diff --git a/android/app/src/main/assets/yamls/us/wario_stadium_vertices.yml b/android/app/src/main/assets/yamls/us/wario_stadium_vertices.yml new file mode 100644 index 0000000000..9b355071cb --- /dev/null +++ b/android/app/src/main/assets/yamls/us/wario_stadium_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x9438C0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_wario_stadium_vertex: + symbol: d_course_wario_stadium_vertex + type: mk64:course_vtx + count: 6067 + offset: 0x0 diff --git a/android/app/src/main/assets/yamls/us/yoshi_kart.yml b/android/app/src/main/assets/yamls/us/yoshi_kart.yml new file mode 100644 index 0000000000..fa9aeda04a --- /dev/null +++ b/android/app/src/main/assets/yamls/us/yoshi_kart.yml @@ -0,0 +1,12804 @@ +:config: + segments: + - [0x0F, 0x272A20] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + yoshi_kart_wheels: + range: [0x731A8, 0x97328] + mode: APPEND +yoshi_kart_frame000: + symbol: gKartYoshi000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame001: + symbol: gKartYoshi001 + type: texture + offset: 0x4D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_001_wheel_0 +yoshi_kart_frame002: + symbol: gKartYoshi002 + type: texture + offset: 0x9C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_002_wheel_0 +yoshi_kart_frame003: + symbol: gKartYoshi003 + type: texture + offset: 0xEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_003_wheel_0 +yoshi_kart_frame004: + symbol: gKartYoshi004 + type: texture + offset: 0x13A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_004_wheel_0 +yoshi_kart_frame005: + symbol: gKartYoshi005 + type: texture + offset: 0x18A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_005_wheel_0 +yoshi_kart_frame006: + symbol: gKartYoshi006 + type: texture + offset: 0x1DB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_006_wheel_0 +yoshi_kart_frame007: + symbol: gKartYoshi007 + type: texture + offset: 0x22DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_007_wheel_0 +yoshi_kart_frame008: + symbol: gKartYoshi008 + type: texture + offset: 0x2814 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_008_wheel_0 +yoshi_kart_frame009: + symbol: gKartYoshi009 + type: texture + offset: 0x2D5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_009_wheel_0 +yoshi_kart_frame010: + symbol: gKartYoshi010 + type: texture + offset: 0x32C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_010_wheel_0 +yoshi_kart_frame011: + symbol: gKartYoshi011 + type: texture + offset: 0x3838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_011_wheel_0 +yoshi_kart_frame012: + symbol: gKartYoshi012 + type: texture + offset: 0x3DBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_012_wheel_0 +yoshi_kart_frame013: + symbol: gKartYoshi013 + type: texture + offset: 0x432C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_013_wheel_0 +yoshi_kart_frame014: + symbol: gKartYoshi014 + type: texture + offset: 0x48C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_014_wheel_0 +yoshi_kart_frame015: + symbol: gKartYoshi015 + type: texture + offset: 0x4E60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_015_wheel_0 +yoshi_kart_frame016: + symbol: gKartYoshi016 + type: texture + offset: 0x5418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_016_wheel_0 +yoshi_kart_frame017: + symbol: gKartYoshi017 + type: texture + offset: 0x5A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_017_wheel_0 +yoshi_kart_frame018: + symbol: gKartYoshi018 + type: texture + offset: 0x5FFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_018_wheel_0 +yoshi_kart_frame019: + symbol: gKartYoshi019 + type: texture + offset: 0x6600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_019_wheel_0 +yoshi_kart_frame020: + symbol: gKartYoshi020 + type: texture + offset: 0x6C14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_020_wheel_0 +yoshi_kart_frame021: + symbol: gKartYoshi021 + type: texture + offset: 0x7238 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_021_wheel_0 +yoshi_kart_frame022: + symbol: gKartYoshi022 + type: texture + offset: 0x7718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_022_wheel_0 +yoshi_kart_frame023: + symbol: gKartYoshi023 + type: texture + offset: 0x7BF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_023_wheel_0 +yoshi_kart_frame024: + symbol: gKartYoshi024 + type: texture + offset: 0x80D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_024_wheel_0 +yoshi_kart_frame025: + symbol: gKartYoshi025 + type: texture + offset: 0x85E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_025_wheel_0 +yoshi_kart_frame026: + symbol: gKartYoshi026 + type: texture + offset: 0x8B08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_026_wheel_0 +yoshi_kart_frame027: + symbol: gKartYoshi027 + type: texture + offset: 0x901C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_027_wheel_0 +yoshi_kart_frame028: + symbol: gKartYoshi028 + type: texture + offset: 0x955C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_028_wheel_0 +yoshi_kart_frame029: + symbol: gKartYoshi029 + type: texture + offset: 0x9AA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_029_wheel_0 +yoshi_kart_frame030: + symbol: gKartYoshi030 + type: texture + offset: 0xA000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_030_wheel_0 +yoshi_kart_frame031: + symbol: gKartYoshi031 + type: texture + offset: 0xA57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_031_wheel_0 +yoshi_kart_frame032: + symbol: gKartYoshi032 + type: texture + offset: 0xAB0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_032_wheel_0 +yoshi_kart_frame033: + symbol: gKartYoshi033 + type: texture + offset: 0xB088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_033_wheel_0 +yoshi_kart_frame034: + symbol: gKartYoshi034 + type: texture + offset: 0xB620 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_034_wheel_0 +yoshi_kart_frame035: + symbol: gKartYoshi035 + type: texture + offset: 0xBBC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_035_wheel_0 +yoshi_kart_frame036: + symbol: gKartYoshi036 + type: texture + offset: 0xC178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_036_wheel_0 +yoshi_kart_frame037: + symbol: gKartYoshi037 + type: texture + offset: 0xC74C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_037_wheel_0 +yoshi_kart_frame038: + symbol: gKartYoshi038 + type: texture + offset: 0xCD2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_038_wheel_0 +yoshi_kart_frame039: + symbol: gKartYoshi039 + type: texture + offset: 0xD328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_039_wheel_0 +yoshi_kart_frame040: + symbol: gKartYoshi040 + type: texture + offset: 0xD934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_040_wheel_0 +yoshi_kart_frame041: + symbol: gKartYoshi041 + type: texture + offset: 0xDF54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_041_wheel_0 +yoshi_kart_frame042: + symbol: gKartYoshi042 + type: texture + offset: 0xE568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_042_wheel_0 +yoshi_kart_frame043: + symbol: gKartYoshi043 + type: texture + offset: 0xEA4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_043_wheel_0 +yoshi_kart_frame044: + symbol: gKartYoshi044 + type: texture + offset: 0xEF38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_044_wheel_0 +yoshi_kart_frame045: + symbol: gKartYoshi045 + type: texture + offset: 0xF454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_045_wheel_0 +yoshi_kart_frame046: + symbol: gKartYoshi046 + type: texture + offset: 0xF968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_046_wheel_0 +yoshi_kart_frame047: + symbol: gKartYoshi047 + type: texture + offset: 0xFEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_047_wheel_0 +yoshi_kart_frame048: + symbol: gKartYoshi048 + type: texture + offset: 0x103D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_048_wheel_0 +yoshi_kart_frame049: + symbol: gKartYoshi049 + type: texture + offset: 0x1092C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_049_wheel_0 +yoshi_kart_frame050: + symbol: gKartYoshi050 + type: texture + offset: 0x10E94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_050_wheel_0 +yoshi_kart_frame051: + symbol: gKartYoshi051 + type: texture + offset: 0x11408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_051_wheel_0 +yoshi_kart_frame052: + symbol: gKartYoshi052 + type: texture + offset: 0x119A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_052_wheel_0 +yoshi_kart_frame053: + symbol: gKartYoshi053 + type: texture + offset: 0x11F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_053_wheel_0 +yoshi_kart_frame054: + symbol: gKartYoshi054 + type: texture + offset: 0x124D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_054_wheel_0 +yoshi_kart_frame055: + symbol: gKartYoshi055 + type: texture + offset: 0x12A6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_055_wheel_0 +yoshi_kart_frame056: + symbol: gKartYoshi056 + type: texture + offset: 0x13010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_056_wheel_0 +yoshi_kart_frame057: + symbol: gKartYoshi057 + type: texture + offset: 0x135C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_057_wheel_0 +yoshi_kart_frame058: + symbol: gKartYoshi058 + type: texture + offset: 0x13B90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_058_wheel_0 +yoshi_kart_frame059: + symbol: gKartYoshi059 + type: texture + offset: 0x14178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_059_wheel_0 +yoshi_kart_frame060: + symbol: gKartYoshi060 + type: texture + offset: 0x14778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_060_wheel_0 +yoshi_kart_frame061: + symbol: gKartYoshi061 + type: texture + offset: 0x14D9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_061_wheel_0 +yoshi_kart_frame062: + symbol: gKartYoshi062 + type: texture + offset: 0x153DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_062_wheel_0 +yoshi_kart_frame063: + symbol: gKartYoshi063 + type: texture + offset: 0x15A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_063_wheel_0 +yoshi_kart_frame064: + symbol: gKartYoshi064 + type: texture + offset: 0x15F20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_064_wheel_0 +yoshi_kart_frame065: + symbol: gKartYoshi065 + type: texture + offset: 0x1642C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_065_wheel_0 +yoshi_kart_frame066: + symbol: gKartYoshi066 + type: texture + offset: 0x16940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_066_wheel_0 +yoshi_kart_frame067: + symbol: gKartYoshi067 + type: texture + offset: 0x16E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_067_wheel_0 +yoshi_kart_frame068: + symbol: gKartYoshi068 + type: texture + offset: 0x173C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_068_wheel_0 +yoshi_kart_frame069: + symbol: gKartYoshi069 + type: texture + offset: 0x17910 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_069_wheel_0 +yoshi_kart_frame070: + symbol: gKartYoshi070 + type: texture + offset: 0x17E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_070_wheel_0 +yoshi_kart_frame071: + symbol: gKartYoshi071 + type: texture + offset: 0x183D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_071_wheel_0 +yoshi_kart_frame072: + symbol: gKartYoshi072 + type: texture + offset: 0x18954 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_072_wheel_0 +yoshi_kart_frame073: + symbol: gKartYoshi073 + type: texture + offset: 0x18EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_073_wheel_0 +yoshi_kart_frame074: + symbol: gKartYoshi074 + type: texture + offset: 0x19484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_074_wheel_0 +yoshi_kart_frame075: + symbol: gKartYoshi075 + type: texture + offset: 0x19A10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_075_wheel_0 +yoshi_kart_frame076: + symbol: gKartYoshi076 + type: texture + offset: 0x19FA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_076_wheel_0 +yoshi_kart_frame077: + symbol: gKartYoshi077 + type: texture + offset: 0x1A54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_077_wheel_0 +yoshi_kart_frame078: + symbol: gKartYoshi078 + type: texture + offset: 0x1AB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_078_wheel_0 +yoshi_kart_frame079: + symbol: gKartYoshi079 + type: texture + offset: 0x1B0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_079_wheel_0 +yoshi_kart_frame080: + symbol: gKartYoshi080 + type: texture + offset: 0x1B6C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_080_wheel_0 +yoshi_kart_frame081: + symbol: gKartYoshi081 + type: texture + offset: 0x1BCDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_081_wheel_0 +yoshi_kart_frame082: + symbol: gKartYoshi082 + type: texture + offset: 0x1C2F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_082_wheel_0 +yoshi_kart_frame083: + symbol: gKartYoshi083 + type: texture + offset: 0x1C92C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_083_wheel_0 +yoshi_kart_frame084: + symbol: gKartYoshi084 + type: texture + offset: 0x1CF74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_084_wheel_0 +yoshi_kart_frame085: + symbol: gKartYoshi085 + type: texture + offset: 0x1D488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_085_wheel_0 +yoshi_kart_frame086: + symbol: gKartYoshi086 + type: texture + offset: 0x1D9B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_086_wheel_0 +yoshi_kart_frame087: + symbol: gKartYoshi087 + type: texture + offset: 0x1DEE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_087_wheel_0 +yoshi_kart_frame088: + symbol: gKartYoshi088 + type: texture + offset: 0x1E420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_088_wheel_0 +yoshi_kart_frame089: + symbol: gKartYoshi089 + type: texture + offset: 0x1E97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_089_wheel_0 +yoshi_kart_frame090: + symbol: gKartYoshi090 + type: texture + offset: 0x1EEF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_090_wheel_0 +yoshi_kart_frame091: + symbol: gKartYoshi091 + type: texture + offset: 0x1F450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_091_wheel_0 +yoshi_kart_frame092: + symbol: gKartYoshi092 + type: texture + offset: 0x1F9D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_092_wheel_0 +yoshi_kart_frame093: + symbol: gKartYoshi093 + type: texture + offset: 0x1FF48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_093_wheel_0 +yoshi_kart_frame094: + symbol: gKartYoshi094 + type: texture + offset: 0x204B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_094_wheel_0 +yoshi_kart_frame095: + symbol: gKartYoshi095 + type: texture + offset: 0x20A48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_095_wheel_0 +yoshi_kart_frame096: + symbol: gKartYoshi096 + type: texture + offset: 0x20FE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_096_wheel_0 +yoshi_kart_frame097: + symbol: gKartYoshi097 + type: texture + offset: 0x2157C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_097_wheel_0 +yoshi_kart_frame098: + symbol: gKartYoshi098 + type: texture + offset: 0x21B18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_098_wheel_0 +yoshi_kart_frame099: + symbol: gKartYoshi099 + type: texture + offset: 0x220CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_099_wheel_0 +yoshi_kart_frame100: + symbol: gKartYoshi100 + type: texture + offset: 0x226BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_100_wheel_0 +yoshi_kart_frame101: + symbol: gKartYoshi101 + type: texture + offset: 0x22CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_101_wheel_0 +yoshi_kart_frame102: + symbol: gKartYoshi102 + type: texture + offset: 0x232D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_102_wheel_0 +yoshi_kart_frame103: + symbol: gKartYoshi103 + type: texture + offset: 0x23900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_103_wheel_0 +yoshi_kart_frame104: + symbol: gKartYoshi104 + type: texture + offset: 0x23F3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_104_wheel_0 +yoshi_kart_frame105: + symbol: gKartYoshi105 + type: texture + offset: 0x24594 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_105_wheel_0 +yoshi_kart_frame106: + symbol: gKartYoshi106 + type: texture + offset: 0x24AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_106_wheel_0 +yoshi_kart_frame107: + symbol: gKartYoshi107 + type: texture + offset: 0x25014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_107_wheel_0 +yoshi_kart_frame108: + symbol: gKartYoshi108 + type: texture + offset: 0x25564 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_108_wheel_0 +yoshi_kart_frame109: + symbol: gKartYoshi109 + type: texture + offset: 0x25AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_109_wheel_0 +yoshi_kart_frame110: + symbol: gKartYoshi110 + type: texture + offset: 0x2600C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_110_wheel_0 +yoshi_kart_frame111: + symbol: gKartYoshi111 + type: texture + offset: 0x2657C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_111_wheel_0 +yoshi_kart_frame112: + symbol: gKartYoshi112 + type: texture + offset: 0x26B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_112_wheel_0 +yoshi_kart_frame113: + symbol: gKartYoshi113 + type: texture + offset: 0x27088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_113_wheel_0 +yoshi_kart_frame114: + symbol: gKartYoshi114 + type: texture + offset: 0x27608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_114_wheel_0 +yoshi_kart_frame115: + symbol: gKartYoshi115 + type: texture + offset: 0x27B88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_115_wheel_0 +yoshi_kart_frame116: + symbol: gKartYoshi116 + type: texture + offset: 0x2812C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_116_wheel_0 +yoshi_kart_frame117: + symbol: gKartYoshi117 + type: texture + offset: 0x286C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_117_wheel_0 +yoshi_kart_frame118: + symbol: gKartYoshi118 + type: texture + offset: 0x28C68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_118_wheel_0 +yoshi_kart_frame119: + symbol: gKartYoshi119 + type: texture + offset: 0x29214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_119_wheel_0 +yoshi_kart_frame120: + symbol: gKartYoshi120 + type: texture + offset: 0x297D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_120_wheel_0 +yoshi_kart_frame121: + symbol: gKartYoshi121 + type: texture + offset: 0x29DB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_121_wheel_0 +yoshi_kart_frame122: + symbol: gKartYoshi122 + type: texture + offset: 0x2A3A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_122_wheel_0 +yoshi_kart_frame123: + symbol: gKartYoshi123 + type: texture + offset: 0x2A9B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_123_wheel_0 +yoshi_kart_frame124: + symbol: gKartYoshi124 + type: texture + offset: 0x2B008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_124_wheel_0 +yoshi_kart_frame125: + symbol: gKartYoshi125 + type: texture + offset: 0x2B664 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_125_wheel_0 +yoshi_kart_frame126: + symbol: gKartYoshi126 + type: texture + offset: 0x2BCD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_126_wheel_0 +yoshi_kart_frame127: + symbol: gKartYoshi127 + type: texture + offset: 0x2C220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_127_wheel_0 +yoshi_kart_frame128: + symbol: gKartYoshi128 + type: texture + offset: 0x2C76C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_128_wheel_0 +yoshi_kart_frame129: + symbol: gKartYoshi129 + type: texture + offset: 0x2CCE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_129_wheel_0 +yoshi_kart_frame130: + symbol: gKartYoshi130 + type: texture + offset: 0x2D25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_130_wheel_0 +yoshi_kart_frame131: + symbol: gKartYoshi131 + type: texture + offset: 0x2D7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_131_wheel_0 +yoshi_kart_frame132: + symbol: gKartYoshi132 + type: texture + offset: 0x2DD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_132_wheel_0 +yoshi_kart_frame133: + symbol: gKartYoshi133 + type: texture + offset: 0x2E2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_133_wheel_0 +yoshi_kart_frame134: + symbol: gKartYoshi134 + type: texture + offset: 0x2E848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_134_wheel_0 +yoshi_kart_frame135: + symbol: gKartYoshi135 + type: texture + offset: 0x2EDB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_135_wheel_0 +yoshi_kart_frame136: + symbol: gKartYoshi136 + type: texture + offset: 0x2F354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_136_wheel_0 +yoshi_kart_frame137: + symbol: gKartYoshi137 + type: texture + offset: 0x2F8E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_137_wheel_0 +yoshi_kart_frame138: + symbol: gKartYoshi138 + type: texture + offset: 0x2FE70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_138_wheel_0 +yoshi_kart_frame139: + symbol: gKartYoshi139 + type: texture + offset: 0x30408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_139_wheel_0 +yoshi_kart_frame140: + symbol: gKartYoshi140 + type: texture + offset: 0x309B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_140_wheel_0 +yoshi_kart_frame141: + symbol: gKartYoshi141 + type: texture + offset: 0x30F78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_141_wheel_0 +yoshi_kart_frame142: + symbol: gKartYoshi142 + type: texture + offset: 0x31550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_142_wheel_0 +yoshi_kart_frame143: + symbol: gKartYoshi143 + type: texture + offset: 0x31B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_143_wheel_0 +yoshi_kart_frame144: + symbol: gKartYoshi144 + type: texture + offset: 0x32158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_144_wheel_0 +yoshi_kart_frame145: + symbol: gKartYoshi145 + type: texture + offset: 0x32790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_145_wheel_0 +yoshi_kart_frame146: + symbol: gKartYoshi146 + type: texture + offset: 0x32DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_146_wheel_0 +yoshi_kart_frame147: + symbol: gKartYoshi147 + type: texture + offset: 0x3345C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_147_wheel_0 +yoshi_kart_frame148: + symbol: gKartYoshi148 + type: texture + offset: 0x339BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_148_wheel_0 +yoshi_kart_frame149: + symbol: gKartYoshi149 + type: texture + offset: 0x33F34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_149_wheel_0 +yoshi_kart_frame150: + symbol: gKartYoshi150 + type: texture + offset: 0x344C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_150_wheel_0 +yoshi_kart_frame151: + symbol: gKartYoshi151 + type: texture + offset: 0x34A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_151_wheel_0 +yoshi_kart_frame152: + symbol: gKartYoshi152 + type: texture + offset: 0x34FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_152_wheel_0 +yoshi_kart_frame153: + symbol: gKartYoshi153 + type: texture + offset: 0x3555C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_153_wheel_0 +yoshi_kart_frame154: + symbol: gKartYoshi154 + type: texture + offset: 0x35AD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_154_wheel_0 +yoshi_kart_frame155: + symbol: gKartYoshi155 + type: texture + offset: 0x36070 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_155_wheel_0 +yoshi_kart_frame156: + symbol: gKartYoshi156 + type: texture + offset: 0x36608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_156_wheel_0 +yoshi_kart_frame157: + symbol: gKartYoshi157 + type: texture + offset: 0x36B78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_157_wheel_0 +yoshi_kart_frame158: + symbol: gKartYoshi158 + type: texture + offset: 0x37114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_158_wheel_0 +yoshi_kart_frame159: + symbol: gKartYoshi159 + type: texture + offset: 0x376A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_159_wheel_0 +yoshi_kart_frame160: + symbol: gKartYoshi160 + type: texture + offset: 0x37C48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_160_wheel_0 +yoshi_kart_frame161: + symbol: gKartYoshi161 + type: texture + offset: 0x381F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_161_wheel_0 +yoshi_kart_frame162: + symbol: gKartYoshi162 + type: texture + offset: 0x387B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_162_wheel_0 +yoshi_kart_frame163: + symbol: gKartYoshi163 + type: texture + offset: 0x38D84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_163_wheel_0 +yoshi_kart_frame164: + symbol: gKartYoshi164 + type: texture + offset: 0x39374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_164_wheel_0 +yoshi_kart_frame165: + symbol: gKartYoshi165 + type: texture + offset: 0x3998C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_165_wheel_0 +yoshi_kart_frame166: + symbol: gKartYoshi166 + type: texture + offset: 0x39FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_166_wheel_0 +yoshi_kart_frame167: + symbol: gKartYoshi167 + type: texture + offset: 0x3A634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_167_wheel_0 +yoshi_kart_frame168: + symbol: gKartYoshi168 + type: texture + offset: 0x3ACAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_168_wheel_0 +yoshi_kart_frame169: + symbol: gKartYoshi169 + type: texture + offset: 0x3B220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_169_wheel_0 +yoshi_kart_frame170: + symbol: gKartYoshi170 + type: texture + offset: 0x3B7B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_170_wheel_0 +yoshi_kart_frame171: + symbol: gKartYoshi171 + type: texture + offset: 0x3BD58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_171_wheel_0 +yoshi_kart_frame172: + symbol: gKartYoshi172 + type: texture + offset: 0x3C2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_172_wheel_0 +yoshi_kart_frame173: + symbol: gKartYoshi173 + type: texture + offset: 0x3C890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_173_wheel_0 +yoshi_kart_frame174: + symbol: gKartYoshi174 + type: texture + offset: 0x3CE30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_174_wheel_0 +yoshi_kart_frame175: + symbol: gKartYoshi175 + type: texture + offset: 0x3D3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_175_wheel_0 +yoshi_kart_frame176: + symbol: gKartYoshi176 + type: texture + offset: 0x3D938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_176_wheel_0 +yoshi_kart_frame177: + symbol: gKartYoshi177 + type: texture + offset: 0x3DEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_177_wheel_0 +yoshi_kart_frame178: + symbol: gKartYoshi178 + type: texture + offset: 0x3E454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_178_wheel_0 +yoshi_kart_frame179: + symbol: gKartYoshi179 + type: texture + offset: 0x3E9F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_179_wheel_0 +yoshi_kart_frame180: + symbol: gKartYoshi180 + type: texture + offset: 0x3EF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_180_wheel_0 +yoshi_kart_frame181: + symbol: gKartYoshi181 + type: texture + offset: 0x3F514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_181_wheel_0 +yoshi_kart_frame182: + symbol: gKartYoshi182 + type: texture + offset: 0x3FAB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_182_wheel_0 +yoshi_kart_frame183: + symbol: gKartYoshi183 + type: texture + offset: 0x40068 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_183_wheel_0 +yoshi_kart_frame184: + symbol: gKartYoshi184 + type: texture + offset: 0x4064C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_184_wheel_0 +yoshi_kart_frame185: + symbol: gKartYoshi185 + type: texture + offset: 0x40C38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_185_wheel_0 +yoshi_kart_frame186: + symbol: gKartYoshi186 + type: texture + offset: 0x41264 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_186_wheel_0 +yoshi_kart_frame187: + symbol: gKartYoshi187 + type: texture + offset: 0x418C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_187_wheel_0 +yoshi_kart_frame188: + symbol: gKartYoshi188 + type: texture + offset: 0x41F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_188_wheel_0 +yoshi_kart_frame189: + symbol: gKartYoshi189 + type: texture + offset: 0x425B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_189_wheel_0 +yoshi_kart_frame190: + symbol: gKartYoshi190 + type: texture + offset: 0x42AB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_190_wheel_0 +yoshi_kart_frame191: + symbol: gKartYoshi191 + type: texture + offset: 0x42FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_191_wheel_0 +yoshi_kart_frame192: + symbol: gKartYoshi192 + type: texture + offset: 0x43544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_192_wheel_0 +yoshi_kart_frame193: + symbol: gKartYoshi193 + type: texture + offset: 0x43AD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_193_wheel_0 +yoshi_kart_frame194: + symbol: gKartYoshi194 + type: texture + offset: 0x4409C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_194_wheel_0 +yoshi_kart_frame195: + symbol: gKartYoshi195 + type: texture + offset: 0x44694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_195_wheel_0 +yoshi_kart_frame196: + symbol: gKartYoshi196 + type: texture + offset: 0x44CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_196_wheel_0 +yoshi_kart_frame197: + symbol: gKartYoshi197 + type: texture + offset: 0x45300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_197_wheel_0 +yoshi_kart_frame198: + symbol: gKartYoshi198 + type: texture + offset: 0x4596C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_198_wheel_0 +yoshi_kart_frame199: + symbol: gKartYoshi199 + type: texture + offset: 0x45FEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_199_wheel_0 +yoshi_kart_frame200: + symbol: gKartYoshi200 + type: texture + offset: 0x46674 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_200_wheel_0 +yoshi_kart_frame201: + symbol: gKartYoshi201 + type: texture + offset: 0x46D18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_201_wheel_0 +yoshi_kart_frame202: + symbol: gKartYoshi202 + type: texture + offset: 0x473D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_202_wheel_0 +yoshi_kart_frame203: + symbol: gKartYoshi203 + type: texture + offset: 0x47A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_203_wheel_0 +yoshi_kart_frame204: + symbol: gKartYoshi204 + type: texture + offset: 0x48108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_204_wheel_0 +yoshi_kart_frame205: + symbol: gKartYoshi205 + type: texture + offset: 0x4877C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_205_wheel_0 +yoshi_kart_frame206: + symbol: gKartYoshi206 + type: texture + offset: 0x48DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_206_wheel_0 +yoshi_kart_frame207: + symbol: gKartYoshi207 + type: texture + offset: 0x493C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_207_wheel_0 +yoshi_kart_frame208: + symbol: gKartYoshi208 + type: texture + offset: 0x499A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_208_wheel_0 +yoshi_kart_frame209: + symbol: gKartYoshi209 + type: texture + offset: 0x49F5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_209_wheel_0 +yoshi_kart_frame210: + symbol: gKartYoshi210 + type: texture + offset: 0x4A484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_210_wheel_0 +yoshi_kart_frame211: + symbol: gKartYoshi211 + type: texture + offset: 0x4A9EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_211_wheel_0 +yoshi_kart_frame212: + symbol: gKartYoshi212 + type: texture + offset: 0x4AFA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_212_wheel_0 +yoshi_kart_frame213: + symbol: gKartYoshi213 + type: texture + offset: 0x4B574 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_213_wheel_0 +yoshi_kart_frame214: + symbol: gKartYoshi214 + type: texture + offset: 0x4BB7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_214_wheel_0 +yoshi_kart_frame215: + symbol: gKartYoshi215 + type: texture + offset: 0x4C1A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_215_wheel_0 +yoshi_kart_frame216: + symbol: gKartYoshi216 + type: texture + offset: 0x4C7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_216_wheel_0 +yoshi_kart_frame217: + symbol: gKartYoshi217 + type: texture + offset: 0x4CE40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_217_wheel_0 +yoshi_kart_frame218: + symbol: gKartYoshi218 + type: texture + offset: 0x4D4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_218_wheel_0 +yoshi_kart_frame219: + symbol: gKartYoshi219 + type: texture + offset: 0x4DB2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_219_wheel_0 +yoshi_kart_frame220: + symbol: gKartYoshi220 + type: texture + offset: 0x4E1AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_220_wheel_0 +yoshi_kart_frame221: + symbol: gKartYoshi221 + type: texture + offset: 0x4E83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_221_wheel_0 +yoshi_kart_frame222: + symbol: gKartYoshi222 + type: texture + offset: 0x4EED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_222_wheel_0 +yoshi_kart_frame223: + symbol: gKartYoshi223 + type: texture + offset: 0x4F54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_223_wheel_0 +yoshi_kart_frame224: + symbol: gKartYoshi224 + type: texture + offset: 0x4FB94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_224_wheel_0 +yoshi_kart_frame225: + symbol: gKartYoshi225 + type: texture + offset: 0x501C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_225_wheel_0 +yoshi_kart_frame226: + symbol: gKartYoshi226 + type: texture + offset: 0x507B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_226_wheel_0 +yoshi_kart_frame227: + symbol: gKartYoshi227 + type: texture + offset: 0x50D78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_227_wheel_0 +yoshi_kart_frame228: + symbol: gKartYoshi228 + type: texture + offset: 0x51300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_228_wheel_0 +yoshi_kart_frame229: + symbol: gKartYoshi229 + type: texture + offset: 0x51858 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_229_wheel_0 +yoshi_kart_frame230: + symbol: gKartYoshi230 + type: texture + offset: 0x51DA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_230_wheel_0 +yoshi_kart_frame231: + symbol: gKartYoshi231 + type: texture + offset: 0x52334 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_231_wheel_0 +yoshi_kart_frame232: + symbol: gKartYoshi232 + type: texture + offset: 0x528F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_232_wheel_0 +yoshi_kart_frame233: + symbol: gKartYoshi233 + type: texture + offset: 0x52EFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_233_wheel_0 +yoshi_kart_frame234: + symbol: gKartYoshi234 + type: texture + offset: 0x53508 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_234_wheel_0 +yoshi_kart_frame235: + symbol: gKartYoshi235 + type: texture + offset: 0x53B34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_235_wheel_0 +yoshi_kart_frame236: + symbol: gKartYoshi236 + type: texture + offset: 0x541A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_236_wheel_0 +yoshi_kart_frame237: + symbol: gKartYoshi237 + type: texture + offset: 0x54814 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_237_wheel_0 +yoshi_kart_frame238: + symbol: gKartYoshi238 + type: texture + offset: 0x54E90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_238_wheel_0 +yoshi_kart_frame239: + symbol: gKartYoshi239 + type: texture + offset: 0x55514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_239_wheel_0 +yoshi_kart_frame240: + symbol: gKartYoshi240 + type: texture + offset: 0x55B90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_240_wheel_0 +yoshi_kart_frame241: + symbol: gKartYoshi241 + type: texture + offset: 0x5621C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_241_wheel_0 +yoshi_kart_frame242: + symbol: gKartYoshi242 + type: texture + offset: 0x56880 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_242_wheel_0 +yoshi_kart_frame243: + symbol: gKartYoshi243 + type: texture + offset: 0x56EE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_243_wheel_0 +yoshi_kart_frame244: + symbol: gKartYoshi244 + type: texture + offset: 0x57510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_244_wheel_0 +yoshi_kart_frame245: + symbol: gKartYoshi245 + type: texture + offset: 0x57B00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_245_wheel_0 +yoshi_kart_frame246: + symbol: gKartYoshi246 + type: texture + offset: 0x580D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_246_wheel_0 +yoshi_kart_frame247: + symbol: gKartYoshi247 + type: texture + offset: 0x58680 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_247_wheel_0 +yoshi_kart_frame248: + symbol: gKartYoshi248 + type: texture + offset: 0x58BD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_248_wheel_0 +yoshi_kart_frame249: + symbol: gKartYoshi249 + type: texture + offset: 0x590E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_249_wheel_0 +yoshi_kart_frame250: + symbol: gKartYoshi250 + type: texture + offset: 0x5965C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_250_wheel_0 +yoshi_kart_frame251: + symbol: gKartYoshi251 + type: texture + offset: 0x59BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_251_wheel_0 +yoshi_kart_frame252: + symbol: gKartYoshi252 + type: texture + offset: 0x5A1C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_252_wheel_0 +yoshi_kart_frame253: + symbol: gKartYoshi253 + type: texture + offset: 0x5A7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_253_wheel_0 +yoshi_kart_frame254: + symbol: gKartYoshi254 + type: texture + offset: 0x5AE00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_254_wheel_0 +yoshi_kart_frame255: + symbol: gKartYoshi255 + type: texture + offset: 0x5B458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_255_wheel_0 +yoshi_kart_frame256: + symbol: gKartYoshi256 + type: texture + offset: 0x5BACC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_256_wheel_0 +yoshi_kart_frame257: + symbol: gKartYoshi257 + type: texture + offset: 0x5C150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_257_wheel_0 +yoshi_kart_frame258: + symbol: gKartYoshi258 + type: texture + offset: 0x5C7E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_258_wheel_0 +yoshi_kart_frame259: + symbol: gKartYoshi259 + type: texture + offset: 0x5CE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_259_wheel_0 +yoshi_kart_frame260: + symbol: gKartYoshi260 + type: texture + offset: 0x5D500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_260_wheel_0 +yoshi_kart_frame261: + symbol: gKartYoshi261 + type: texture + offset: 0x5DB64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_261_wheel_0 +yoshi_kart_frame262: + symbol: gKartYoshi262 + type: texture + offset: 0x5E1D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_262_wheel_0 +yoshi_kart_frame263: + symbol: gKartYoshi263 + type: texture + offset: 0x5E80C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_263_wheel_0 +yoshi_kart_frame264: + symbol: gKartYoshi264 + type: texture + offset: 0x5EDF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_264_wheel_0 +yoshi_kart_frame265: + symbol: gKartYoshi265 + type: texture + offset: 0x5F3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_265_wheel_0 +yoshi_kart_frame266: + symbol: gKartYoshi266 + type: texture + offset: 0x5F938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_266_wheel_0 +yoshi_kart_frame267: + symbol: gKartYoshi267 + type: texture + offset: 0x5FE7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_267_wheel_0 +yoshi_kart_frame268: + symbol: gKartYoshi268 + type: texture + offset: 0x603A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_268_wheel_0 +yoshi_kart_frame269: + symbol: gKartYoshi269 + type: texture + offset: 0x60890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_269_wheel_0 +yoshi_kart_frame270: + symbol: gKartYoshi270 + type: texture + offset: 0x60E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_270_wheel_0 +yoshi_kart_frame271: + symbol: gKartYoshi271 + type: texture + offset: 0x61418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_271_wheel_0 +yoshi_kart_frame272: + symbol: gKartYoshi272 + type: texture + offset: 0x61A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_272_wheel_0 +yoshi_kart_frame273: + symbol: gKartYoshi273 + type: texture + offset: 0x62030 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_273_wheel_0 +yoshi_kart_frame274: + symbol: gKartYoshi274 + type: texture + offset: 0x62684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_274_wheel_0 +yoshi_kart_frame275: + symbol: gKartYoshi275 + type: texture + offset: 0x62CEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_275_wheel_0 +yoshi_kart_frame276: + symbol: gKartYoshi276 + type: texture + offset: 0x63380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_276_wheel_0 +yoshi_kart_frame277: + symbol: gKartYoshi277 + type: texture + offset: 0x639FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_277_wheel_0 +yoshi_kart_frame278: + symbol: gKartYoshi278 + type: texture + offset: 0x64064 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_278_wheel_0 +yoshi_kart_frame279: + symbol: gKartYoshi279 + type: texture + offset: 0x646E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_279_wheel_0 +yoshi_kart_frame280: + symbol: gKartYoshi280 + type: texture + offset: 0x64D4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_280_wheel_0 +yoshi_kart_frame281: + symbol: gKartYoshi281 + type: texture + offset: 0x6539C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_281_wheel_0 +yoshi_kart_frame282: + symbol: gKartYoshi282 + type: texture + offset: 0x659D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_282_wheel_0 +yoshi_kart_frame283: + symbol: gKartYoshi283 + type: texture + offset: 0x65FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_283_wheel_0 +yoshi_kart_frame284: + symbol: gKartYoshi284 + type: texture + offset: 0x665A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_284_wheel_0 +yoshi_kart_frame285: + symbol: gKartYoshi285 + type: texture + offset: 0x66B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_285_wheel_0 +yoshi_kart_frame286: + symbol: gKartYoshi286 + type: texture + offset: 0x67084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_286_wheel_0 +yoshi_kart_frame287: + symbol: gKartYoshi287 + type: texture + offset: 0x67578 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_287_wheel_0 +yoshi_kart_frame288: + symbol: gKartYoshi288 + type: texture + offset: 0x67A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_288_wheel_0 +yoshi_kart_frame289: + symbol: gKartYoshi289 + type: texture + offset: 0x67ED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame290: + symbol: gKartYoshi290 + type: texture + offset: 0x683C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame291: + symbol: gKartYoshi291 + type: texture + offset: 0x6890C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame292: + symbol: gKartYoshi292 + type: texture + offset: 0x68ED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame293: + symbol: gKartYoshi293 + type: texture + offset: 0x69560 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame294: + symbol: gKartYoshi294 + type: texture + offset: 0x69B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame295: + symbol: gKartYoshi295 + type: texture + offset: 0x6A158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame296: + symbol: gKartYoshi296 + type: texture + offset: 0x6A71C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame297: + symbol: gKartYoshi297 + type: texture + offset: 0x6AC60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame298: + symbol: gKartYoshi298 + type: texture + offset: 0x6B11C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame299: + symbol: gKartYoshi299 + type: texture + offset: 0x6B678 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame300: + symbol: gKartYoshi300 + type: texture + offset: 0x6BC2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame301: + symbol: gKartYoshi301 + type: texture + offset: 0x6C20C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame302: + symbol: gKartYoshi302 + type: texture + offset: 0x6C7C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame303: + symbol: gKartYoshi303 + type: texture + offset: 0x6CD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame304: + symbol: gKartYoshi304 + type: texture + offset: 0x6D310 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame305: + symbol: gKartYoshi305 + type: texture + offset: 0x6D864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame306: + symbol: gKartYoshi306 + type: texture + offset: 0x6DCC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame307: + symbol: gKartYoshi307 + type: texture + offset: 0x6E21C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame308: + symbol: gKartYoshi308 + type: texture + offset: 0x6E830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame309: + symbol: gKartYoshi309 + type: texture + offset: 0x6EE7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame310: + symbol: gKartYoshi310 + type: texture + offset: 0x6F470 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame311: + symbol: gKartYoshi311 + type: texture + offset: 0x6FA84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame312: + symbol: gKartYoshi312 + type: texture + offset: 0x7003C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame313: + symbol: gKartYoshi313 + type: texture + offset: 0x70550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame314: + symbol: gKartYoshi314 + type: texture + offset: 0x70A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame315: + symbol: gKartYoshi315 + type: texture + offset: 0x70F80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame316: + symbol: gKartYoshi316 + type: texture + offset: 0x7150C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame317: + symbol: gKartYoshi317 + type: texture + offset: 0x71AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame318: + symbol: gKartYoshi318 + type: texture + offset: 0x7208C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame319: + symbol: gKartYoshi319 + type: texture + offset: 0x72634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame320: + symbol: gKartYoshi320 + type: texture + offset: 0x72C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartYoshi000Wheel0 + type: texture + offset: 0x731A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartYoshi000Wheel1 + type: texture + offset: 0x73228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartYoshi000Wheel2 + type: texture + offset: 0x732A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartYoshi000Wheel3 + type: texture + offset: 0x73328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartYoshi001Wheel0 + type: texture + offset: 0x733A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartYoshi001Wheel1 + type: texture + offset: 0x73428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartYoshi001Wheel2 + type: texture + offset: 0x734A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartYoshi001Wheel3 + type: texture + offset: 0x73528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartYoshi002Wheel0 + type: texture + offset: 0x735A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartYoshi002Wheel1 + type: texture + offset: 0x73628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartYoshi002Wheel2 + type: texture + offset: 0x736A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartYoshi002Wheel3 + type: texture + offset: 0x73728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartYoshi003Wheel0 + type: texture + offset: 0x737A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartYoshi003Wheel1 + type: texture + offset: 0x73828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartYoshi003Wheel2 + type: texture + offset: 0x738A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartYoshi003Wheel3 + type: texture + offset: 0x73928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartYoshi004Wheel0 + type: texture + offset: 0x739A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartYoshi004Wheel1 + type: texture + offset: 0x73A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartYoshi004Wheel2 + type: texture + offset: 0x73AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartYoshi004Wheel3 + type: texture + offset: 0x73B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartYoshi005Wheel0 + type: texture + offset: 0x73BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartYoshi005Wheel1 + type: texture + offset: 0x73C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartYoshi005Wheel2 + type: texture + offset: 0x73CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartYoshi005Wheel3 + type: texture + offset: 0x73D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartYoshi006Wheel0 + type: texture + offset: 0x73DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartYoshi006Wheel1 + type: texture + offset: 0x73E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartYoshi006Wheel2 + type: texture + offset: 0x73EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartYoshi006Wheel3 + type: texture + offset: 0x73F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartYoshi007Wheel0 + type: texture + offset: 0x73FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartYoshi007Wheel1 + type: texture + offset: 0x74028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartYoshi007Wheel2 + type: texture + offset: 0x740A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartYoshi007Wheel3 + type: texture + offset: 0x74128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartYoshi008Wheel0 + type: texture + offset: 0x741A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartYoshi008Wheel1 + type: texture + offset: 0x74228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartYoshi008Wheel2 + type: texture + offset: 0x742A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartYoshi008Wheel3 + type: texture + offset: 0x74328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartYoshi009Wheel0 + type: texture + offset: 0x743A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartYoshi009Wheel1 + type: texture + offset: 0x74428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartYoshi009Wheel2 + type: texture + offset: 0x744A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartYoshi009Wheel3 + type: texture + offset: 0x74528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartYoshi010Wheel0 + type: texture + offset: 0x745A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartYoshi010Wheel1 + type: texture + offset: 0x74628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartYoshi010Wheel2 + type: texture + offset: 0x746A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartYoshi010Wheel3 + type: texture + offset: 0x74728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartYoshi011Wheel0 + type: texture + offset: 0x747A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartYoshi011Wheel1 + type: texture + offset: 0x74828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartYoshi011Wheel2 + type: texture + offset: 0x748A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartYoshi011Wheel3 + type: texture + offset: 0x74928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartYoshi012Wheel0 + type: texture + offset: 0x749A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartYoshi012Wheel1 + type: texture + offset: 0x74A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartYoshi012Wheel2 + type: texture + offset: 0x74AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartYoshi012Wheel3 + type: texture + offset: 0x74B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartYoshi013Wheel0 + type: texture + offset: 0x74BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartYoshi013Wheel1 + type: texture + offset: 0x74C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartYoshi013Wheel2 + type: texture + offset: 0x74CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartYoshi013Wheel3 + type: texture + offset: 0x74D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartYoshi014Wheel0 + type: texture + offset: 0x74DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartYoshi014Wheel1 + type: texture + offset: 0x74E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartYoshi014Wheel2 + type: texture + offset: 0x74EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartYoshi014Wheel3 + type: texture + offset: 0x74F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartYoshi015Wheel0 + type: texture + offset: 0x74FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartYoshi015Wheel1 + type: texture + offset: 0x75028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartYoshi015Wheel2 + type: texture + offset: 0x750A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartYoshi015Wheel3 + type: texture + offset: 0x75128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartYoshi016Wheel0 + type: texture + offset: 0x751A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartYoshi016Wheel1 + type: texture + offset: 0x75228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartYoshi016Wheel2 + type: texture + offset: 0x752A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartYoshi016Wheel3 + type: texture + offset: 0x75328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartYoshi017Wheel0 + type: texture + offset: 0x753A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartYoshi017Wheel1 + type: texture + offset: 0x75428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartYoshi017Wheel2 + type: texture + offset: 0x754A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartYoshi017Wheel3 + type: texture + offset: 0x75528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartYoshi018Wheel0 + type: texture + offset: 0x755A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartYoshi018Wheel1 + type: texture + offset: 0x75628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartYoshi018Wheel2 + type: texture + offset: 0x756A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartYoshi018Wheel3 + type: texture + offset: 0x75728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartYoshi019Wheel0 + type: texture + offset: 0x757A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartYoshi019Wheel1 + type: texture + offset: 0x75828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartYoshi019Wheel2 + type: texture + offset: 0x758A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartYoshi019Wheel3 + type: texture + offset: 0x75928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartYoshi020Wheel0 + type: texture + offset: 0x759A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartYoshi020Wheel1 + type: texture + offset: 0x75A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartYoshi020Wheel2 + type: texture + offset: 0x75AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartYoshi020Wheel3 + type: texture + offset: 0x75B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartYoshi021Wheel0 + type: texture + offset: 0x75BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartYoshi021Wheel1 + type: texture + offset: 0x75C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartYoshi021Wheel2 + type: texture + offset: 0x75CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartYoshi021Wheel3 + type: texture + offset: 0x75D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartYoshi022Wheel0 + type: texture + offset: 0x75DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartYoshi022Wheel1 + type: texture + offset: 0x75E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartYoshi022Wheel2 + type: texture + offset: 0x75EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartYoshi022Wheel3 + type: texture + offset: 0x75F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartYoshi023Wheel0 + type: texture + offset: 0x75FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartYoshi023Wheel1 + type: texture + offset: 0x76028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartYoshi023Wheel2 + type: texture + offset: 0x760A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartYoshi023Wheel3 + type: texture + offset: 0x76128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartYoshi024Wheel0 + type: texture + offset: 0x761A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartYoshi024Wheel1 + type: texture + offset: 0x76228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartYoshi024Wheel2 + type: texture + offset: 0x762A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartYoshi024Wheel3 + type: texture + offset: 0x76328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartYoshi025Wheel0 + type: texture + offset: 0x763A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartYoshi025Wheel1 + type: texture + offset: 0x76428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartYoshi025Wheel2 + type: texture + offset: 0x764A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartYoshi025Wheel3 + type: texture + offset: 0x76528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartYoshi026Wheel0 + type: texture + offset: 0x765A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartYoshi026Wheel1 + type: texture + offset: 0x76628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartYoshi026Wheel2 + type: texture + offset: 0x766A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartYoshi026Wheel3 + type: texture + offset: 0x76728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartYoshi027Wheel0 + type: texture + offset: 0x767A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartYoshi027Wheel1 + type: texture + offset: 0x76828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartYoshi027Wheel2 + type: texture + offset: 0x768A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartYoshi027Wheel3 + type: texture + offset: 0x76928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartYoshi028Wheel0 + type: texture + offset: 0x769A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartYoshi028Wheel1 + type: texture + offset: 0x76A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartYoshi028Wheel2 + type: texture + offset: 0x76AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartYoshi028Wheel3 + type: texture + offset: 0x76B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartYoshi029Wheel0 + type: texture + offset: 0x76BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartYoshi029Wheel1 + type: texture + offset: 0x76C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartYoshi029Wheel2 + type: texture + offset: 0x76CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartYoshi029Wheel3 + type: texture + offset: 0x76D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartYoshi030Wheel0 + type: texture + offset: 0x76DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartYoshi030Wheel1 + type: texture + offset: 0x76E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartYoshi030Wheel2 + type: texture + offset: 0x76EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartYoshi030Wheel3 + type: texture + offset: 0x76F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartYoshi031Wheel0 + type: texture + offset: 0x76FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartYoshi031Wheel1 + type: texture + offset: 0x77028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartYoshi031Wheel2 + type: texture + offset: 0x770A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartYoshi031Wheel3 + type: texture + offset: 0x77128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartYoshi032Wheel0 + type: texture + offset: 0x771A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartYoshi032Wheel1 + type: texture + offset: 0x77228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartYoshi032Wheel2 + type: texture + offset: 0x772A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartYoshi032Wheel3 + type: texture + offset: 0x77328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartYoshi033Wheel0 + type: texture + offset: 0x773A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartYoshi033Wheel1 + type: texture + offset: 0x77428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartYoshi033Wheel2 + type: texture + offset: 0x774A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartYoshi033Wheel3 + type: texture + offset: 0x77528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartYoshi034Wheel0 + type: texture + offset: 0x775A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartYoshi034Wheel1 + type: texture + offset: 0x77628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartYoshi034Wheel2 + type: texture + offset: 0x776A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartYoshi034Wheel3 + type: texture + offset: 0x77728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartYoshi035Wheel0 + type: texture + offset: 0x777A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartYoshi035Wheel1 + type: texture + offset: 0x77828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartYoshi035Wheel2 + type: texture + offset: 0x778A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartYoshi035Wheel3 + type: texture + offset: 0x77928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartYoshi036Wheel0 + type: texture + offset: 0x779A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartYoshi036Wheel1 + type: texture + offset: 0x77A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartYoshi036Wheel2 + type: texture + offset: 0x77AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartYoshi036Wheel3 + type: texture + offset: 0x77B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartYoshi037Wheel0 + type: texture + offset: 0x77BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartYoshi037Wheel1 + type: texture + offset: 0x77C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartYoshi037Wheel2 + type: texture + offset: 0x77CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartYoshi037Wheel3 + type: texture + offset: 0x77D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartYoshi038Wheel0 + type: texture + offset: 0x77DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartYoshi038Wheel1 + type: texture + offset: 0x77E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartYoshi038Wheel2 + type: texture + offset: 0x77EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartYoshi038Wheel3 + type: texture + offset: 0x77F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartYoshi039Wheel0 + type: texture + offset: 0x77FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartYoshi039Wheel1 + type: texture + offset: 0x78028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartYoshi039Wheel2 + type: texture + offset: 0x780A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartYoshi039Wheel3 + type: texture + offset: 0x78128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartYoshi040Wheel0 + type: texture + offset: 0x781A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartYoshi040Wheel1 + type: texture + offset: 0x78228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartYoshi040Wheel2 + type: texture + offset: 0x782A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartYoshi040Wheel3 + type: texture + offset: 0x78328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartYoshi041Wheel0 + type: texture + offset: 0x783A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartYoshi041Wheel1 + type: texture + offset: 0x78428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartYoshi041Wheel2 + type: texture + offset: 0x784A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartYoshi041Wheel3 + type: texture + offset: 0x78528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartYoshi042Wheel0 + type: texture + offset: 0x785A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartYoshi042Wheel1 + type: texture + offset: 0x78628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartYoshi042Wheel2 + type: texture + offset: 0x786A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartYoshi042Wheel3 + type: texture + offset: 0x78728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartYoshi043Wheel0 + type: texture + offset: 0x787A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartYoshi043Wheel1 + type: texture + offset: 0x78828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartYoshi043Wheel2 + type: texture + offset: 0x788A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartYoshi043Wheel3 + type: texture + offset: 0x78928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartYoshi044Wheel0 + type: texture + offset: 0x789A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartYoshi044Wheel1 + type: texture + offset: 0x78A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartYoshi044Wheel2 + type: texture + offset: 0x78AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartYoshi044Wheel3 + type: texture + offset: 0x78B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartYoshi045Wheel0 + type: texture + offset: 0x78BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartYoshi045Wheel1 + type: texture + offset: 0x78C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartYoshi045Wheel2 + type: texture + offset: 0x78CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartYoshi045Wheel3 + type: texture + offset: 0x78D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartYoshi046Wheel0 + type: texture + offset: 0x78DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartYoshi046Wheel1 + type: texture + offset: 0x78E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartYoshi046Wheel2 + type: texture + offset: 0x78EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartYoshi046Wheel3 + type: texture + offset: 0x78F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartYoshi047Wheel0 + type: texture + offset: 0x78FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartYoshi047Wheel1 + type: texture + offset: 0x79028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartYoshi047Wheel2 + type: texture + offset: 0x790A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartYoshi047Wheel3 + type: texture + offset: 0x79128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartYoshi048Wheel0 + type: texture + offset: 0x791A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartYoshi048Wheel1 + type: texture + offset: 0x79228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartYoshi048Wheel2 + type: texture + offset: 0x792A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartYoshi048Wheel3 + type: texture + offset: 0x79328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartYoshi049Wheel0 + type: texture + offset: 0x793A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartYoshi049Wheel1 + type: texture + offset: 0x79428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartYoshi049Wheel2 + type: texture + offset: 0x794A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartYoshi049Wheel3 + type: texture + offset: 0x79528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartYoshi050Wheel0 + type: texture + offset: 0x795A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartYoshi050Wheel1 + type: texture + offset: 0x79628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartYoshi050Wheel2 + type: texture + offset: 0x796A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartYoshi050Wheel3 + type: texture + offset: 0x79728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartYoshi051Wheel0 + type: texture + offset: 0x797A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartYoshi051Wheel1 + type: texture + offset: 0x79828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartYoshi051Wheel2 + type: texture + offset: 0x798A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartYoshi051Wheel3 + type: texture + offset: 0x79928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartYoshi052Wheel0 + type: texture + offset: 0x799A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartYoshi052Wheel1 + type: texture + offset: 0x79A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartYoshi052Wheel2 + type: texture + offset: 0x79AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartYoshi052Wheel3 + type: texture + offset: 0x79B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartYoshi053Wheel0 + type: texture + offset: 0x79BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartYoshi053Wheel1 + type: texture + offset: 0x79C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartYoshi053Wheel2 + type: texture + offset: 0x79CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartYoshi053Wheel3 + type: texture + offset: 0x79D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartYoshi054Wheel0 + type: texture + offset: 0x79DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartYoshi054Wheel1 + type: texture + offset: 0x79E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartYoshi054Wheel2 + type: texture + offset: 0x79EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartYoshi054Wheel3 + type: texture + offset: 0x79F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartYoshi055Wheel0 + type: texture + offset: 0x79FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartYoshi055Wheel1 + type: texture + offset: 0x7A028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartYoshi055Wheel2 + type: texture + offset: 0x7A0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartYoshi055Wheel3 + type: texture + offset: 0x7A128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartYoshi056Wheel0 + type: texture + offset: 0x7A1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartYoshi056Wheel1 + type: texture + offset: 0x7A228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartYoshi056Wheel2 + type: texture + offset: 0x7A2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartYoshi056Wheel3 + type: texture + offset: 0x7A328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartYoshi057Wheel0 + type: texture + offset: 0x7A3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartYoshi057Wheel1 + type: texture + offset: 0x7A428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartYoshi057Wheel2 + type: texture + offset: 0x7A4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartYoshi057Wheel3 + type: texture + offset: 0x7A528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartYoshi058Wheel0 + type: texture + offset: 0x7A5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartYoshi058Wheel1 + type: texture + offset: 0x7A628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartYoshi058Wheel2 + type: texture + offset: 0x7A6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartYoshi058Wheel3 + type: texture + offset: 0x7A728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartYoshi059Wheel0 + type: texture + offset: 0x7A7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartYoshi059Wheel1 + type: texture + offset: 0x7A828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartYoshi059Wheel2 + type: texture + offset: 0x7A8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartYoshi059Wheel3 + type: texture + offset: 0x7A928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartYoshi060Wheel0 + type: texture + offset: 0x7A9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartYoshi060Wheel1 + type: texture + offset: 0x7AA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartYoshi060Wheel2 + type: texture + offset: 0x7AAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartYoshi060Wheel3 + type: texture + offset: 0x7AB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartYoshi061Wheel0 + type: texture + offset: 0x7ABA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartYoshi061Wheel1 + type: texture + offset: 0x7AC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartYoshi061Wheel2 + type: texture + offset: 0x7ACA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartYoshi061Wheel3 + type: texture + offset: 0x7AD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartYoshi062Wheel0 + type: texture + offset: 0x7ADA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartYoshi062Wheel1 + type: texture + offset: 0x7AE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartYoshi062Wheel2 + type: texture + offset: 0x7AEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartYoshi062Wheel3 + type: texture + offset: 0x7AF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartYoshi063Wheel0 + type: texture + offset: 0x7AFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartYoshi063Wheel1 + type: texture + offset: 0x7B028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartYoshi063Wheel2 + type: texture + offset: 0x7B0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartYoshi063Wheel3 + type: texture + offset: 0x7B128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartYoshi064Wheel0 + type: texture + offset: 0x7B1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartYoshi064Wheel1 + type: texture + offset: 0x7B228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartYoshi064Wheel2 + type: texture + offset: 0x7B2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartYoshi064Wheel3 + type: texture + offset: 0x7B328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartYoshi065Wheel0 + type: texture + offset: 0x7B3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartYoshi065Wheel1 + type: texture + offset: 0x7B428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartYoshi065Wheel2 + type: texture + offset: 0x7B4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartYoshi065Wheel3 + type: texture + offset: 0x7B528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartYoshi066Wheel0 + type: texture + offset: 0x7B5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartYoshi066Wheel1 + type: texture + offset: 0x7B628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartYoshi066Wheel2 + type: texture + offset: 0x7B6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartYoshi066Wheel3 + type: texture + offset: 0x7B728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartYoshi067Wheel0 + type: texture + offset: 0x7B7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartYoshi067Wheel1 + type: texture + offset: 0x7B828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartYoshi067Wheel2 + type: texture + offset: 0x7B8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartYoshi067Wheel3 + type: texture + offset: 0x7B928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartYoshi068Wheel0 + type: texture + offset: 0x7B9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartYoshi068Wheel1 + type: texture + offset: 0x7BA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartYoshi068Wheel2 + type: texture + offset: 0x7BAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartYoshi068Wheel3 + type: texture + offset: 0x7BB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartYoshi069Wheel0 + type: texture + offset: 0x7BBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartYoshi069Wheel1 + type: texture + offset: 0x7BC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartYoshi069Wheel2 + type: texture + offset: 0x7BCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartYoshi069Wheel3 + type: texture + offset: 0x7BD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartYoshi070Wheel0 + type: texture + offset: 0x7BDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartYoshi070Wheel1 + type: texture + offset: 0x7BE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartYoshi070Wheel2 + type: texture + offset: 0x7BEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartYoshi070Wheel3 + type: texture + offset: 0x7BF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartYoshi071Wheel0 + type: texture + offset: 0x7BFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartYoshi071Wheel1 + type: texture + offset: 0x7C028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartYoshi071Wheel2 + type: texture + offset: 0x7C0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartYoshi071Wheel3 + type: texture + offset: 0x7C128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartYoshi072Wheel0 + type: texture + offset: 0x7C1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartYoshi072Wheel1 + type: texture + offset: 0x7C228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartYoshi072Wheel2 + type: texture + offset: 0x7C2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartYoshi072Wheel3 + type: texture + offset: 0x7C328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartYoshi073Wheel0 + type: texture + offset: 0x7C3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartYoshi073Wheel1 + type: texture + offset: 0x7C428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartYoshi073Wheel2 + type: texture + offset: 0x7C4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartYoshi073Wheel3 + type: texture + offset: 0x7C528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartYoshi074Wheel0 + type: texture + offset: 0x7C5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartYoshi074Wheel1 + type: texture + offset: 0x7C628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartYoshi074Wheel2 + type: texture + offset: 0x7C6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartYoshi074Wheel3 + type: texture + offset: 0x7C728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartYoshi075Wheel0 + type: texture + offset: 0x7C7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartYoshi075Wheel1 + type: texture + offset: 0x7C828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartYoshi075Wheel2 + type: texture + offset: 0x7C8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartYoshi075Wheel3 + type: texture + offset: 0x7C928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartYoshi076Wheel0 + type: texture + offset: 0x7C9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartYoshi076Wheel1 + type: texture + offset: 0x7CA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartYoshi076Wheel2 + type: texture + offset: 0x7CAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartYoshi076Wheel3 + type: texture + offset: 0x7CB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartYoshi077Wheel0 + type: texture + offset: 0x7CBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartYoshi077Wheel1 + type: texture + offset: 0x7CC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartYoshi077Wheel2 + type: texture + offset: 0x7CCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartYoshi077Wheel3 + type: texture + offset: 0x7CD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartYoshi078Wheel0 + type: texture + offset: 0x7CDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartYoshi078Wheel1 + type: texture + offset: 0x7CE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartYoshi078Wheel2 + type: texture + offset: 0x7CEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartYoshi078Wheel3 + type: texture + offset: 0x7CF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartYoshi079Wheel0 + type: texture + offset: 0x7CFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartYoshi079Wheel1 + type: texture + offset: 0x7D028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartYoshi079Wheel2 + type: texture + offset: 0x7D0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartYoshi079Wheel3 + type: texture + offset: 0x7D128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartYoshi080Wheel0 + type: texture + offset: 0x7D1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartYoshi080Wheel1 + type: texture + offset: 0x7D228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartYoshi080Wheel2 + type: texture + offset: 0x7D2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartYoshi080Wheel3 + type: texture + offset: 0x7D328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartYoshi081Wheel0 + type: texture + offset: 0x7D3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartYoshi081Wheel1 + type: texture + offset: 0x7D428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartYoshi081Wheel2 + type: texture + offset: 0x7D4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartYoshi081Wheel3 + type: texture + offset: 0x7D528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartYoshi082Wheel0 + type: texture + offset: 0x7D5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartYoshi082Wheel1 + type: texture + offset: 0x7D628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartYoshi082Wheel2 + type: texture + offset: 0x7D6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartYoshi082Wheel3 + type: texture + offset: 0x7D728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartYoshi083Wheel0 + type: texture + offset: 0x7D7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartYoshi083Wheel1 + type: texture + offset: 0x7D828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartYoshi083Wheel2 + type: texture + offset: 0x7D8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartYoshi083Wheel3 + type: texture + offset: 0x7D928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartYoshi084Wheel0 + type: texture + offset: 0x7D9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartYoshi084Wheel1 + type: texture + offset: 0x7DA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartYoshi084Wheel2 + type: texture + offset: 0x7DAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartYoshi084Wheel3 + type: texture + offset: 0x7DB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartYoshi085Wheel0 + type: texture + offset: 0x7DBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartYoshi085Wheel1 + type: texture + offset: 0x7DC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartYoshi085Wheel2 + type: texture + offset: 0x7DCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartYoshi085Wheel3 + type: texture + offset: 0x7DD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartYoshi086Wheel0 + type: texture + offset: 0x7DDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartYoshi086Wheel1 + type: texture + offset: 0x7DE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartYoshi086Wheel2 + type: texture + offset: 0x7DEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartYoshi086Wheel3 + type: texture + offset: 0x7DF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartYoshi087Wheel0 + type: texture + offset: 0x7DFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartYoshi087Wheel1 + type: texture + offset: 0x7E028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartYoshi087Wheel2 + type: texture + offset: 0x7E0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartYoshi087Wheel3 + type: texture + offset: 0x7E128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartYoshi088Wheel0 + type: texture + offset: 0x7E1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartYoshi088Wheel1 + type: texture + offset: 0x7E228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartYoshi088Wheel2 + type: texture + offset: 0x7E2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartYoshi088Wheel3 + type: texture + offset: 0x7E328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartYoshi089Wheel0 + type: texture + offset: 0x7E3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartYoshi089Wheel1 + type: texture + offset: 0x7E428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartYoshi089Wheel2 + type: texture + offset: 0x7E4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartYoshi089Wheel3 + type: texture + offset: 0x7E528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartYoshi090Wheel0 + type: texture + offset: 0x7E5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartYoshi090Wheel1 + type: texture + offset: 0x7E628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartYoshi090Wheel2 + type: texture + offset: 0x7E6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartYoshi090Wheel3 + type: texture + offset: 0x7E728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartYoshi091Wheel0 + type: texture + offset: 0x7E7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartYoshi091Wheel1 + type: texture + offset: 0x7E828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartYoshi091Wheel2 + type: texture + offset: 0x7E8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartYoshi091Wheel3 + type: texture + offset: 0x7E928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartYoshi092Wheel0 + type: texture + offset: 0x7E9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartYoshi092Wheel1 + type: texture + offset: 0x7EA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartYoshi092Wheel2 + type: texture + offset: 0x7EAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartYoshi092Wheel3 + type: texture + offset: 0x7EB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartYoshi093Wheel0 + type: texture + offset: 0x7EBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartYoshi093Wheel1 + type: texture + offset: 0x7EC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartYoshi093Wheel2 + type: texture + offset: 0x7ECA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartYoshi093Wheel3 + type: texture + offset: 0x7ED28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartYoshi094Wheel0 + type: texture + offset: 0x7EDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartYoshi094Wheel1 + type: texture + offset: 0x7EE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartYoshi094Wheel2 + type: texture + offset: 0x7EEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartYoshi094Wheel3 + type: texture + offset: 0x7EF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartYoshi095Wheel0 + type: texture + offset: 0x7EFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartYoshi095Wheel1 + type: texture + offset: 0x7F028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartYoshi095Wheel2 + type: texture + offset: 0x7F0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartYoshi095Wheel3 + type: texture + offset: 0x7F128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartYoshi096Wheel0 + type: texture + offset: 0x7F1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartYoshi096Wheel1 + type: texture + offset: 0x7F228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartYoshi096Wheel2 + type: texture + offset: 0x7F2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartYoshi096Wheel3 + type: texture + offset: 0x7F328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartYoshi097Wheel0 + type: texture + offset: 0x7F3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartYoshi097Wheel1 + type: texture + offset: 0x7F428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartYoshi097Wheel2 + type: texture + offset: 0x7F4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartYoshi097Wheel3 + type: texture + offset: 0x7F528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartYoshi098Wheel0 + type: texture + offset: 0x7F5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartYoshi098Wheel1 + type: texture + offset: 0x7F628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartYoshi098Wheel2 + type: texture + offset: 0x7F6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartYoshi098Wheel3 + type: texture + offset: 0x7F728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartYoshi099Wheel0 + type: texture + offset: 0x7F7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartYoshi099Wheel1 + type: texture + offset: 0x7F828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartYoshi099Wheel2 + type: texture + offset: 0x7F8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartYoshi099Wheel3 + type: texture + offset: 0x7F928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartYoshi100Wheel0 + type: texture + offset: 0x7F9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartYoshi100Wheel1 + type: texture + offset: 0x7FA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartYoshi100Wheel2 + type: texture + offset: 0x7FAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartYoshi100Wheel3 + type: texture + offset: 0x7FB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartYoshi101Wheel0 + type: texture + offset: 0x7FBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartYoshi101Wheel1 + type: texture + offset: 0x7FC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartYoshi101Wheel2 + type: texture + offset: 0x7FCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartYoshi101Wheel3 + type: texture + offset: 0x7FD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartYoshi102Wheel0 + type: texture + offset: 0x7FDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartYoshi102Wheel1 + type: texture + offset: 0x7FE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartYoshi102Wheel2 + type: texture + offset: 0x7FEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartYoshi102Wheel3 + type: texture + offset: 0x7FF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartYoshi103Wheel0 + type: texture + offset: 0x7FFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartYoshi103Wheel1 + type: texture + offset: 0x80028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartYoshi103Wheel2 + type: texture + offset: 0x800A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartYoshi103Wheel3 + type: texture + offset: 0x80128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartYoshi104Wheel0 + type: texture + offset: 0x801A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartYoshi104Wheel1 + type: texture + offset: 0x80228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartYoshi104Wheel2 + type: texture + offset: 0x802A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartYoshi104Wheel3 + type: texture + offset: 0x80328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartYoshi105Wheel0 + type: texture + offset: 0x803A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartYoshi105Wheel1 + type: texture + offset: 0x80428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartYoshi105Wheel2 + type: texture + offset: 0x804A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartYoshi105Wheel3 + type: texture + offset: 0x80528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartYoshi106Wheel0 + type: texture + offset: 0x805A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartYoshi106Wheel1 + type: texture + offset: 0x80628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartYoshi106Wheel2 + type: texture + offset: 0x806A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartYoshi106Wheel3 + type: texture + offset: 0x80728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartYoshi107Wheel0 + type: texture + offset: 0x807A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartYoshi107Wheel1 + type: texture + offset: 0x80828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartYoshi107Wheel2 + type: texture + offset: 0x808A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartYoshi107Wheel3 + type: texture + offset: 0x80928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartYoshi108Wheel0 + type: texture + offset: 0x809A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartYoshi108Wheel1 + type: texture + offset: 0x80A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartYoshi108Wheel2 + type: texture + offset: 0x80AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartYoshi108Wheel3 + type: texture + offset: 0x80B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartYoshi109Wheel0 + type: texture + offset: 0x80BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartYoshi109Wheel1 + type: texture + offset: 0x80C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartYoshi109Wheel2 + type: texture + offset: 0x80CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartYoshi109Wheel3 + type: texture + offset: 0x80D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartYoshi110Wheel0 + type: texture + offset: 0x80DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartYoshi110Wheel1 + type: texture + offset: 0x80E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartYoshi110Wheel2 + type: texture + offset: 0x80EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartYoshi110Wheel3 + type: texture + offset: 0x80F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartYoshi111Wheel0 + type: texture + offset: 0x80FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartYoshi111Wheel1 + type: texture + offset: 0x81028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartYoshi111Wheel2 + type: texture + offset: 0x810A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartYoshi111Wheel3 + type: texture + offset: 0x81128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartYoshi112Wheel0 + type: texture + offset: 0x811A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartYoshi112Wheel1 + type: texture + offset: 0x81228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartYoshi112Wheel2 + type: texture + offset: 0x812A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartYoshi112Wheel3 + type: texture + offset: 0x81328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartYoshi113Wheel0 + type: texture + offset: 0x813A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartYoshi113Wheel1 + type: texture + offset: 0x81428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartYoshi113Wheel2 + type: texture + offset: 0x814A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartYoshi113Wheel3 + type: texture + offset: 0x81528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartYoshi114Wheel0 + type: texture + offset: 0x815A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartYoshi114Wheel1 + type: texture + offset: 0x81628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartYoshi114Wheel2 + type: texture + offset: 0x816A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartYoshi114Wheel3 + type: texture + offset: 0x81728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartYoshi115Wheel0 + type: texture + offset: 0x817A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartYoshi115Wheel1 + type: texture + offset: 0x81828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartYoshi115Wheel2 + type: texture + offset: 0x818A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartYoshi115Wheel3 + type: texture + offset: 0x81928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartYoshi116Wheel0 + type: texture + offset: 0x819A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartYoshi116Wheel1 + type: texture + offset: 0x81A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartYoshi116Wheel2 + type: texture + offset: 0x81AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartYoshi116Wheel3 + type: texture + offset: 0x81B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartYoshi117Wheel0 + type: texture + offset: 0x81BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartYoshi117Wheel1 + type: texture + offset: 0x81C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartYoshi117Wheel2 + type: texture + offset: 0x81CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartYoshi117Wheel3 + type: texture + offset: 0x81D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartYoshi118Wheel0 + type: texture + offset: 0x81DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartYoshi118Wheel1 + type: texture + offset: 0x81E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartYoshi118Wheel2 + type: texture + offset: 0x81EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartYoshi118Wheel3 + type: texture + offset: 0x81F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartYoshi119Wheel0 + type: texture + offset: 0x81FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartYoshi119Wheel1 + type: texture + offset: 0x82028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartYoshi119Wheel2 + type: texture + offset: 0x820A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartYoshi119Wheel3 + type: texture + offset: 0x82128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartYoshi120Wheel0 + type: texture + offset: 0x821A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartYoshi120Wheel1 + type: texture + offset: 0x82228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartYoshi120Wheel2 + type: texture + offset: 0x822A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartYoshi120Wheel3 + type: texture + offset: 0x82328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartYoshi121Wheel0 + type: texture + offset: 0x823A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartYoshi121Wheel1 + type: texture + offset: 0x82428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartYoshi121Wheel2 + type: texture + offset: 0x824A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartYoshi121Wheel3 + type: texture + offset: 0x82528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartYoshi122Wheel0 + type: texture + offset: 0x825A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartYoshi122Wheel1 + type: texture + offset: 0x82628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartYoshi122Wheel2 + type: texture + offset: 0x826A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartYoshi122Wheel3 + type: texture + offset: 0x82728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartYoshi123Wheel0 + type: texture + offset: 0x827A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartYoshi123Wheel1 + type: texture + offset: 0x82828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartYoshi123Wheel2 + type: texture + offset: 0x828A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartYoshi123Wheel3 + type: texture + offset: 0x82928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartYoshi124Wheel0 + type: texture + offset: 0x829A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartYoshi124Wheel1 + type: texture + offset: 0x82A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartYoshi124Wheel2 + type: texture + offset: 0x82AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartYoshi124Wheel3 + type: texture + offset: 0x82B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartYoshi125Wheel0 + type: texture + offset: 0x82BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartYoshi125Wheel1 + type: texture + offset: 0x82C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartYoshi125Wheel2 + type: texture + offset: 0x82CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartYoshi125Wheel3 + type: texture + offset: 0x82D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartYoshi126Wheel0 + type: texture + offset: 0x82DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartYoshi126Wheel1 + type: texture + offset: 0x82E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartYoshi126Wheel2 + type: texture + offset: 0x82EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartYoshi126Wheel3 + type: texture + offset: 0x82F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartYoshi127Wheel0 + type: texture + offset: 0x82FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartYoshi127Wheel1 + type: texture + offset: 0x83028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartYoshi127Wheel2 + type: texture + offset: 0x830A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartYoshi127Wheel3 + type: texture + offset: 0x83128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartYoshi128Wheel0 + type: texture + offset: 0x831A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartYoshi128Wheel1 + type: texture + offset: 0x83228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartYoshi128Wheel2 + type: texture + offset: 0x832A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartYoshi128Wheel3 + type: texture + offset: 0x83328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartYoshi129Wheel0 + type: texture + offset: 0x833A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartYoshi129Wheel1 + type: texture + offset: 0x83428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartYoshi129Wheel2 + type: texture + offset: 0x834A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartYoshi129Wheel3 + type: texture + offset: 0x83528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartYoshi130Wheel0 + type: texture + offset: 0x835A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartYoshi130Wheel1 + type: texture + offset: 0x83628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartYoshi130Wheel2 + type: texture + offset: 0x836A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartYoshi130Wheel3 + type: texture + offset: 0x83728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartYoshi131Wheel0 + type: texture + offset: 0x837A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartYoshi131Wheel1 + type: texture + offset: 0x83828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartYoshi131Wheel2 + type: texture + offset: 0x838A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartYoshi131Wheel3 + type: texture + offset: 0x83928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartYoshi132Wheel0 + type: texture + offset: 0x839A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartYoshi132Wheel1 + type: texture + offset: 0x83A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartYoshi132Wheel2 + type: texture + offset: 0x83AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartYoshi132Wheel3 + type: texture + offset: 0x83B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartYoshi133Wheel0 + type: texture + offset: 0x83BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartYoshi133Wheel1 + type: texture + offset: 0x83C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartYoshi133Wheel2 + type: texture + offset: 0x83CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartYoshi133Wheel3 + type: texture + offset: 0x83D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartYoshi134Wheel0 + type: texture + offset: 0x83DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartYoshi134Wheel1 + type: texture + offset: 0x83E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartYoshi134Wheel2 + type: texture + offset: 0x83EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartYoshi134Wheel3 + type: texture + offset: 0x83F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartYoshi135Wheel0 + type: texture + offset: 0x83FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartYoshi135Wheel1 + type: texture + offset: 0x84028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartYoshi135Wheel2 + type: texture + offset: 0x840A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartYoshi135Wheel3 + type: texture + offset: 0x84128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartYoshi136Wheel0 + type: texture + offset: 0x841A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartYoshi136Wheel1 + type: texture + offset: 0x84228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartYoshi136Wheel2 + type: texture + offset: 0x842A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartYoshi136Wheel3 + type: texture + offset: 0x84328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartYoshi137Wheel0 + type: texture + offset: 0x843A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartYoshi137Wheel1 + type: texture + offset: 0x84428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartYoshi137Wheel2 + type: texture + offset: 0x844A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartYoshi137Wheel3 + type: texture + offset: 0x84528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartYoshi138Wheel0 + type: texture + offset: 0x845A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartYoshi138Wheel1 + type: texture + offset: 0x84628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartYoshi138Wheel2 + type: texture + offset: 0x846A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartYoshi138Wheel3 + type: texture + offset: 0x84728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartYoshi139Wheel0 + type: texture + offset: 0x847A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartYoshi139Wheel1 + type: texture + offset: 0x84828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartYoshi139Wheel2 + type: texture + offset: 0x848A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartYoshi139Wheel3 + type: texture + offset: 0x84928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartYoshi140Wheel0 + type: texture + offset: 0x849A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartYoshi140Wheel1 + type: texture + offset: 0x84A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartYoshi140Wheel2 + type: texture + offset: 0x84AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartYoshi140Wheel3 + type: texture + offset: 0x84B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartYoshi141Wheel0 + type: texture + offset: 0x84BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartYoshi141Wheel1 + type: texture + offset: 0x84C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartYoshi141Wheel2 + type: texture + offset: 0x84CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartYoshi141Wheel3 + type: texture + offset: 0x84D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartYoshi142Wheel0 + type: texture + offset: 0x84DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartYoshi142Wheel1 + type: texture + offset: 0x84E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartYoshi142Wheel2 + type: texture + offset: 0x84EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartYoshi142Wheel3 + type: texture + offset: 0x84F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartYoshi143Wheel0 + type: texture + offset: 0x84FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartYoshi143Wheel1 + type: texture + offset: 0x85028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartYoshi143Wheel2 + type: texture + offset: 0x850A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartYoshi143Wheel3 + type: texture + offset: 0x85128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartYoshi144Wheel0 + type: texture + offset: 0x851A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartYoshi144Wheel1 + type: texture + offset: 0x85228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartYoshi144Wheel2 + type: texture + offset: 0x852A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartYoshi144Wheel3 + type: texture + offset: 0x85328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartYoshi145Wheel0 + type: texture + offset: 0x853A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartYoshi145Wheel1 + type: texture + offset: 0x85428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartYoshi145Wheel2 + type: texture + offset: 0x854A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartYoshi145Wheel3 + type: texture + offset: 0x85528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartYoshi146Wheel0 + type: texture + offset: 0x855A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartYoshi146Wheel1 + type: texture + offset: 0x85628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartYoshi146Wheel2 + type: texture + offset: 0x856A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartYoshi146Wheel3 + type: texture + offset: 0x85728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartYoshi147Wheel0 + type: texture + offset: 0x857A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartYoshi147Wheel1 + type: texture + offset: 0x85828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartYoshi147Wheel2 + type: texture + offset: 0x858A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartYoshi147Wheel3 + type: texture + offset: 0x85928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartYoshi148Wheel0 + type: texture + offset: 0x859A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartYoshi148Wheel1 + type: texture + offset: 0x85A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartYoshi148Wheel2 + type: texture + offset: 0x85AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartYoshi148Wheel3 + type: texture + offset: 0x85B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartYoshi149Wheel0 + type: texture + offset: 0x85BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartYoshi149Wheel1 + type: texture + offset: 0x85C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartYoshi149Wheel2 + type: texture + offset: 0x85CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartYoshi149Wheel3 + type: texture + offset: 0x85D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartYoshi150Wheel0 + type: texture + offset: 0x85DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartYoshi150Wheel1 + type: texture + offset: 0x85E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartYoshi150Wheel2 + type: texture + offset: 0x85EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartYoshi150Wheel3 + type: texture + offset: 0x85F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartYoshi151Wheel0 + type: texture + offset: 0x85FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartYoshi151Wheel1 + type: texture + offset: 0x86028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartYoshi151Wheel2 + type: texture + offset: 0x860A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartYoshi151Wheel3 + type: texture + offset: 0x86128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartYoshi152Wheel0 + type: texture + offset: 0x861A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartYoshi152Wheel1 + type: texture + offset: 0x86228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartYoshi152Wheel2 + type: texture + offset: 0x862A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartYoshi152Wheel3 + type: texture + offset: 0x86328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartYoshi153Wheel0 + type: texture + offset: 0x863A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartYoshi153Wheel1 + type: texture + offset: 0x86428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartYoshi153Wheel2 + type: texture + offset: 0x864A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartYoshi153Wheel3 + type: texture + offset: 0x86528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartYoshi154Wheel0 + type: texture + offset: 0x865A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartYoshi154Wheel1 + type: texture + offset: 0x86628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartYoshi154Wheel2 + type: texture + offset: 0x866A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartYoshi154Wheel3 + type: texture + offset: 0x86728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartYoshi155Wheel0 + type: texture + offset: 0x867A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartYoshi155Wheel1 + type: texture + offset: 0x86828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartYoshi155Wheel2 + type: texture + offset: 0x868A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartYoshi155Wheel3 + type: texture + offset: 0x86928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartYoshi156Wheel0 + type: texture + offset: 0x869A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartYoshi156Wheel1 + type: texture + offset: 0x86A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartYoshi156Wheel2 + type: texture + offset: 0x86AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartYoshi156Wheel3 + type: texture + offset: 0x86B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartYoshi157Wheel0 + type: texture + offset: 0x86BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartYoshi157Wheel1 + type: texture + offset: 0x86C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartYoshi157Wheel2 + type: texture + offset: 0x86CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartYoshi157Wheel3 + type: texture + offset: 0x86D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartYoshi158Wheel0 + type: texture + offset: 0x86DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartYoshi158Wheel1 + type: texture + offset: 0x86E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartYoshi158Wheel2 + type: texture + offset: 0x86EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartYoshi158Wheel3 + type: texture + offset: 0x86F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartYoshi159Wheel0 + type: texture + offset: 0x86FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartYoshi159Wheel1 + type: texture + offset: 0x87028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartYoshi159Wheel2 + type: texture + offset: 0x870A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartYoshi159Wheel3 + type: texture + offset: 0x87128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartYoshi160Wheel0 + type: texture + offset: 0x871A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartYoshi160Wheel1 + type: texture + offset: 0x87228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartYoshi160Wheel2 + type: texture + offset: 0x872A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartYoshi160Wheel3 + type: texture + offset: 0x87328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartYoshi161Wheel0 + type: texture + offset: 0x873A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartYoshi161Wheel1 + type: texture + offset: 0x87428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartYoshi161Wheel2 + type: texture + offset: 0x874A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartYoshi161Wheel3 + type: texture + offset: 0x87528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartYoshi162Wheel0 + type: texture + offset: 0x875A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartYoshi162Wheel1 + type: texture + offset: 0x87628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartYoshi162Wheel2 + type: texture + offset: 0x876A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartYoshi162Wheel3 + type: texture + offset: 0x87728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartYoshi163Wheel0 + type: texture + offset: 0x877A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartYoshi163Wheel1 + type: texture + offset: 0x87828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartYoshi163Wheel2 + type: texture + offset: 0x878A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartYoshi163Wheel3 + type: texture + offset: 0x87928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartYoshi164Wheel0 + type: texture + offset: 0x879A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartYoshi164Wheel1 + type: texture + offset: 0x87A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartYoshi164Wheel2 + type: texture + offset: 0x87AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartYoshi164Wheel3 + type: texture + offset: 0x87B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartYoshi165Wheel0 + type: texture + offset: 0x87BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartYoshi165Wheel1 + type: texture + offset: 0x87C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartYoshi165Wheel2 + type: texture + offset: 0x87CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartYoshi165Wheel3 + type: texture + offset: 0x87D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartYoshi166Wheel0 + type: texture + offset: 0x87DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartYoshi166Wheel1 + type: texture + offset: 0x87E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartYoshi166Wheel2 + type: texture + offset: 0x87EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartYoshi166Wheel3 + type: texture + offset: 0x87F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartYoshi167Wheel0 + type: texture + offset: 0x87FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartYoshi167Wheel1 + type: texture + offset: 0x88028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartYoshi167Wheel2 + type: texture + offset: 0x880A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartYoshi167Wheel3 + type: texture + offset: 0x88128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartYoshi168Wheel0 + type: texture + offset: 0x881A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartYoshi168Wheel1 + type: texture + offset: 0x88228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartYoshi168Wheel2 + type: texture + offset: 0x882A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartYoshi168Wheel3 + type: texture + offset: 0x88328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartYoshi169Wheel0 + type: texture + offset: 0x883A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartYoshi169Wheel1 + type: texture + offset: 0x88428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartYoshi169Wheel2 + type: texture + offset: 0x884A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartYoshi169Wheel3 + type: texture + offset: 0x88528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartYoshi170Wheel0 + type: texture + offset: 0x885A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartYoshi170Wheel1 + type: texture + offset: 0x88628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartYoshi170Wheel2 + type: texture + offset: 0x886A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartYoshi170Wheel3 + type: texture + offset: 0x88728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartYoshi171Wheel0 + type: texture + offset: 0x887A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartYoshi171Wheel1 + type: texture + offset: 0x88828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartYoshi171Wheel2 + type: texture + offset: 0x888A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartYoshi171Wheel3 + type: texture + offset: 0x88928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartYoshi172Wheel0 + type: texture + offset: 0x889A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartYoshi172Wheel1 + type: texture + offset: 0x88A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartYoshi172Wheel2 + type: texture + offset: 0x88AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartYoshi172Wheel3 + type: texture + offset: 0x88B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartYoshi173Wheel0 + type: texture + offset: 0x88BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartYoshi173Wheel1 + type: texture + offset: 0x88C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartYoshi173Wheel2 + type: texture + offset: 0x88CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartYoshi173Wheel3 + type: texture + offset: 0x88D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartYoshi174Wheel0 + type: texture + offset: 0x88DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartYoshi174Wheel1 + type: texture + offset: 0x88E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartYoshi174Wheel2 + type: texture + offset: 0x88EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartYoshi174Wheel3 + type: texture + offset: 0x88F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartYoshi175Wheel0 + type: texture + offset: 0x88FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartYoshi175Wheel1 + type: texture + offset: 0x89028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartYoshi175Wheel2 + type: texture + offset: 0x890A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartYoshi175Wheel3 + type: texture + offset: 0x89128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartYoshi176Wheel0 + type: texture + offset: 0x891A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartYoshi176Wheel1 + type: texture + offset: 0x89228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartYoshi176Wheel2 + type: texture + offset: 0x892A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartYoshi176Wheel3 + type: texture + offset: 0x89328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartYoshi177Wheel0 + type: texture + offset: 0x893A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartYoshi177Wheel1 + type: texture + offset: 0x89428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartYoshi177Wheel2 + type: texture + offset: 0x894A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartYoshi177Wheel3 + type: texture + offset: 0x89528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartYoshi178Wheel0 + type: texture + offset: 0x895A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartYoshi178Wheel1 + type: texture + offset: 0x89628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartYoshi178Wheel2 + type: texture + offset: 0x896A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartYoshi178Wheel3 + type: texture + offset: 0x89728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartYoshi179Wheel0 + type: texture + offset: 0x897A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartYoshi179Wheel1 + type: texture + offset: 0x89828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartYoshi179Wheel2 + type: texture + offset: 0x898A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartYoshi179Wheel3 + type: texture + offset: 0x89928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartYoshi180Wheel0 + type: texture + offset: 0x899A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartYoshi180Wheel1 + type: texture + offset: 0x89A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartYoshi180Wheel2 + type: texture + offset: 0x89AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartYoshi180Wheel3 + type: texture + offset: 0x89B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartYoshi181Wheel0 + type: texture + offset: 0x89BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartYoshi181Wheel1 + type: texture + offset: 0x89C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartYoshi181Wheel2 + type: texture + offset: 0x89CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartYoshi181Wheel3 + type: texture + offset: 0x89D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartYoshi182Wheel0 + type: texture + offset: 0x89DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartYoshi182Wheel1 + type: texture + offset: 0x89E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartYoshi182Wheel2 + type: texture + offset: 0x89EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartYoshi182Wheel3 + type: texture + offset: 0x89F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartYoshi183Wheel0 + type: texture + offset: 0x89FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartYoshi183Wheel1 + type: texture + offset: 0x8A028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartYoshi183Wheel2 + type: texture + offset: 0x8A0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartYoshi183Wheel3 + type: texture + offset: 0x8A128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartYoshi184Wheel0 + type: texture + offset: 0x8A1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartYoshi184Wheel1 + type: texture + offset: 0x8A228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartYoshi184Wheel2 + type: texture + offset: 0x8A2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartYoshi184Wheel3 + type: texture + offset: 0x8A328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartYoshi185Wheel0 + type: texture + offset: 0x8A3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartYoshi185Wheel1 + type: texture + offset: 0x8A428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartYoshi185Wheel2 + type: texture + offset: 0x8A4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartYoshi185Wheel3 + type: texture + offset: 0x8A528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartYoshi186Wheel0 + type: texture + offset: 0x8A5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartYoshi186Wheel1 + type: texture + offset: 0x8A628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartYoshi186Wheel2 + type: texture + offset: 0x8A6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartYoshi186Wheel3 + type: texture + offset: 0x8A728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartYoshi187Wheel0 + type: texture + offset: 0x8A7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartYoshi187Wheel1 + type: texture + offset: 0x8A828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartYoshi187Wheel2 + type: texture + offset: 0x8A8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartYoshi187Wheel3 + type: texture + offset: 0x8A928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartYoshi188Wheel0 + type: texture + offset: 0x8A9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartYoshi188Wheel1 + type: texture + offset: 0x8AA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartYoshi188Wheel2 + type: texture + offset: 0x8AAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartYoshi188Wheel3 + type: texture + offset: 0x8AB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartYoshi189Wheel0 + type: texture + offset: 0x8ABA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartYoshi189Wheel1 + type: texture + offset: 0x8AC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartYoshi189Wheel2 + type: texture + offset: 0x8ACA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartYoshi189Wheel3 + type: texture + offset: 0x8AD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartYoshi190Wheel0 + type: texture + offset: 0x8ADA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartYoshi190Wheel1 + type: texture + offset: 0x8AE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartYoshi190Wheel2 + type: texture + offset: 0x8AEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartYoshi190Wheel3 + type: texture + offset: 0x8AF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartYoshi191Wheel0 + type: texture + offset: 0x8AFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartYoshi191Wheel1 + type: texture + offset: 0x8B028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartYoshi191Wheel2 + type: texture + offset: 0x8B0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartYoshi191Wheel3 + type: texture + offset: 0x8B128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartYoshi192Wheel0 + type: texture + offset: 0x8B1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartYoshi192Wheel1 + type: texture + offset: 0x8B228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartYoshi192Wheel2 + type: texture + offset: 0x8B2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartYoshi192Wheel3 + type: texture + offset: 0x8B328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartYoshi193Wheel0 + type: texture + offset: 0x8B3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartYoshi193Wheel1 + type: texture + offset: 0x8B428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartYoshi193Wheel2 + type: texture + offset: 0x8B4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartYoshi193Wheel3 + type: texture + offset: 0x8B528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartYoshi194Wheel0 + type: texture + offset: 0x8B5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartYoshi194Wheel1 + type: texture + offset: 0x8B628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartYoshi194Wheel2 + type: texture + offset: 0x8B6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartYoshi194Wheel3 + type: texture + offset: 0x8B728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartYoshi195Wheel0 + type: texture + offset: 0x8B7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartYoshi195Wheel1 + type: texture + offset: 0x8B828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartYoshi195Wheel2 + type: texture + offset: 0x8B8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartYoshi195Wheel3 + type: texture + offset: 0x8B928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartYoshi196Wheel0 + type: texture + offset: 0x8B9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartYoshi196Wheel1 + type: texture + offset: 0x8BA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartYoshi196Wheel2 + type: texture + offset: 0x8BAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartYoshi196Wheel3 + type: texture + offset: 0x8BB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartYoshi197Wheel0 + type: texture + offset: 0x8BBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartYoshi197Wheel1 + type: texture + offset: 0x8BC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartYoshi197Wheel2 + type: texture + offset: 0x8BCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartYoshi197Wheel3 + type: texture + offset: 0x8BD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartYoshi198Wheel0 + type: texture + offset: 0x8BDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartYoshi198Wheel1 + type: texture + offset: 0x8BE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartYoshi198Wheel2 + type: texture + offset: 0x8BEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartYoshi198Wheel3 + type: texture + offset: 0x8BF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartYoshi199Wheel0 + type: texture + offset: 0x8BFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartYoshi199Wheel1 + type: texture + offset: 0x8C028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartYoshi199Wheel2 + type: texture + offset: 0x8C0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartYoshi199Wheel3 + type: texture + offset: 0x8C128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartYoshi200Wheel0 + type: texture + offset: 0x8C1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartYoshi200Wheel1 + type: texture + offset: 0x8C228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartYoshi200Wheel2 + type: texture + offset: 0x8C2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartYoshi200Wheel3 + type: texture + offset: 0x8C328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartYoshi201Wheel0 + type: texture + offset: 0x8C3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartYoshi201Wheel1 + type: texture + offset: 0x8C428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartYoshi201Wheel2 + type: texture + offset: 0x8C4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartYoshi201Wheel3 + type: texture + offset: 0x8C528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartYoshi202Wheel0 + type: texture + offset: 0x8C5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartYoshi202Wheel1 + type: texture + offset: 0x8C628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartYoshi202Wheel2 + type: texture + offset: 0x8C6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartYoshi202Wheel3 + type: texture + offset: 0x8C728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartYoshi203Wheel0 + type: texture + offset: 0x8C7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartYoshi203Wheel1 + type: texture + offset: 0x8C828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartYoshi203Wheel2 + type: texture + offset: 0x8C8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartYoshi203Wheel3 + type: texture + offset: 0x8C928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartYoshi204Wheel0 + type: texture + offset: 0x8C9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartYoshi204Wheel1 + type: texture + offset: 0x8CA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartYoshi204Wheel2 + type: texture + offset: 0x8CAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartYoshi204Wheel3 + type: texture + offset: 0x8CB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartYoshi205Wheel0 + type: texture + offset: 0x8CBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartYoshi205Wheel1 + type: texture + offset: 0x8CC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartYoshi205Wheel2 + type: texture + offset: 0x8CCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartYoshi205Wheel3 + type: texture + offset: 0x8CD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartYoshi206Wheel0 + type: texture + offset: 0x8CDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartYoshi206Wheel1 + type: texture + offset: 0x8CE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartYoshi206Wheel2 + type: texture + offset: 0x8CEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartYoshi206Wheel3 + type: texture + offset: 0x8CF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartYoshi207Wheel0 + type: texture + offset: 0x8CFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartYoshi207Wheel1 + type: texture + offset: 0x8D028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartYoshi207Wheel2 + type: texture + offset: 0x8D0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartYoshi207Wheel3 + type: texture + offset: 0x8D128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartYoshi208Wheel0 + type: texture + offset: 0x8D1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartYoshi208Wheel1 + type: texture + offset: 0x8D228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartYoshi208Wheel2 + type: texture + offset: 0x8D2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartYoshi208Wheel3 + type: texture + offset: 0x8D328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartYoshi209Wheel0 + type: texture + offset: 0x8D3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartYoshi209Wheel1 + type: texture + offset: 0x8D428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartYoshi209Wheel2 + type: texture + offset: 0x8D4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartYoshi209Wheel3 + type: texture + offset: 0x8D528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartYoshi210Wheel0 + type: texture + offset: 0x8D5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartYoshi210Wheel1 + type: texture + offset: 0x8D628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartYoshi210Wheel2 + type: texture + offset: 0x8D6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartYoshi210Wheel3 + type: texture + offset: 0x8D728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartYoshi211Wheel0 + type: texture + offset: 0x8D7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartYoshi211Wheel1 + type: texture + offset: 0x8D828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartYoshi211Wheel2 + type: texture + offset: 0x8D8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartYoshi211Wheel3 + type: texture + offset: 0x8D928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartYoshi212Wheel0 + type: texture + offset: 0x8D9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartYoshi212Wheel1 + type: texture + offset: 0x8DA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartYoshi212Wheel2 + type: texture + offset: 0x8DAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartYoshi212Wheel3 + type: texture + offset: 0x8DB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartYoshi213Wheel0 + type: texture + offset: 0x8DBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartYoshi213Wheel1 + type: texture + offset: 0x8DC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartYoshi213Wheel2 + type: texture + offset: 0x8DCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartYoshi213Wheel3 + type: texture + offset: 0x8DD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartYoshi214Wheel0 + type: texture + offset: 0x8DDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartYoshi214Wheel1 + type: texture + offset: 0x8DE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartYoshi214Wheel2 + type: texture + offset: 0x8DEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartYoshi214Wheel3 + type: texture + offset: 0x8DF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartYoshi215Wheel0 + type: texture + offset: 0x8DFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartYoshi215Wheel1 + type: texture + offset: 0x8E028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartYoshi215Wheel2 + type: texture + offset: 0x8E0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartYoshi215Wheel3 + type: texture + offset: 0x8E128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartYoshi216Wheel0 + type: texture + offset: 0x8E1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartYoshi216Wheel1 + type: texture + offset: 0x8E228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartYoshi216Wheel2 + type: texture + offset: 0x8E2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartYoshi216Wheel3 + type: texture + offset: 0x8E328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartYoshi217Wheel0 + type: texture + offset: 0x8E3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartYoshi217Wheel1 + type: texture + offset: 0x8E428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartYoshi217Wheel2 + type: texture + offset: 0x8E4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartYoshi217Wheel3 + type: texture + offset: 0x8E528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartYoshi218Wheel0 + type: texture + offset: 0x8E5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartYoshi218Wheel1 + type: texture + offset: 0x8E628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartYoshi218Wheel2 + type: texture + offset: 0x8E6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartYoshi218Wheel3 + type: texture + offset: 0x8E728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartYoshi219Wheel0 + type: texture + offset: 0x8E7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartYoshi219Wheel1 + type: texture + offset: 0x8E828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartYoshi219Wheel2 + type: texture + offset: 0x8E8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartYoshi219Wheel3 + type: texture + offset: 0x8E928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartYoshi220Wheel0 + type: texture + offset: 0x8E9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartYoshi220Wheel1 + type: texture + offset: 0x8EA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartYoshi220Wheel2 + type: texture + offset: 0x8EAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartYoshi220Wheel3 + type: texture + offset: 0x8EB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartYoshi221Wheel0 + type: texture + offset: 0x8EBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartYoshi221Wheel1 + type: texture + offset: 0x8EC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartYoshi221Wheel2 + type: texture + offset: 0x8ECA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartYoshi221Wheel3 + type: texture + offset: 0x8ED28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartYoshi222Wheel0 + type: texture + offset: 0x8EDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartYoshi222Wheel1 + type: texture + offset: 0x8EE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartYoshi222Wheel2 + type: texture + offset: 0x8EEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartYoshi222Wheel3 + type: texture + offset: 0x8EF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartYoshi223Wheel0 + type: texture + offset: 0x8EFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartYoshi223Wheel1 + type: texture + offset: 0x8F028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartYoshi223Wheel2 + type: texture + offset: 0x8F0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartYoshi223Wheel3 + type: texture + offset: 0x8F128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartYoshi224Wheel0 + type: texture + offset: 0x8F1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartYoshi224Wheel1 + type: texture + offset: 0x8F228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartYoshi224Wheel2 + type: texture + offset: 0x8F2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartYoshi224Wheel3 + type: texture + offset: 0x8F328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartYoshi225Wheel0 + type: texture + offset: 0x8F3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartYoshi225Wheel1 + type: texture + offset: 0x8F428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartYoshi225Wheel2 + type: texture + offset: 0x8F4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartYoshi225Wheel3 + type: texture + offset: 0x8F528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartYoshi226Wheel0 + type: texture + offset: 0x8F5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartYoshi226Wheel1 + type: texture + offset: 0x8F628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartYoshi226Wheel2 + type: texture + offset: 0x8F6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartYoshi226Wheel3 + type: texture + offset: 0x8F728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartYoshi227Wheel0 + type: texture + offset: 0x8F7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartYoshi227Wheel1 + type: texture + offset: 0x8F828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartYoshi227Wheel2 + type: texture + offset: 0x8F8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartYoshi227Wheel3 + type: texture + offset: 0x8F928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartYoshi228Wheel0 + type: texture + offset: 0x8F9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartYoshi228Wheel1 + type: texture + offset: 0x8FA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartYoshi228Wheel2 + type: texture + offset: 0x8FAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartYoshi228Wheel3 + type: texture + offset: 0x8FB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartYoshi229Wheel0 + type: texture + offset: 0x8FBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartYoshi229Wheel1 + type: texture + offset: 0x8FC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartYoshi229Wheel2 + type: texture + offset: 0x8FCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartYoshi229Wheel3 + type: texture + offset: 0x8FD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartYoshi230Wheel0 + type: texture + offset: 0x8FDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartYoshi230Wheel1 + type: texture + offset: 0x8FE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartYoshi230Wheel2 + type: texture + offset: 0x8FEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartYoshi230Wheel3 + type: texture + offset: 0x8FF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartYoshi231Wheel0 + type: texture + offset: 0x8FFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartYoshi231Wheel1 + type: texture + offset: 0x90028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartYoshi231Wheel2 + type: texture + offset: 0x900A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartYoshi231Wheel3 + type: texture + offset: 0x90128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartYoshi232Wheel0 + type: texture + offset: 0x901A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartYoshi232Wheel1 + type: texture + offset: 0x90228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartYoshi232Wheel2 + type: texture + offset: 0x902A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartYoshi232Wheel3 + type: texture + offset: 0x90328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartYoshi233Wheel0 + type: texture + offset: 0x903A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartYoshi233Wheel1 + type: texture + offset: 0x90428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartYoshi233Wheel2 + type: texture + offset: 0x904A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartYoshi233Wheel3 + type: texture + offset: 0x90528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartYoshi234Wheel0 + type: texture + offset: 0x905A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartYoshi234Wheel1 + type: texture + offset: 0x90628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartYoshi234Wheel2 + type: texture + offset: 0x906A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartYoshi234Wheel3 + type: texture + offset: 0x90728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartYoshi235Wheel0 + type: texture + offset: 0x907A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartYoshi235Wheel1 + type: texture + offset: 0x90828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartYoshi235Wheel2 + type: texture + offset: 0x908A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartYoshi235Wheel3 + type: texture + offset: 0x90928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartYoshi236Wheel0 + type: texture + offset: 0x909A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartYoshi236Wheel1 + type: texture + offset: 0x90A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartYoshi236Wheel2 + type: texture + offset: 0x90AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartYoshi236Wheel3 + type: texture + offset: 0x90B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartYoshi237Wheel0 + type: texture + offset: 0x90BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartYoshi237Wheel1 + type: texture + offset: 0x90C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartYoshi237Wheel2 + type: texture + offset: 0x90CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartYoshi237Wheel3 + type: texture + offset: 0x90D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartYoshi238Wheel0 + type: texture + offset: 0x90DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartYoshi238Wheel1 + type: texture + offset: 0x90E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartYoshi238Wheel2 + type: texture + offset: 0x90EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartYoshi238Wheel3 + type: texture + offset: 0x90F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartYoshi239Wheel0 + type: texture + offset: 0x90FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartYoshi239Wheel1 + type: texture + offset: 0x91028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartYoshi239Wheel2 + type: texture + offset: 0x910A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartYoshi239Wheel3 + type: texture + offset: 0x91128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartYoshi240Wheel0 + type: texture + offset: 0x911A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartYoshi240Wheel1 + type: texture + offset: 0x91228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartYoshi240Wheel2 + type: texture + offset: 0x912A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartYoshi240Wheel3 + type: texture + offset: 0x91328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartYoshi241Wheel0 + type: texture + offset: 0x913A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartYoshi241Wheel1 + type: texture + offset: 0x91428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartYoshi241Wheel2 + type: texture + offset: 0x914A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartYoshi241Wheel3 + type: texture + offset: 0x91528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartYoshi242Wheel0 + type: texture + offset: 0x915A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartYoshi242Wheel1 + type: texture + offset: 0x91628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartYoshi242Wheel2 + type: texture + offset: 0x916A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartYoshi242Wheel3 + type: texture + offset: 0x91728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartYoshi243Wheel0 + type: texture + offset: 0x917A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartYoshi243Wheel1 + type: texture + offset: 0x91828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartYoshi243Wheel2 + type: texture + offset: 0x918A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartYoshi243Wheel3 + type: texture + offset: 0x91928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartYoshi244Wheel0 + type: texture + offset: 0x919A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartYoshi244Wheel1 + type: texture + offset: 0x91A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartYoshi244Wheel2 + type: texture + offset: 0x91AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartYoshi244Wheel3 + type: texture + offset: 0x91B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartYoshi245Wheel0 + type: texture + offset: 0x91BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartYoshi245Wheel1 + type: texture + offset: 0x91C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartYoshi245Wheel2 + type: texture + offset: 0x91CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartYoshi245Wheel3 + type: texture + offset: 0x91D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartYoshi246Wheel0 + type: texture + offset: 0x91DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartYoshi246Wheel1 + type: texture + offset: 0x91E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartYoshi246Wheel2 + type: texture + offset: 0x91EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartYoshi246Wheel3 + type: texture + offset: 0x91F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartYoshi247Wheel0 + type: texture + offset: 0x91FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartYoshi247Wheel1 + type: texture + offset: 0x92028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartYoshi247Wheel2 + type: texture + offset: 0x920A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartYoshi247Wheel3 + type: texture + offset: 0x92128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartYoshi248Wheel0 + type: texture + offset: 0x921A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartYoshi248Wheel1 + type: texture + offset: 0x92228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartYoshi248Wheel2 + type: texture + offset: 0x922A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartYoshi248Wheel3 + type: texture + offset: 0x92328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartYoshi249Wheel0 + type: texture + offset: 0x923A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartYoshi249Wheel1 + type: texture + offset: 0x92428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartYoshi249Wheel2 + type: texture + offset: 0x924A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartYoshi249Wheel3 + type: texture + offset: 0x92528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartYoshi250Wheel0 + type: texture + offset: 0x925A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartYoshi250Wheel1 + type: texture + offset: 0x92628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartYoshi250Wheel2 + type: texture + offset: 0x926A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartYoshi250Wheel3 + type: texture + offset: 0x92728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartYoshi251Wheel0 + type: texture + offset: 0x927A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartYoshi251Wheel1 + type: texture + offset: 0x92828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartYoshi251Wheel2 + type: texture + offset: 0x928A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartYoshi251Wheel3 + type: texture + offset: 0x92928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartYoshi252Wheel0 + type: texture + offset: 0x929A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartYoshi252Wheel1 + type: texture + offset: 0x92A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartYoshi252Wheel2 + type: texture + offset: 0x92AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartYoshi252Wheel3 + type: texture + offset: 0x92B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartYoshi253Wheel0 + type: texture + offset: 0x92BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartYoshi253Wheel1 + type: texture + offset: 0x92C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartYoshi253Wheel2 + type: texture + offset: 0x92CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartYoshi253Wheel3 + type: texture + offset: 0x92D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartYoshi254Wheel0 + type: texture + offset: 0x92DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartYoshi254Wheel1 + type: texture + offset: 0x92E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartYoshi254Wheel2 + type: texture + offset: 0x92EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartYoshi254Wheel3 + type: texture + offset: 0x92F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartYoshi255Wheel0 + type: texture + offset: 0x92FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartYoshi255Wheel1 + type: texture + offset: 0x93028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartYoshi255Wheel2 + type: texture + offset: 0x930A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartYoshi255Wheel3 + type: texture + offset: 0x93128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartYoshi256Wheel0 + type: texture + offset: 0x931A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartYoshi256Wheel1 + type: texture + offset: 0x93228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartYoshi256Wheel2 + type: texture + offset: 0x932A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartYoshi256Wheel3 + type: texture + offset: 0x93328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartYoshi257Wheel0 + type: texture + offset: 0x933A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartYoshi257Wheel1 + type: texture + offset: 0x93428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartYoshi257Wheel2 + type: texture + offset: 0x934A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartYoshi257Wheel3 + type: texture + offset: 0x93528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartYoshi258Wheel0 + type: texture + offset: 0x935A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartYoshi258Wheel1 + type: texture + offset: 0x93628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartYoshi258Wheel2 + type: texture + offset: 0x936A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartYoshi258Wheel3 + type: texture + offset: 0x93728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartYoshi259Wheel0 + type: texture + offset: 0x937A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartYoshi259Wheel1 + type: texture + offset: 0x93828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartYoshi259Wheel2 + type: texture + offset: 0x938A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartYoshi259Wheel3 + type: texture + offset: 0x93928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartYoshi260Wheel0 + type: texture + offset: 0x939A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartYoshi260Wheel1 + type: texture + offset: 0x93A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartYoshi260Wheel2 + type: texture + offset: 0x93AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartYoshi260Wheel3 + type: texture + offset: 0x93B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartYoshi261Wheel0 + type: texture + offset: 0x93BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartYoshi261Wheel1 + type: texture + offset: 0x93C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartYoshi261Wheel2 + type: texture + offset: 0x93CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartYoshi261Wheel3 + type: texture + offset: 0x93D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartYoshi262Wheel0 + type: texture + offset: 0x93DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartYoshi262Wheel1 + type: texture + offset: 0x93E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartYoshi262Wheel2 + type: texture + offset: 0x93EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartYoshi262Wheel3 + type: texture + offset: 0x93F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartYoshi263Wheel0 + type: texture + offset: 0x93FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartYoshi263Wheel1 + type: texture + offset: 0x94028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartYoshi263Wheel2 + type: texture + offset: 0x940A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartYoshi263Wheel3 + type: texture + offset: 0x94128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartYoshi264Wheel0 + type: texture + offset: 0x941A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartYoshi264Wheel1 + type: texture + offset: 0x94228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartYoshi264Wheel2 + type: texture + offset: 0x942A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartYoshi264Wheel3 + type: texture + offset: 0x94328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartYoshi265Wheel0 + type: texture + offset: 0x943A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartYoshi265Wheel1 + type: texture + offset: 0x94428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartYoshi265Wheel2 + type: texture + offset: 0x944A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartYoshi265Wheel3 + type: texture + offset: 0x94528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartYoshi266Wheel0 + type: texture + offset: 0x945A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartYoshi266Wheel1 + type: texture + offset: 0x94628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartYoshi266Wheel2 + type: texture + offset: 0x946A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartYoshi266Wheel3 + type: texture + offset: 0x94728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartYoshi267Wheel0 + type: texture + offset: 0x947A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartYoshi267Wheel1 + type: texture + offset: 0x94828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartYoshi267Wheel2 + type: texture + offset: 0x948A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartYoshi267Wheel3 + type: texture + offset: 0x94928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartYoshi268Wheel0 + type: texture + offset: 0x949A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartYoshi268Wheel1 + type: texture + offset: 0x94A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartYoshi268Wheel2 + type: texture + offset: 0x94AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartYoshi268Wheel3 + type: texture + offset: 0x94B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartYoshi269Wheel0 + type: texture + offset: 0x94BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartYoshi269Wheel1 + type: texture + offset: 0x94C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartYoshi269Wheel2 + type: texture + offset: 0x94CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartYoshi269Wheel3 + type: texture + offset: 0x94D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartYoshi270Wheel0 + type: texture + offset: 0x94DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartYoshi270Wheel1 + type: texture + offset: 0x94E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartYoshi270Wheel2 + type: texture + offset: 0x94EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartYoshi270Wheel3 + type: texture + offset: 0x94F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartYoshi271Wheel0 + type: texture + offset: 0x94FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartYoshi271Wheel1 + type: texture + offset: 0x95028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartYoshi271Wheel2 + type: texture + offset: 0x950A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartYoshi271Wheel3 + type: texture + offset: 0x95128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartYoshi272Wheel0 + type: texture + offset: 0x951A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartYoshi272Wheel1 + type: texture + offset: 0x95228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartYoshi272Wheel2 + type: texture + offset: 0x952A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartYoshi272Wheel3 + type: texture + offset: 0x95328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartYoshi273Wheel0 + type: texture + offset: 0x953A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartYoshi273Wheel1 + type: texture + offset: 0x95428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartYoshi273Wheel2 + type: texture + offset: 0x954A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartYoshi273Wheel3 + type: texture + offset: 0x95528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartYoshi274Wheel0 + type: texture + offset: 0x955A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartYoshi274Wheel1 + type: texture + offset: 0x95628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartYoshi274Wheel2 + type: texture + offset: 0x956A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartYoshi274Wheel3 + type: texture + offset: 0x95728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartYoshi275Wheel0 + type: texture + offset: 0x957A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartYoshi275Wheel1 + type: texture + offset: 0x95828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartYoshi275Wheel2 + type: texture + offset: 0x958A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartYoshi275Wheel3 + type: texture + offset: 0x95928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartYoshi276Wheel0 + type: texture + offset: 0x959A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartYoshi276Wheel1 + type: texture + offset: 0x95A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartYoshi276Wheel2 + type: texture + offset: 0x95AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartYoshi276Wheel3 + type: texture + offset: 0x95B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartYoshi277Wheel0 + type: texture + offset: 0x95BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartYoshi277Wheel1 + type: texture + offset: 0x95C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartYoshi277Wheel2 + type: texture + offset: 0x95CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartYoshi277Wheel3 + type: texture + offset: 0x95D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartYoshi278Wheel0 + type: texture + offset: 0x95DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartYoshi278Wheel1 + type: texture + offset: 0x95E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartYoshi278Wheel2 + type: texture + offset: 0x95EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartYoshi278Wheel3 + type: texture + offset: 0x95F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartYoshi279Wheel0 + type: texture + offset: 0x95FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartYoshi279Wheel1 + type: texture + offset: 0x96028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartYoshi279Wheel2 + type: texture + offset: 0x960A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartYoshi279Wheel3 + type: texture + offset: 0x96128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartYoshi280Wheel0 + type: texture + offset: 0x961A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartYoshi280Wheel1 + type: texture + offset: 0x96228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartYoshi280Wheel2 + type: texture + offset: 0x962A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartYoshi280Wheel3 + type: texture + offset: 0x96328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartYoshi281Wheel0 + type: texture + offset: 0x963A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartYoshi281Wheel1 + type: texture + offset: 0x96428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartYoshi281Wheel2 + type: texture + offset: 0x964A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartYoshi281Wheel3 + type: texture + offset: 0x96528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartYoshi282Wheel0 + type: texture + offset: 0x965A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartYoshi282Wheel1 + type: texture + offset: 0x96628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartYoshi282Wheel2 + type: texture + offset: 0x966A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartYoshi282Wheel3 + type: texture + offset: 0x96728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartYoshi283Wheel0 + type: texture + offset: 0x967A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartYoshi283Wheel1 + type: texture + offset: 0x96828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartYoshi283Wheel2 + type: texture + offset: 0x968A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartYoshi283Wheel3 + type: texture + offset: 0x96928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartYoshi284Wheel0 + type: texture + offset: 0x969A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartYoshi284Wheel1 + type: texture + offset: 0x96A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartYoshi284Wheel2 + type: texture + offset: 0x96AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartYoshi284Wheel3 + type: texture + offset: 0x96B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartYoshi285Wheel0 + type: texture + offset: 0x96BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartYoshi285Wheel1 + type: texture + offset: 0x96C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartYoshi285Wheel2 + type: texture + offset: 0x96CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartYoshi285Wheel3 + type: texture + offset: 0x96D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartYoshi286Wheel0 + type: texture + offset: 0x96DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartYoshi286Wheel1 + type: texture + offset: 0x96E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartYoshi286Wheel2 + type: texture + offset: 0x96EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartYoshi286Wheel3 + type: texture + offset: 0x96F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartYoshi287Wheel0 + type: texture + offset: 0x96FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartYoshi287Wheel1 + type: texture + offset: 0x97028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartYoshi287Wheel2 + type: texture + offset: 0x970A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartYoshi287Wheel3 + type: texture + offset: 0x97128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartYoshi288Wheel0 + type: texture + offset: 0x971A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartYoshi288Wheel1 + type: texture + offset: 0x97228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartYoshi288Wheel2 + type: texture + offset: 0x972A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartYoshi288Wheel3 + type: texture + offset: 0x97328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +yoshi_kart_palette: + symbol: gKartYoshiPalette + type: texture + offset: 0x973A8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 + diff --git a/android/app/src/main/assets/yamls/us/yoshi_valley_data.yml b/android/app/src/main/assets/yamls/us/yoshi_valley_data.yml new file mode 100644 index 0000000000..71dfcfa013 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/yoshi_valley_data.yml @@ -0,0 +1,750 @@ +:config: + segments: + - [0x06, 0x835BA0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_yoshi_valley_dl_0: + symbol: d_course_yoshi_valley_dl_0 + type: gfx + offset: 0x0 +d_course_yoshi_valley_dl_20: + symbol: d_course_yoshi_valley_dl_20 + type: gfx + offset: 0x20 +d_course_yoshi_valley_dl_40: + symbol: d_course_yoshi_valley_dl_40 + type: gfx + offset: 0x40 +d_course_yoshi_valley_dl_290: + symbol: d_course_yoshi_valley_dl_290 + type: gfx + offset: 0x290 +d_course_yoshi_valley_dl_3F0: + symbol: d_course_yoshi_valley_dl_3F0 + type: gfx + offset: 0x3F0 +d_course_yoshi_valley_dl_4E8: + symbol: d_course_yoshi_valley_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_yoshi_valley_dl_7A0: + symbol: d_course_yoshi_valley_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_yoshi_valley_dl_9C8: + symbol: d_course_yoshi_valley_dl_9C8 + type: gfx + offset: 0x9C8 +d_course_yoshi_valley_dl_BC0: + symbol: d_course_yoshi_valley_dl_BC0 + type: gfx + offset: 0xBC0 +d_course_yoshi_valley_dl_CC0: + symbol: d_course_yoshi_valley_dl_CC0 + type: gfx + offset: 0xCC0 +d_course_yoshi_valley_dl_FA0: + symbol: d_course_yoshi_valley_dl_FA0 + type: gfx + offset: 0xFA0 +d_course_yoshi_valley_dl_1178: + symbol: d_course_yoshi_valley_dl_1178 + type: gfx + offset: 0x1178 +d_course_yoshi_valley_dl_13F8: + symbol: d_course_yoshi_valley_dl_13F8 + type: gfx + offset: 0x13F8 +d_course_yoshi_valley_dl_14D0: + symbol: d_course_yoshi_valley_dl_14D0 + type: gfx + offset: 0x14D0 +d_course_yoshi_valley_dl_17A8: + symbol: d_course_yoshi_valley_dl_17A8 + type: gfx + offset: 0x17A8 +d_course_yoshi_valley_dl_1968: + symbol: d_course_yoshi_valley_dl_1968 + type: gfx + offset: 0x1968 +d_course_yoshi_valley_dl_1C38: + symbol: d_course_yoshi_valley_dl_1C38 + type: gfx + offset: 0x1C38 +d_course_yoshi_valley_dl_1D48: + symbol: d_course_yoshi_valley_dl_1D48 + type: gfx + offset: 0x1D48 +d_course_yoshi_valley_dl_2000: + symbol: d_course_yoshi_valley_dl_2000 + type: gfx + offset: 0x2000 +d_course_yoshi_valley_dl_21B0: + symbol: d_course_yoshi_valley_dl_21B0 + type: gfx + offset: 0x21B0 +d_course_yoshi_valley_dl_2408: + symbol: d_course_yoshi_valley_dl_2408 + type: gfx + offset: 0x2408 +d_course_yoshi_valley_dl_25E8: + symbol: d_course_yoshi_valley_dl_25E8 + type: gfx + offset: 0x25E8 +d_course_yoshi_valley_dl_2840: + symbol: d_course_yoshi_valley_dl_2840 + type: gfx + offset: 0x2840 +d_course_yoshi_valley_dl_2978: + symbol: d_course_yoshi_valley_dl_2978 + type: gfx + offset: 0x2978 +d_course_yoshi_valley_dl_2BC0: + symbol: d_course_yoshi_valley_dl_2BC0 + type: gfx + offset: 0x2BC0 +d_course_yoshi_valley_dl_2D70: + symbol: d_course_yoshi_valley_dl_2D70 + type: gfx + offset: 0x2D70 +d_course_yoshi_valley_dl_2F48: + symbol: d_course_yoshi_valley_dl_2F48 + type: gfx + offset: 0x2F48 +d_course_yoshi_valley_dl_3078: + symbol: d_course_yoshi_valley_dl_3078 + type: gfx + offset: 0x3078 +d_course_yoshi_valley_dl_3258: + symbol: d_course_yoshi_valley_dl_3258 + type: gfx + offset: 0x3258 +d_course_yoshi_valley_dl_3420: + symbol: d_course_yoshi_valley_dl_3420 + type: gfx + offset: 0x3420 +d_course_yoshi_valley_dl_3560: + symbol: d_course_yoshi_valley_dl_3560 + type: gfx + offset: 0x3560 +d_course_yoshi_valley_dl_36D0: + symbol: d_course_yoshi_valley_dl_36D0 + type: gfx + offset: 0x36D0 +d_course_yoshi_valley_dl_3880: + symbol: d_course_yoshi_valley_dl_3880 + type: gfx + offset: 0x3880 +d_course_yoshi_valley_dl_3A38: + symbol: d_course_yoshi_valley_dl_3A38 + type: gfx + offset: 0x3A38 +d_course_yoshi_valley_dl_3BA0: + symbol: d_course_yoshi_valley_dl_3BA0 + type: gfx + offset: 0x3BA0 +d_course_yoshi_valley_dl_3D20: + symbol: d_course_yoshi_valley_dl_3D20 + type: gfx + offset: 0x3D20 +d_course_yoshi_valley_dl_3E30: + symbol: d_course_yoshi_valley_dl_3E30 + type: gfx + offset: 0x3E30 +d_course_yoshi_valley_dl_3F88: + symbol: d_course_yoshi_valley_dl_3F88 + type: gfx + offset: 0x3F88 +d_course_yoshi_valley_dl_40B8: + symbol: d_course_yoshi_valley_dl_40B8 + type: gfx + offset: 0x40B8 +d_course_yoshi_valley_dl_4320: + symbol: d_course_yoshi_valley_dl_4320 + type: gfx + offset: 0x4320 +d_course_yoshi_valley_dl_44C8: + symbol: d_course_yoshi_valley_dl_44C8 + type: gfx + offset: 0x44C8 +d_course_yoshi_valley_dl_4718: + symbol: d_course_yoshi_valley_dl_4718 + type: gfx + offset: 0x4718 +d_course_yoshi_valley_dl_48C0: + symbol: d_course_yoshi_valley_dl_48C0 + type: gfx + offset: 0x48C0 +d_course_yoshi_valley_dl_4A98: + symbol: d_course_yoshi_valley_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_yoshi_valley_dl_4C28: + symbol: d_course_yoshi_valley_dl_4C28 + type: gfx + offset: 0x4C28 +d_course_yoshi_valley_dl_4E60: + symbol: d_course_yoshi_valley_dl_4E60 + type: gfx + offset: 0x4E60 +d_course_yoshi_valley_dl_5018: + symbol: d_course_yoshi_valley_dl_5018 + type: gfx + offset: 0x5018 +d_course_yoshi_valley_dl_51D0: + symbol: d_course_yoshi_valley_dl_51D0 + type: gfx + offset: 0x51D0 +d_course_yoshi_valley_dl_53E0: + symbol: d_course_yoshi_valley_dl_53E0 + type: gfx + offset: 0x53E0 +d_course_yoshi_valley_dl_5638: + symbol: d_course_yoshi_valley_dl_5638 + type: gfx + offset: 0x5638 +d_course_yoshi_valley_dl_5778: + symbol: d_course_yoshi_valley_dl_5778 + type: gfx + offset: 0x5778 +d_course_yoshi_valley_dl_5890: + symbol: d_course_yoshi_valley_dl_5890 + type: gfx + offset: 0x5890 +d_course_yoshi_valley_dl_5A80: + symbol: d_course_yoshi_valley_dl_5A80 + type: gfx + offset: 0x5A80 +d_course_yoshi_valley_dl_5C70: + symbol: d_course_yoshi_valley_dl_5C70 + type: gfx + offset: 0x5C70 +d_course_yoshi_valley_dl_5D60: + symbol: d_course_yoshi_valley_dl_5D60 + type: gfx + offset: 0x5D60 +d_course_yoshi_valley_dl_5ED8: + symbol: d_course_yoshi_valley_dl_5ED8 + type: gfx + offset: 0x5ED8 +d_course_yoshi_valley_dl_6070: + symbol: d_course_yoshi_valley_dl_6070 + type: gfx + offset: 0x6070 +d_course_yoshi_valley_dl_6268: + symbol: d_course_yoshi_valley_dl_6268 + type: gfx + offset: 0x6268 +d_course_yoshi_valley_dl_6358: + symbol: d_course_yoshi_valley_dl_6358 + type: gfx + offset: 0x6358 +d_course_yoshi_valley_dl_6530: + symbol: d_course_yoshi_valley_dl_6530 + type: gfx + offset: 0x6530 +d_course_yoshi_valley_dl_66B0: + symbol: d_course_yoshi_valley_dl_66B0 + type: gfx + offset: 0x66B0 +d_course_yoshi_valley_dl_68C8: + symbol: d_course_yoshi_valley_dl_68C8 + type: gfx + offset: 0x68C8 +d_course_yoshi_valley_dl_69C0: + symbol: d_course_yoshi_valley_dl_69C0 + type: gfx + offset: 0x69C0 +d_course_yoshi_valley_dl_6BF0: + symbol: d_course_yoshi_valley_dl_6BF0 + type: gfx + offset: 0x6BF0 +d_course_yoshi_valley_dl_6D78: + symbol: d_course_yoshi_valley_dl_6D78 + type: gfx + offset: 0x6D78 +d_course_yoshi_valley_dl_6FB8: + symbol: d_course_yoshi_valley_dl_6FB8 + type: gfx + offset: 0x6FB8 +d_course_yoshi_valley_dl_7100: + symbol: d_course_yoshi_valley_dl_7100 + type: gfx + offset: 0x7100 +d_course_yoshi_valley_dl_7310: + symbol: d_course_yoshi_valley_dl_7310 + type: gfx + offset: 0x7310 +d_course_yoshi_valley_dl_7400: + symbol: d_course_yoshi_valley_dl_7400 + type: gfx + offset: 0x7400 +d_course_yoshi_valley_dl_75C8: + symbol: d_course_yoshi_valley_dl_75C8 + type: gfx + offset: 0x75C8 +d_course_yoshi_valley_dl_7770: + symbol: d_course_yoshi_valley_dl_7770 + type: gfx + offset: 0x7770 +d_course_yoshi_valley_dl_7938: + symbol: d_course_yoshi_valley_dl_7938 + type: gfx + offset: 0x7938 +d_course_yoshi_valley_dl_7A08: + symbol: d_course_yoshi_valley_dl_7A08 + type: gfx + offset: 0x7A08 +d_course_yoshi_valley_dl_7BB8: + symbol: d_course_yoshi_valley_dl_7BB8 + type: gfx + offset: 0x7BB8 +d_course_yoshi_valley_dl_7CE8: + symbol: d_course_yoshi_valley_dl_7CE8 + type: gfx + offset: 0x7CE8 +d_course_yoshi_valley_dl_7F80: + symbol: d_course_yoshi_valley_dl_7F80 + type: gfx + offset: 0x7F80 +d_course_yoshi_valley_dl_8030: + symbol: d_course_yoshi_valley_dl_8030 + type: gfx + offset: 0x8030 +d_course_yoshi_valley_dl_8218: + symbol: d_course_yoshi_valley_dl_8218 + type: gfx + offset: 0x8218 +d_course_yoshi_valley_dl_8420: + symbol: d_course_yoshi_valley_dl_8420 + type: gfx + offset: 0x8420 +d_course_yoshi_valley_dl_8710: + symbol: d_course_yoshi_valley_dl_8710 + type: gfx + offset: 0x8710 +d_course_yoshi_valley_dl_8830: + symbol: d_course_yoshi_valley_dl_8830 + type: gfx + offset: 0x8830 +d_course_yoshi_valley_dl_8958: + symbol: d_course_yoshi_valley_dl_8958 + type: gfx + offset: 0x8958 +d_course_yoshi_valley_dl_8C30: + symbol: d_course_yoshi_valley_dl_8C30 + type: gfx + offset: 0x8C30 +d_course_yoshi_valley_dl_8D58: + symbol: d_course_yoshi_valley_dl_8D58 + type: gfx + offset: 0x8D58 +d_course_yoshi_valley_dl_8FD8: + symbol: d_course_yoshi_valley_dl_8FD8 + type: gfx + offset: 0x8FD8 +d_course_yoshi_valley_dl_91D8: + symbol: d_course_yoshi_valley_dl_91D8 + type: gfx + offset: 0x91D8 +d_course_yoshi_valley_dl_9340: + symbol: d_course_yoshi_valley_dl_9340 + type: gfx + offset: 0x9340 +d_course_yoshi_valley_dl_9548: + symbol: d_course_yoshi_valley_dl_9548 + type: gfx + offset: 0x9548 +d_course_yoshi_valley_dl_9780: + symbol: d_course_yoshi_valley_dl_9780 + type: gfx + offset: 0x9780 +d_course_yoshi_valley_dl_9A00: + symbol: d_course_yoshi_valley_dl_9A00 + type: gfx + offset: 0x9A00 +d_course_yoshi_valley_dl_9BB0: + symbol: d_course_yoshi_valley_dl_9BB0 + type: gfx + offset: 0x9BB0 +d_course_yoshi_valley_dl_9DB8: + symbol: d_course_yoshi_valley_dl_9DB8 + type: gfx + offset: 0x9DB8 +d_course_yoshi_valley_dl_9F70: + symbol: d_course_yoshi_valley_dl_9F70 + type: gfx + offset: 0x9F70 +d_course_yoshi_valley_dl_A188: + symbol: d_course_yoshi_valley_dl_A188 + type: gfx + offset: 0xA188 +d_course_yoshi_valley_dl_A328: + symbol: d_course_yoshi_valley_dl_A328 + type: gfx + offset: 0xA328 +d_course_yoshi_valley_dl_A518: + symbol: d_course_yoshi_valley_dl_A518 + type: gfx + offset: 0xA518 +d_course_yoshi_valley_dl_A6B8: + symbol: d_course_yoshi_valley_dl_A6B8 + type: gfx + offset: 0xA6B8 +d_course_yoshi_valley_dl_A8A0: + symbol: d_course_yoshi_valley_dl_A8A0 + type: gfx + offset: 0xA8A0 +d_course_yoshi_valley_dl_AAC0: + symbol: d_course_yoshi_valley_dl_AAC0 + type: gfx + offset: 0xAAC0 +d_course_yoshi_valley_dl_ACF0: + symbol: d_course_yoshi_valley_dl_ACF0 + type: gfx + offset: 0xACF0 +d_course_yoshi_valley_dl_AE78: + symbol: d_course_yoshi_valley_dl_AE78 + type: gfx + offset: 0xAE78 +d_course_yoshi_valley_dl_AFF8: + symbol: d_course_yoshi_valley_dl_AFF8 + type: gfx + offset: 0xAFF8 +d_course_yoshi_valley_dl_B220: + symbol: d_course_yoshi_valley_dl_B220 + type: gfx + offset: 0xB220 +d_course_yoshi_valley_dl_B428: + symbol: d_course_yoshi_valley_dl_B428 + type: gfx + offset: 0xB428 +d_course_yoshi_valley_dl_B578: + symbol: d_course_yoshi_valley_dl_B578 + type: gfx + offset: 0xB578 +d_course_yoshi_valley_dl_B778: + symbol: d_course_yoshi_valley_dl_B778 + type: gfx + offset: 0xB778 +d_course_yoshi_valley_dl_B970: + symbol: d_course_yoshi_valley_dl_B970 + type: gfx + offset: 0xB970 +d_course_yoshi_valley_dl_BAF8: + symbol: d_course_yoshi_valley_dl_BAF8 + type: gfx + offset: 0xBAF8 +d_course_yoshi_valley_dl_BC98: + symbol: d_course_yoshi_valley_dl_BC98 + type: gfx + offset: 0xBC98 +d_course_yoshi_valley_dl_BE18: + symbol: d_course_yoshi_valley_dl_BE18 + type: gfx + offset: 0xBE18 +d_course_yoshi_valley_dl_BFC8: + symbol: d_course_yoshi_valley_dl_BFC8 + type: gfx + offset: 0xBFC8 +d_course_yoshi_valley_dl_C140: + symbol: d_course_yoshi_valley_dl_C140 + type: gfx + offset: 0xC140 +d_course_yoshi_valley_dl_C2D8: + symbol: d_course_yoshi_valley_dl_C2D8 + type: gfx + offset: 0xC2D8 +d_course_yoshi_valley_dl_C470: + symbol: d_course_yoshi_valley_dl_C470 + type: gfx + offset: 0xC470 +d_course_yoshi_valley_dl_C580: + symbol: d_course_yoshi_valley_dl_C580 + type: gfx + offset: 0xC580 +d_course_yoshi_valley_dl_C668: + symbol: d_course_yoshi_valley_dl_C668 + type: gfx + offset: 0xC668 +d_course_yoshi_valley_dl_C728: + symbol: d_course_yoshi_valley_dl_C728 + type: gfx + offset: 0xC728 +d_course_yoshi_valley_dl_C838: + symbol: d_course_yoshi_valley_dl_C838 + type: gfx + offset: 0xC838 +d_course_yoshi_valley_dl_C8F8: + symbol: d_course_yoshi_valley_dl_C8F8 + type: gfx + offset: 0xC8F8 +d_course_yoshi_valley_dl_CAD8: + symbol: d_course_yoshi_valley_dl_CAD8 + type: gfx + offset: 0xCAD8 +d_course_yoshi_valley_dl_CC80: + symbol: d_course_yoshi_valley_dl_CC80 + type: gfx + offset: 0xCC80 +d_course_yoshi_valley_dl_CEC8: + symbol: d_course_yoshi_valley_dl_CEC8 + type: gfx + offset: 0xCEC8 +d_course_yoshi_valley_dl_D018: + symbol: d_course_yoshi_valley_dl_D018 + type: gfx + offset: 0xD018 +d_course_yoshi_valley_dl_D1E8: + symbol: d_course_yoshi_valley_dl_D1E8 + type: gfx + offset: 0xD1E8 +d_course_yoshi_valley_dl_D3D0: + symbol: d_course_yoshi_valley_dl_D3D0 + type: gfx + offset: 0xD3D0 +d_course_yoshi_valley_dl_D540: + symbol: d_course_yoshi_valley_dl_D540 + type: gfx + offset: 0xD540 +d_course_yoshi_valley_unknown_waypoints: + symbol: d_course_yoshi_valley_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xD780 + count: 73 +d_course_yoshi_valley_unknown_waypoints_2: + symbol: d_course_yoshi_valley_unknown_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xD9C8 + count: 74 +d_course_yoshi_valley_unknown_waypoints_3: + symbol: d_course_yoshi_valley_unknown_waypoints_3 + type: mk64:TRACK_PATH + offset: 0xDC18 + count: 82 +d_course_yoshi_valley_unknown_waypoints_4: + symbol: d_course_yoshi_valley_unknown_waypoints_4 + type: mk64:TRACK_PATH + offset: 0xDEA8 + count: 85 +d_course_yoshi_valley_track_waypoints: + symbol: d_course_yoshi_valley_track_waypoints + type: mk64:TRACK_PATH + offset: 0xE150 + count: 678 +d_course_yoshi_valley_track_waypoints_2: + symbol: d_course_yoshi_valley_track_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xF680 + count: 667 +d_course_yoshi_valley_track_waypoints_3: + symbol: d_course_yoshi_valley_track_waypoints_3 + type: mk64:TRACK_PATH + offset: 0x10B58 + count: 679 +d_course_yoshi_valley_track_waypoints_4: + symbol: d_course_yoshi_valley_track_waypoints_4 + type: mk64:TRACK_PATH + offset: 0x12090 + count: 793 +d_course_yoshi_valley_unknown_light1: + symbol: d_course_yoshi_valley_unknown_light1 + type: lights + offset: 0x13958 +d_course_yoshi_valley_unknown_light2: + symbol: d_course_yoshi_valley_unknown_light2 + type: lights + offset: 0x13970 +d_course_yoshi_valley_unknown_light3: + symbol: d_course_yoshi_valley_unknown_light3 + type: lights + offset: 0x13988 +d_course_yoshi_valley_yoshi_flag: + symbol: d_course_yoshi_valley_yoshi_flag + type: texture + offset: 0x139A0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_unknown_light4: + symbol: d_course_yoshi_valley_unknown_light4 + type: lights + offset: 0x141A0 +d_course_yoshi_valley_unknown_light5: + symbol: d_course_yoshi_valley_unknown_light5 + type: lights + offset: 0x141B8 +d_course_yoshi_valley_flag_pole_model1: + symbol: d_course_yoshi_valley_flag_pole_model1 + type: vtx + offset: 0x141D0 + count: 5 +d_course_yoshi_valley_flag_pole_model2: + symbol: d_course_yoshi_valley_flag_pole_model2 + type: vtx + offset: 0x14220 + count: 10 +d_course_yoshi_valley_dl_142C0: + symbol: d_course_yoshi_valley_dl_142C0 + type: gfx + offset: 0x142C0 +d_course_yoshi_valley_flag_1_model1: + symbol: d_course_yoshi_valley_flag_1_model1 + type: vtx + offset: 0x14348 + count: 3 +d_course_yoshi_valley_flag_1_model2: + symbol: d_course_yoshi_valley_flag_1_model2 + type: vtx + offset: 0x14378 + count: 5 +d_course_yoshi_valley_dl_143C8: + symbol: d_course_yoshi_valley_dl_143C8 + type: gfx + offset: 0x143C8 +d_course_yoshi_valley_flag_2_model: + symbol: d_course_yoshi_valley_flag_2_model + type: vtx + offset: 0x14468 + count: 4 +d_course_yoshi_valley_dl_144A8: + symbol: d_course_yoshi_valley_dl_144A8 + type: gfx + offset: 0x144A8 +d_course_yoshi_valley_flag_3_model: + symbol: d_course_yoshi_valley_flag_3_model + type: vtx + offset: 0x144C0 + count: 4 +d_course_yoshi_valley_dl_14500: + symbol: d_course_yoshi_valley_dl_14500 + type: gfx + offset: 0x14500 +d_course_yoshi_valley_flag_4_model: + symbol: d_course_yoshi_valley_flag_4_model + type: vtx + offset: 0x14518 + count: 4 +d_course_yoshi_valley_dl_14558: + symbol: d_course_yoshi_valley_dl_14558 + type: gfx + offset: 0x14558 +d_course_yoshi_valley_flag_5_model: + symbol: d_course_yoshi_valley_flag_5_model + type: vtx + offset: 0x145A0 + count: 3 +d_course_yoshi_valley_dl_145D0: + symbol: d_course_yoshi_valley_dl_145D0 + type: gfx + offset: 0x145D0 +d_course_yoshi_valley_hedgehog_tlut: + symbol: d_course_yoshi_valley_hedgehog_tlut + type: texture + offset: 0x14908 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_hedgehog: + symbol: d_course_yoshi_valley_hedgehog + type: texture + offset: 0x14B08 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_yoshi_valley_tree_model: + symbol: d_course_yoshi_valley_tree_model + type: vtx + offset: 0x15B08 + count: 4 +d_course_yoshi_valley_dl_tree: + symbol: d_course_yoshi_valley_dl_tree + type: gfx + offset: 0x15B48 +d_course_yoshi_valley_egg_model1: + symbol: d_course_yoshi_valley_egg_model1 + type: vtx + offset: 0x15BD8 + count: 31 +d_course_yoshi_valley_egg_model2: + symbol: d_course_yoshi_valley_egg_model2 + type: vtx + offset: 0x15DC8 + count: 31 +d_course_yoshi_valley_egg_model3: + symbol: d_course_yoshi_valley_egg_model3 + type: vtx + offset: 0x15FB8 + count: 32 +d_course_yoshi_valley_egg_model4: + symbol: d_course_yoshi_valley_egg_model4 + type: vtx + offset: 0x161B8 + count: 32 +d_course_yoshi_valley_egg_model5: + symbol: d_course_yoshi_valley_egg_model5 + type: vtx + offset: 0x163B8 + count: 26 +d_course_yoshi_valley_lights4: + symbol: d_course_yoshi_valley_lights4 + type: lights + offset: 0x16558 +d_course_yoshi_valley_egg_spot: + symbol: d_course_yoshi_valley_egg_spot + type: texture + offset: 0x16570 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_dl_16D70: + symbol: d_course_yoshi_valley_dl_16D70 + type: gfx + offset: 0x16D70 +d_course_yoshi_valley_egg_model_lod0: + symbol: d_course_yoshi_valley_egg_model_lod0 + type: vtx + offset: 0x16F68 + count: 4 +d_course_yoshi_valley_egg: + symbol: d_course_yoshi_valley_egg + type: texture + offset: 0x16FA8 + ctype: u16 + width: 64 + height: 32 + format: rgba16 +d_course_yoshi_valley_dl_egg_lod0: + symbol: d_course_yoshi_valley_dl_egg_lod0 + type: gfx + offset: 0x17FA8 +d_course_yoshi_valley_dl_18020: + symbol: d_course_yoshi_valley_dl_18020 + type: gfx + offset: 0x18020 +d_course_yoshi_valley_tree_spawn: + symbol: d_course_yoshi_valley_tree_spawn + type: mk64:spawn_data + offset: 0x180A0 + count: 14 +d_course_yoshi_valley_item_box_spawns: + symbol: d_course_yoshi_valley_item_box_spawns + type: mk64:spawn_data + offset: 0x18110 + count: 38 +d_course_yoshi_valley_addr: + symbol: d_course_yoshi_valley_addr + type: mk64:track_sections + offset: 0x18240 + count: 54 diff --git a/android/app/src/main/assets/yamls/us/yoshi_valley_displaylists.yml b/android/app/src/main/assets/yamls/us/yoshi_valley_displaylists.yml new file mode 100644 index 0000000000..69bcdde4a6 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/yoshi_valley_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8CA2A0 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_yoshi_valley_packed_dls: + symbol: d_course_yoshi_valley_packed_dls + type: blob + offset: 0x8CA2A0 + size: 0x2651 diff --git a/android/app/src/main/assets/yamls/us/yoshi_valley_vertices.yml b/android/app/src/main/assets/yamls/us/yoshi_valley_vertices.yml new file mode 100644 index 0000000000..aeacb1d1a0 --- /dev/null +++ b/android/app/src/main/assets/yamls/us/yoshi_valley_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8C2510] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_yoshi_valley_vertex: + symbol: d_course_yoshi_valley_vertex + type: mk64:course_vtx + count: 3720 + offset: 0x0 diff --git a/android/app/src/main/ic_launcher-playstore.png b/android/app/src/main/ic_launcher-playstore.png new file mode 100644 index 0000000000000000000000000000000000000000..7777c384872fdf7395d3c9c936fd782b31c35d2b GIT binary patch literal 163978 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 Z{J#M$s6>nAHXi^0002ovPDHLkV1mJn={x`c literal 0 HcmV?d00001 diff --git a/android/app/src/main/java/com/izzy/kart/AssetCopyUtil.java b/android/app/src/main/java/com/izzy/kart/AssetCopyUtil.java new file mode 100644 index 0000000000..ebf6cdb07c --- /dev/null +++ b/android/app/src/main/java/com/izzy/kart/AssetCopyUtil.java @@ -0,0 +1,87 @@ +package com.izzy.kart; + +import android.content.Context; +import android.content.res.AssetManager; +import java.io.File; +import java.io.FileInputStream; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; + +public class AssetCopyUtil { + + public static void copyAssetsToExternal(Context context, String assetsFolderPath, String externalFolderPath) throws IOException { + AssetManager assetManager = context.getAssets(); + String[] assetFiles = assetManager.list(assetsFolderPath); + + for (String assetFile : assetFiles) { + String assetPath = assetsFolderPath + File.separator + assetFile; + String externalPath = externalFolderPath + File.separator + assetFile; + + if (assetManager.list(assetPath).length > 0) { + // It's a directory + // Check if the directory exists in the external storage + File externalDir = new File(externalPath); + if (!externalDir.exists()) { + externalDir.mkdirs(); // Create the directory if it doesn't exist + } + + // Recursively copy contents of the directory + copyAssetsToExternal(context, assetPath, externalPath); + } else { + // It's a file + File externalFile = new File(externalPath); + if (!externalFile.exists()) { + // Check if the file exists in the external storage + InputStream in = null; + OutputStream out = null; + + try { + in = assetManager.open(assetPath); + out = new FileOutputStream(externalPath); + + byte[] buffer = new byte[1024]; + int read; + while ((read = in.read(buffer)) != -1) { + out.write(buffer, 0, read); + } + + } finally { + if (in != null) { + in.close(); + } + if (out != null) { + out.close(); + } + } + } + } + } + } + + public static void copyDirectory(File sourceDir, File targetDir) throws IOException { + if (!targetDir.exists()) { + targetDir.mkdirs(); + } + for (File file : sourceDir.listFiles()) { + File dest = new File(targetDir, file.getName()); + if (file.isDirectory()) { + copyDirectory(file, dest); + } else { + copyFile(file, dest); + } + } + } + + public static void copyFile(File source, File dest) throws IOException { + try (InputStream in = new FileInputStream(source); + OutputStream out = new FileOutputStream(dest)) { + byte[] buf = new byte[64*1024]; + int len; + while ((len = in.read(buf)) > 0) { + out.write(buf, 0, len); + } + } + } +} diff --git a/android/app/src/main/java/com/izzy/kart/ControllerButtons.java b/android/app/src/main/java/com/izzy/kart/ControllerButtons.java new file mode 100644 index 0000000000..57a8211142 --- /dev/null +++ b/android/app/src/main/java/com/izzy/kart/ControllerButtons.java @@ -0,0 +1,26 @@ +package com.izzy.kart; + +public class ControllerButtons { + // Xbox Buttons + public static final int BUTTON_A = 0; + public static final int BUTTON_B = 1; + public static final int BUTTON_X = 2; + public static final int BUTTON_Y = 3; + public static final int BUTTON_LB = 9; // Left Bumper + public static final int BUTTON_RB = -5; // Right Bumper + public static final int BUTTON_BACK = 4; + public static final int BUTTON_START = 6; + public static final int BUTTON_DPAD_UP = 11; + public static final int BUTTON_DPAD_DOWN = 12; + public static final int BUTTON_DPAD_LEFT = 13; + public static final int BUTTON_DPAD_RIGHT = 14; + + // Xbox Axis (Joysticks and Triggers) + public static final int AXIS_LX = 0; // Left stick X + public static final int AXIS_LY = 1; // Left stick Y + public static final int AXIS_RX = 2; // Right stick X + public static final int AXIS_RY = 3; // Right stick Y + public static final int AXIS_LT = -2; // Left Trigger (negative axis) + public static final int AXIS_RT = -4; // Right Trigger (negative axis) +} + diff --git a/android/app/src/main/java/com/izzy/kart/MainActivity.java b/android/app/src/main/java/com/izzy/kart/MainActivity.java new file mode 100644 index 0000000000..822b5c6999 --- /dev/null +++ b/android/app/src/main/java/com/izzy/kart/MainActivity.java @@ -0,0 +1,446 @@ +package com.izzy.kart; + +import org.libsdl.app.SDLActivity; + +import android.content.Context; +import android.content.Intent; +import android.content.SharedPreferences; +import android.net.Uri; +import android.os.Bundle; +import android.os.Environment; +import android.provider.Settings; +import java.io.File; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.io.FileInputStream; +import java.io.FileOutputStream; +import java.util.concurrent.CountDownLatch; + +import android.Manifest; +import android.content.pm.PackageManager; +import androidx.core.app.ActivityCompat; +import androidx.core.content.ContextCompat; +import android.os.Build; +import android.widget.Toast; +import android.util.Log; + +import android.view.ViewGroup; +import android.widget.Button; +import android.widget.FrameLayout; +import android.view.LayoutInflater; +import android.view.MotionEvent; +import android.view.View; +import android.widget.ImageView; + +import java.util.concurrent.Executors; +import android.app.AlertDialog; + +public class MainActivity extends SDLActivity { +static { + System.loadLibrary("Spaghettify"); +} + SharedPreferences preferences; + private static final CountDownLatch setupLatch = new CountDownLatch(1); + private static final int STORAGE_PERMISSION_REQUEST_CODE = 2296; + private static final int FILE_PICKER_REQUEST_CODE = 0; + private File targetRootFolder; + private File romTargetFile; // Will hold the mk64.o2r destination + + public static String getSaveDir() { + File dir = new File(Environment.getExternalStorageDirectory(), "Spaghetti-Kart"); + if (!dir.exists()) dir.mkdirs(); + return dir.getAbsolutePath(); + } + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + preferences = getSharedPreferences("com.izzy.kart.prefs", Context.MODE_PRIVATE); + targetRootFolder = new File(Environment.getExternalStorageDirectory(), "Spaghetti-Kart"); + romTargetFile = new File(targetRootFolder, "mk64.o2r"); + + // Permissions first + if (hasStoragePermission()) { + checkAndSetupFiles(); + } else { + requestStoragePermission(); + } + + setupControllerOverlay(); + attachController(); + } + + public static void waitForSetupFromNative() { + try { + setupLatch.await(); + } catch (InterruptedException e) { + e.printStackTrace(); + } + } + + // Permissions helpers + private boolean hasStoragePermission() { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { + return Environment.isExternalStorageManager(); + } else { + return ContextCompat.checkSelfPermission(this, Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED + && ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED; + } + } + + private void requestStoragePermission() { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { + if (!Environment.isExternalStorageManager()) { + Intent intent = new Intent(Settings.ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION); + intent.setData(Uri.parse("package:" + getPackageName())); + startActivityForResult(intent, STORAGE_PERMISSION_REQUEST_CODE); + } else { + checkAndSetupFiles(); + } + } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { + ActivityCompat.requestPermissions(this, + new String[]{ + Manifest.permission.READ_EXTERNAL_STORAGE, + Manifest.permission.WRITE_EXTERNAL_STORAGE + }, + STORAGE_PERMISSION_REQUEST_CODE); + } else { + checkAndSetupFiles(); + } + } + +// Check & Setup Files +public void checkAndSetupFiles() { + File assetsFolder = new File(targetRootFolder, "assets"); + File skO2rFile = new File(targetRootFolder, "spaghetti.o2r"); + File configYml = new File(targetRootFolder, "config.yml"); + File yamlsFolder = new File(targetRootFolder, "yamls"); + File gameControllerDb = new File(targetRootFolder, "gamecontrollerdb.txt"); + boolean missingGameControllerDb = !gameControllerDb.exists(); + boolean missingAssets = !assetsFolder.exists() || assetsFolder.listFiles() == null || assetsFolder.listFiles().length == 0; + boolean missingSkO2r = !skO2rFile.exists(); + boolean missingConfig = !configYml.exists(); + boolean missingYamls = !yamlsFolder.exists() || yamlsFolder.listFiles() == null || yamlsFolder.listFiles().length == 0; + + if (!targetRootFolder.exists()) targetRootFolder.mkdirs(); + + // Move config files to external storage + + if (!assetsFolder.exists() || missingAssets) copyAssetFolder("assets", assetsFolder.getAbsolutePath()); + if (!yamlsFolder.exists() || missingYamls) copyAssetFolder("yamls", yamlsFolder.getAbsolutePath()); + if (missingConfig) copyAssetFile("config.yml", configYml); + if (missingSkO2r) copyAssetFile("spaghetti.o2r", skO2rFile); + if (missingGameControllerDb) copyAssetFile("gamecontrollerdb.txt", gameControllerDb); + + // Prompt for mk64.o2r if missing + if (!romTargetFile.exists()) { + runOnUiThread(() -> new AlertDialog.Builder(this) + .setTitle("Missing mk64.o2r") + .setMessage("Please select your mk64.o2r file to continue.") + .setCancelable(false) + .setPositiveButton("Select File", (dialog, which) -> openFilePicker()) + .show()); + } else { + setupLatch.countDown(); + } +} + + // Helper to copy entire asset folder if missing + private void copyAssetFolder(String assetFolderName, String destPath) { + try { + File dest = new File(destPath); + if (!dest.exists()) dest.mkdirs(); + AssetCopyUtil.copyAssetsToExternal(this, assetFolderName, destPath); + runOnUiThread(() -> Toast.makeText(this, assetFolderName + " copied", Toast.LENGTH_SHORT).show()); + } catch (IOException e) { + runOnUiThread(() -> Toast.makeText(this, "Error copying " + assetFolderName, Toast.LENGTH_LONG).show()); + } + } + + // Helper to copy a single file from assets if missing + private void copyAssetFile(String assetFileName, File destFile) { + try (InputStream in = getAssets().open(assetFileName); + OutputStream out = new FileOutputStream(destFile)) { + byte[] buffer = new byte[4096]; + int read; + while ((read = in.read(buffer)) != -1) out.write(buffer, 0, read); + runOnUiThread(() -> Toast.makeText(this, assetFileName + " copied", Toast.LENGTH_SHORT).show()); + } catch (IOException e) { + runOnUiThread(() -> Toast.makeText(this, "Error copying " + assetFileName, Toast.LENGTH_LONG).show()); + } + } + + @Override + protected void onActivityResult(int requestCode, int resultCode, Intent data) { + super.onActivityResult(requestCode, resultCode, data); + + if (requestCode == FILE_PICKER_REQUEST_CODE && resultCode == RESULT_OK && data != null) { + // User picked ROM file for mk64.o2r + Uri selectedFileUri = data.getData(); + + if (selectedFileUri != null) { + try (InputStream in = getContentResolver().openInputStream(selectedFileUri); + OutputStream out = new FileOutputStream(romTargetFile)) { + byte[] buffer = new byte[4096]; + int bytesRead; + while ((bytesRead = in.read(buffer)) != -1) out.write(buffer, 0, bytesRead); + } catch (IOException e) { + runOnUiThread(() -> Toast.makeText(this, "Failed to copy mk64.o2r", Toast.LENGTH_LONG).show()); + // finish(); + return; + } + nativeHandleSelectedFile(romTargetFile.getAbsolutePath()); + setupLatch.countDown(); + } else { + runOnUiThread(() -> Toast.makeText(this, "No ROM selected.", Toast.LENGTH_LONG).show()); + // finish(); + } + } else if (requestCode == STORAGE_PERMISSION_REQUEST_CODE) { + // Handle MANAGE_EXTERNAL_STORAGE result + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { + if (Environment.isExternalStorageManager()) { + checkAndSetupFiles(); + } else { + Toast.makeText(this, "Storage permission is required to access files.", Toast.LENGTH_LONG).show(); + // finish(); + } + } + } + } + + public void openFilePicker() { + Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT); + intent.setType("*/*"); + intent.addCategory(Intent.CATEGORY_OPENABLE); + startActivityForResult(intent, FILE_PICKER_REQUEST_CODE); + } + + // Native methods + public native void attachController(); + public native void detachController(); + public native void setButton(int button, boolean value); + public native void setCameraState(int axis, float value); + public native void setAxis(int axis, short value); + public native void nativeHandleSelectedFile(String filePath); + + // Controller overlay and touch handling + private Button buttonA, buttonB, buttonX, buttonY; + private Button buttonDpadUp, buttonDpadDown, buttonDpadLeft, buttonDpadRight; + private Button buttonLB, buttonRB, buttonZ, buttonStart, buttonBack, buttonToggle; + private FrameLayout leftJoystick; + private ImageView leftJoystickKnob; + private View overlayView; + + private void setupControllerOverlay() { + LayoutInflater inflater = (LayoutInflater) getSystemService(LAYOUT_INFLATER_SERVICE); + overlayView = inflater.inflate(R.layout.touchcontrol_overlay, null); + FrameLayout.LayoutParams layoutParams = new FrameLayout.LayoutParams( + FrameLayout.LayoutParams.MATCH_PARENT, + FrameLayout.LayoutParams.MATCH_PARENT + ); + overlayView.setLayoutParams(layoutParams); + ViewGroup rootView = (ViewGroup) this.getWindow().getDecorView().findViewById(android.R.id.content); + rootView.addView(overlayView); + + final ViewGroup buttonGroup = overlayView.findViewById(R.id.button_group); + + buttonA = overlayView.findViewById(R.id.buttonA); + buttonB = overlayView.findViewById(R.id.buttonB); + buttonX = overlayView.findViewById(R.id.buttonX); + buttonY = overlayView.findViewById(R.id.buttonY); + + buttonDpadUp = overlayView.findViewById(R.id.buttonDpadUp); + buttonDpadDown = overlayView.findViewById(R.id.buttonDpadDown); + buttonDpadLeft = overlayView.findViewById(R.id.buttonDpadLeft); + buttonDpadRight = overlayView.findViewById(R.id.buttonDpadRight); + + buttonLB = overlayView.findViewById(R.id.buttonLB); + buttonRB = overlayView.findViewById(R.id.buttonRB); + buttonZ = overlayView.findViewById(R.id.buttonZ); + + buttonStart = overlayView.findViewById(R.id.buttonStart); + buttonBack = overlayView.findViewById(R.id.buttonBack); + + buttonToggle = overlayView.findViewById(R.id.buttonToggle); + + leftJoystick = overlayView.findViewById(R.id.left_joystick); + leftJoystickKnob = overlayView.findViewById(R.id.left_joystick_knob); + + FrameLayout rightScreenArea = overlayView.findViewById(R.id.right_screen_area); + + addTouchListener(buttonA, ControllerButtons.BUTTON_A); + addTouchListener(buttonB, ControllerButtons.BUTTON_B); + addTouchListener(buttonX, ControllerButtons.BUTTON_X); + addTouchListener(buttonY, ControllerButtons.BUTTON_Y); + + setupCButtons(buttonDpadUp, ControllerButtons.AXIS_RY, 1); + setupCButtons(buttonDpadDown, ControllerButtons.AXIS_RY, -1); + setupCButtons(buttonDpadLeft, ControllerButtons.AXIS_RX, 1); + setupCButtons(buttonDpadRight, ControllerButtons.AXIS_RX, -1); + + addTouchListener(buttonLB, ControllerButtons.BUTTON_LB); + addTouchListener(buttonRB, ControllerButtons.BUTTON_RB); + addTouchListener(buttonZ, ControllerButtons.AXIS_RT); + + addTouchListener(buttonStart, ControllerButtons.BUTTON_START); + addTouchListener(buttonBack, ControllerButtons.BUTTON_BACK); + + setupJoystick(leftJoystick, leftJoystickKnob, true); + setupLookAround(rightScreenArea); + setupToggleButton(buttonToggle, buttonGroup); + } + + private void setupToggleButton(Button button, ViewGroup uiGroup) { + boolean isHidden = preferences.getBoolean("controlsVisible", false); + uiGroup.setVisibility(isHidden ? View.INVISIBLE : View.VISIBLE); + button.setOnClickListener(new View.OnClickListener() { + boolean isHidden = false; + @Override + public void onClick(View v) { + if (isHidden) { + uiGroup.setVisibility(View.VISIBLE); + } else { + uiGroup.setVisibility(View.INVISIBLE); + } + preferences.edit().putBoolean("controlsVisible", !isHidden).apply(); + isHidden = !isHidden; + } + }); + } + + private void addTouchListener(Button button, int buttonNum) { + button.setOnTouchListener(new View.OnTouchListener() { + @Override + public boolean onTouch(View v, MotionEvent event) { + switch (event.getAction()) { + case MotionEvent.ACTION_DOWN: + setButton(buttonNum, true); + button.setPressed(true); + return true; + case MotionEvent.ACTION_UP: + setButton(buttonNum, false); + button.setPressed(false); + return true; + case MotionEvent.ACTION_CANCEL: + setButton(buttonNum, false); + return true; + } + return false; + } + }); + } + + private void setupCButtons(Button button, int buttonNum, int direction) { + button.setOnTouchListener(new View.OnTouchListener() { + @Override + public boolean onTouch(View v, MotionEvent event) { + switch (event.getAction()) { + case MotionEvent.ACTION_DOWN: + setAxis(buttonNum, direction < 0 ? Short.MAX_VALUE : Short.MIN_VALUE); + button.setPressed(true); + return true; + case MotionEvent.ACTION_UP: + setAxis(buttonNum, (short) 0); + button.setPressed(false); + return true; + case MotionEvent.ACTION_CANCEL: + setAxis(buttonNum, (short) 0); + return true; + } + return false; + } + }); + } + + boolean TouchAreaEnabled = true; + + void DisableTouchArea() { + TouchAreaEnabled = false; + } + + void EnableTouchArea() { + TouchAreaEnabled = true; + } + + private void setupLookAround(FrameLayout rightScreenArea) { + rightScreenArea.setOnTouchListener(new View.OnTouchListener() { + private float lastX = 0; + private float lastY = 0; + private boolean isTouching = false; + + @Override + public boolean onTouch(View v, MotionEvent event) { + switch (event.getAction()) { + case MotionEvent.ACTION_DOWN: + lastX = event.getX(); + lastY = event.getY(); + isTouching = true; + break; + case MotionEvent.ACTION_MOVE: + if (isTouching) { + float deltaX = event.getX() - lastX; + float deltaY = event.getY() - lastY; + lastX = event.getX(); + lastY = event.getY(); + float sensitivityMultiplier = 15; + float rx = (deltaX * sensitivityMultiplier); + float ry = (deltaY * sensitivityMultiplier); + setCameraState(0, rx); + setCameraState(1, ry); + } + break; + case MotionEvent.ACTION_UP: + case MotionEvent.ACTION_CANCEL: + isTouching = false; + setCameraState(0, 0.0f); + setCameraState(1, 0.0f); + break; + } + return TouchAreaEnabled; + } + }); + } + + private void setupJoystick(FrameLayout joystickLayout, ImageView joystickKnob, boolean isLeft) { + joystickLayout.post(() -> { + final float joystickCenterX = joystickLayout.getWidth() / 2f; + final float joystickCenterY = joystickLayout.getHeight() / 2f; + + joystickLayout.setOnTouchListener(new View.OnTouchListener() { + @Override + public boolean onTouch(View v, MotionEvent event) { + switch (event.getAction()) { + case MotionEvent.ACTION_DOWN: + case MotionEvent.ACTION_MOVE: + float deltaX = event.getX() - joystickCenterX; + float deltaY = event.getY() - joystickCenterY; + float maxRadius = joystickLayout.getWidth() / 2f - joystickKnob.getWidth() / 2f; + float distance = (float) Math.sqrt(deltaX * deltaX + deltaY * deltaY); + if (distance > maxRadius) { + float scale = maxRadius / distance; + deltaX *= scale; + deltaY *= scale; + } + joystickKnob.setX(joystickCenterX + deltaX - joystickKnob.getWidth() / 2f); + joystickKnob.setY(joystickCenterY + deltaY - joystickKnob.getHeight() / 2f); + + short x = (short) (deltaX / maxRadius * Short.MAX_VALUE); + short y = (short) (deltaY / maxRadius * Short.MAX_VALUE); + setAxis(isLeft ? ControllerButtons.AXIS_LX : ControllerButtons.AXIS_RX, x); + setAxis(isLeft ? ControllerButtons.AXIS_LY : ControllerButtons.AXIS_RY, y); + break; + case MotionEvent.ACTION_UP: + case MotionEvent.ACTION_CANCEL: + joystickKnob.setX(joystickCenterX - joystickKnob.getWidth() / 2f); + joystickKnob.setY(joystickCenterY - joystickKnob.getHeight() / 2f); + setAxis(isLeft ? ControllerButtons.AXIS_LX : ControllerButtons.AXIS_RX, (short) 0); + setAxis(isLeft ? ControllerButtons.AXIS_LY : ControllerButtons.AXIS_RY, (short) 0); + break; + } + return true; + } + }); + }); + } +} diff --git a/android/app/src/main/java/org/libsdl/app/HIDDevice.java b/android/app/src/main/java/org/libsdl/app/HIDDevice.java new file mode 100644 index 0000000000..955df5d14c --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/HIDDevice.java @@ -0,0 +1,22 @@ +package org.libsdl.app; + +import android.hardware.usb.UsbDevice; + +interface HIDDevice +{ + public int getId(); + public int getVendorId(); + public int getProductId(); + public String getSerialNumber(); + public int getVersion(); + public String getManufacturerName(); + public String getProductName(); + public UsbDevice getDevice(); + public boolean open(); + public int sendFeatureReport(byte[] report); + public int sendOutputReport(byte[] report); + public boolean getFeatureReport(byte[] report); + public void setFrozen(boolean frozen); + public void close(); + public void shutdown(); +} diff --git a/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java b/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java new file mode 100644 index 0000000000..ee5521fd5e --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java @@ -0,0 +1,650 @@ +package org.libsdl.app; + +import android.content.Context; +import android.bluetooth.BluetoothDevice; +import android.bluetooth.BluetoothGatt; +import android.bluetooth.BluetoothGattCallback; +import android.bluetooth.BluetoothGattCharacteristic; +import android.bluetooth.BluetoothGattDescriptor; +import android.bluetooth.BluetoothManager; +import android.bluetooth.BluetoothProfile; +import android.bluetooth.BluetoothGattService; +import android.hardware.usb.UsbDevice; +import android.os.Handler; +import android.os.Looper; +import android.util.Log; +import android.os.*; + +//import com.android.internal.util.HexDump; + +import java.lang.Runnable; +import java.util.Arrays; +import java.util.LinkedList; +import java.util.UUID; + +class HIDDeviceBLESteamController extends BluetoothGattCallback implements HIDDevice { + + private static final String TAG = "hidapi"; + private HIDDeviceManager mManager; + private BluetoothDevice mDevice; + private int mDeviceId; + private BluetoothGatt mGatt; + private boolean mIsRegistered = false; + private boolean mIsConnected = false; + private boolean mIsChromebook = false; + private boolean mIsReconnecting = false; + private boolean mFrozen = false; + private LinkedList mOperations; + GattOperation mCurrentOperation = null; + private Handler mHandler; + + private static final int TRANSPORT_AUTO = 0; + private static final int TRANSPORT_BREDR = 1; + private static final int TRANSPORT_LE = 2; + + private static final int CHROMEBOOK_CONNECTION_CHECK_INTERVAL = 10000; + + static public final UUID steamControllerService = UUID.fromString("100F6C32-1735-4313-B402-38567131E5F3"); + static public final UUID inputCharacteristic = UUID.fromString("100F6C33-1735-4313-B402-38567131E5F3"); + static public final UUID reportCharacteristic = UUID.fromString("100F6C34-1735-4313-B402-38567131E5F3"); + static private final byte[] enterValveMode = new byte[] { (byte)0xC0, (byte)0x87, 0x03, 0x08, 0x07, 0x00 }; + + static class GattOperation { + private enum Operation { + CHR_READ, + CHR_WRITE, + ENABLE_NOTIFICATION + } + + Operation mOp; + UUID mUuid; + byte[] mValue; + BluetoothGatt mGatt; + boolean mResult = true; + + private GattOperation(BluetoothGatt gatt, GattOperation.Operation operation, UUID uuid) { + mGatt = gatt; + mOp = operation; + mUuid = uuid; + } + + private GattOperation(BluetoothGatt gatt, GattOperation.Operation operation, UUID uuid, byte[] value) { + mGatt = gatt; + mOp = operation; + mUuid = uuid; + mValue = value; + } + + public void run() { + // This is executed in main thread + BluetoothGattCharacteristic chr; + + switch (mOp) { + case CHR_READ: + chr = getCharacteristic(mUuid); + //Log.v(TAG, "Reading characteristic " + chr.getUuid()); + if (!mGatt.readCharacteristic(chr)) { + Log.e(TAG, "Unable to read characteristic " + mUuid.toString()); + mResult = false; + break; + } + mResult = true; + break; + case CHR_WRITE: + chr = getCharacteristic(mUuid); + //Log.v(TAG, "Writing characteristic " + chr.getUuid() + " value=" + HexDump.toHexString(value)); + chr.setValue(mValue); + if (!mGatt.writeCharacteristic(chr)) { + Log.e(TAG, "Unable to write characteristic " + mUuid.toString()); + mResult = false; + break; + } + mResult = true; + break; + case ENABLE_NOTIFICATION: + chr = getCharacteristic(mUuid); + //Log.v(TAG, "Writing descriptor of " + chr.getUuid()); + if (chr != null) { + BluetoothGattDescriptor cccd = chr.getDescriptor(UUID.fromString("00002902-0000-1000-8000-00805f9b34fb")); + if (cccd != null) { + int properties = chr.getProperties(); + byte[] value; + if ((properties & BluetoothGattCharacteristic.PROPERTY_NOTIFY) == BluetoothGattCharacteristic.PROPERTY_NOTIFY) { + value = BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE; + } else if ((properties & BluetoothGattCharacteristic.PROPERTY_INDICATE) == BluetoothGattCharacteristic.PROPERTY_INDICATE) { + value = BluetoothGattDescriptor.ENABLE_INDICATION_VALUE; + } else { + Log.e(TAG, "Unable to start notifications on input characteristic"); + mResult = false; + return; + } + + mGatt.setCharacteristicNotification(chr, true); + cccd.setValue(value); + if (!mGatt.writeDescriptor(cccd)) { + Log.e(TAG, "Unable to write descriptor " + mUuid.toString()); + mResult = false; + return; + } + mResult = true; + } + } + } + } + + public boolean finish() { + return mResult; + } + + private BluetoothGattCharacteristic getCharacteristic(UUID uuid) { + BluetoothGattService valveService = mGatt.getService(steamControllerService); + if (valveService == null) + return null; + return valveService.getCharacteristic(uuid); + } + + static public GattOperation readCharacteristic(BluetoothGatt gatt, UUID uuid) { + return new GattOperation(gatt, Operation.CHR_READ, uuid); + } + + static public GattOperation writeCharacteristic(BluetoothGatt gatt, UUID uuid, byte[] value) { + return new GattOperation(gatt, Operation.CHR_WRITE, uuid, value); + } + + static public GattOperation enableNotification(BluetoothGatt gatt, UUID uuid) { + return new GattOperation(gatt, Operation.ENABLE_NOTIFICATION, uuid); + } + } + + public HIDDeviceBLESteamController(HIDDeviceManager manager, BluetoothDevice device) { + mManager = manager; + mDevice = device; + mDeviceId = mManager.getDeviceIDForIdentifier(getIdentifier()); + mIsRegistered = false; + mIsChromebook = mManager.getContext().getPackageManager().hasSystemFeature("org.chromium.arc.device_management"); + mOperations = new LinkedList(); + mHandler = new Handler(Looper.getMainLooper()); + + mGatt = connectGatt(); + // final HIDDeviceBLESteamController finalThis = this; + // mHandler.postDelayed(new Runnable() { + // @Override + // public void run() { + // finalThis.checkConnectionForChromebookIssue(); + // } + // }, CHROMEBOOK_CONNECTION_CHECK_INTERVAL); + } + + public String getIdentifier() { + return String.format("SteamController.%s", mDevice.getAddress()); + } + + public BluetoothGatt getGatt() { + return mGatt; + } + + // Because on Chromebooks we show up as a dual-mode device, it will attempt to connect TRANSPORT_AUTO, which will use TRANSPORT_BREDR instead + // of TRANSPORT_LE. Let's force ourselves to connect low energy. + private BluetoothGatt connectGatt(boolean managed) { + if (Build.VERSION.SDK_INT >= 23 /* Android 6.0 (M) */) { + try { + return mDevice.connectGatt(mManager.getContext(), managed, this, TRANSPORT_LE); + } catch (Exception e) { + return mDevice.connectGatt(mManager.getContext(), managed, this); + } + } else { + return mDevice.connectGatt(mManager.getContext(), managed, this); + } + } + + private BluetoothGatt connectGatt() { + return connectGatt(false); + } + + protected int getConnectionState() { + + Context context = mManager.getContext(); + if (context == null) { + // We are lacking any context to get our Bluetooth information. We'll just assume disconnected. + return BluetoothProfile.STATE_DISCONNECTED; + } + + BluetoothManager btManager = (BluetoothManager)context.getSystemService(Context.BLUETOOTH_SERVICE); + if (btManager == null) { + // This device doesn't support Bluetooth. We should never be here, because how did + // we instantiate a device to start with? + return BluetoothProfile.STATE_DISCONNECTED; + } + + return btManager.getConnectionState(mDevice, BluetoothProfile.GATT); + } + + public void reconnect() { + + if (getConnectionState() != BluetoothProfile.STATE_CONNECTED) { + mGatt.disconnect(); + mGatt = connectGatt(); + } + + } + + protected void checkConnectionForChromebookIssue() { + if (!mIsChromebook) { + // We only do this on Chromebooks, because otherwise it's really annoying to just attempt + // over and over. + return; + } + + int connectionState = getConnectionState(); + + switch (connectionState) { + case BluetoothProfile.STATE_CONNECTED: + if (!mIsConnected) { + // We are in the Bad Chromebook Place. We can force a disconnect + // to try to recover. + Log.v(TAG, "Chromebook: We are in a very bad state; the controller shows as connected in the underlying Bluetooth layer, but we never received a callback. Forcing a reconnect."); + mIsReconnecting = true; + mGatt.disconnect(); + mGatt = connectGatt(false); + break; + } + else if (!isRegistered()) { + if (mGatt.getServices().size() > 0) { + Log.v(TAG, "Chromebook: We are connected to a controller, but never got our registration. Trying to recover."); + probeService(this); + } + else { + Log.v(TAG, "Chromebook: We are connected to a controller, but never discovered services. Trying to recover."); + mIsReconnecting = true; + mGatt.disconnect(); + mGatt = connectGatt(false); + break; + } + } + else { + Log.v(TAG, "Chromebook: We are connected, and registered. Everything's good!"); + return; + } + break; + + case BluetoothProfile.STATE_DISCONNECTED: + Log.v(TAG, "Chromebook: We have either been disconnected, or the Chromebook BtGatt.ContextMap bug has bitten us. Attempting a disconnect/reconnect, but we may not be able to recover."); + + mIsReconnecting = true; + mGatt.disconnect(); + mGatt = connectGatt(false); + break; + + case BluetoothProfile.STATE_CONNECTING: + Log.v(TAG, "Chromebook: We're still trying to connect. Waiting a bit longer."); + break; + } + + final HIDDeviceBLESteamController finalThis = this; + mHandler.postDelayed(new Runnable() { + @Override + public void run() { + finalThis.checkConnectionForChromebookIssue(); + } + }, CHROMEBOOK_CONNECTION_CHECK_INTERVAL); + } + + private boolean isRegistered() { + return mIsRegistered; + } + + private void setRegistered() { + mIsRegistered = true; + } + + private boolean probeService(HIDDeviceBLESteamController controller) { + + if (isRegistered()) { + return true; + } + + if (!mIsConnected) { + return false; + } + + Log.v(TAG, "probeService controller=" + controller); + + for (BluetoothGattService service : mGatt.getServices()) { + if (service.getUuid().equals(steamControllerService)) { + Log.v(TAG, "Found Valve steam controller service " + service.getUuid()); + + for (BluetoothGattCharacteristic chr : service.getCharacteristics()) { + if (chr.getUuid().equals(inputCharacteristic)) { + Log.v(TAG, "Found input characteristic"); + // Start notifications + BluetoothGattDescriptor cccd = chr.getDescriptor(UUID.fromString("00002902-0000-1000-8000-00805f9b34fb")); + if (cccd != null) { + enableNotification(chr.getUuid()); + } + } + } + return true; + } + } + + if ((mGatt.getServices().size() == 0) && mIsChromebook && !mIsReconnecting) { + Log.e(TAG, "Chromebook: Discovered services were empty; this almost certainly means the BtGatt.ContextMap bug has bitten us."); + mIsConnected = false; + mIsReconnecting = true; + mGatt.disconnect(); + mGatt = connectGatt(false); + } + + return false; + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + private void finishCurrentGattOperation() { + GattOperation op = null; + synchronized (mOperations) { + if (mCurrentOperation != null) { + op = mCurrentOperation; + mCurrentOperation = null; + } + } + if (op != null) { + boolean result = op.finish(); // TODO: Maybe in main thread as well? + + // Our operation failed, let's add it back to the beginning of our queue. + if (!result) { + mOperations.addFirst(op); + } + } + executeNextGattOperation(); + } + + private void executeNextGattOperation() { + synchronized (mOperations) { + if (mCurrentOperation != null) + return; + + if (mOperations.isEmpty()) + return; + + mCurrentOperation = mOperations.removeFirst(); + } + + // Run in main thread + mHandler.post(new Runnable() { + @Override + public void run() { + synchronized (mOperations) { + if (mCurrentOperation == null) { + Log.e(TAG, "Current operation null in executor?"); + return; + } + + mCurrentOperation.run(); + // now wait for the GATT callback and when it comes, finish this operation + } + } + }); + } + + private void queueGattOperation(GattOperation op) { + synchronized (mOperations) { + mOperations.add(op); + } + executeNextGattOperation(); + } + + private void enableNotification(UUID chrUuid) { + GattOperation op = HIDDeviceBLESteamController.GattOperation.enableNotification(mGatt, chrUuid); + queueGattOperation(op); + } + + public void writeCharacteristic(UUID uuid, byte[] value) { + GattOperation op = HIDDeviceBLESteamController.GattOperation.writeCharacteristic(mGatt, uuid, value); + queueGattOperation(op); + } + + public void readCharacteristic(UUID uuid) { + GattOperation op = HIDDeviceBLESteamController.GattOperation.readCharacteristic(mGatt, uuid); + queueGattOperation(op); + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////// BluetoothGattCallback overridden methods + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + public void onConnectionStateChange(BluetoothGatt g, int status, int newState) { + //Log.v(TAG, "onConnectionStateChange status=" + status + " newState=" + newState); + mIsReconnecting = false; + if (newState == 2) { + mIsConnected = true; + // Run directly, without GattOperation + if (!isRegistered()) { + mHandler.post(new Runnable() { + @Override + public void run() { + mGatt.discoverServices(); + } + }); + } + } + else if (newState == 0) { + mIsConnected = false; + } + + // Disconnection is handled in SteamLink using the ACTION_ACL_DISCONNECTED Intent. + } + + public void onServicesDiscovered(BluetoothGatt gatt, int status) { + //Log.v(TAG, "onServicesDiscovered status=" + status); + if (status == 0) { + if (gatt.getServices().size() == 0) { + Log.v(TAG, "onServicesDiscovered returned zero services; something has gone horribly wrong down in Android's Bluetooth stack."); + mIsReconnecting = true; + mIsConnected = false; + gatt.disconnect(); + mGatt = connectGatt(false); + } + else { + probeService(this); + } + } + } + + public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { + //Log.v(TAG, "onCharacteristicRead status=" + status + " uuid=" + characteristic.getUuid()); + + if (characteristic.getUuid().equals(reportCharacteristic) && !mFrozen) { + mManager.HIDDeviceFeatureReport(getId(), characteristic.getValue()); + } + + finishCurrentGattOperation(); + } + + public void onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { + //Log.v(TAG, "onCharacteristicWrite status=" + status + " uuid=" + characteristic.getUuid()); + + if (characteristic.getUuid().equals(reportCharacteristic)) { + // Only register controller with the native side once it has been fully configured + if (!isRegistered()) { + Log.v(TAG, "Registering Steam Controller with ID: " + getId()); + mManager.HIDDeviceConnected(getId(), getIdentifier(), getVendorId(), getProductId(), getSerialNumber(), getVersion(), getManufacturerName(), getProductName(), 0, 0, 0, 0); + setRegistered(); + } + } + + finishCurrentGattOperation(); + } + + public void onCharacteristicChanged(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { + // Enable this for verbose logging of controller input reports + //Log.v(TAG, "onCharacteristicChanged uuid=" + characteristic.getUuid() + " data=" + HexDump.dumpHexString(characteristic.getValue())); + + if (characteristic.getUuid().equals(inputCharacteristic) && !mFrozen) { + mManager.HIDDeviceInputReport(getId(), characteristic.getValue()); + } + } + + public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { + //Log.v(TAG, "onDescriptorRead status=" + status); + } + + public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { + BluetoothGattCharacteristic chr = descriptor.getCharacteristic(); + //Log.v(TAG, "onDescriptorWrite status=" + status + " uuid=" + chr.getUuid() + " descriptor=" + descriptor.getUuid()); + + if (chr.getUuid().equals(inputCharacteristic)) { + boolean hasWrittenInputDescriptor = true; + BluetoothGattCharacteristic reportChr = chr.getService().getCharacteristic(reportCharacteristic); + if (reportChr != null) { + Log.v(TAG, "Writing report characteristic to enter valve mode"); + reportChr.setValue(enterValveMode); + gatt.writeCharacteristic(reportChr); + } + } + + finishCurrentGattOperation(); + } + + public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { + //Log.v(TAG, "onReliableWriteCompleted status=" + status); + } + + public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { + //Log.v(TAG, "onReadRemoteRssi status=" + status); + } + + public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { + //Log.v(TAG, "onMtuChanged status=" + status); + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + //////// Public API + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + @Override + public int getId() { + return mDeviceId; + } + + @Override + public int getVendorId() { + // Valve Corporation + final int VALVE_USB_VID = 0x28DE; + return VALVE_USB_VID; + } + + @Override + public int getProductId() { + // We don't have an easy way to query from the Bluetooth device, but we know what it is + final int D0G_BLE2_PID = 0x1106; + return D0G_BLE2_PID; + } + + @Override + public String getSerialNumber() { + // This will be read later via feature report by Steam + return "12345"; + } + + @Override + public int getVersion() { + return 0; + } + + @Override + public String getManufacturerName() { + return "Valve Corporation"; + } + + @Override + public String getProductName() { + return "Steam Controller"; + } + + @Override + public UsbDevice getDevice() { + return null; + } + + @Override + public boolean open() { + return true; + } + + @Override + public int sendFeatureReport(byte[] report) { + if (!isRegistered()) { + Log.e(TAG, "Attempted sendFeatureReport before Steam Controller is registered!"); + if (mIsConnected) { + probeService(this); + } + return -1; + } + + // We need to skip the first byte, as that doesn't go over the air + byte[] actual_report = Arrays.copyOfRange(report, 1, report.length - 1); + //Log.v(TAG, "sendFeatureReport " + HexDump.dumpHexString(actual_report)); + writeCharacteristic(reportCharacteristic, actual_report); + return report.length; + } + + @Override + public int sendOutputReport(byte[] report) { + if (!isRegistered()) { + Log.e(TAG, "Attempted sendOutputReport before Steam Controller is registered!"); + if (mIsConnected) { + probeService(this); + } + return -1; + } + + //Log.v(TAG, "sendFeatureReport " + HexDump.dumpHexString(report)); + writeCharacteristic(reportCharacteristic, report); + return report.length; + } + + @Override + public boolean getFeatureReport(byte[] report) { + if (!isRegistered()) { + Log.e(TAG, "Attempted getFeatureReport before Steam Controller is registered!"); + if (mIsConnected) { + probeService(this); + } + return false; + } + + //Log.v(TAG, "getFeatureReport"); + readCharacteristic(reportCharacteristic); + return true; + } + + @Override + public void close() { + } + + @Override + public void setFrozen(boolean frozen) { + mFrozen = frozen; + } + + @Override + public void shutdown() { + close(); + + BluetoothGatt g = mGatt; + if (g != null) { + g.disconnect(); + g.close(); + mGatt = null; + } + mManager = null; + mIsRegistered = false; + mIsConnected = false; + mOperations.clear(); + } + +} + diff --git a/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java b/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java new file mode 100644 index 0000000000..21a1c1d18e --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java @@ -0,0 +1,698 @@ +package org.libsdl.app; + +import android.app.Activity; +import android.app.AlertDialog; +import android.app.PendingIntent; +import android.bluetooth.BluetoothAdapter; +import android.bluetooth.BluetoothDevice; +import android.bluetooth.BluetoothManager; +import android.bluetooth.BluetoothProfile; +import android.os.Build; +import android.util.Log; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.DialogInterface; +import android.content.Intent; +import android.content.IntentFilter; +import android.content.SharedPreferences; +import android.content.pm.PackageManager; +import android.hardware.usb.*; +import android.os.Handler; +import android.os.Looper; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; + +public class HIDDeviceManager { + private static final String TAG = "hidapi"; + private static final String ACTION_USB_PERMISSION = "org.libsdl.app.USB_PERMISSION"; + + private static HIDDeviceManager sManager; + private static int sManagerRefCount = 0; + + public static HIDDeviceManager acquire(Context context) { + if (sManagerRefCount == 0) { + sManager = new HIDDeviceManager(context); + } + ++sManagerRefCount; + return sManager; + } + + public static void release(HIDDeviceManager manager) { + if (manager == sManager) { + --sManagerRefCount; + if (sManagerRefCount == 0) { + sManager.close(); + sManager = null; + } + } + } + + private Context mContext; + private HashMap mDevicesById = new HashMap(); + private HashMap mBluetoothDevices = new HashMap(); + private int mNextDeviceId = 0; + private SharedPreferences mSharedPreferences = null; + private boolean mIsChromebook = false; + private UsbManager mUsbManager; + private Handler mHandler; + private BluetoothManager mBluetoothManager; + private List mLastBluetoothDevices; + + private final BroadcastReceiver mUsbBroadcast = new BroadcastReceiver() { + @Override + public void onReceive(Context context, Intent intent) { + String action = intent.getAction(); + if (action.equals(UsbManager.ACTION_USB_DEVICE_ATTACHED)) { + UsbDevice usbDevice = intent.getParcelableExtra(UsbManager.EXTRA_DEVICE); + handleUsbDeviceAttached(usbDevice); + } else if (action.equals(UsbManager.ACTION_USB_DEVICE_DETACHED)) { + UsbDevice usbDevice = intent.getParcelableExtra(UsbManager.EXTRA_DEVICE); + handleUsbDeviceDetached(usbDevice); + } else if (action.equals(HIDDeviceManager.ACTION_USB_PERMISSION)) { + UsbDevice usbDevice = intent.getParcelableExtra(UsbManager.EXTRA_DEVICE); + handleUsbDevicePermission(usbDevice, intent.getBooleanExtra(UsbManager.EXTRA_PERMISSION_GRANTED, false)); + } + } + }; + + private final BroadcastReceiver mBluetoothBroadcast = new BroadcastReceiver() { + @Override + public void onReceive(Context context, Intent intent) { + String action = intent.getAction(); + // Bluetooth device was connected. If it was a Steam Controller, handle it + if (action.equals(BluetoothDevice.ACTION_ACL_CONNECTED)) { + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + Log.d(TAG, "Bluetooth device connected: " + device); + + if (isSteamController(device)) { + connectBluetoothDevice(device); + } + } + + // Bluetooth device was disconnected, remove from controller manager (if any) + if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) { + BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); + Log.d(TAG, "Bluetooth device disconnected: " + device); + + disconnectBluetoothDevice(device); + } + } + }; + + private HIDDeviceManager(final Context context) { + mContext = context; + + HIDDeviceRegisterCallback(); + + mSharedPreferences = mContext.getSharedPreferences("hidapi", Context.MODE_PRIVATE); + mIsChromebook = mContext.getPackageManager().hasSystemFeature("org.chromium.arc.device_management"); + +// if (shouldClear) { +// SharedPreferences.Editor spedit = mSharedPreferences.edit(); +// spedit.clear(); +// spedit.commit(); +// } +// else + { + mNextDeviceId = mSharedPreferences.getInt("next_device_id", 0); + } + } + + public Context getContext() { + return mContext; + } + + public int getDeviceIDForIdentifier(String identifier) { + SharedPreferences.Editor spedit = mSharedPreferences.edit(); + + int result = mSharedPreferences.getInt(identifier, 0); + if (result == 0) { + result = mNextDeviceId++; + spedit.putInt("next_device_id", mNextDeviceId); + } + + spedit.putInt(identifier, result); + spedit.commit(); + return result; + } + + private void initializeUSB() { + mUsbManager = (UsbManager)mContext.getSystemService(Context.USB_SERVICE); + if (mUsbManager == null) { + return; + } + + /* + // Logging + for (UsbDevice device : mUsbManager.getDeviceList().values()) { + Log.i(TAG,"Path: " + device.getDeviceName()); + Log.i(TAG,"Manufacturer: " + device.getManufacturerName()); + Log.i(TAG,"Product: " + device.getProductName()); + Log.i(TAG,"ID: " + device.getDeviceId()); + Log.i(TAG,"Class: " + device.getDeviceClass()); + Log.i(TAG,"Protocol: " + device.getDeviceProtocol()); + Log.i(TAG,"Vendor ID " + device.getVendorId()); + Log.i(TAG,"Product ID: " + device.getProductId()); + Log.i(TAG,"Interface count: " + device.getInterfaceCount()); + Log.i(TAG,"---------------------------------------"); + + // Get interface details + for (int index = 0; index < device.getInterfaceCount(); index++) { + UsbInterface mUsbInterface = device.getInterface(index); + Log.i(TAG," ***** *****"); + Log.i(TAG," Interface index: " + index); + Log.i(TAG," Interface ID: " + mUsbInterface.getId()); + Log.i(TAG," Interface class: " + mUsbInterface.getInterfaceClass()); + Log.i(TAG," Interface subclass: " + mUsbInterface.getInterfaceSubclass()); + Log.i(TAG," Interface protocol: " + mUsbInterface.getInterfaceProtocol()); + Log.i(TAG," Endpoint count: " + mUsbInterface.getEndpointCount()); + + // Get endpoint details + for (int epi = 0; epi < mUsbInterface.getEndpointCount(); epi++) + { + UsbEndpoint mEndpoint = mUsbInterface.getEndpoint(epi); + Log.i(TAG," ++++ ++++ ++++"); + Log.i(TAG," Endpoint index: " + epi); + Log.i(TAG," Attributes: " + mEndpoint.getAttributes()); + Log.i(TAG," Direction: " + mEndpoint.getDirection()); + Log.i(TAG," Number: " + mEndpoint.getEndpointNumber()); + Log.i(TAG," Interval: " + mEndpoint.getInterval()); + Log.i(TAG," Packet size: " + mEndpoint.getMaxPacketSize()); + Log.i(TAG," Type: " + mEndpoint.getType()); + } + } + } + Log.i(TAG," No more devices connected."); + */ + + // Register for USB broadcasts and permission completions + IntentFilter filter = new IntentFilter(); + filter.addAction(UsbManager.ACTION_USB_DEVICE_ATTACHED); + filter.addAction(UsbManager.ACTION_USB_DEVICE_DETACHED); + filter.addAction(HIDDeviceManager.ACTION_USB_PERMISSION); + mContext.registerReceiver(mUsbBroadcast, filter); + + for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { + handleUsbDeviceAttached(usbDevice); + } + } + + UsbManager getUSBManager() { + return mUsbManager; + } + + private void shutdownUSB() { + try { + mContext.unregisterReceiver(mUsbBroadcast); + } catch (Exception e) { + // We may not have registered, that's okay + } + } + + private boolean isHIDDeviceInterface(UsbDevice usbDevice, UsbInterface usbInterface) { + if (usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_HID) { + return true; + } + if (isXbox360Controller(usbDevice, usbInterface) || isXboxOneController(usbDevice, usbInterface)) { + return true; + } + return false; + } + + private boolean isXbox360Controller(UsbDevice usbDevice, UsbInterface usbInterface) { + final int XB360_IFACE_SUBCLASS = 93; + final int XB360_IFACE_PROTOCOL = 1; // Wired + final int XB360W_IFACE_PROTOCOL = 129; // Wireless + final int[] SUPPORTED_VENDORS = { + 0x0079, // GPD Win 2 + 0x044f, // Thrustmaster + 0x045e, // Microsoft + 0x046d, // Logitech + 0x056e, // Elecom + 0x06a3, // Saitek + 0x0738, // Mad Catz + 0x07ff, // Mad Catz + 0x0e6f, // PDP + 0x0f0d, // Hori + 0x1038, // SteelSeries + 0x11c9, // Nacon + 0x12ab, // Unknown + 0x1430, // RedOctane + 0x146b, // BigBen + 0x1532, // Razer Sabertooth + 0x15e4, // Numark + 0x162e, // Joytech + 0x1689, // Razer Onza + 0x1949, // Lab126, Inc. + 0x1bad, // Harmonix + 0x20d6, // PowerA + 0x24c6, // PowerA + 0x2c22, // Qanba + 0x2dc8, // 8BitDo + 0x9886, // ASTRO Gaming + }; + + if (usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_VENDOR_SPEC && + usbInterface.getInterfaceSubclass() == XB360_IFACE_SUBCLASS && + (usbInterface.getInterfaceProtocol() == XB360_IFACE_PROTOCOL || + usbInterface.getInterfaceProtocol() == XB360W_IFACE_PROTOCOL)) { + int vendor_id = usbDevice.getVendorId(); + for (int supportedVid : SUPPORTED_VENDORS) { + if (vendor_id == supportedVid) { + return true; + } + } + } + return false; + } + + private boolean isXboxOneController(UsbDevice usbDevice, UsbInterface usbInterface) { + final int XB1_IFACE_SUBCLASS = 71; + final int XB1_IFACE_PROTOCOL = 208; + final int[] SUPPORTED_VENDORS = { + 0x03f0, // HP + 0x044f, // Thrustmaster + 0x045e, // Microsoft + 0x0738, // Mad Catz + 0x0b05, // ASUS + 0x0e6f, // PDP + 0x0f0d, // Hori + 0x10f5, // Turtle Beach + 0x1532, // Razer Wildcat + 0x20d6, // PowerA + 0x24c6, // PowerA + 0x2dc8, // 8BitDo + 0x2e24, // Hyperkin + 0x3537, // GameSir + }; + + if (usbInterface.getId() == 0 && + usbInterface.getInterfaceClass() == UsbConstants.USB_CLASS_VENDOR_SPEC && + usbInterface.getInterfaceSubclass() == XB1_IFACE_SUBCLASS && + usbInterface.getInterfaceProtocol() == XB1_IFACE_PROTOCOL) { + int vendor_id = usbDevice.getVendorId(); + for (int supportedVid : SUPPORTED_VENDORS) { + if (vendor_id == supportedVid) { + return true; + } + } + } + return false; + } + + private void handleUsbDeviceAttached(UsbDevice usbDevice) { + connectHIDDeviceUSB(usbDevice); + } + + private void handleUsbDeviceDetached(UsbDevice usbDevice) { + List devices = new ArrayList(); + for (HIDDevice device : mDevicesById.values()) { + if (usbDevice.equals(device.getDevice())) { + devices.add(device.getId()); + } + } + for (int id : devices) { + HIDDevice device = mDevicesById.get(id); + mDevicesById.remove(id); + device.shutdown(); + HIDDeviceDisconnected(id); + } + } + + private void handleUsbDevicePermission(UsbDevice usbDevice, boolean permission_granted) { + for (HIDDevice device : mDevicesById.values()) { + if (usbDevice.equals(device.getDevice())) { + boolean opened = false; + if (permission_granted) { + opened = device.open(); + } + HIDDeviceOpenResult(device.getId(), opened); + } + } + } + + private void connectHIDDeviceUSB(UsbDevice usbDevice) { + synchronized (this) { + int interface_mask = 0; + for (int interface_index = 0; interface_index < usbDevice.getInterfaceCount(); interface_index++) { + UsbInterface usbInterface = usbDevice.getInterface(interface_index); + if (isHIDDeviceInterface(usbDevice, usbInterface)) { + // Check to see if we've already added this interface + // This happens with the Xbox Series X controller which has a duplicate interface 0, which is inactive + int interface_id = usbInterface.getId(); + if ((interface_mask & (1 << interface_id)) != 0) { + continue; + } + interface_mask |= (1 << interface_id); + + HIDDeviceUSB device = new HIDDeviceUSB(this, usbDevice, interface_index); + int id = device.getId(); + mDevicesById.put(id, device); + HIDDeviceConnected(id, device.getIdentifier(), device.getVendorId(), device.getProductId(), device.getSerialNumber(), device.getVersion(), device.getManufacturerName(), device.getProductName(), usbInterface.getId(), usbInterface.getInterfaceClass(), usbInterface.getInterfaceSubclass(), usbInterface.getInterfaceProtocol()); + } + } + } + } + + private void initializeBluetooth() { + Log.d(TAG, "Initializing Bluetooth"); + + if (Build.VERSION.SDK_INT >= 31 /* Android 12 */ && + mContext.getPackageManager().checkPermission(android.Manifest.permission.BLUETOOTH_CONNECT, mContext.getPackageName()) != PackageManager.PERMISSION_GRANTED) { + Log.d(TAG, "Couldn't initialize Bluetooth, missing android.permission.BLUETOOTH_CONNECT"); + return; + } + + if (Build.VERSION.SDK_INT <= 30 /* Android 11.0 (R) */ && + mContext.getPackageManager().checkPermission(android.Manifest.permission.BLUETOOTH, mContext.getPackageName()) != PackageManager.PERMISSION_GRANTED) { + Log.d(TAG, "Couldn't initialize Bluetooth, missing android.permission.BLUETOOTH"); + return; + } + + if (!mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE) || (Build.VERSION.SDK_INT < 18 /* Android 4.3 (JELLY_BEAN_MR2) */)) { + Log.d(TAG, "Couldn't initialize Bluetooth, this version of Android does not support Bluetooth LE"); + return; + } + + // Find bonded bluetooth controllers and create SteamControllers for them + mBluetoothManager = (BluetoothManager)mContext.getSystemService(Context.BLUETOOTH_SERVICE); + if (mBluetoothManager == null) { + // This device doesn't support Bluetooth. + return; + } + + BluetoothAdapter btAdapter = mBluetoothManager.getAdapter(); + if (btAdapter == null) { + // This device has Bluetooth support in the codebase, but has no available adapters. + return; + } + + // Get our bonded devices. + for (BluetoothDevice device : btAdapter.getBondedDevices()) { + + Log.d(TAG, "Bluetooth device available: " + device); + if (isSteamController(device)) { + connectBluetoothDevice(device); + } + + } + + // NOTE: These don't work on Chromebooks, to my undying dismay. + IntentFilter filter = new IntentFilter(); + filter.addAction(BluetoothDevice.ACTION_ACL_CONNECTED); + filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED); + mContext.registerReceiver(mBluetoothBroadcast, filter); + + if (mIsChromebook) { + mHandler = new Handler(Looper.getMainLooper()); + mLastBluetoothDevices = new ArrayList(); + + // final HIDDeviceManager finalThis = this; + // mHandler.postDelayed(new Runnable() { + // @Override + // public void run() { + // finalThis.chromebookConnectionHandler(); + // } + // }, 5000); + } + } + + private void shutdownBluetooth() { + try { + mContext.unregisterReceiver(mBluetoothBroadcast); + } catch (Exception e) { + // We may not have registered, that's okay + } + } + + // Chromebooks do not pass along ACTION_ACL_CONNECTED / ACTION_ACL_DISCONNECTED properly. + // This function provides a sort of dummy version of that, watching for changes in the + // connected devices and attempting to add controllers as things change. + public void chromebookConnectionHandler() { + if (!mIsChromebook) { + return; + } + + ArrayList disconnected = new ArrayList(); + ArrayList connected = new ArrayList(); + + List currentConnected = mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT); + + for (BluetoothDevice bluetoothDevice : currentConnected) { + if (!mLastBluetoothDevices.contains(bluetoothDevice)) { + connected.add(bluetoothDevice); + } + } + for (BluetoothDevice bluetoothDevice : mLastBluetoothDevices) { + if (!currentConnected.contains(bluetoothDevice)) { + disconnected.add(bluetoothDevice); + } + } + + mLastBluetoothDevices = currentConnected; + + for (BluetoothDevice bluetoothDevice : disconnected) { + disconnectBluetoothDevice(bluetoothDevice); + } + for (BluetoothDevice bluetoothDevice : connected) { + connectBluetoothDevice(bluetoothDevice); + } + + final HIDDeviceManager finalThis = this; + mHandler.postDelayed(new Runnable() { + @Override + public void run() { + finalThis.chromebookConnectionHandler(); + } + }, 10000); + } + + public boolean connectBluetoothDevice(BluetoothDevice bluetoothDevice) { + Log.v(TAG, "connectBluetoothDevice device=" + bluetoothDevice); + synchronized (this) { + if (mBluetoothDevices.containsKey(bluetoothDevice)) { + Log.v(TAG, "Steam controller with address " + bluetoothDevice + " already exists, attempting reconnect"); + + HIDDeviceBLESteamController device = mBluetoothDevices.get(bluetoothDevice); + device.reconnect(); + + return false; + } + HIDDeviceBLESteamController device = new HIDDeviceBLESteamController(this, bluetoothDevice); + int id = device.getId(); + mBluetoothDevices.put(bluetoothDevice, device); + mDevicesById.put(id, device); + + // The Steam Controller will mark itself connected once initialization is complete + } + return true; + } + + public void disconnectBluetoothDevice(BluetoothDevice bluetoothDevice) { + synchronized (this) { + HIDDeviceBLESteamController device = mBluetoothDevices.get(bluetoothDevice); + if (device == null) + return; + + int id = device.getId(); + mBluetoothDevices.remove(bluetoothDevice); + mDevicesById.remove(id); + device.shutdown(); + HIDDeviceDisconnected(id); + } + } + + public boolean isSteamController(BluetoothDevice bluetoothDevice) { + // Sanity check. If you pass in a null device, by definition it is never a Steam Controller. + if (bluetoothDevice == null) { + return false; + } + + // If the device has no local name, we really don't want to try an equality check against it. + if (bluetoothDevice.getName() == null) { + return false; + } + + return bluetoothDevice.getName().equals("SteamController") && ((bluetoothDevice.getType() & BluetoothDevice.DEVICE_TYPE_LE) != 0); + } + + private void close() { + shutdownUSB(); + shutdownBluetooth(); + synchronized (this) { + for (HIDDevice device : mDevicesById.values()) { + device.shutdown(); + } + mDevicesById.clear(); + mBluetoothDevices.clear(); + HIDDeviceReleaseCallback(); + } + } + + public void setFrozen(boolean frozen) { + synchronized (this) { + for (HIDDevice device : mDevicesById.values()) { + device.setFrozen(frozen); + } + } + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + private HIDDevice getDevice(int id) { + synchronized (this) { + HIDDevice result = mDevicesById.get(id); + if (result == null) { + Log.v(TAG, "No device for id: " + id); + Log.v(TAG, "Available devices: " + mDevicesById.keySet()); + } + return result; + } + } + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + ////////// JNI interface functions + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + public boolean initialize(boolean usb, boolean bluetooth) { + Log.v(TAG, "initialize(" + usb + ", " + bluetooth + ")"); + + if (usb) { + initializeUSB(); + } + if (bluetooth) { + initializeBluetooth(); + } + return true; + } + + public boolean openDevice(int deviceID) { + Log.v(TAG, "openDevice deviceID=" + deviceID); + HIDDevice device = getDevice(deviceID); + if (device == null) { + HIDDeviceDisconnected(deviceID); + return false; + } + + // Look to see if this is a USB device and we have permission to access it + UsbDevice usbDevice = device.getDevice(); + if (usbDevice != null && !mUsbManager.hasPermission(usbDevice)) { + HIDDeviceOpenPending(deviceID); + try { + final int FLAG_MUTABLE = 0x02000000; // PendingIntent.FLAG_MUTABLE, but don't require SDK 31 + int flags; + if (Build.VERSION.SDK_INT >= 31 /* Android 12.0 (S) */) { + flags = FLAG_MUTABLE; + } else { + flags = 0; + } + if (Build.VERSION.SDK_INT >= 33 /* Android 14.0 (U) */) { + Intent intent = new Intent(HIDDeviceManager.ACTION_USB_PERMISSION); + intent.setPackage(mContext.getPackageName()); + mUsbManager.requestPermission(usbDevice, PendingIntent.getBroadcast(mContext, 0, intent, flags)); + } else { + mUsbManager.requestPermission(usbDevice, PendingIntent.getBroadcast(mContext, 0, new Intent(HIDDeviceManager.ACTION_USB_PERMISSION), flags)); + } + } catch (Exception e) { + Log.v(TAG, "Couldn't request permission for USB device " + usbDevice); + HIDDeviceOpenResult(deviceID, false); + } + return false; + } + + try { + return device.open(); + } catch (Exception e) { + Log.e(TAG, "Got exception: " + Log.getStackTraceString(e)); + } + return false; + } + + public int sendOutputReport(int deviceID, byte[] report) { + try { + //Log.v(TAG, "sendOutputReport deviceID=" + deviceID + " length=" + report.length); + HIDDevice device; + device = getDevice(deviceID); + if (device == null) { + HIDDeviceDisconnected(deviceID); + return -1; + } + + return device.sendOutputReport(report); + } catch (Exception e) { + Log.e(TAG, "Got exception: " + Log.getStackTraceString(e)); + } + return -1; + } + + public int sendFeatureReport(int deviceID, byte[] report) { + try { + //Log.v(TAG, "sendFeatureReport deviceID=" + deviceID + " length=" + report.length); + HIDDevice device; + device = getDevice(deviceID); + if (device == null) { + HIDDeviceDisconnected(deviceID); + return -1; + } + + return device.sendFeatureReport(report); + } catch (Exception e) { + Log.e(TAG, "Got exception: " + Log.getStackTraceString(e)); + } + return -1; + } + + public boolean getFeatureReport(int deviceID, byte[] report) { + try { + //Log.v(TAG, "getFeatureReport deviceID=" + deviceID); + HIDDevice device; + device = getDevice(deviceID); + if (device == null) { + HIDDeviceDisconnected(deviceID); + return false; + } + + return device.getFeatureReport(report); + } catch (Exception e) { + Log.e(TAG, "Got exception: " + Log.getStackTraceString(e)); + } + return false; + } + + public void closeDevice(int deviceID) { + try { + Log.v(TAG, "closeDevice deviceID=" + deviceID); + HIDDevice device; + device = getDevice(deviceID); + if (device == null) { + HIDDeviceDisconnected(deviceID); + return; + } + + device.close(); + } catch (Exception e) { + Log.e(TAG, "Got exception: " + Log.getStackTraceString(e)); + } + } + + + ////////////////////////////////////////////////////////////////////////////////////////////////////// + /////////////// Native methods + ////////////////////////////////////////////////////////////////////////////////////////////////////// + + private native void HIDDeviceRegisterCallback(); + private native void HIDDeviceReleaseCallback(); + + native void HIDDeviceConnected(int deviceID, String identifier, int vendorId, int productId, String serial_number, int release_number, String manufacturer_string, String product_string, int interface_number, int interface_class, int interface_subclass, int interface_protocol); + native void HIDDeviceOpenPending(int deviceID); + native void HIDDeviceOpenResult(int deviceID, boolean opened); + native void HIDDeviceDisconnected(int deviceID); + + native void HIDDeviceInputReport(int deviceID, byte[] report); + native void HIDDeviceFeatureReport(int deviceID, byte[] report); +} diff --git a/android/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java b/android/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java new file mode 100644 index 0000000000..bfe0cf954d --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java @@ -0,0 +1,309 @@ +package org.libsdl.app; + +import android.hardware.usb.*; +import android.os.Build; +import android.util.Log; +import java.util.Arrays; + +class HIDDeviceUSB implements HIDDevice { + + private static final String TAG = "hidapi"; + + protected HIDDeviceManager mManager; + protected UsbDevice mDevice; + protected int mInterfaceIndex; + protected int mInterface; + protected int mDeviceId; + protected UsbDeviceConnection mConnection; + protected UsbEndpoint mInputEndpoint; + protected UsbEndpoint mOutputEndpoint; + protected InputThread mInputThread; + protected boolean mRunning; + protected boolean mFrozen; + + public HIDDeviceUSB(HIDDeviceManager manager, UsbDevice usbDevice, int interface_index) { + mManager = manager; + mDevice = usbDevice; + mInterfaceIndex = interface_index; + mInterface = mDevice.getInterface(mInterfaceIndex).getId(); + mDeviceId = manager.getDeviceIDForIdentifier(getIdentifier()); + mRunning = false; + } + + public String getIdentifier() { + return String.format("%s/%x/%x/%d", mDevice.getDeviceName(), mDevice.getVendorId(), mDevice.getProductId(), mInterfaceIndex); + } + + @Override + public int getId() { + return mDeviceId; + } + + @Override + public int getVendorId() { + return mDevice.getVendorId(); + } + + @Override + public int getProductId() { + return mDevice.getProductId(); + } + + @Override + public String getSerialNumber() { + String result = null; + if (Build.VERSION.SDK_INT >= 21 /* Android 5.0 (LOLLIPOP) */) { + try { + result = mDevice.getSerialNumber(); + } + catch (SecurityException exception) { + //Log.w(TAG, "App permissions mean we cannot get serial number for device " + getDeviceName() + " message: " + exception.getMessage()); + } + } + if (result == null) { + result = ""; + } + return result; + } + + @Override + public int getVersion() { + return 0; + } + + @Override + public String getManufacturerName() { + String result = null; + if (Build.VERSION.SDK_INT >= 21 /* Android 5.0 (LOLLIPOP) */) { + result = mDevice.getManufacturerName(); + } + if (result == null) { + result = String.format("%x", getVendorId()); + } + return result; + } + + @Override + public String getProductName() { + String result = null; + if (Build.VERSION.SDK_INT >= 21 /* Android 5.0 (LOLLIPOP) */) { + result = mDevice.getProductName(); + } + if (result == null) { + result = String.format("%x", getProductId()); + } + return result; + } + + @Override + public UsbDevice getDevice() { + return mDevice; + } + + public String getDeviceName() { + return getManufacturerName() + " " + getProductName() + "(0x" + String.format("%x", getVendorId()) + "/0x" + String.format("%x", getProductId()) + ")"; + } + + @Override + public boolean open() { + mConnection = mManager.getUSBManager().openDevice(mDevice); + if (mConnection == null) { + Log.w(TAG, "Unable to open USB device " + getDeviceName()); + return false; + } + + // Force claim our interface + UsbInterface iface = mDevice.getInterface(mInterfaceIndex); + if (!mConnection.claimInterface(iface, true)) { + Log.w(TAG, "Failed to claim interfaces on USB device " + getDeviceName()); + close(); + return false; + } + + // Find the endpoints + for (int j = 0; j < iface.getEndpointCount(); j++) { + UsbEndpoint endpt = iface.getEndpoint(j); + switch (endpt.getDirection()) { + case UsbConstants.USB_DIR_IN: + if (mInputEndpoint == null) { + mInputEndpoint = endpt; + } + break; + case UsbConstants.USB_DIR_OUT: + if (mOutputEndpoint == null) { + mOutputEndpoint = endpt; + } + break; + } + } + + // Make sure the required endpoints were present + if (mInputEndpoint == null || mOutputEndpoint == null) { + Log.w(TAG, "Missing required endpoint on USB device " + getDeviceName()); + close(); + return false; + } + + // Start listening for input + mRunning = true; + mInputThread = new InputThread(); + mInputThread.start(); + + return true; + } + + @Override + public int sendFeatureReport(byte[] report) { + int res = -1; + int offset = 0; + int length = report.length; + boolean skipped_report_id = false; + byte report_number = report[0]; + + if (report_number == 0x0) { + ++offset; + --length; + skipped_report_id = true; + } + + res = mConnection.controlTransfer( + UsbConstants.USB_TYPE_CLASS | 0x01 /*RECIPIENT_INTERFACE*/ | UsbConstants.USB_DIR_OUT, + 0x09/*HID set_report*/, + (3/*HID feature*/ << 8) | report_number, + mInterface, + report, offset, length, + 1000/*timeout millis*/); + + if (res < 0) { + Log.w(TAG, "sendFeatureReport() returned " + res + " on device " + getDeviceName()); + return -1; + } + + if (skipped_report_id) { + ++length; + } + return length; + } + + @Override + public int sendOutputReport(byte[] report) { + int r = mConnection.bulkTransfer(mOutputEndpoint, report, report.length, 1000); + if (r != report.length) { + Log.w(TAG, "sendOutputReport() returned " + r + " on device " + getDeviceName()); + } + return r; + } + + @Override + public boolean getFeatureReport(byte[] report) { + int res = -1; + int offset = 0; + int length = report.length; + boolean skipped_report_id = false; + byte report_number = report[0]; + + if (report_number == 0x0) { + /* Offset the return buffer by 1, so that the report ID + will remain in byte 0. */ + ++offset; + --length; + skipped_report_id = true; + } + + res = mConnection.controlTransfer( + UsbConstants.USB_TYPE_CLASS | 0x01 /*RECIPIENT_INTERFACE*/ | UsbConstants.USB_DIR_IN, + 0x01/*HID get_report*/, + (3/*HID feature*/ << 8) | report_number, + mInterface, + report, offset, length, + 1000/*timeout millis*/); + + if (res < 0) { + Log.w(TAG, "getFeatureReport() returned " + res + " on device " + getDeviceName()); + return false; + } + + if (skipped_report_id) { + ++res; + ++length; + } + + byte[] data; + if (res == length) { + data = report; + } else { + data = Arrays.copyOfRange(report, 0, res); + } + mManager.HIDDeviceFeatureReport(mDeviceId, data); + + return true; + } + + @Override + public void close() { + mRunning = false; + if (mInputThread != null) { + while (mInputThread.isAlive()) { + mInputThread.interrupt(); + try { + mInputThread.join(); + } catch (InterruptedException e) { + // Keep trying until we're done + } + } + mInputThread = null; + } + if (mConnection != null) { + UsbInterface iface = mDevice.getInterface(mInterfaceIndex); + mConnection.releaseInterface(iface); + mConnection.close(); + mConnection = null; + } + } + + @Override + public void shutdown() { + close(); + mManager = null; + } + + @Override + public void setFrozen(boolean frozen) { + mFrozen = frozen; + } + + protected class InputThread extends Thread { + @Override + public void run() { + int packetSize = mInputEndpoint.getMaxPacketSize(); + byte[] packet = new byte[packetSize]; + while (mRunning) { + int r; + try + { + r = mConnection.bulkTransfer(mInputEndpoint, packet, packetSize, 1000); + } + catch (Exception e) + { + Log.v(TAG, "Exception in UsbDeviceConnection bulktransfer: " + e); + break; + } + if (r < 0) { + // Could be a timeout or an I/O error + } + if (r > 0) { + byte[] data; + if (r == packetSize) { + data = packet; + } else { + data = Arrays.copyOfRange(packet, 0, r); + } + + if (!mFrozen) { + mManager.HIDDeviceInputReport(mDeviceId, data); + } + } + } + } + } +} diff --git a/android/app/src/main/java/org/libsdl/app/SDL.java b/android/app/src/main/java/org/libsdl/app/SDL.java new file mode 100644 index 0000000000..139be9d151 --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/SDL.java @@ -0,0 +1,90 @@ +package org.libsdl.app; + +import android.content.Context; + +import java.lang.Class; +import java.lang.reflect.Method; + +/** + SDL library initialization +*/ +public class SDL { + + // This function should be called first and sets up the native code + // so it can call into the Java classes + public static void setupJNI() { + SDLActivity.nativeSetupJNI(); + SDLAudioManager.nativeSetupJNI(); + SDLControllerManager.nativeSetupJNI(); + } + + // This function should be called each time the activity is started + public static void initialize() { + setContext(null); + + SDLActivity.initialize(); + SDLAudioManager.initialize(); + SDLControllerManager.initialize(); + } + + // This function stores the current activity (SDL or not) + public static void setContext(Context context) { + SDLAudioManager.setContext(context); + mContext = context; + } + + public static Context getContext() { + return mContext; + } + + public static void loadLibrary(String libraryName) throws UnsatisfiedLinkError, SecurityException, NullPointerException { + loadLibrary(libraryName, mContext); + } + + public static void loadLibrary(String libraryName, Context context) throws UnsatisfiedLinkError, SecurityException, NullPointerException { + + if (libraryName == null) { + throw new NullPointerException("No library name provided."); + } + + try { + // Let's see if we have ReLinker available in the project. This is necessary for + // some projects that have huge numbers of local libraries bundled, and thus may + // trip a bug in Android's native library loader which ReLinker works around. (If + // loadLibrary works properly, ReLinker will simply use the normal Android method + // internally.) + // + // To use ReLinker, just add it as a dependency. For more information, see + // https://github.com/KeepSafe/ReLinker for ReLinker's repository. + // + Class relinkClass = context.getClassLoader().loadClass("com.getkeepsafe.relinker.ReLinker"); + Class relinkListenerClass = context.getClassLoader().loadClass("com.getkeepsafe.relinker.ReLinker$LoadListener"); + Class contextClass = context.getClassLoader().loadClass("android.content.Context"); + Class stringClass = context.getClassLoader().loadClass("java.lang.String"); + + // Get a 'force' instance of the ReLinker, so we can ensure libraries are reinstalled if + // they've changed during updates. + Method forceMethod = relinkClass.getDeclaredMethod("force"); + Object relinkInstance = forceMethod.invoke(null); + Class relinkInstanceClass = relinkInstance.getClass(); + + // Actually load the library! + Method loadMethod = relinkInstanceClass.getDeclaredMethod("loadLibrary", contextClass, stringClass, stringClass, relinkListenerClass); + loadMethod.invoke(relinkInstance, context, libraryName, null, null); + } + catch (final Throwable e) { + // Fall back + try { + System.loadLibrary(libraryName); + } + catch (final UnsatisfiedLinkError ule) { + throw ule; + } + catch (final SecurityException se) { + throw se; + } + } + } + + protected static Context mContext; +} diff --git a/android/app/src/main/java/org/libsdl/app/SDLActivity.java b/android/app/src/main/java/org/libsdl/app/SDLActivity.java new file mode 100644 index 0000000000..d47001de9b --- /dev/null +++ b/android/app/src/main/java/org/libsdl/app/SDLActivity.java @@ -0,0 +1,2120 @@ +package org.libsdl.app; + +import android.app.Activity; +import android.app.AlertDialog; +import android.app.Dialog; +import android.app.UiModeManager; +import android.content.ClipboardManager; +import android.content.ClipData; +import android.content.Context; +import android.content.DialogInterface; +import android.content.Intent; +import android.content.pm.ActivityInfo; +import android.content.pm.ApplicationInfo; +import android.content.pm.PackageManager; +import android.content.res.Configuration; +import android.graphics.Bitmap; +import android.graphics.Color; +import android.graphics.PorterDuff; +import android.graphics.drawable.Drawable; +import android.hardware.Sensor; +import android.net.Uri; +import android.os.Build; +import android.os.Bundle; +import android.os.Handler; +import android.os.Message; +import android.text.Editable; +import android.text.InputType; +import android.text.Selection; +import android.util.DisplayMetrics; +import android.util.Log; +import android.util.SparseArray; +import android.view.Display; +import android.view.Gravity; +import android.view.InputDevice; +import android.view.KeyEvent; +import android.view.PointerIcon; +import android.view.Surface; +import android.view.View; +import android.view.ViewGroup; +import android.view.Window; +import android.view.WindowManager; +import android.view.inputmethod.BaseInputConnection; +import android.view.inputmethod.EditorInfo; +import android.view.inputmethod.InputConnection; +import android.view.inputmethod.InputMethodManager; +import android.widget.Button; +import android.widget.EditText; +import android.widget.LinearLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; +import android.widget.Toast; + +import java.util.Hashtable; +import java.util.Locale; + + +/** + SDL Activity +*/ +public class SDLActivity extends Activity implements View.OnSystemUiVisibilityChangeListener { + private static final String TAG = "SDL"; + private static final int SDL_MAJOR_VERSION = 2; + private static final int SDL_MINOR_VERSION = 32; + private static final int SDL_MICRO_VERSION = 8; +/* + // Display InputType.SOURCE/CLASS of events and devices + // + // SDLActivity.debugSource(device.getSources(), "device[" + device.getName() + "]"); + // SDLActivity.debugSource(event.getSource(), "event"); + public static void debugSource(int sources, String prefix) { + int s = sources; + int s_copy = sources; + String cls = ""; + String src = ""; + int tst = 0; + int FLAG_TAINTED = 0x80000000; + + if ((s & InputDevice.SOURCE_CLASS_BUTTON) != 0) cls += " BUTTON"; + if ((s & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) cls += " JOYSTICK"; + if ((s & InputDevice.SOURCE_CLASS_POINTER) != 0) cls += " POINTER"; + if ((s & InputDevice.SOURCE_CLASS_POSITION) != 0) cls += " POSITION"; + if ((s & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) cls += " TRACKBALL"; + + + int s2 = s_copy & ~InputDevice.SOURCE_ANY; // keep class bits + s2 &= ~( InputDevice.SOURCE_CLASS_BUTTON + | InputDevice.SOURCE_CLASS_JOYSTICK + | InputDevice.SOURCE_CLASS_POINTER + | InputDevice.SOURCE_CLASS_POSITION + | InputDevice.SOURCE_CLASS_TRACKBALL); + + if (s2 != 0) cls += "Some_Unknown"; + + s2 = s_copy & InputDevice.SOURCE_ANY; // keep source only, no class; + + if (Build.VERSION.SDK_INT >= 23) { + tst = InputDevice.SOURCE_BLUETOOTH_STYLUS; + if ((s & tst) == tst) src += " BLUETOOTH_STYLUS"; + s2 &= ~tst; + } + + tst = InputDevice.SOURCE_DPAD; + if ((s & tst) == tst) src += " DPAD"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_GAMEPAD; + if ((s & tst) == tst) src += " GAMEPAD"; + s2 &= ~tst; + + if (Build.VERSION.SDK_INT >= 21) { + tst = InputDevice.SOURCE_HDMI; + if ((s & tst) == tst) src += " HDMI"; + s2 &= ~tst; + } + + tst = InputDevice.SOURCE_JOYSTICK; + if ((s & tst) == tst) src += " JOYSTICK"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_KEYBOARD; + if ((s & tst) == tst) src += " KEYBOARD"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_MOUSE; + if ((s & tst) == tst) src += " MOUSE"; + s2 &= ~tst; + + if (Build.VERSION.SDK_INT >= 26) { + tst = InputDevice.SOURCE_MOUSE_RELATIVE; + if ((s & tst) == tst) src += " MOUSE_RELATIVE"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_ROTARY_ENCODER; + if ((s & tst) == tst) src += " ROTARY_ENCODER"; + s2 &= ~tst; + } + tst = InputDevice.SOURCE_STYLUS; + if ((s & tst) == tst) src += " STYLUS"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_TOUCHPAD; + if ((s & tst) == tst) src += " TOUCHPAD"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_TOUCHSCREEN; + if ((s & tst) == tst) src += " TOUCHSCREEN"; + s2 &= ~tst; + + if (Build.VERSION.SDK_INT >= 18) { + tst = InputDevice.SOURCE_TOUCH_NAVIGATION; + if ((s & tst) == tst) src += " TOUCH_NAVIGATION"; + s2 &= ~tst; + } + + tst = InputDevice.SOURCE_TRACKBALL; + if ((s & tst) == tst) src += " TRACKBALL"; + s2 &= ~tst; + + tst = InputDevice.SOURCE_ANY; + if ((s & tst) == tst) src += " ANY"; + s2 &= ~tst; + + if (s == FLAG_TAINTED) src += " FLAG_TAINTED"; + s2 &= ~FLAG_TAINTED; + + if (s2 != 0) src += " Some_Unknown"; + + Log.v(TAG, prefix + "int=" + s_copy + " CLASS={" + cls + " } source(s):" + src); + } +*/ + + public static boolean mIsResumedCalled, mHasFocus; + public static final boolean mHasMultiWindow = (Build.VERSION.SDK_INT >= 24 /* Android 7.0 (N) */); + + // Cursor types + // private static final int SDL_SYSTEM_CURSOR_NONE = -1; + private static final int SDL_SYSTEM_CURSOR_ARROW = 0; + private static final int SDL_SYSTEM_CURSOR_IBEAM = 1; + private static final int SDL_SYSTEM_CURSOR_WAIT = 2; + private static final int SDL_SYSTEM_CURSOR_CROSSHAIR = 3; + private static final int SDL_SYSTEM_CURSOR_WAITARROW = 4; + private static final int SDL_SYSTEM_CURSOR_SIZENWSE = 5; + private static final int SDL_SYSTEM_CURSOR_SIZENESW = 6; + private static final int SDL_SYSTEM_CURSOR_SIZEWE = 7; + private static final int SDL_SYSTEM_CURSOR_SIZENS = 8; + private static final int SDL_SYSTEM_CURSOR_SIZEALL = 9; + private static final int SDL_SYSTEM_CURSOR_NO = 10; + private static final int SDL_SYSTEM_CURSOR_HAND = 11; + + protected static final int SDL_ORIENTATION_UNKNOWN = 0; + protected static final int SDL_ORIENTATION_LANDSCAPE = 1; + protected static final int SDL_ORIENTATION_LANDSCAPE_FLIPPED = 2; + protected static final int SDL_ORIENTATION_PORTRAIT = 3; + protected static final int SDL_ORIENTATION_PORTRAIT_FLIPPED = 4; + + protected static int mCurrentOrientation; + protected static Locale mCurrentLocale; + + // Handle the state of the native layer + public enum NativeState { + INIT, RESUMED, PAUSED + } + + public static NativeState mNextNativeState; + public static NativeState mCurrentNativeState; + + /** If shared libraries (e.g. SDL or the native application) could not be loaded. */ + public static boolean mBrokenLibraries = true; + + // Main components + protected static SDLActivity mSingleton; + protected static SDLSurface mSurface; + protected static DummyEdit mTextEdit; + protected static boolean mScreenKeyboardShown; + protected static ViewGroup mLayout; + protected static SDLClipboardHandler mClipboardHandler; + protected static Hashtable mCursors; + protected static int mLastCursorID; + protected static SDLGenericMotionListener_API12 mMotionListener; + protected static HIDDeviceManager mHIDDeviceManager; + + // This is what SDL runs in. It invokes SDL_main(), eventually + protected static Thread mSDLThread; + + protected static SDLGenericMotionListener_API12 getMotionListener() { + if (mMotionListener == null) { + if (Build.VERSION.SDK_INT >= 26 /* Android 8.0 (O) */) { + mMotionListener = new SDLGenericMotionListener_API26(); + } else if (Build.VERSION.SDK_INT >= 24 /* Android 7.0 (N) */) { + mMotionListener = new SDLGenericMotionListener_API24(); + } else { + mMotionListener = new SDLGenericMotionListener_API12(); + } + } + + return mMotionListener; + } + + /** + * This method returns the name of the shared object with the application entry point + * It can be overridden by derived classes. + */ + protected String getMainSharedObject() { + String library; + String[] libraries = SDLActivity.mSingleton.getLibraries(); + if (libraries.length > 0) { + library = "lib" + libraries[libraries.length - 1] + ".so"; + } else { + library = "libmain.so"; + } + return getContext().getApplicationInfo().nativeLibraryDir + "/" + library; + } + + /** + * This method returns the name of the application entry point + * It can be overridden by derived classes. + */ + protected String getMainFunction() { + return "SDL_main"; + } + + /** + * This method is called by SDL before loading the native shared libraries. + * It can be overridden to provide names of shared libraries to be loaded. + * The default implementation returns the defaults. It never returns null. + * An array returned by a new implementation must at least contain "SDL2". + * Also keep in mind that the order the libraries are loaded may matter. + * @return names of shared libraries to be loaded (e.g. "SDL2", "main"). + */ + protected String[] getLibraries() { + return new String[] { + "SDL2", + // "SDL2_image", + // "SDL2_mixer", + // "SDL2_net", + // "SDL2_ttf", + "Spaghettify" + }; + } + + // Load the .so + public void loadLibraries() { + for (String lib : getLibraries()) { + SDL.loadLibrary(lib, this); + } + } + + /** + * This method is called by SDL before starting the native application thread. + * It can be overridden to provide the arguments after the application name. + * The default implementation returns an empty array. It never returns null. + * @return arguments for the native application. + */ + protected String[] getArguments() { + return new String[0]; + } + + public static void initialize() { + // The static nature of the singleton and Android quirkyness force us to initialize everything here + // Otherwise, when exiting the app and returning to it, these variables *keep* their pre exit values + mSingleton = null; + mSurface = null; + mTextEdit = null; + mLayout = null; + mClipboardHandler = null; + mCursors = new Hashtable(); + mLastCursorID = 0; + mSDLThread = null; + mIsResumedCalled = false; + mHasFocus = true; + mNextNativeState = NativeState.INIT; + mCurrentNativeState = NativeState.INIT; + } + + protected SDLSurface createSDLSurface(Context context) { + return new SDLSurface(context); + } + + // Setup + @Override + protected void onCreate(Bundle savedInstanceState) { + Log.v(TAG, "Device: " + Build.DEVICE); + Log.v(TAG, "Model: " + Build.MODEL); + Log.v(TAG, "onCreate()"); + super.onCreate(savedInstanceState); + + try { + Thread.currentThread().setName("SDLActivity"); + } catch (Exception e) { + Log.v(TAG, "modify thread properties failed " + e.toString()); + } + + // Load shared libraries + String errorMsgBrokenLib = ""; + try { + loadLibraries(); + mBrokenLibraries = false; /* success */ + } catch(UnsatisfiedLinkError e) { + System.err.println(e.getMessage()); + mBrokenLibraries = true; + errorMsgBrokenLib = e.getMessage(); + } catch(Exception e) { + System.err.println(e.getMessage()); + mBrokenLibraries = true; + errorMsgBrokenLib = e.getMessage(); + } + + if (!mBrokenLibraries) { + String expected_version = String.valueOf(SDL_MAJOR_VERSION) + "." + + String.valueOf(SDL_MINOR_VERSION) + "." + + String.valueOf(SDL_MICRO_VERSION); + String version = nativeGetVersion(); + if (!version.equals(expected_version)) { + mBrokenLibraries = true; + errorMsgBrokenLib = "SDL C/Java version mismatch (expected " + expected_version + ", got " + version + ")"; + } + } + + if (mBrokenLibraries) { + mSingleton = this; + AlertDialog.Builder dlgAlert = new AlertDialog.Builder(this); + dlgAlert.setMessage("An error occurred while trying to start the application. Please try again and/or reinstall." + + System.getProperty("line.separator") + + System.getProperty("line.separator") + + "Error: " + errorMsgBrokenLib); + dlgAlert.setTitle("SDL Error"); + dlgAlert.setPositiveButton("Exit", + new DialogInterface.OnClickListener() { + @Override + public void onClick(DialogInterface dialog,int id) { + // if this button is clicked, close current activity + SDLActivity.mSingleton.finish(); + } + }); + dlgAlert.setCancelable(false); + dlgAlert.create().show(); + + return; + } + + // Set up JNI + SDL.setupJNI(); + + // Initialize state + SDL.initialize(); + + // So we can call stuff from static callbacks + mSingleton = this; + SDL.setContext(this); + + mClipboardHandler = new SDLClipboardHandler(); + + mHIDDeviceManager = HIDDeviceManager.acquire(this); + + // Set up the surface + mSurface = createSDLSurface(this); + + mLayout = new RelativeLayout(this); + mLayout.addView(mSurface); + + // Get our current screen orientation and pass it down. + mCurrentOrientation = SDLActivity.getCurrentOrientation(); + // Only record current orientation + SDLActivity.onNativeOrientationChanged(mCurrentOrientation); + + try { + if (Build.VERSION.SDK_INT < 24 /* Android 7.0 (N) */) { + mCurrentLocale = getContext().getResources().getConfiguration().locale; + } else { + mCurrentLocale = getContext().getResources().getConfiguration().getLocales().get(0); + } + } catch(Exception ignored) { + } + + setContentView(mLayout); + + setWindowStyle(false); + + getWindow().getDecorView().setOnSystemUiVisibilityChangeListener(this); + + // Get filename from "Open with" of another application + Intent intent = getIntent(); + if (intent != null && intent.getData() != null) { + String filename = intent.getData().getPath(); + if (filename != null) { + Log.v(TAG, "Got filename: " + filename); + SDLActivity.onNativeDropFile(filename); + } + } + } + + protected void pauseNativeThread() { + mNextNativeState = NativeState.PAUSED; + mIsResumedCalled = false; + + if (SDLActivity.mBrokenLibraries) { + return; + } + + SDLActivity.handleNativeState(); + } + + protected void resumeNativeThread() { + mNextNativeState = NativeState.RESUMED; + mIsResumedCalled = true; + + if (SDLActivity.mBrokenLibraries) { + return; + } + + SDLActivity.handleNativeState(); + } + + // Events + @Override + protected void onPause() { + Log.v(TAG, "onPause()"); + super.onPause(); + + if (mHIDDeviceManager != null) { + mHIDDeviceManager.setFrozen(true); + } + if (!mHasMultiWindow) { + pauseNativeThread(); + } + } + + @Override + protected void onResume() { + Log.v(TAG, "onResume()"); + super.onResume(); + + if (mHIDDeviceManager != null) { + mHIDDeviceManager.setFrozen(false); + } + if (!mHasMultiWindow) { + resumeNativeThread(); + } + } + + @Override + protected void onStop() { + Log.v(TAG, "onStop()"); + super.onStop(); + if (mHasMultiWindow) { + pauseNativeThread(); + } + } + + @Override + protected void onStart() { + Log.v(TAG, "onStart()"); + super.onStart(); + if (mHasMultiWindow) { + resumeNativeThread(); + } + } + + public static int getCurrentOrientation() { + int result = SDL_ORIENTATION_UNKNOWN; + + Activity activity = (Activity)getContext(); + if (activity == null) { + return result; + } + Display display = activity.getWindowManager().getDefaultDisplay(); + + switch (display.getRotation()) { + case Surface.ROTATION_0: + result = SDL_ORIENTATION_PORTRAIT; + break; + + case Surface.ROTATION_90: + result = SDL_ORIENTATION_LANDSCAPE; + break; + + case Surface.ROTATION_180: + result = SDL_ORIENTATION_PORTRAIT_FLIPPED; + break; + + case Surface.ROTATION_270: + result = SDL_ORIENTATION_LANDSCAPE_FLIPPED; + break; + } + + return result; + } + + @Override + public void onWindowFocusChanged(boolean hasFocus) { + super.onWindowFocusChanged(hasFocus); + Log.v(TAG, "onWindowFocusChanged(): " + hasFocus); + + if (SDLActivity.mBrokenLibraries) { + return; + } + + mHasFocus = hasFocus; + if (hasFocus) { + mNextNativeState = NativeState.RESUMED; + SDLActivity.getMotionListener().reclaimRelativeMouseModeIfNeeded(); + + SDLActivity.handleNativeState(); + nativeFocusChanged(true); + + } else { + nativeFocusChanged(false); + if (!mHasMultiWindow) { + mNextNativeState = NativeState.PAUSED; + SDLActivity.handleNativeState(); + } + } + } + + @Override + public void onLowMemory() { + Log.v(TAG, "onLowMemory()"); + super.onLowMemory(); + + if (SDLActivity.mBrokenLibraries) { + return; + } + + SDLActivity.nativeLowMemory(); + } + + @Override + public void onConfigurationChanged(Configuration newConfig) { + Log.v(TAG, "onConfigurationChanged()"); + super.onConfigurationChanged(newConfig); + + if (SDLActivity.mBrokenLibraries) { + return; + } + + if (mCurrentLocale == null || !mCurrentLocale.equals(newConfig.locale)) { + mCurrentLocale = newConfig.locale; + SDLActivity.onNativeLocaleChanged(); + } + } + + @Override + protected void onDestroy() { + Log.v(TAG, "onDestroy()"); + + if (mHIDDeviceManager != null) { + HIDDeviceManager.release(mHIDDeviceManager); + mHIDDeviceManager = null; + } + + SDLAudioManager.release(this); + + if (SDLActivity.mBrokenLibraries) { + super.onDestroy(); + return; + } + + if (SDLActivity.mSDLThread != null) { + + // Send Quit event to "SDLThread" thread + SDLActivity.nativeSendQuit(); + + // Wait for "SDLThread" thread to end + try { + SDLActivity.mSDLThread.join(); + } catch(Exception e) { + Log.v(TAG, "Problem stopping SDLThread: " + e); + } + } + + SDLActivity.nativeQuit(); + + super.onDestroy(); + } + + @Override + public void onBackPressed() { + // Check if we want to block the back button in case of mouse right click. + // + // If we do, the normal hardware back button will no longer work and people have to use home, + // but the mouse right click will work. + // + boolean trapBack = SDLActivity.nativeGetHintBoolean("SDL_ANDROID_TRAP_BACK_BUTTON", false); + if (trapBack) { + // Exit and let the mouse handler handle this button (if appropriate) + return; + } + + // Default system back button behavior. + if (!isFinishing()) { + super.onBackPressed(); + } + } + + // Called by JNI from SDL. + public static void manualBackButton() { + mSingleton.pressBackButton(); + } + + // Used to get us onto the activity's main thread + public void pressBackButton() { + runOnUiThread(new Runnable() { + @Override + public void run() { + if (!SDLActivity.this.isFinishing()) { + SDLActivity.this.superOnBackPressed(); + } + } + }); + } + + // Used to access the system back behavior. + public void superOnBackPressed() { + super.onBackPressed(); + } + + @Override + public boolean dispatchKeyEvent(KeyEvent event) { + + if (SDLActivity.mBrokenLibraries) { + return false; + } + + int keyCode = event.getKeyCode(); + // Ignore certain special keys so they're handled by Android + if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN || + keyCode == KeyEvent.KEYCODE_VOLUME_UP || + keyCode == KeyEvent.KEYCODE_CAMERA || + keyCode == KeyEvent.KEYCODE_ZOOM_IN || /* API 11 */ + keyCode == KeyEvent.KEYCODE_ZOOM_OUT /* API 11 */ + ) { + return false; + } + return super.dispatchKeyEvent(event); + } + + /* Transition to next state */ + public static void handleNativeState() { + + if (mNextNativeState == mCurrentNativeState) { + // Already in same state, discard. + return; + } + + // Try a transition to init state + if (mNextNativeState == NativeState.INIT) { + + mCurrentNativeState = mNextNativeState; + return; + } + + // Try a transition to paused state + if (mNextNativeState == NativeState.PAUSED) { + if (mSDLThread != null) { + nativePause(); + } + if (mSurface != null) { + mSurface.handlePause(); + } + mCurrentNativeState = mNextNativeState; + return; + } + + // Try a transition to resumed state + if (mNextNativeState == NativeState.RESUMED) { + if (mSurface.mIsSurfaceReady && mHasFocus && mIsResumedCalled) { + if (mSDLThread == null) { + // This is the entry point to the C app. + // Start up the C app thread and enable sensor input for the first time + // FIXME: Why aren't we enabling sensor input at start? + + mSDLThread = new Thread(new SDLMain(), "SDLThread"); + mSurface.enableSensor(Sensor.TYPE_ACCELEROMETER, true); + mSDLThread.start(); + + // No nativeResume(), don't signal Android_ResumeSem + } else { + nativeResume(); + } + mSurface.handleResume(); + + mCurrentNativeState = mNextNativeState; + } + } + } + + // Messages from the SDLMain thread + static final int COMMAND_CHANGE_TITLE = 1; + static final int COMMAND_CHANGE_WINDOW_STYLE = 2; + static final int COMMAND_TEXTEDIT_HIDE = 3; + static final int COMMAND_SET_KEEP_SCREEN_ON = 5; + + protected static final int COMMAND_USER = 0x8000; + + protected static boolean mFullscreenModeActive; + + /** + * This method is called by SDL if SDL did not handle a message itself. + * This happens if a received message contains an unsupported command. + * Method can be overwritten to handle Messages in a different class. + * @param command the command of the message. + * @param param the parameter of the message. May be null. + * @return if the message was handled in overridden method. + */ + protected boolean onUnhandledMessage(int command, Object param) { + return false; + } + + /** + * A Handler class for Messages from native SDL applications. + * It uses current Activities as target (e.g. for the title). + * static to prevent implicit references to enclosing object. + */ + protected static class SDLCommandHandler extends Handler { + @Override + public void handleMessage(Message msg) { + Context context = SDL.getContext(); + if (context == null) { + Log.e(TAG, "error handling message, getContext() returned null"); + return; + } + switch (msg.arg1) { + case COMMAND_CHANGE_TITLE: + if (context instanceof Activity) { + ((Activity) context).setTitle((String)msg.obj); + } else { + Log.e(TAG, "error handling message, getContext() returned no Activity"); + } + break; + case COMMAND_CHANGE_WINDOW_STYLE: + if (Build.VERSION.SDK_INT >= 19 /* Android 4.4 (KITKAT) */) { + if (context instanceof Activity) { + Window window = ((Activity) context).getWindow(); + if (window != null) { + if ((msg.obj instanceof Integer) && ((Integer) msg.obj != 0)) { + int flags = View.SYSTEM_UI_FLAG_FULLSCREEN | + View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | + View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY | + View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | + View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | + View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.INVISIBLE; + window.getDecorView().setSystemUiVisibility(flags); + window.addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN); + window.clearFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN); + SDLActivity.mFullscreenModeActive = true; + } else { + int flags = View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_VISIBLE; + window.getDecorView().setSystemUiVisibility(flags); + window.addFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN); + window.clearFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN); + SDLActivity.mFullscreenModeActive = false; + } + if (Build.VERSION.SDK_INT >= 28 /* Android 9 (Pie) */) { + window.getAttributes().layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; + } + } + } else { + Log.e(TAG, "error handling message, getContext() returned no Activity"); + } + } + break; + case COMMAND_TEXTEDIT_HIDE: + if (mTextEdit != null) { + // Note: On some devices setting view to GONE creates a flicker in landscape. + // Setting the View's sizes to 0 is similar to GONE but without the flicker. + // The sizes will be set to useful values when the keyboard is shown again. + mTextEdit.setLayoutParams(new RelativeLayout.LayoutParams(0, 0)); + + InputMethodManager imm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); + imm.hideSoftInputFromWindow(mTextEdit.getWindowToken(), 0); + + mScreenKeyboardShown = false; + + mSurface.requestFocus(); + } + break; + case COMMAND_SET_KEEP_SCREEN_ON: + { + if (context instanceof Activity) { + Window window = ((Activity) context).getWindow(); + if (window != null) { + if ((msg.obj instanceof Integer) && ((Integer) msg.obj != 0)) { + window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); + } else { + window.clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); + } + } + } + break; + } + default: + if ((context instanceof SDLActivity) && !((SDLActivity) context).onUnhandledMessage(msg.arg1, msg.obj)) { + Log.e(TAG, "error handling message, command is " + msg.arg1); + } + } + } + } + + // Handler for the messages + Handler commandHandler = new SDLCommandHandler(); + + // Send a message from the SDLMain thread + boolean sendCommand(int command, Object data) { + Message msg = commandHandler.obtainMessage(); + msg.arg1 = command; + msg.obj = data; + boolean result = commandHandler.sendMessage(msg); + + if (Build.VERSION.SDK_INT >= 19 /* Android 4.4 (KITKAT) */) { + if (command == COMMAND_CHANGE_WINDOW_STYLE) { + // Ensure we don't return until the resize has actually happened, + // or 500ms have passed. + + boolean bShouldWait = false; + + if (data instanceof Integer) { + // Let's figure out if we're already laid out fullscreen or not. + Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay(); + DisplayMetrics realMetrics = new DisplayMetrics(); + display.getRealMetrics(realMetrics); + + boolean bFullscreenLayout = ((realMetrics.widthPixels == mSurface.getWidth()) && + (realMetrics.heightPixels == mSurface.getHeight())); + + if ((Integer) data == 1) { + // If we aren't laid out fullscreen or actively in fullscreen mode already, we're going + // to change size and should wait for surfaceChanged() before we return, so the size + // is right back in native code. If we're already laid out fullscreen, though, we're + // not going to change size even if we change decor modes, so we shouldn't wait for + // surfaceChanged() -- which may not even happen -- and should return immediately. + bShouldWait = !bFullscreenLayout; + } else { + // If we're laid out fullscreen (even if the status bar and nav bar are present), + // or are actively in fullscreen, we're going to change size and should wait for + // surfaceChanged before we return, so the size is right back in native code. + bShouldWait = bFullscreenLayout; + } + } + + if (bShouldWait && (SDLActivity.getContext() != null)) { + // We'll wait for the surfaceChanged() method, which will notify us + // when called. That way, we know our current size is really the + // size we need, instead of grabbing a size that's still got + // the navigation and/or status bars before they're hidden. + // + // We'll wait for up to half a second, because some devices + // take a surprisingly long time for the surface resize, but + // then we'll just give up and return. + // + synchronized (SDLActivity.getContext()) { + try { + SDLActivity.getContext().wait(500); + } catch (InterruptedException ie) { + ie.printStackTrace(); + } + } + } + } + } + + return result; + } + + // C functions we call + public static native String nativeGetVersion(); + public static native int nativeSetupJNI(); + public static native int nativeRunMain(String library, String function, Object arguments); + public static native void nativeLowMemory(); + public static native void nativeSendQuit(); + public static native void nativeQuit(); + public static native void nativePause(); + public static native void nativeResume(); + public static native void nativeFocusChanged(boolean hasFocus); + public static native void onNativeDropFile(String filename); + public static native void nativeSetScreenResolution(int surfaceWidth, int surfaceHeight, int deviceWidth, int deviceHeight, float rate); + public static native void onNativeResize(); + public static native void onNativeKeyDown(int keycode); + public static native void onNativeKeyUp(int keycode); + public static native boolean onNativeSoftReturnKey(); + public static native void onNativeKeyboardFocusLost(); + public static native void onNativeMouse(int button, int action, float x, float y, boolean relative); + public static native void onNativeTouch(int touchDevId, int pointerFingerId, + int action, float x, + float y, float p); + public static native void onNativeAccel(float x, float y, float z); + public static native void onNativeClipboardChanged(); + public static native void onNativeSurfaceCreated(); + public static native void onNativeSurfaceChanged(); + public static native void onNativeSurfaceDestroyed(); + public static native String nativeGetHint(String name); + public static native boolean nativeGetHintBoolean(String name, boolean default_value); + public static native void nativeSetenv(String name, String value); + public static native void onNativeOrientationChanged(int orientation); + public static native void nativeAddTouch(int touchId, String name); + public static native void nativePermissionResult(int requestCode, boolean result); + public static native void onNativeLocaleChanged(); + + /** + * This method is called by SDL using JNI. + */ + public static boolean setActivityTitle(String title) { + // Called from SDLMain() thread and can't directly affect the view + return mSingleton.sendCommand(COMMAND_CHANGE_TITLE, title); + } + + /** + * This method is called by SDL using JNI. + */ + public static void setWindowStyle(boolean fullscreen) { + // Called from SDLMain() thread and can't directly affect the view + mSingleton.sendCommand(COMMAND_CHANGE_WINDOW_STYLE, fullscreen ? 1 : 0); + } + + /** + * This method is called by SDL using JNI. + * This is a static method for JNI convenience, it calls a non-static method + * so that is can be overridden + */ + public static void setOrientation(int w, int h, boolean resizable, String hint) + { + if (mSingleton != null) { + mSingleton.setOrientationBis(w, h, resizable, hint); + } + } + + /** + * This can be overridden + */ + public void setOrientationBis(int w, int h, boolean resizable, String hint) + { + int orientation_landscape = -1; + int orientation_portrait = -1; + + /* If set, hint "explicitly controls which UI orientations are allowed". */ + if (hint.contains("LandscapeRight") && hint.contains("LandscapeLeft")) { + orientation_landscape = ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE; + } else if (hint.contains("LandscapeLeft")) { + orientation_landscape = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE; + } else if (hint.contains("LandscapeRight")) { + orientation_landscape = ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE; + } + + /* exact match to 'Portrait' to distinguish with PortraitUpsideDown */ + boolean contains_Portrait = hint.contains("Portrait ") || hint.endsWith("Portrait"); + + if (contains_Portrait && hint.contains("PortraitUpsideDown")) { + orientation_portrait = ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT; + } else if (contains_Portrait) { + orientation_portrait = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; + } else if (hint.contains("PortraitUpsideDown")) { + orientation_portrait = ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT; + } + + boolean is_landscape_allowed = (orientation_landscape != -1); + boolean is_portrait_allowed = (orientation_portrait != -1); + int req; /* Requested orientation */ + + /* No valid hint, nothing is explicitly allowed */ + if (!is_portrait_allowed && !is_landscape_allowed) { + if (resizable) { + /* All orientations are allowed, respecting user orientation lock setting */ + req = ActivityInfo.SCREEN_ORIENTATION_FULL_USER; + } else { + /* Fixed window and nothing specified. Get orientation from w/h of created window */ + req = (w > h ? ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE : ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT); + } + } else { + /* At least one orientation is allowed */ + if (resizable) { + if (is_portrait_allowed && is_landscape_allowed) { + /* hint allows both landscape and portrait, promote to full user */ + req = ActivityInfo.SCREEN_ORIENTATION_FULL_USER; + } else { + /* Use the only one allowed "orientation" */ + req = (is_landscape_allowed ? orientation_landscape : orientation_portrait); + } + } else { + /* Fixed window and both orientations are allowed. Choose one. */ + if (is_portrait_allowed && is_landscape_allowed) { + req = (w > h ? orientation_landscape : orientation_portrait); + } else { + /* Use the only one allowed "orientation" */ + req = (is_landscape_allowed ? orientation_landscape : orientation_portrait); + } + } + } + + Log.v(TAG, "setOrientation() requestedOrientation=" + req + " width=" + w +" height="+ h +" resizable=" + resizable + " hint=" + hint); + mSingleton.setRequestedOrientation(req); + } + + /** + * This method is called by SDL using JNI. + */ + public static void minimizeWindow() { + + if (mSingleton == null) { + return; + } + + Intent startMain = new Intent(Intent.ACTION_MAIN); + startMain.addCategory(Intent.CATEGORY_HOME); + startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); + mSingleton.startActivity(startMain); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean shouldMinimizeOnFocusLoss() { +/* + if (Build.VERSION.SDK_INT >= 24) { + if (mSingleton == null) { + return true; + } + + if (mSingleton.isInMultiWindowMode()) { + return false; + } + + if (mSingleton.isInPictureInPictureMode()) { + return false; + } + } + + return true; +*/ + return false; + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean isScreenKeyboardShown() + { + if (mTextEdit == null) { + return false; + } + + if (!mScreenKeyboardShown) { + return false; + } + + InputMethodManager imm = (InputMethodManager) SDL.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); + return imm.isAcceptingText(); + + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean supportsRelativeMouse() + { + // DeX mode in Samsung Experience 9.0 and earlier doesn't support relative mice properly under + // Android 7 APIs, and simply returns no data under Android 8 APIs. + // + // This is fixed in Samsung Experience 9.5, which corresponds to Android 8.1.0, and + // thus SDK version 27. If we are in DeX mode and not API 27 or higher, as a result, + // we should stick to relative mode. + // + if (Build.VERSION.SDK_INT < 27 /* Android 8.1 (O_MR1) */ && isDeXMode()) { + return false; + } + + return SDLActivity.getMotionListener().supportsRelativeMouse(); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean setRelativeMouseEnabled(boolean enabled) + { + if (enabled && !supportsRelativeMouse()) { + return false; + } + + return SDLActivity.getMotionListener().setRelativeMouseEnabled(enabled); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean sendMessage(int command, int param) { + if (mSingleton == null) { + return false; + } + return mSingleton.sendCommand(command, param); + } + + /** + * This method is called by SDL using JNI. + */ + public static Context getContext() { + return SDL.getContext(); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean isAndroidTV() { + UiModeManager uiModeManager = (UiModeManager) getContext().getSystemService(UI_MODE_SERVICE); + if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION) { + return true; + } + if (Build.MANUFACTURER.equals("MINIX") && Build.MODEL.equals("NEO-U1")) { + return true; + } + if (Build.MANUFACTURER.equals("Amlogic") && Build.MODEL.equals("X96-W")) { + return true; + } + return Build.MANUFACTURER.equals("Amlogic") && Build.MODEL.startsWith("TV"); + } + + public static double getDiagonal() + { + DisplayMetrics metrics = new DisplayMetrics(); + Activity activity = (Activity)getContext(); + if (activity == null) { + return 0.0; + } + activity.getWindowManager().getDefaultDisplay().getMetrics(metrics); + + double dWidthInches = metrics.widthPixels / (double)metrics.xdpi; + double dHeightInches = metrics.heightPixels / (double)metrics.ydpi; + + return Math.sqrt((dWidthInches * dWidthInches) + (dHeightInches * dHeightInches)); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean isTablet() { + // If our diagonal size is seven inches or greater, we consider ourselves a tablet. + return (getDiagonal() >= 7.0); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean isChromebook() { + if (getContext() == null) { + return false; + } + return getContext().getPackageManager().hasSystemFeature("org.chromium.arc.device_management"); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean isDeXMode() { + if (Build.VERSION.SDK_INT < 24 /* Android 7.0 (N) */) { + return false; + } + try { + final Configuration config = getContext().getResources().getConfiguration(); + final Class configClass = config.getClass(); + return configClass.getField("SEM_DESKTOP_MODE_ENABLED").getInt(configClass) + == configClass.getField("semDesktopModeEnabled").getInt(config); + } catch(Exception ignored) { + return false; + } + } + + /** + * This method is called by SDL using JNI. + */ + public static DisplayMetrics getDisplayDPI() { + return getContext().getResources().getDisplayMetrics(); + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean getManifestEnvironmentVariables() { + try { + if (getContext() == null) { + return false; + } + + ApplicationInfo applicationInfo = getContext().getPackageManager().getApplicationInfo(getContext().getPackageName(), PackageManager.GET_META_DATA); + Bundle bundle = applicationInfo.metaData; + if (bundle == null) { + return false; + } + String prefix = "SDL_ENV."; + final int trimLength = prefix.length(); + for (String key : bundle.keySet()) { + if (key.startsWith(prefix)) { + String name = key.substring(trimLength); + String value = bundle.get(key).toString(); + nativeSetenv(name, value); + } + } + /* environment variables set! */ + return true; + } catch (Exception e) { + Log.v(TAG, "exception " + e.toString()); + } + return false; + } + + // This method is called by SDLControllerManager's API 26 Generic Motion Handler. + public static View getContentView() { + return mLayout; + } + + static class ShowTextInputTask implements Runnable { + /* + * This is used to regulate the pan&scan method to have some offset from + * the bottom edge of the input region and the top edge of an input + * method (soft keyboard) + */ + static final int HEIGHT_PADDING = 15; + + public int x, y, w, h; + + public ShowTextInputTask(int x, int y, int w, int h) { + this.x = x; + this.y = y; + this.w = w; + this.h = h; + + /* Minimum size of 1 pixel, so it takes focus. */ + if (this.w <= 0) { + this.w = 1; + } + if (this.h + HEIGHT_PADDING <= 0) { + this.h = 1 - HEIGHT_PADDING; + } + } + + @Override + public void run() { + RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(w, h + HEIGHT_PADDING); + params.leftMargin = x; + params.topMargin = y; + + if (mTextEdit == null) { + mTextEdit = new DummyEdit(SDL.getContext()); + + mLayout.addView(mTextEdit, params); + } else { + mTextEdit.setLayoutParams(params); + } + + mTextEdit.setVisibility(View.VISIBLE); + mTextEdit.requestFocus(); + + InputMethodManager imm = (InputMethodManager) SDL.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); + imm.showSoftInput(mTextEdit, 0); + + mScreenKeyboardShown = true; + } + } + + /** + * This method is called by SDL using JNI. + */ + public static boolean showTextInput(int x, int y, int w, int h) { + // Transfer the task to the main thread as a Runnable + return mSingleton.commandHandler.post(new ShowTextInputTask(x, y, w, h)); + } + + public static boolean isTextInputEvent(KeyEvent event) { + + // Key pressed with Ctrl should be sent as SDL_KEYDOWN/SDL_KEYUP and not SDL_TEXTINPUT + if (event.isCtrlPressed()) { + return false; + } + + return event.isPrintingKey() || event.getKeyCode() == KeyEvent.KEYCODE_SPACE; + } + + public static boolean handleKeyEvent(View v, int keyCode, KeyEvent event, InputConnection ic) { + int deviceId = event.getDeviceId(); + int source = event.getSource(); + + if (source == InputDevice.SOURCE_UNKNOWN) { + InputDevice device = InputDevice.getDevice(deviceId); + if (device != null) { + source = device.getSources(); + } + } + +// if (event.getAction() == KeyEvent.ACTION_DOWN) { +// Log.v("SDL", "key down: " + keyCode + ", deviceId = " + deviceId + ", source = " + source); +// } else if (event.getAction() == KeyEvent.ACTION_UP) { +// Log.v("SDL", "key up: " + keyCode + ", deviceId = " + deviceId + ", source = " + source); +// } + + // Dispatch the different events depending on where they come from + // Some SOURCE_JOYSTICK, SOURCE_DPAD or SOURCE_GAMEPAD are also SOURCE_KEYBOARD + // So, we try to process them as JOYSTICK/DPAD/GAMEPAD events first, if that fails we try them as KEYBOARD + // + // Furthermore, it's possible a game controller has SOURCE_KEYBOARD and + // SOURCE_JOYSTICK, while its key events arrive from the keyboard source + // So, retrieve the device itself and check all of its sources + if (SDLControllerManager.isDeviceSDLJoystick(deviceId)) { + // Note that we process events with specific key codes here + if (event.getAction() == KeyEvent.ACTION_DOWN) { + if (SDLControllerManager.onNativePadDown(deviceId, keyCode) == 0) { + return true; + } + } else if (event.getAction() == KeyEvent.ACTION_UP) { + if (SDLControllerManager.onNativePadUp(deviceId, keyCode) == 0) { + return true; + } + } + } + + if ((source & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) { + // on some devices key events are sent for mouse BUTTON_BACK/FORWARD presses + // they are ignored here because sending them as mouse input to SDL is messy + if ((keyCode == KeyEvent.KEYCODE_BACK) || (keyCode == KeyEvent.KEYCODE_FORWARD)) { + switch (event.getAction()) { + case KeyEvent.ACTION_DOWN: + case KeyEvent.ACTION_UP: + // mark the event as handled or it will be handled by system + // handling KEYCODE_BACK by system will call onBackPressed() + return true; + } + } + } + + if (event.getAction() == KeyEvent.ACTION_DOWN) { + if (isTextInputEvent(event)) { + if (ic != null) { + ic.commitText(String.valueOf((char) event.getUnicodeChar()), 1); + } else { + SDLInputConnection.nativeCommitText(String.valueOf((char) event.getUnicodeChar()), 1); + } + } + onNativeKeyDown(keyCode); + return true; + } else if (event.getAction() == KeyEvent.ACTION_UP) { + onNativeKeyUp(keyCode); + return true; + } + + return false; + } + + /** + * This method is called by SDL using JNI. + */ + public static Surface getNativeSurface() { + if (SDLActivity.mSurface == null) { + return null; + } + return SDLActivity.mSurface.getNativeSurface(); + } + + // Input + + /** + * This method is called by SDL using JNI. + */ + public static void initTouch() { + int[] ids = InputDevice.getDeviceIds(); + + for (int id : ids) { + InputDevice device = InputDevice.getDevice(id); + /* Allow SOURCE_TOUCHSCREEN and also Virtual InputDevices because they can send TOUCHSCREEN events */ + if (device != null && ((device.getSources() & InputDevice.SOURCE_TOUCHSCREEN) == InputDevice.SOURCE_TOUCHSCREEN + || device.isVirtual())) { + + int touchDevId = device.getId(); + /* + * Prevent id to be -1, since it's used in SDL internal for synthetic events + * Appears when using Android emulator, eg: + * adb shell input mouse tap 100 100 + * adb shell input touchscreen tap 100 100 + */ + if (touchDevId < 0) { + touchDevId -= 1; + } + nativeAddTouch(touchDevId, device.getName()); + } + } + } + + // Messagebox + + /** Result of current messagebox. Also used for blocking the calling thread. */ + protected final int[] messageboxSelection = new int[1]; + + /** + * This method is called by SDL using JNI. + * Shows the messagebox from UI thread and block calling thread. + * buttonFlags, buttonIds and buttonTexts must have same length. + * @param buttonFlags array containing flags for every button. + * @param buttonIds array containing id for every button. + * @param buttonTexts array containing text for every button. + * @param colors null for default or array of length 5 containing colors. + * @return button id or -1. + */ + public int messageboxShowMessageBox( + final int flags, + final String title, + final String message, + final int[] buttonFlags, + final int[] buttonIds, + final String[] buttonTexts, + final int[] colors) { + + messageboxSelection[0] = -1; + + // sanity checks + + if ((buttonFlags.length != buttonIds.length) && (buttonIds.length != buttonTexts.length)) { + return -1; // implementation broken + } + + // collect arguments for Dialog + + final Bundle args = new Bundle(); + args.putInt("flags", flags); + args.putString("title", title); + args.putString("message", message); + args.putIntArray("buttonFlags", buttonFlags); + args.putIntArray("buttonIds", buttonIds); + args.putStringArray("buttonTexts", buttonTexts); + args.putIntArray("colors", colors); + + // trigger Dialog creation on UI thread + + runOnUiThread(new Runnable() { + @Override + public void run() { + messageboxCreateAndShow(args); + } + }); + + // block the calling thread + + synchronized (messageboxSelection) { + try { + messageboxSelection.wait(); + } catch (InterruptedException ex) { + ex.printStackTrace(); + return -1; + } + } + + // return selected value + + return messageboxSelection[0]; + } + + protected void messageboxCreateAndShow(Bundle args) { + + // TODO set values from "flags" to messagebox dialog + + // get colors + + int[] colors = args.getIntArray("colors"); + int backgroundColor; + int textColor; + int buttonBorderColor; + int buttonBackgroundColor; + int buttonSelectedColor; + if (colors != null) { + int i = -1; + backgroundColor = colors[++i]; + textColor = colors[++i]; + buttonBorderColor = colors[++i]; + buttonBackgroundColor = colors[++i]; + buttonSelectedColor = colors[++i]; + } else { + backgroundColor = Color.TRANSPARENT; + textColor = Color.TRANSPARENT; + buttonBorderColor = Color.TRANSPARENT; + buttonBackgroundColor = Color.TRANSPARENT; + buttonSelectedColor = Color.TRANSPARENT; + } + + // create dialog with title and a listener to wake up calling thread + + final AlertDialog dialog = new AlertDialog.Builder(this).create(); + dialog.setTitle(args.getString("title")); + dialog.setCancelable(false); + dialog.setOnDismissListener(new DialogInterface.OnDismissListener() { + @Override + public void onDismiss(DialogInterface unused) { + synchronized (messageboxSelection) { + messageboxSelection.notify(); + } + } + }); + + // create text + + TextView message = new TextView(this); + message.setGravity(Gravity.CENTER); + message.setText(args.getString("message")); + if (textColor != Color.TRANSPARENT) { + message.setTextColor(textColor); + } + + // create buttons + + int[] buttonFlags = args.getIntArray("buttonFlags"); + int[] buttonIds = args.getIntArray("buttonIds"); + String[] buttonTexts = args.getStringArray("buttonTexts"); + + final SparseArray