From 5cba5bede11da7bf91947cab2628b1e7c0b15d02 Mon Sep 17 00:00:00 2001 From: FluffaMario <50761036+FluffaMario@users.noreply.github.com> Date: Sun, 30 Jun 2024 06:40:29 -0500 Subject: [PATCH] Updated Player Characters (#85) * Update Player Characters * Oops... * Slipped through * Hopefully this is good now? --- ...2.png => custom_luigi_sideburn.rgba16.png} | Bin ...g => custom_luigi_sideburn_add.rgba16.png} | Bin actors/luigi/custom_luigi_skin.rgba16.png | Bin 292 -> 305 bytes actors/luigi/geo_header.h | 3 +- actors/luigi/model.inc.c | 1579 +-- actors/luigi_cap/geo_header.h | 1 + actors/luigi_cap/model.inc.c | 182 +- .../mario/custom_mario_cap_inside.rgba32.png | Bin 132 -> 0 bytes .../custom_mario_metal_wing_light.rgba16.png | Bin 0 -> 1848 bytes .../custom_mario_metal_wing_shade.rgba16.png | Bin 0 -> 2237 bytes ...stom_mario_metal_wing_tip_light.rgba16.png | Bin 0 -> 4363 bytes ...stom_mario_metal_wing_tip_shade.rgba16.png | Bin 0 -> 1619 bytes ...2.png => custom_mario_sideburn.rgba16.png} | Bin ...g => custom_mario_sideburn_add.rgba16.png} | Bin actors/mario/custom_mario_skin.rgba16.png | Bin 463 -> 293 bytes actors/mario/geo_header.h | 1 + actors/mario/mario_externs.h | 8 +- actors/mario/model.inc.c | 357 +- actors/mario_cap/geo_header.h | 1 + actors/mario_cap/model.inc.c | 192 +- actors/toad_cap/geo.inc.c | 16 +- actors/toad_cap/geo_header.h | 22 +- actors/toad_cap/model.inc.c | 902 +- actors/toad_player/custom_toad_cap.ia16.png | Bin 511 -> 270 bytes actors/toad_player/custom_toad_spots.ia16.png | Bin 578 -> 303 bytes actors/toad_player/geo.inc.c | 8 +- actors/toad_player/model.inc.c | 4318 +++---- actors/waluigi/custom_waluigi_cap.rgba16.png | Bin 367 -> 279 bytes .../custom_waluigi_eyes_center.rgba16.png | Bin 1119 -> 1397 bytes .../custom_waluigi_eyes_closed.rgba16.png | Bin 1000 -> 1247 bytes .../custom_waluigi_eyes_dead.rgba16.png | Bin 1139 -> 1387 bytes ...custom_waluigi_eyes_down_unused.rgba16.png | Bin 1095 -> 1313 bytes ...custom_waluigi_eyes_half_closed.rgba16.png | Bin 1218 -> 1459 bytes ...custom_waluigi_eyes_left_unused.rgba16.png | Bin 1130 -> 1389 bytes ...ustom_waluigi_eyes_right_unused.rgba16.png | Bin 1121 -> 1397 bytes .../custom_waluigi_eyes_up_unused.rgba16.png | Bin 1077 -> 1448 bytes .../waluigi/custom_waluigi_glove.rgba16.png | Bin 241 -> 0 bytes actors/waluigi/custom_waluigi_logo.rgba16.png | Bin 0 -> 278 bytes .../custom_waluigi_logo_blend.rgba16.png | Bin 0 -> 312 bytes .../waluigi/custom_waluigi_metal.rgba16.png | Bin 3769 -> 0 bytes .../waluigi/custom_waluigi_mouth.rgba16.png | Bin 2218 -> 1071 bytes .../custom_waluigi_mouth_dead.rgba16.png | Bin 2229 -> 901 bytes .../custom_waluigi_overalls_button.rgba16.png | Bin 1234 -> 0 bytes .../custom_waluigi_sideburn.rgba16.png | Bin 0 -> 596 bytes .../custom_waluigi_sideburn_add.rgba16.png | Bin 0 -> 390 bytes .../custom_waluigi_sideburns.rgba16.png | Bin 702 -> 0 bytes actors/waluigi/custom_waluigi_skin.rgba16.png | Bin 0 -> 290 bytes actors/waluigi/geo.inc.c | 2213 ++-- actors/waluigi/geo_header.h | 520 +- actors/waluigi/model.inc.c | 10025 ++++++---------- actors/waluigi/waluigi_externs.h | 16 + actors/waluigi/wing_1.rgba16.png | Bin 1341 -> 0 bytes actors/waluigi/wing_2.rgba16.png | Bin 1032 -> 0 bytes actors/waluigi_cap/geo.inc.c | 119 +- actors/waluigi_cap/geo_header.h | 21 + actors/waluigi_cap/model.inc.c | 297 +- actors/wario/custom_wario_cap.rgba16.png | Bin 0 -> 267 bytes actors/wario/custom_wario_logo.rgba16.png | Bin 547 -> 269 bytes .../wario/custom_wario_logo_blend.rgba16.png | Bin 0 -> 476 bytes ...2.png => custom_wario_sideburn.rgba16.png} | Bin ...g => custom_wario_sideburn_add.rgba16.png} | Bin actors/wario/custom_wario_skin.rgba16.png | Bin 296 -> 299 bytes actors/wario/geo.inc.c | 14 +- actors/wario/geo_header.h | 7 +- actors/wario/model.inc.c | 1710 +-- actors/wario/wario_externs.h | 2 + actors/wario_cap/geo.inc.c | 4 + actors/wario_cap/geo_header.h | 2 + actors/wario_cap/model.inc.c | 221 +- data/dynos_mgr_builtin_externs.h | 45 +- data/dynos_mgr_builtin_tex.cpp | 66 +- palettes/Waluigi.ini | 6 +- palettes/Wario.ini | 18 +- src/game/characters.c | 29 +- 74 files changed, 9418 insertions(+), 13507 deletions(-) rename actors/luigi/{custom_luigi_sideburn.rgba32.png => custom_luigi_sideburn.rgba16.png} (100%) rename actors/luigi/{custom_luigi_sideburn_add.rgba32.png => custom_luigi_sideburn_add.rgba16.png} (100%) delete mode 100644 actors/mario/custom_mario_cap_inside.rgba32.png create mode 100644 actors/mario/custom_mario_metal_wing_light.rgba16.png create mode 100644 actors/mario/custom_mario_metal_wing_shade.rgba16.png create mode 100644 actors/mario/custom_mario_metal_wing_tip_light.rgba16.png create mode 100644 actors/mario/custom_mario_metal_wing_tip_shade.rgba16.png rename actors/mario/{custom_mario_sideburn.rgba32.png => custom_mario_sideburn.rgba16.png} (100%) rename actors/mario/{custom_mario_sideburn_add.rgba32.png => custom_mario_sideburn_add.rgba16.png} (100%) delete mode 100644 actors/waluigi/custom_waluigi_glove.rgba16.png create mode 100644 actors/waluigi/custom_waluigi_logo.rgba16.png create mode 100644 actors/waluigi/custom_waluigi_logo_blend.rgba16.png delete mode 100644 actors/waluigi/custom_waluigi_metal.rgba16.png delete mode 100644 actors/waluigi/custom_waluigi_overalls_button.rgba16.png create mode 100644 actors/waluigi/custom_waluigi_sideburn.rgba16.png create mode 100644 actors/waluigi/custom_waluigi_sideburn_add.rgba16.png delete mode 100644 actors/waluigi/custom_waluigi_sideburns.rgba16.png create mode 100644 actors/waluigi/custom_waluigi_skin.rgba16.png create mode 100644 actors/waluigi/waluigi_externs.h delete mode 100644 actors/waluigi/wing_1.rgba16.png delete mode 100644 actors/waluigi/wing_2.rgba16.png create mode 100644 actors/waluigi_cap/geo_header.h create mode 100644 actors/wario/custom_wario_cap.rgba16.png create mode 100644 actors/wario/custom_wario_logo_blend.rgba16.png rename actors/wario/{custom_wario_sideburn.rgba32.png => custom_wario_sideburn.rgba16.png} (100%) rename actors/wario/{custom_wario_sideburn_add.rgba32.png => custom_wario_sideburn_add.rgba16.png} (100%) diff --git a/actors/luigi/custom_luigi_sideburn.rgba32.png b/actors/luigi/custom_luigi_sideburn.rgba16.png similarity index 100% rename from actors/luigi/custom_luigi_sideburn.rgba32.png rename to actors/luigi/custom_luigi_sideburn.rgba16.png diff --git a/actors/luigi/custom_luigi_sideburn_add.rgba32.png b/actors/luigi/custom_luigi_sideburn_add.rgba16.png similarity index 100% rename from actors/luigi/custom_luigi_sideburn_add.rgba32.png rename to actors/luigi/custom_luigi_sideburn_add.rgba16.png diff --git a/actors/luigi/custom_luigi_skin.rgba16.png b/actors/luigi/custom_luigi_skin.rgba16.png index 9799051ffa9d5f01b6e240f563f7e06d4c7c5305..714f2cde41d8345c4870f3977a80b5ad9b233dfd 100644 GIT binary patch delta 227 zcmV<90383M0aM=UZQcJ1bK`kgaw8R9owOU}Vd0 zCk3+7F$~iVEIV{sq~w|!;0oMkOCXgqVebHU-XwswdJsMZ!vQqabNhih0K|YU)riK> zLI`qaGk}$px%wWL0AfIwZrlQp*Imq<0(gr{%l!{9v+5l67+gvzRS%8;5v^yYb>Ip2 z0JZ9YYk-yCO+o+w002ovPDHLkV1h~YWJUl0 delta 214 zcmV;{04e{m0;B?vR)4ukL_t(oN9~tO4uBvG1;P8@S*@XjKeUvxkV%Xi!<&|mYVQ}b zk;~n;A>9G%?lrP3?GAuoc!>)1sxPv04SdrfCBUj4*uD!S1US|E-7q8ISMm&00SuiE zMn(jrL!-l}B_LX9jgo*$Fp>(a4sN~+)T#~{S%gw#)dMJ?-cNc&vjasm1gg~os|A|j zz)FE`IDi5}4-*(3FYJJX1dKr%C!GSW1UVS#eU`V*2d-?y`7=5Ke-|+30by1nGM}h4 Q5C8xG07*qoM6N<$f}|Q)1^@s6 diff --git a/actors/luigi/geo_header.h b/actors/luigi/geo_header.h index 90e8b1e0..ccff7c5e 100644 --- a/actors/luigi/geo_header.h +++ b/actors/luigi/geo_header.h @@ -98,6 +98,7 @@ extern const Gfx luigi_right_hand_cap_wings_half_1_dl[]; extern const Gfx luigi_right_hand_cap_wings_half_2_dl[]; extern const Gfx luigi_right_hand_cap_wings_intial_dl[]; extern const Gfx luigi_right_hand_cap_wings_transparent_intial_dl[]; +extern const Gfx luigi_right_hand_cap_metal_wings_intial_dl[]; extern const Gfx luigi_right_hand_cap_wings_end_dl[]; extern const Gfx luigi_right_hand_cap[]; extern const Gfx luigi_right_hand_cap_wings[]; @@ -113,4 +114,4 @@ extern const Gfx luigi_cap_wings[]; extern const Gfx luigi_cap_wings_transparent[]; extern const Gfx luigi_metal_cap_wings[]; extern const Gfx luigi_metal_cap_wings_transparent[]; -extern const Gfx luigi_material_revert_render_settings[]; \ No newline at end of file +extern const Gfx luigi_material_revert_render_settings[]; diff --git a/actors/luigi/model.inc.c b/actors/luigi/model.inc.c index d284081b..b63a37af 100644 --- a/actors/luigi/model.inc.c +++ b/actors/luigi/model.inc.c @@ -1,3 +1,6 @@ +#include "pc/rom_assets.h" +// Luigi + static const Lights1 luigi_blue_lights_group = gdSPDefLights1( 0x0, 0x0, 0x7f, 0x0, 0x0, 0xff, 0x28, 0x28, 0x28 @@ -34,22 +37,23 @@ static const Lights1 luigi_black_lights_group = gdSPDefLights1( ); #include "actors/mario/mario_externs.h" -#define luigi_texture_metal_shade mario_texture_metal_shade -#define luigi_texture_metal_light mario_texture_metal_light -#define luigi_texture_yellow_button mario_texture_yellow_button -#define luigi_texture_eyes_front mario_texture_eyes_front -#define luigi_texture_eyes_half_closed mario_texture_eyes_half_closed -#define luigi_texture_eyes_closed mario_texture_eyes_closed -#define luigi_texture_eyes_left mario_texture_eyes_left -#define luigi_texture_eyes_right mario_texture_eyes_right -#define luigi_texture_eyes_up mario_texture_eyes_up -#define luigi_texture_eyes_down mario_texture_eyes_down -#define luigi_texture_eyes_dead mario_texture_eyes_dead -#define luigi_texture_wings_half_1 mario_texture_wings_half_1 -#define luigi_texture_wings_half_2 mario_texture_wings_half_2 -#define luigi_texture_metal_wings_half_1 mario_texture_metal_wings_half_1 -#define luigi_texture_metal_wings_half_2 mario_texture_metal_wings_half_2 -#define luigi_texture_cap_inside mario_texture_cap_inside +#define luigi_texture_metal_shade mario_texture_metal_shade +#define luigi_texture_metal_light mario_texture_metal_light +#define luigi_texture_yellow_button mario_texture_yellow_button +#define luigi_texture_eyes_front mario_texture_eyes_front +#define luigi_texture_eyes_half_closed mario_texture_eyes_half_closed +#define luigi_texture_eyes_closed mario_texture_eyes_closed +#define luigi_texture_eyes_left mario_texture_eyes_left +#define luigi_texture_eyes_right mario_texture_eyes_right +#define luigi_texture_eyes_up mario_texture_eyes_up +#define luigi_texture_eyes_down mario_texture_eyes_down +#define luigi_texture_eyes_dead mario_texture_eyes_dead +#define luigi_texture_wings_half_1 mario_texture_wings_half_1 +#define luigi_texture_wings_half_2 mario_texture_wings_half_2 +#define luigi_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define luigi_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define luigi_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define luigi_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light ALIGNED8 const Texture luigi_texture_l_logo[] = { #include "actors/luigi/custom_luigi_logo.rgba16.inc.c" @@ -64,11 +68,11 @@ ALIGNED8 const Texture luigi_texture_l_cap[] = { }; ALIGNED8 const Texture luigi_texture_hair_sideburn[] = { -#include "actors/luigi/custom_luigi_sideburn.rgba32.inc.c" +#include "actors/luigi/custom_luigi_sideburn.rgba16.inc.c" }; ALIGNED8 const Texture luigi_texture_add_sideburn[] = { -#include "actors/luigi/custom_luigi_sideburn_add.rgba32.inc.c" +#include "actors/luigi/custom_luigi_sideburn_add.rgba16.inc.c" }; ALIGNED8 const Texture luigi_texture_skin_sideburn[] = { @@ -402,110 +406,55 @@ const Gfx luigi_left_forearm_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx luigi_left_hand_closed_shared_dl_vertex[44] = { - {{{-18, 45, 8}, 0, {0, 0}, {0x83, 0xF3, 0x13, 0xFF}}}, - {{{-14, -14, -4}, 0, {0, 0}, {0x8C, 0xCD, 0x2, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x98, 0xD2, 0x38, 0xFF}}}, - {{{-10, 26, -38}, 0, {0, 0}, {0xF0, 0x41, 0x94, 0xFF}}}, - {{{17, -38, -39}, 0, {0, 0}, {0x1A, 0xB6, 0x9C, 0xFF}}}, - {{{26, -25, -32}, 0, {0, 0}, {0x9, 0xC7, 0x8F, 0xFF}}}, - {{{4, 24, -31}, 0, {0, 0}, {0xD5, 0x40, 0x9B, 0xFF}}}, - {{{-1, 39, 5}, 0, {0, 0}, {0xEA, 0x6F, 0x3A, 0xFF}}}, - {{{-18, 45, 8}, 0, {0, 0}, {0x2D, 0x72, 0x21, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x44, 0x1B, 0x68, 0xFF}}}, - {{{17, -1, 27}, 0, {0, 0}, {0x0, 0xFD, 0x7F, 0xFF}}}, - {{{34, -41, 3}, 0, {0, 0}, {0x42, 0xA2, 0x36, 0xFF}}}, - {{{27, -58, 6}, 0, {0, 0}, {0x74, 0xD5, 0x1D, 0xFF}}}, - {{{58, -45, 7}, 0, {0, 0}, {0x1, 0x84, 0x1C, 0xFF}}}, - {{{80, -31, -61}, 0, {0, 0}, {0xC, 0xB2, 0x9C, 0xFF}}}, - {{{33, 7, -44}, 0, {0, 0}, {0xC6, 0xFE, 0x8F, 0xFF}}}, - {{{32, 63, -28}, 0, {0, 0}, {0xD0, 0x50, 0xA9, 0xFF}}}, - {{{33, 7, -44}, 0, {0, 0}, {0xC6, 0xFE, 0x8F, 0xFF}}}, - {{{4, 24, -31}, 0, {0, 0}, {0xD5, 0x40, 0x9B, 0xFF}}}, - {{{12, 59, 10}, 0, {0, 0}, {0xA9, 0x59, 0x1B, 0xFF}}}, - {{{-1, 39, 5}, 0, {0, 0}, {0xEA, 0x6F, 0x3A, 0xFF}}}, - {{{36, 6, 42}, 0, {0, 0}, {0xE1, 0xF0, 0x7A, 0xFF}}}, - {{{17, -1, 27}, 0, {0, 0}, {0x0, 0xFD, 0x7F, 0xFF}}}, - {{{34, -41, 3}, 0, {0, 0}, {0x42, 0xA2, 0x36, 0xFF}}}, - {{{58, -45, 7}, 0, {0, 0}, {0x1, 0x84, 0x1C, 0xFF}}}, - {{{107, -26, 4}, 0, {0, 0}, {0x68, 0xC5, 0x2B, 0xFF}}}, - {{{80, -31, -61}, 0, {0, 0}, {0xC, 0xB2, 0x9C, 0xFF}}}, - {{{100, -6, -46}, 0, {0, 0}, {0x64, 0xA, 0xB2, 0xFF}}}, - {{{61, 12, -60}, 0, {0, 0}, {0x0, 0x21, 0x85, 0xFF}}}, - {{{57, 55, -37}, 0, {0, 0}, {0x22, 0x55, 0xA8, 0xFF}}}, - {{{59, 81, 8}, 0, {0, 0}, {0x11, 0x7B, 0x1D, 0xFF}}}, - {{{86, 29, 41}, 0, {0, 0}, {0x4C, 0x20, 0x61, 0xFF}}}, - {{{107, -26, 4}, 0, {0, 0}, {0x68, 0xC5, 0x2B, 0xFF}}}, - {{{99, 40, -16}, 0, {0, 0}, {0x6D, 0x3C, 0xE5, 0xFF}}}, - {{{86, 29, 41}, 0, {0, 0}, {0x4C, 0x20, 0x61, 0xFF}}}, - {{{100, -6, -46}, 0, {0, 0}, {0x64, 0xA, 0xB2, 0xFF}}}, - {{{90, 17, -46}, 0, {0, 0}, {0x43, 0x35, 0xA2, 0xFF}}}, - {{{61, 12, -60}, 0, {0, 0}, {0x0, 0x21, 0x85, 0xFF}}}, - {{{57, 55, -37}, 0, {0, 0}, {0x22, 0x55, 0xA8, 0xFF}}}, - {{{59, 81, 8}, 0, {0, 0}, {0x11, 0x7B, 0x1D, 0xFF}}}, - {{{27, -58, 6}, 0, {0, 0}, {0xA2, 0xAC, 0x12, 0xFF}}}, - {{{-14, -14, -4}, 0, {0, 0}, {0x8C, 0xCD, 0x2, 0xFF}}}, - {{{17, -38, -39}, 0, {0, 0}, {0x1A, 0xB6, 0x9C, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x98, 0xD2, 0x38, 0xFF}}}, -}; +// 0x0400D3E8 +ROM_ASSET_LOAD_VTX(luigi_left_hand_closed_shared_dl_vertex_group1, 0x00114750, 78432, 0x0000d3e8, 256); +// 0x0400D4E8 +ROM_ASSET_LOAD_VTX(luigi_left_hand_closed_shared_dl_vertex_group2, 0x00114750, 78432, 0x0000d4e8, 224); + +// 0x0400D5C8 +ROM_ASSET_LOAD_VTX(luigi_left_hand_closed_shared_dl_vertex_group3, 0x00114750, 78432, 0x0000d5c8, 240); + +// 0x0400D6B8 +ROM_ASSET_LOAD_VTX(luigi_left_hand_closed_shared_dl_vertex_group4, 0x00114750, 78432, 0x0000d6b8, 160); + +// 0x0400D758 - 0x0400D8F0 const Gfx luigi_left_hand_closed_shared_dl[] = { - gsSPVertex(luigi_left_hand_closed_shared_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 6, 3, 0), - gsSP1Triangle(3, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(11, 12, 4, 0), - gsSP1Triangle(4, 5, 11, 0), - gsSP1Triangle(13, 11, 5, 0), - gsSP1Triangle(5, 14, 13, 0), - gsSP1Triangle(5, 15, 14, 0), - gsSP1Triangle(5, 6, 15, 0), - gsSPVertex(luigi_left_hand_closed_shared_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(8, 9, 5, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(12, 11, 10, 0), - gsSP1Triangle(1, 12, 10, 0), - gsSP1Triangle(12, 1, 0, 0), - gsSP1Triangle(12, 0, 13, 0), - gsSP1Triangle(14, 13, 0, 0), - gsSP1Triangle(0, 3, 14, 0), - gsSP1Triangle(5, 14, 3, 0), - gsSP1Triangle(5, 15, 14, 0), - gsSP1Triangle(9, 15, 5, 0), - gsSPVertex(luigi_left_hand_closed_shared_dl_vertex + 32, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(6, 4, 5, 0), - gsSP1Triangle(4, 6, 1, 0), - gsSP1Triangle(7, 1, 6, 0), - gsSP1Triangle(2, 1, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 9, 8, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_left_hand_closed_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 1, 0, 0x0, 2, 1, 7, 0x0), + gsSP2Triangles( 7, 1, 6, 0x0, 6, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 3, 0x0, 9, 3, 2, 0x0), + gsSP2Triangles( 0, 10, 11, 0x0, 12, 10, 0, 0x0), + gsSP1Triangle(13, 14, 15, 0x0), + gsSPVertex(luigi_left_hand_closed_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 5, 1, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 1, 0, 9, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 0, 2, 7, 0x0, 7, 2, 8, 0x0), + gsSP2Triangles( 8, 2, 11, 0x0, 11, 2, 5, 0x0), + gsSP2Triangles( 9, 7, 6, 0x0, 6, 8, 12, 0x0), + gsSP2Triangles(12, 8, 13, 0x0, 13, 5, 4, 0x0), + gsSPVertex(luigi_left_hand_closed_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 1, 4, 0x0, 4, 1, 5, 0x0), + gsSP2Triangles( 5, 1, 0, 0x0, 6, 7, 2, 0x0), + gsSP2Triangles( 8, 2, 3, 0x0, 3, 9, 10, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 11, 7, 6, 0x0), + gsSP2Triangles(10, 12, 13, 0x0, 6, 14, 12, 0x0), + gsSPVertex(luigi_left_hand_closed_shared_dl_vertex_group4, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 1, 5, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 8, 9, 6, 0x0), + gsSP1Triangle( 7, 1, 8, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_left_hand_closed[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in luigi_misc.c gsSPDisplayList(luigi_left_hand_closed_shared_dl), gsSPEndDisplayList(), }; @@ -645,107 +594,51 @@ const Gfx luigi_right_forearm_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx luigi_right_hand_closed_dl_vertex[41] = { - {{{31, -40, -1}, 0, {0, 0}, {0x43, 0xA3, 0xC9, 0xFF}}}, - {{{24, -57, -4}, 0, {0, 0}, {0x74, 0xD4, 0xE6, 0xFF}}}, - {{{4, -3, -33}, 0, {0, 0}, {0x49, 0x1E, 0x9C, 0xFF}}}, - {{{13, -38, 41}, 0, {0, 0}, {0x15, 0xB2, 0x62, 0xFF}}}, - {{{23, -26, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFF}}}, - {{{55, -44, -4}, 0, {0, 0}, {0x0, 0x85, 0xDF, 0xFF}}}, - {{{35, 9, -37}, 0, {0, 0}, {0xE5, 0xF5, 0x84, 0xFF}}}, - {{{15, 0, -23}, 0, {0, 0}, {0x4, 0x1, 0x81, 0xFF}}}, - {{{-2, 41, -1}, 0, {0, 0}, {0xED, 0x71, 0xC9, 0xFF}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0x30, 0x73, 0xE5, 0xFF}}}, - {{{-14, 26, 41}, 0, {0, 0}, {0xED, 0x3D, 0x6E, 0xFF}}}, - {{{1, 24, 35}, 0, {0, 0}, {0xD2, 0x3C, 0x66, 0xFF}}}, - {{{-16, -12, 6}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFF}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0x84, 0xF5, 0xE7, 0xFF}}}, - {{{4, -3, -33}, 0, {0, 0}, {0x9A, 0xD5, 0xC2, 0xFF}}}, - {{{24, -57, -4}, 0, {0, 0}, {0xA1, 0xAF, 0xE7, 0xFF}}}, - {{{29, 6, 49}, 0, {0, 0}, {0xC2, 0xFA, 0x6F, 0xFF}}}, - {{{1, 24, 35}, 0, {0, 0}, {0xD2, 0x3C, 0x66, 0xFF}}}, - {{{23, -26, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFF}}}, - {{{29, 62, 34}, 0, {0, 0}, {0xCE, 0x4D, 0x58, 0xFF}}}, - {{{57, 10, 66}, 0, {0, 0}, {0xFD, 0x1C, 0x7C, 0xFF}}}, - {{{75, -33, 66}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFF}}}, - {{{55, -44, -4}, 0, {0, 0}, {0x0, 0x85, 0xDF, 0xFF}}}, - {{{104, -26, 1}, 0, {0, 0}, {0x69, 0xC5, 0xD7, 0xFF}}}, - {{{35, 9, -37}, 0, {0, 0}, {0xE5, 0xF5, 0x84, 0xFF}}}, - {{{86, 30, -33}, 0, {0, 0}, {0x50, 0x22, 0xA3, 0xFF}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x14, 0x7B, 0xE9, 0xFF}}}, - {{{10, 60, -4}, 0, {0, 0}, {0xAB, 0x5B, 0xE5, 0xFF}}}, - {{{-2, 41, -1}, 0, {0, 0}, {0xED, 0x71, 0xC9, 0xFF}}}, - {{{15, 0, -23}, 0, {0, 0}, {0x4, 0x1, 0x81, 0xFF}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x20, 0x51, 0x5C, 0xFF}}}, - {{{86, 15, 52}, 0, {0, 0}, {0x41, 0x30, 0x62, 0xFF}}}, - {{{96, -8, 52}, 0, {0, 0}, {0x61, 0x6, 0x52, 0xFF}}}, - {{{86, 15, 52}, 0, {0, 0}, {0x41, 0x30, 0x62, 0xFF}}}, - {{{57, 10, 66}, 0, {0, 0}, {0xFD, 0x1C, 0x7C, 0xFF}}}, - {{{75, -33, 66}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFF}}}, - {{{104, -26, 1}, 0, {0, 0}, {0x69, 0xC5, 0xD7, 0xFF}}}, - {{{97, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFF}}}, - {{{86, 30, -33}, 0, {0, 0}, {0x50, 0x22, 0xA3, 0xFF}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x14, 0x7B, 0xE9, 0xFF}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x20, 0x51, 0x5C, 0xFF}}}, -}; +// 0x0400DFF8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_closed_dl_vertex_group1, 0x00114750, 78432, 0x0000dff8, 256); +// 0x0400E0F8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_closed_dl_vertex_group2, 0x00114750, 78432, 0x0000e0f8, 224); + +// 0x0400E1D8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_closed_dl_vertex_group3, 0x00114750, 78432, 0x0000e1d8, 240); + +// 0x0400E2C8 - 0x0400E458 const Gfx luigi_right_hand_closed_dl[] = { - gsSPVertex(luigi_right_hand_closed_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(2, 7, 0, 0), - gsSP1Triangle(8, 7, 2, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(10, 11, 8, 0), - gsSP1Triangle(4, 11, 10, 0), - gsSP1Triangle(10, 3, 4, 0), - gsSP1Triangle(10, 12, 3, 0), - gsSP1Triangle(13, 12, 10, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(15, 12, 14, 0), - gsSP1Triangle(3, 12, 15, 0), - gsSPVertex(luigi_right_hand_closed_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(5, 0, 2, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(11, 8, 12, 0), - gsSP1Triangle(8, 13, 12, 0), - gsSP1Triangle(11, 12, 1, 0), - gsSP1Triangle(3, 11, 1, 0), - gsSP1Triangle(10, 11, 3, 0), - gsSP1Triangle(3, 14, 10, 0), - gsSP1Triangle(14, 3, 4, 0), - gsSP1Triangle(15, 14, 4, 0), - gsSPVertex(luigi_right_hand_closed_dl_vertex + 32, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 0, 3, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(5, 8, 1, 0), - gsSP1Triangle(0, 5, 1, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_closed_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 4, 0x0), + gsSP2Triangles( 2, 5, 6, 0x0, 6, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 8, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 5, 2, 0x0, 11, 12, 13, 0x0), + gsSP2Triangles(13, 12, 14, 0x0, 14, 12, 8, 0x0), + gsSP2Triangles( 8, 12, 9, 0x0, 9, 12, 11, 0x0), + gsSP1Triangle( 3, 15, 0, 0x0), + gsSPVertex(luigi_right_hand_closed_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 8, 7, 1, 0x0, 1, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 10, 7, 6, 0x0), + gsSP2Triangles( 9, 10, 5, 0x0, 10, 11, 5, 0x0), + gsSP2Triangles(11, 12, 5, 0x0, 1, 4, 3, 0x0), + gsSP2Triangles(11, 10, 6, 0x0, 6, 13, 11, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 0, 8, 1, 0x0, 6, 8, 0, 0x0), + gsSPVertex(luigi_right_hand_closed_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 8, 6, 5, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 0, 6, 8, 0x0), + gsSP2Triangles(10, 11, 1, 0x0, 11, 9, 1, 0x0), + gsSP2Triangles(11, 12, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(13, 5, 3, 0x0, 3, 9, 14, 0x0), + gsSP1Triangle(14, 13, 3, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_right_hand_closed[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in luigi_misc.c gsSPDisplayList(luigi_right_hand_closed_dl), gsSPEndDisplayList(), }; @@ -1958,30 +1851,28 @@ const Gfx luigi_hair_sideburn_decal_cap_on[] = { gsSPTexture(65535, 65535, 0, 0, 1), gsSPLight(&luigi_black_lights_group.l, 1), gsSPCopyLightEXT(2, 11), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, luigi_texture_hair_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, luigi_texture_add_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_hair_sideburn_cap_on_dl), gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_skin_sideburn), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), gsSPDisplayList(luigi_hair_sideburn_cap_on_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -1991,10 +1882,8 @@ const Gfx luigi_hair_sideburn_decal_cap_on[] = { const Gfx luigi_l_logo_decal[] = { gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, COMBINED, TEXEL0, PRIMITIVE, COMBINED, 0, 0, 0, COMBINED), - gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetPrimColor(0, 0, 127, 127, 127, 255), gsSPLight(&luigi_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_logo), @@ -2008,19 +1897,21 @@ const Gfx luigi_l_logo_decal[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_l_logo_dl), - gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_l_cap), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_l_logo_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -2727,30 +2618,28 @@ const Gfx luigi_hair_sideburn_decal_cap_off[] = { gsSPTexture(65535, 65535, 0, 0, 1), gsSPLight(&luigi_black_lights_group.l, 1), gsSPCopyLightEXT(2, 11), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, luigi_texture_hair_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, luigi_texture_add_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_hair_sideburn_cap_off_dl), gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_skin_sideburn), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), gsSPDisplayList(luigi_hair_sideburn_cap_off_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -2966,292 +2855,142 @@ const Gfx luigi_metal_cap_off_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx luigi_left_hand_open_shared_dl_vertex[63] = { - {{{20, -27, -27}, 0, {0, 0}, {0x8, 0xBF, 0x93, 0x0}}}, - {{{13, -39, -31}, 0, {0, 0}, {0x18, 0x99, 0xB9, 0x0}}}, - {{{-10, 14, -43}, 0, {0, 0}, {0xD3, 0x19, 0x8C, 0x0}}}, - {{{1, -33, -23}, 0, {0, 0}, {0x9B, 0xBA, 0xE0, 0x0}}}, - {{{6, -38, 7}, 0, {0, 0}, {0xAD, 0xAA, 0x2B, 0x0}}}, - {{{20, -46, 12}, 0, {0, 0}, {0x26, 0x9D, 0x46, 0x0}}}, - {{{26, -32, 6}, 0, {0, 0}, {0x34, 0xA5, 0x48, 0x0}}}, - {{{20, -27, -27}, 0, {0, 0}, {0x9, 0xBF, 0x93, 0x0}}}, - {{{41, -37, -36}, 0, {0, 0}, {0xD8, 0x9A, 0xBF, 0x0}}}, - {{{25, -1, -44}, 0, {0, 0}, {0xE4, 0xE0, 0x88, 0x0}}}, - {{{1, 15, -37}, 0, {0, 0}, {0xD2, 0x9, 0x8A, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{-17, 40, -8}, 0, {0, 0}, {0xBC, 0x69, 0x16, 0x0}}}, - {{{-20, 22, -7}, 0, {0, 0}, {0x83, 0x6, 0x14, 0x0}}}, - {{{-15, 4, -32}, 0, {0, 0}, {0x88, 0xDD, 0xE7, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{2, 3, 26}, 0, {0, 0}, {0xF5, 0x17, 0x7C, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{6, -38, 7}, 0, {0, 0}, {0xAD, 0xAA, 0x2B, 0x0}}}, - {{{20, -46, 12}, 0, {0, 0}, {0x26, 0x9D, 0x46, 0x0}}}, - {{{26, -32, 6}, 0, {0, 0}, {0x34, 0xA5, 0x48, 0x0}}}, - {{{11, 5, 17}, 0, {0, 0}, {0xFF, 0x1B, 0x7C, 0x0}}}, - {{{26, 16, 28}, 0, {0, 0}, {0xDA, 0xC, 0x79, 0x0}}}, - {{{45, -34, 10}, 0, {0, 0}, {0xFE, 0x99, 0x4B, 0x0}}}, - {{{41, -37, -36}, 0, {0, 0}, {0xD8, 0x9A, 0xBF, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{76, -18, -48}, 0, {0, 0}, {0x27, 0xA, 0x87, 0x0}}}, - {{{25, -1, -44}, 0, {0, 0}, {0xE4, 0xE0, 0x88, 0x0}}}, - {{{26, 41, -41}, 0, {0, 0}, {0x5, 0x34, 0x8C, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{1, 15, -37}, 0, {0, 0}, {0xD2, 0x9, 0x8A, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{6, 53, -9}, 0, {0, 0}, {0xAF, 0x61, 0x0, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{26, 16, 28}, 0, {0, 0}, {0xDA, 0xC, 0x79, 0x0}}}, - {{{11, 5, 17}, 0, {0, 0}, {0xFF, 0x1B, 0x7C, 0x0}}}, - {{{2, 3, 26}, 0, {0, 0}, {0xF5, 0x17, 0x7C, 0x0}}}, - {{{-17, 40, -8}, 0, {0, 0}, {0xBC, 0x69, 0x16, 0x0}}}, - {{{-20, 22, -7}, 0, {0, 0}, {0x83, 0x6, 0x14, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{-15, 4, -32}, 0, {0, 0}, {0x88, 0xDD, 0xE7, 0x0}}}, - {{{70, 89, -20}, 0, {0, 0}, {0xEC, 0x7D, 0xF6, 0x0}}}, - {{{77, 41, 21}, 0, {0, 0}, {0x1D, 0x2A, 0x74, 0x0}}}, - {{{83, -17, 10}, 0, {0, 0}, {0x4E, 0xBC, 0x4B, 0x0}}}, - {{{45, -34, 10}, 0, {0, 0}, {0xFE, 0x99, 0x4B, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{89, -6, -27}, 0, {0, 0}, {0x5D, 0xF5, 0xAA, 0x0}}}, - {{{76, -18, -48}, 0, {0, 0}, {0x27, 0xA, 0x87, 0x0}}}, - {{{89, -6, -27}, 0, {0, 0}, {0x5D, 0xF5, 0xAA, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{69, 10, -36}, 0, {0, 0}, {0x35, 0x1C, 0x90, 0x0}}}, - {{{26, 41, -41}, 0, {0, 0}, {0x5, 0x34, 0x8C, 0x0}}}, - {{{78, 59, -34}, 0, {0, 0}, {0xFE, 0xB, 0x81, 0x0}}}, - {{{70, 89, -20}, 0, {0, 0}, {0xEC, 0x7D, 0xF6, 0x0}}}, - {{{6, 53, -9}, 0, {0, 0}, {0xAF, 0x61, 0x0, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{119, 70, -42}, 0, {0, 0}, {0x3D, 0x44, 0xA8, 0x0}}}, - {{{133, 28, -40}, 0, {0, 0}, {0x46, 0xC9, 0xA5, 0x0}}}, - {{{141, 34, -7}, 0, {0, 0}, {0x78, 0xC, 0x29, 0x0}}}, - {{{121, 73, -21}, 0, {0, 0}, {0x47, 0x60, 0x2B, 0x0}}}, - {{{77, 41, 21}, 0, {0, 0}, {0x1D, 0x2A, 0x74, 0x0}}}, - {{{83, -17, 10}, 0, {0, 0}, {0x4E, 0xBC, 0x4B, 0x0}}}, -}; +// 0x04019538 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group1, 0x00114750, 78432, 0x00019538, 224); +// 0x04019618 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group2, 0x00114750, 78432, 0x00019618, 256); + +// 0x04019718 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group3, 0x00114750, 78432, 0x00019718, 256); + +// 0x04019818 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group4, 0x00114750, 78432, 0x00019818, 256); + +// 0x04019918 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group5, 0x00114750, 78432, 0x00019918, 256); + +// 0x04019A18 +ROM_ASSET_LOAD_VTX(luigi_left_hand_open_shared_dl_vertex_group6, 0x00114750, 78432, 0x00019a18, 80); + +// 0x04019A68 - 0x04019CA0 const Gfx luigi_left_hand_open_shared_dl[] = { - gsSPVertex(luigi_left_hand_open_shared_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(4, 3, 1, 0), - gsSP1Triangle(5, 4, 1, 0), - gsSP1Triangle(6, 5, 1, 0), - gsSP1Triangle(1, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(2, 10, 7, 0), - gsSP1Triangle(11, 10, 2, 0), - gsSP1Triangle(2, 12, 11, 0), - gsSP1Triangle(2, 13, 12, 0), - gsSP1Triangle(2, 14, 13, 0), - gsSP1Triangle(3, 14, 2, 0), - gsSP1Triangle(15, 14, 3, 0), - gsSP1Triangle(3, 4, 15, 0), - gsSPVertex(luigi_left_hand_open_shared_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(4, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(8, 11, 10, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(11, 13, 12, 0), - gsSP1Triangle(14, 13, 11, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(luigi_left_hand_open_shared_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(3, 10, 1, 0), - gsSP1Triangle(3, 11, 10, 0), - gsSP1Triangle(12, 11, 3, 0), - gsSP1Triangle(13, 12, 3, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(14, 15, 12, 0), - gsSPVertex(luigi_left_hand_open_shared_dl_vertex + 48, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(7, 4, 8, 0), - gsSP1Triangle(9, 5, 6, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 11, 9, 0), - gsSP1Triangle(6, 12, 9, 0), - gsSP1Triangle(12, 6, 13, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(10, 11, 14, 0), - gsSP1Triangle(1, 10, 14, 0), - gsSP1Triangle(5, 10, 1, 0), - gsSP1Triangle(3, 5, 1, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 3, 7, 0x0), + gsSP2Triangles( 1, 0, 5, 0x0, 5, 4, 1, 0x0), + gsSP2Triangles( 5, 3, 6, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 8, 11, 9, 0x0, 12, 13, 11, 0x0), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 0, 10, 7, 0x0, 11, 10, 0, 0x0), + gsSP2Triangles(12, 13, 11, 0x0, 9, 8, 13, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 10, 14, 7, 0x0), + gsSP2Triangles(11, 14, 10, 0x0, 13, 4, 11, 0x0), + gsSP2Triangles( 8, 5, 13, 0x0, 3, 15, 1, 0x0), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 1, 9, 10, 0x0, 5, 11, 1, 0x0), + gsSP2Triangles(12, 13, 5, 0x0, 14, 9, 15, 0x0), + gsSP1Triangle( 4, 7, 12, 0x0), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 7, 0, 2, 0x0), + gsSP2Triangles( 8, 6, 5, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 3, 2, 0x0, 2, 12, 11, 0x0), + gsSP2Triangles( 3, 13, 9, 0x0, 6, 0, 7, 0x0), + gsSP2Triangles( 7, 4, 9, 0x0, 10, 14, 15, 0x0), + gsSP1Triangle(15, 14, 11, 0x0), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 2, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 8, 0x0, 11, 10, 4, 0x0), + gsSP2Triangles( 7, 12, 11, 0x0, 9, 12, 7, 0x0), + gsSP2Triangles( 6, 3, 1, 0x0, 6, 5, 3, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 14, 10, 11, 0x0), + gsSP2Triangles( 8, 10, 15, 0x0, 10, 14, 15, 0x0), + gsSPVertex(luigi_left_hand_open_shared_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_left_hand_open[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in luigi_misc.c gsSPDisplayList(luigi_left_hand_open_shared_dl), gsSPEndDisplayList(), }; -static const Vtx luigi_right_hand_open_dl_vertex[61] = { - {{{75, 11, 32}, 0, {0, 0}, {0x3C, 0x23, 0x6A, 0x0}}}, - {{{84, 59, 25}, 0, {0, 0}, {0x4, 0x15, 0x7D, 0x0}}}, - {{{34, 43, 36}, 0, {0, 0}, {0xC, 0x3D, 0x6F, 0x0}}}, - {{{76, 88, 9}, 0, {0, 0}, {0xEF, 0x7E, 0x0, 0x0}}}, - {{{124, 69, 30}, 0, {0, 0}, {0x45, 0x4A, 0x4E, 0x0}}}, - {{{136, 28, 31}, 0, {0, 0}, {0x4A, 0xCF, 0x5B, 0x0}}}, - {{{93, -5, 22}, 0, {0, 0}, {0x62, 0xFA, 0x51, 0x0}}}, - {{{75, 11, 32}, 0, {0, 0}, {0x3D, 0x23, 0x6A, 0x0}}}, - {{{81, -15, 45}, 0, {0, 0}, {0x2F, 0x13, 0x75, 0x0}}}, - {{{32, 2, 43}, 0, {0, 0}, {0xE9, 0xEB, 0x7B, 0x0}}}, - {{{20, 33, 48}, 0, {0, 0}, {0xBF, 0x32, 0x61, 0x0}}}, - {{{13, 53, 5}, 0, {0, 0}, {0xB0, 0x63, 0xFC, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{81, 37, -28}, 0, {0, 0}, {0x18, 0x20, 0x87, 0x0}}}, - {{{125, 71, 9}, 0, {0, 0}, {0x47, 0x5B, 0xCB, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{86, -19, -13}, 0, {0, 0}, {0x49, 0xB6, 0xB8, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{136, 28, 31}, 0, {0, 0}, {0x4A, 0xCF, 0x5B, 0x0}}}, - {{{93, -5, 22}, 0, {0, 0}, {0x62, 0xFA, 0x51, 0x0}}}, - {{{93, -45, 36}, 0, {0, 0}, {0x58, 0xAB, 0x23, 0x0}}}, - {{{81, -15, 45}, 0, {0, 0}, {0x2F, 0x13, 0x75, 0x0}}}, - {{{46, -35, 37}, 0, {0, 0}, {0xD8, 0xA1, 0x4B, 0x0}}}, - {{{32, 2, 43}, 0, {0, 0}, {0xE9, 0xEB, 0x7B, 0x0}}}, - {{{26, -24, 28}, 0, {0, 0}, {0xD, 0xC8, 0x71, 0x0}}}, - {{{9, 18, 35}, 0, {0, 0}, {0xD8, 0x13, 0x77, 0x0}}}, - {{{20, 33, 48}, 0, {0, 0}, {0xBF, 0x32, 0x61, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{13, 53, 5}, 0, {0, 0}, {0xB0, 0x63, 0xFC, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{16, 4, -17}, 0, {0, 0}, {0xF9, 0x11, 0x82, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{48, -35, -9}, 0, {0, 0}, {0xF7, 0x94, 0xBE, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{86, -19, -13}, 0, {0, 0}, {0x49, 0xB6, 0xB8, 0x0}}}, - {{{81, 37, -28}, 0, {0, 0}, {0x18, 0x20, 0x87, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{125, 71, 9}, 0, {0, 0}, {0x47, 0x5B, 0xCB, 0x0}}}, - {{{93, -45, 36}, 0, {0, 0}, {0x58, 0xAB, 0x23, 0x0}}}, - {{{46, -35, 37}, 0, {0, 0}, {0xD8, 0xA1, 0x4B, 0x0}}}, - {{{26, -24, 28}, 0, {0, 0}, {0xD, 0xC8, 0x71, 0x0}}}, - {{{19, -36, 33}, 0, {0, 0}, {0x1A, 0x9F, 0x4E, 0x0}}}, - {{{-1, 18, 42}, 0, {0, 0}, {0xD9, 0x23, 0x74, 0x0}}}, - {{{9, 18, 35}, 0, {0, 0}, {0xD8, 0x13, 0x77, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{-9, 41, 5}, 0, {0, 0}, {0xBB, 0x67, 0xE5, 0x0}}}, - {{{7, 1, -26}, 0, {0, 0}, {0xEE, 0xD, 0x83, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{16, 4, -17}, 0, {0, 0}, {0xF9, 0x11, 0x82, 0x0}}}, - {{{7, 1, -26}, 0, {0, 0}, {0xEE, 0xD, 0x83, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{25, -46, -9}, 0, {0, 0}, {0x21, 0x97, 0xC1, 0x0}}}, - {{{19, -36, 33}, 0, {0, 0}, {0x1A, 0x9F, 0x4E, 0x0}}}, - {{{11, -38, -3}, 0, {0, 0}, {0xA9, 0xAA, 0xE0, 0x0}}}, - {{{7, -30, 26}, 0, {0, 0}, {0x9A, 0xC0, 0x29, 0x0}}}, - {{{-1, 18, 42}, 0, {0, 0}, {0xD9, 0x23, 0x74, 0x0}}}, - {{{-7, 7, 32}, 0, {0, 0}, {0x89, 0xE2, 0x20, 0x0}}}, - {{{-12, 23, 6}, 0, {0, 0}, {0x82, 0x7, 0xF1, 0x0}}}, - {{{-9, 41, 5}, 0, {0, 0}, {0xBB, 0x67, 0xE5, 0x0}}}, - {{{0, -4, -15}, 0, {0, 0}, {0x8C, 0xDA, 0xDC, 0x0}}}, -}; +// 0x04019CC0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group1, 0x00114750, 78432, 0x00019cc0, 224); +// 0x04019DA0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group2, 0x00114750, 78432, 0x00019da0, 256); + +// 0x04019EA0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group3, 0x00114750, 78432, 0x00019ea0, 256); + +// 0x04019FA0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group4, 0x00114750, 78432, 0x00019fa0, 256); + +// 0x0401A0A0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group5, 0x00114750, 78432, 0x0001a0a0, 256); + +// 0x0401A1A0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_open_dl_vertex_group6, 0x00114750, 78432, 0x0001a1a0, 80); + +// 0x0401A1F0 - 0x0401A428 const Gfx luigi_right_hand_open_dl[] = { - gsSPVertex(luigi_right_hand_open_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(5, 4, 1, 0), - gsSP1Triangle(6, 5, 1, 0), - gsSP1Triangle(6, 1, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 2, 8, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(2, 10, 9, 0), - gsSP1Triangle(10, 2, 11, 0), - gsSP1Triangle(3, 11, 2, 0), - gsSP1Triangle(11, 3, 12, 0), - gsSP1Triangle(3, 13, 12, 0), - gsSP1Triangle(13, 3, 14, 0), - gsSP1Triangle(4, 14, 3, 0), - gsSP1Triangle(4, 15, 14, 0), - gsSP1Triangle(5, 15, 4, 0), - gsSPVertex(luigi_right_hand_open_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 3, 5, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(luigi_right_hand_open_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(7, 8, 1, 0), - gsSP1Triangle(1, 8, 2, 0), - gsSP1Triangle(8, 9, 2, 0), - gsSP1Triangle(2, 9, 10, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(luigi_right_hand_open_dl_vertex + 48, 13, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(3, 4, 2, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(8, 7, 5, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(2, 10, 11, 0), - gsSP1Triangle(2, 12, 10, 0), - gsSP1Triangle(6, 12, 2, 0), - gsSP1Triangle(4, 6, 2, 0), - gsSP1Triangle(12, 6, 7, 0), - gsSP1Triangle(7, 9, 12, 0), - gsSP1Triangle(9, 10, 12, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_open_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 3, 4, 0x0), + gsSP2Triangles( 5, 2, 1, 0x0, 1, 6, 5, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 11, 10, 0x0, 11, 12, 13, 0x0), + gsSPVertex(luigi_right_hand_open_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 10, 2, 0x0, 2, 10, 11, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 12, 8, 7, 0x0), + gsSP2Triangles( 8, 5, 9, 0x0, 9, 14, 10, 0x0), + gsSP2Triangles(10, 14, 11, 0x0, 11, 6, 12, 0x0), + gsSP2Triangles(12, 5, 8, 0x0, 1, 15, 3, 0x0), + gsSPVertex(luigi_right_hand_open_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 1, 0x0, 1, 11, 4, 0x0), + gsSP2Triangles( 4, 12, 13, 0x0, 14, 10, 15, 0x0), + gsSP1Triangle(13, 7, 5, 0x0), + gsSPVertex(luigi_right_hand_open_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 0, 2, 5, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles( 0, 4, 11, 0x0, 11, 12, 0, 0x0), + gsSP2Triangles(10, 13, 4, 0x0, 5, 2, 6, 0x0), + gsSP2Triangles(10, 3, 5, 0x0, 14, 15, 9, 0x0), + gsSP1Triangle(11, 15, 14, 0x0), + gsSPVertex(luigi_right_hand_open_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 1, 0x0), + gsSP2Triangles( 5, 4, 3, 0x0, 6, 7, 5, 0x0), + gsSP2Triangles( 2, 7, 6, 0x0, 8, 9, 0, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 3, 10, 11, 0x0), + gsSP2Triangles(11, 12, 6, 0x0, 6, 12, 8, 0x0), + gsSP2Triangles( 1, 4, 7, 0x0, 4, 5, 7, 0x0), + gsSP2Triangles(13, 12, 11, 0x0, 11, 10, 14, 0x0), + gsSP2Triangles(15, 10, 9, 0x0, 15, 14, 10, 0x0), + gsSPVertex(luigi_right_hand_open_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_right_hand_open[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in luigi_misc.c gsSPDisplayList(luigi_right_hand_open_dl), gsSPEndDisplayList(), }; @@ -3265,259 +3004,117 @@ const Gfx luigi_metal_right_hand_open[] = { gsSPEndDisplayList(), }; -static const Vtx luigi_right_hand_cap_l_logo_dl_vertex[5] = { - {{{131, 47, -1}, 0, {1104, 228}, {0xD7, 0x60, 0xB8, 0xFE}}}, - {{{107, -19, -33}, 0, {474, 32}, {0xD1, 0xE, 0x8B, 0xFE}}}, - {{{78, 11, 40}, 0, {772, 818}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{70, -52, 35}, 0, {196, 800}, {0xC5, 0xDE, 0x95, 0xFE}}}, - {{{114, -92, -11}, 0, {-148, 188}, {0xC3, 0xB7, 0xAB, 0xFE}}}, -}; +// 0x0401A478 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_l_logo_dl_vertex, 0x00114750, 78432, 0x0001a478, 80); -static const Vtx luigi_right_hand_cap_hand_position_dl_vertex[46] = { - {{{1, 24, 35}, 0, {0, 0}, {0xD4, 0x3C, 0x67, 0xFE}}}, - {{{29, 7, 48}, 0, {0, 0}, {0xC2, 0xFA, 0x6F, 0xFE}}}, - {{{29, 62, 34}, 0, {0, 0}, {0xCD, 0x4D, 0x58, 0xFE}}}, - {{{23, -25, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFE}}}, - {{{-13, 26, 41}, 0, {0, 0}, {0xEE, 0x3C, 0x6F, 0xFE}}}, - {{{-2, 41, 0}, 0, {0, 0}, {0xEE, 0x72, 0xCA, 0xFE}}}, - {{{11, 60, -3}, 0, {0, 0}, {0xAA, 0x5A, 0xE6, 0xFE}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x13, 0x7B, 0xE8, 0xFE}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x1F, 0x51, 0x5D, 0xFE}}}, - {{{56, 11, 65}, 0, {0, 0}, {0xFC, 0x1B, 0x7C, 0xFE}}}, - {{{75, -32, 65}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{31, -39, 0}, 0, {0, 0}, {0x42, 0xA2, 0xCA, 0xFE}}}, - {{{13, -37, 41}, 0, {0, 0}, {0x12, 0xB0, 0x61, 0xFE}}}, - {{{-15, -12, 7}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{4, -3, -32}, 0, {0, 0}, {0x11, 0x6, 0x82, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{-2, 41, 0}, 0, {0, 0}, {0xEE, 0x72, 0xCA, 0xFE}}}, - {{{16, 1, -22}, 0, {0, 0}, {0x4, 0x0, 0x81, 0xFE}}}, - {{{35, 9, -36}, 0, {0, 0}, {0xE4, 0xF4, 0x85, 0xFE}}}, - {{{11, 60, -3}, 0, {0, 0}, {0xAA, 0x5A, 0xE6, 0xFE}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x13, 0x7B, 0xE8, 0xFE}}}, - {{{85, 30, -32}, 0, {0, 0}, {0x4F, 0x21, 0xA2, 0xFE}}}, - {{{96, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFE}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x1F, 0x51, 0x5D, 0xFE}}}, - {{{85, 15, 52}, 0, {0, 0}, {0x40, 0x30, 0x63, 0xFE}}}, - {{{56, 11, 65}, 0, {0, 0}, {0xFC, 0x1B, 0x7C, 0xFE}}}, - {{{95, -8, 52}, 0, {0, 0}, {0x60, 0x6, 0x52, 0xFE}}}, - {{{75, -32, 65}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFE}}}, - {{{103, -25, 1}, 0, {0, 0}, {0x68, 0xC4, 0xD6, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{35, 9, -36}, 0, {0, 0}, {0xE4, 0xF4, 0x85, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{31, -39, 0}, 0, {0, 0}, {0x42, 0xA2, 0xCA, 0xFE}}}, - {{{16, 1, -22}, 0, {0, 0}, {0x4, 0x0, 0x81, 0xFE}}}, - {{{4, -3, -32}, 0, {0, 0}, {0x11, 0x6, 0x82, 0xFE}}}, - {{{24, -55, -4}, 0, {0, 0}, {0x4, 0x8A, 0xD1, 0xFE}}}, - {{{13, -37, 41}, 0, {0, 0}, {0x12, 0xB0, 0x61, 0xFE}}}, - {{{-15, -12, 7}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{85, 30, -32}, 0, {0, 0}, {0x4F, 0x21, 0xA2, 0xFE}}}, - {{{103, -25, 1}, 0, {0, 0}, {0x68, 0xC4, 0xD6, 0xFE}}}, - {{{96, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFE}}}, - {{{95, -8, 52}, 0, {0, 0}, {0x60, 0x6, 0x52, 0xFE}}}, - {{{85, 15, 52}, 0, {0, 0}, {0x40, 0x30, 0x63, 0xFE}}}, -}; +// 0x0401A4C8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_hand_position_dl_vertex_group1, 0x00114750, 78432, 0x0001a4c8, 240); -static const Vtx luigi_right_hand_cap_top_dl_vertex[51] = { - {{{192, 11, -2}, 0, {0, 0}, {0x4C, 0x29, 0xA2, 0xFE}}}, - {{{107, -19, -33}, 0, {0, 0}, {0xD1, 0xE, 0x8B, 0xFE}}}, - {{{131, 47, -1}, 0, {0, 0}, {0xD7, 0x60, 0xB8, 0xFE}}}, - {{{182, -72, -8}, 0, {0, 0}, {0x4E, 0xD9, 0xA3, 0xFE}}}, - {{{192, 11, -2}, 0, {0, 0}, {0x4B, 0x29, 0xA2, 0xFE}}}, - {{{114, -92, -11}, 0, {0, 0}, {0xC3, 0xB7, 0xAB, 0xFE}}}, - {{{151, -168, 67}, 0, {0, 0}, {0xF4, 0x87, 0xDC, 0xFE}}}, - {{{228, -121, 117}, 0, {0, 0}, {0x67, 0xCD, 0xCB, 0xFE}}}, - {{{246, 29, 128}, 0, {0, 0}, {0x73, 0x20, 0xD4, 0xFE}}}, - {{{183, 100, 86}, 0, {0, 0}, {0x11, 0x7C, 0xED, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{78, 11, 40}, 0, {0, 0}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{70, -52, 35}, 0, {0, 0}, {0xC5, 0xDE, 0x95, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{78, 11, 40}, 0, {0, 0}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{29, -82, 43}, 0, {0, 0}, {0x94, 0xBD, 0x0, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{114, -92, -11}, 0, {0, 0}, {0xC3, 0xB7, 0xAB, 0xFE}}}, - {{{151, -168, 67}, 0, {0, 0}, {0xF4, 0x87, 0xDC, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{181, -167, 138}, 0, {0, 0}, {0x6, 0x87, 0x26, 0xFE}}}, - {{{228, -121, 117}, 0, {0, 0}, {0x67, 0xCD, 0xCB, 0xFE}}}, - {{{273, -105, 188}, 0, {0, 0}, {0x60, 0xBF, 0x34, 0xFE}}}, - {{{285, -6, 196}, 0, {0, 0}, {0x7A, 0x23, 0xB, 0xFE}}}, - {{{246, 29, 128}, 0, {0, 0}, {0x73, 0x20, 0xD4, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{273, -105, 188}, 0, {0, 0}, {0x60, 0xBF, 0x34, 0xFE}}}, - {{{285, -6, 196}, 0, {0, 0}, {0x7A, 0x23, 0xB, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, - {{{216, -104, 220}, 0, {0, 0}, {0xE5, 0xCC, 0x71, 0xFE}}}, - {{{181, -167, 138}, 0, {0, 0}, {0x6, 0x87, 0x26, 0xFE}}}, - {{{171, -129, 178}, 0, {0, 0}, {0xB2, 0xD1, 0x59, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{65, -53, 55}, 0, {0, 0}, {0xB6, 0x1, 0x67, 0xFE}}}, - {{{29, -82, 43}, 0, {0, 0}, {0x94, 0xBD, 0x0, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, -}; +// 0x0401A5B8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_hand_position_dl_vertex_group2, 0x00114750, 78432, 0x0001a5b8, 256); -static const Vtx luigi_right_hand_cap_bottom_dl_vertex[10] = { - {{{65, -53, 55}, 0, {0, 0}, {0xB6, 0x1, 0x67, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{171, -129, 178}, 0, {0, 0}, {0xB2, 0xD1, 0x59, 0xFE}}}, - {{{216, -104, 220}, 0, {0, 0}, {0xE5, 0xCC, 0x71, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, -}; +// 0x0401A6B8 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_hand_position_dl_vertex_group3, 0x00114750, 78432, 0x0001a6b8, 224); +// 0x0401A798 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_top_dl_vertex_group1, 0x00114750, 78432, 0x0001a798, 240); + +// 0x0401A888 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_top_dl_vertex_group2, 0x00114750, 78432, 0x0001a888, 256); + +// 0x0401A988 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_top_dl_vertex_group3, 0x00114750, 78432, 0x0001a988, 256); + +// 0x0401AA88 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_top_dl_vertex_group4, 0x00114750, 78432, 0x0001aa88, 128); + +// 0x0401AB08 +ROM_ASSET_LOAD_VTX(luigi_right_hand_cap_bottom_dl_vertex, 0x00114750, 78432, 0x0001ab08, 160); + +// 0x0401ABA8 - 0x0401ABD0 const Gfx luigi_right_hand_cap_l_logo_dl[] = { - gsSPVertex(luigi_right_hand_cap_l_logo_dl_vertex + 0, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_cap_l_logo_dl_vertex, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP1Triangle( 1, 4, 3, 0x0), + gsSPEndDisplayList(), }; +// 0x0401ABD0 - 0x0401AD40 const Gfx luigi_right_hand_cap_top_dl[] = { - gsSPVertex(luigi_right_hand_cap_top_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(5, 1, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 6, 3, 0), - gsSP1Triangle(7, 3, 8, 0), - gsSP1Triangle(3, 0, 8, 0), - gsSP1Triangle(0, 9, 8, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(9, 2, 12, 0), - gsSP1Triangle(2, 9, 4, 0), - gsSP1Triangle(13, 12, 2, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(13, 15, 14, 0), - gsSPVertex(luigi_right_hand_cap_top_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(6, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(luigi_right_hand_cap_top_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(7, 3, 6, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 13, 11, 0), - gsSP1Triangle(10, 14, 13, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(luigi_right_hand_cap_top_dl_vertex + 48, 3, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_cap_top_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 5, 0x0, 6, 2, 1, 0x0), + gsSP2Triangles( 2, 6, 4, 0x0, 7, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 6, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 13, 14, 11, 0x0), + gsSPVertex(luigi_right_hand_cap_top_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 0, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 0, 9, 3, 0x0), + gsSP2Triangles(10, 9, 0, 0x0, 11, 12, 2, 0x0), + gsSP2Triangles( 2, 5, 11, 0x0, 3, 9, 4, 0x0), + gsSP2Triangles(13, 14, 15, 0x0, 11, 5, 14, 0x0), + gsSP1Triangle( 7, 14, 5, 0x0), + gsSPVertex(luigi_right_hand_cap_top_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 0, 4, 1, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 8, 9, 0x0, 7, 6, 8, 0x0), + gsSP2Triangles(10, 7, 9, 0x0, 11, 12, 9, 0x0), + gsSP2Triangles(10, 13, 14, 0x0, 12, 13, 10, 0x0), + gsSP1Triangle(13, 12, 15, 0x0), + gsSPVertex(luigi_right_hand_cap_top_dl_vertex_group4, 8, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 3, 5, 6, 0x0), + gsSP1Triangle( 7, 0, 2, 0x0), + gsSPEndDisplayList(), }; +// 0x0401AD40 - 0x0401AED0 const Gfx luigi_right_hand_cap_hand_position_dl[] = { - gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(2, 6, 0, 0), - gsSP1Triangle(7, 6, 2, 0), - gsSP1Triangle(2, 8, 7, 0), - gsSP1Triangle(8, 2, 9, 0), - gsSP1Triangle(2, 1, 9, 0), - gsSP1Triangle(10, 9, 1, 0), - gsSP1Triangle(10, 1, 3, 0), - gsSP1Triangle(11, 10, 3, 0), - gsSP1Triangle(3, 12, 11, 0), - gsSP1Triangle(12, 3, 13, 0), - gsSP1Triangle(4, 13, 3, 0), - gsSP1Triangle(4, 14, 13, 0), - gsSP1Triangle(15, 14, 4, 0), - gsSP1Triangle(5, 15, 4, 0), - gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(6, 7, 4, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(9, 8, 6, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSP1Triangle(4, 14, 15, 0), - gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex + 32, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(2, 5, 4, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(5, 7, 4, 0), - gsSP1Triangle(4, 7, 8, 0), - gsSP1Triangle(0, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(12, 11, 13, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 2, 1, 4, 0x0, 2, 5, 6, 0x0), + gsSP2Triangles( 6, 3, 2, 0x0, 5, 2, 4, 0x0), + gsSP2Triangles( 3, 7, 0, 0x0, 3, 6, 8, 0x0), + gsSP2Triangles( 3, 8, 7, 0x0, 9, 0, 7, 0x0), + gsSP2Triangles(10, 0, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(11, 1, 10, 0x0, 11, 4, 1, 0x0), + gsSP2Triangles( 7, 12, 13, 0x0, 8, 12, 7, 0x0), + gsSP2Triangles(13, 14, 7, 0x0, 7, 14, 9, 0x0), + gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 6, 2, 4, 0x0), + gsSP2Triangles( 7, 5, 4, 0x0, 8, 9, 3, 0x0), + gsSP2Triangles( 3, 9, 10, 0x0, 10, 6, 3, 0x0), + gsSP2Triangles( 5, 11, 3, 0x0, 3, 11, 8, 0x0), + gsSP2Triangles(10, 0, 6, 0x0, 6, 0, 2, 0x0), + gsSP2Triangles( 2, 1, 12, 0x0, 5, 13, 11, 0x0), + gsSP2Triangles( 1, 14, 12, 0x0, 14, 15, 12, 0x0), + gsSPVertex(luigi_right_hand_cap_hand_position_dl_vertex_group3, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 5, 7, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 8, 5, 9, 0x0), + gsSP2Triangles( 3, 10, 1, 0x0, 11, 10, 3, 0x0), + gsSP2Triangles( 1, 10, 2, 0x0, 2, 10, 12, 0x0), + gsSP2Triangles(12, 10, 13, 0x0, 10, 11, 13, 0x0), + gsSPEndDisplayList(), }; +// 0x0401AED0 - 0x0401AF20 const Gfx luigi_right_hand_cap_bottom_dl[] = { - gsSPVertex(luigi_right_hand_cap_bottom_dl_vertex + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_cap_bottom_dl_vertex, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 3, 2, 0x0, 5, 4, 2, 0x0), + gsSP2Triangles( 6, 5, 2, 0x0, 6, 2, 7, 0x0), + gsSP2Triangles( 8, 9, 6, 0x0, 6, 7, 8, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_right_hand_cap_decal[] = { gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, COMBINED, TEXEL0, PRIMITIVE, COMBINED, 0, 0, 0, COMBINED), - gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetPrimColor(0, 0, 127, 127, 127, 255), gsSPLight(&luigi_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_logo), @@ -3531,19 +3128,21 @@ const Gfx luigi_right_hand_cap_decal[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_right_hand_cap_l_logo_dl), - gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_l_cap), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_l_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_right_hand_cap_l_logo_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -3556,18 +3155,12 @@ const Gfx luigi_right_hand_cap_dl[] = { gsSPDisplayList(luigi_right_hand_cap_top_dl), gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c gsSPDisplayList(luigi_right_hand_cap_hand_position_dl), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (8 - 1) << G_TEXTURE_IMAGE_FRAC, (8 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_cap_inside), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 8 * 8 - 1, CALC_DXT(8, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(luigi_right_hand_cap_bottom_dl), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), gsSPEndDisplayList(), @@ -3644,6 +3237,16 @@ const Gfx luigi_right_hand_cap_wings_transparent_intial_dl[] = { gsSPEndDisplayList(), }; +const Gfx luigi_right_hand_cap_metal_wings_intial_dl[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&luigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsSPEndDisplayList(), +}; + // 0x0401B138 - 0x0401B158 const Gfx luigi_right_hand_cap_wings_end_dl[] = { gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), @@ -3701,239 +3304,153 @@ const Gfx luigi_metal_right_hand_cap_shared_dl[] = { }; const Gfx luigi_metal_right_hand_cap_shared_dl_wings[] = { - gsSPDisplayList(luigi_right_hand_cap_wings_intial_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(luigi_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_right_hand_cap_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_right_hand_cap_wings_half_2_dl), gsSPDisplayList(luigi_right_hand_cap_wings_end_dl), gsSPEndDisplayList(), }; const Gfx luigi_metal_right_hand_cap_shared_dl_wings_transparent[] = { - gsSPDisplayList(luigi_right_hand_cap_wings_transparent_intial_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(luigi_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_right_hand_cap_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_right_hand_cap_wings_half_2_dl), gsSPDisplayList(luigi_right_hand_cap_wings_end_dl), gsSPEndDisplayList(), }; -static const Vtx luigi_right_hand_peace_shared_dl_vertex[113] = { - {{{-4, 38, 0}, 0, {0, 0}, {0xD3, 0x67, 0x3C, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0x0}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0x0}}}, - {{{84, 60, -7}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x58, 0xA5, 0xF0, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0x52, 0xA5, 0xDD, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0x60, 0x48, 0x2A, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0xC2, 0x67, 0x29, 0x0}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0x0}}}, - {{{139, 53, 25}, 0, {0, 0}, {0x5C, 0xA8, 0x2, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0x0}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x58, 0xA5, 0xF0, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{139, 53, 25}, 0, {0, 0}, {0x5B, 0x53, 0x21, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x5C, 0xA8, 0x2, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0xFE}}}, - {{{-21, 9, 33}, 0, {0, 0}, {0x89, 0xE1, 0x1F, 0x0}}}, - {{{-25, 24, 0}, 0, {0, 0}, {0x83, 0xF8, 0xEA, 0x0}}}, - {{{-8, -12, -20}, 0, {0, 0}, {0x92, 0xCF, 0xD7, 0x0}}}, - {{{0, -35, 32}, 0, {0, 0}, {0x9C, 0xB9, 0x22, 0xFE}}}, - {{{6, -49, 0}, 0, {0, 0}, {0xA8, 0xA6, 0xEC, 0xFE}}}, - {{{15, -39, 42}, 0, {0, 0}, {0xC, 0xBE, 0x6C, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0xCE, 0x91, 0x24, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{-21, 9, 33}, 0, {0, 0}, {0x89, 0xE1, 0x1F, 0xFE}}}, - {{{0, -35, 32}, 0, {0, 0}, {0x9C, 0xB9, 0x22, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x85, 0x10, 0xE4, 0xFE}}}, - {{{-25, 24, 0}, 0, {0, 0}, {0x83, 0xF8, 0xEA, 0xFE}}}, - {{{2, -5, -33}, 0, {0, 0}, {0xAC, 0xDA, 0xA8, 0xFE}}}, - {{{-8, -12, -20}, 0, {0, 0}, {0x92, 0xCF, 0xD7, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0xC4, 0xB8, 0xAA, 0xFE}}}, - {{{6, -49, 0}, 0, {0, 0}, {0xA8, 0xA6, 0xEC, 0xFE}}}, - {{{15, -39, 42}, 0, {0, 0}, {0xC, 0xBE, 0x6C, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0xFE}}}, - {{{23, -29, 36}, 0, {0, 0}, {0x12, 0xEC, 0x7C, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0x69, 0xC7, 0x2C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x69, 0xC7, 0x2C, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{45, -29, 52}, 0, {0, 0}, {0xEB, 0xB8, 0x67, 0xFE}}}, - {{{45, -29, 52}, 0, {0, 0}, {0xEB, 0xB8, 0x67, 0xFE}}}, - {{{46, 49, 45}, 0, {0, 0}, {0xF8, 0x44, 0x6B, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{90, -3, 52}, 0, {0, 0}, {0x51, 0x7, 0x62, 0xFE}}}, - {{{88, -34, 39}, 0, {0, 0}, {0x38, 0xA0, 0x3D, 0xFE}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0x53, 0xA3, 0x15, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x55, 0x16, 0x5B, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0x32, 0x3E, 0x63, 0x0}}}, - {{{139, 53, 25}, 0, {0, 0}, {0xFC, 0x13, 0x7E, 0xFE}}}, - {{{123, 72, 21}, 0, {0, 0}, {0xFC, 0x15, 0x7D, 0x0}}}, - {{{88, -34, 39}, 0, {0, 0}, {0x38, 0xA0, 0x3D, 0x0}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0x0}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x1C, 0x84, 0x0, 0x0}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xEB, 0x88, 0x24, 0xFE}}}, - {{{23, -29, 36}, 0, {0, 0}, {0xE3, 0x8A, 0x25, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0xD3, 0x67, 0x3C, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x1A, 0x73, 0x2F, 0xFE}}}, - {{{56, 80, 1}, 0, {0, 0}, {0x1A, 0x6B, 0x40, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0x32, 0x3E, 0x63, 0xFE}}}, - {{{84, 60, -7}, 0, {0, 0}, {0x4E, 0x5E, 0x24, 0xFE}}}, - {{{46, 49, 45}, 0, {0, 0}, {0xF8, 0x44, 0x6B, 0xFE}}}, - {{{8, 58, -2}, 0, {0, 0}, {0xBC, 0x56, 0x40, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{90, -3, 52}, 0, {0, 0}, {0x51, 0x7, 0x62, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x31, 0x4D, 0xA8, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0x31, 0x4D, 0xA8, 0x0}}}, - {{{14, -1, -22}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0x0}}}, - {{{2, -5, -33}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0x0}}}, - {{{2, -5, -33}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0x0}}}, - {{{24, -59, -3}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0xA, 0x7D, 0x14, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0xA, 0x7A, 0x21, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0xC, 0x7B, 0x1E, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0xA, 0x7E, 0xD, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0x6, 0x7F, 0xFF, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x7A, 0x8, 0x21, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0x7A, 0x1, 0x25, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0x7A, 0x8, 0x21, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0x7A, 0x6, 0x23, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0xFF, 0xE2, 0x7B, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0xFF, 0xE2, 0x7B, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x7, 0xD6, 0x78, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0xF5, 0xEF, 0x7D, 0xFE}}}, - {{{33, 7, -37}, 0, {0, 0}, {0xDE, 0xF5, 0x86, 0xFE}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0x0}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xDD, 0xBA, 0x9C, 0x0}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x7, 0xCD, 0x8C, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0xA, 0x1B, 0x84, 0xFE}}}, - {{{56, 80, 1}, 0, {0, 0}, {0xFE, 0x41, 0x93, 0xFE}}}, - {{{8, 58, -2}, 0, {0, 0}, {0xD0, 0x30, 0x95, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0xB2, 0x18, 0x9E, 0xFE}}}, - {{{14, -1, -22}, 0, {0, 0}, {0xBE, 0xE5, 0x97, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xDD, 0xBA, 0x9C, 0xFE}}}, - {{{84, 60, -7}, 0, {0, 0}, {0xFB, 0x45, 0x95, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xFD, 0x37, 0x8D, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x15, 0x2A, 0x8A, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0x26, 0x1E, 0x8B, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x18, 0xF9, 0x83, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0x19, 0x84, 0xF1, 0xFE}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x1C, 0x84, 0x0, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x10, 0x82, 0x0, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0x53, 0xA3, 0x15, 0xFE}}}, -}; +// 0x0401B2D0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group1, 0x00114750, 78432, 0x0001b2d0, 256); +// 0x0401B3D0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group2, 0x00114750, 78432, 0x0001b3d0, 224); + +// 0x0401B4B0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group3, 0x00114750, 78432, 0x0001b4b0, 240); + +// 0x0401B5A0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group4, 0x00114750, 78432, 0x0001b5a0, 256); + +// 0x0401B6A0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group5, 0x00114750, 78432, 0x0001b6a0, 256); + +// 0x0401B7A0 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group6, 0x00114750, 78432, 0x0001b7a0, 240); + +// 0x0401B890 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group7, 0x00114750, 78432, 0x0001b890, 240); + +// 0x0401B980 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group8, 0x00114750, 78432, 0x0001b980, 240); + +// 0x0401BA70 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group9, 0x00114750, 78432, 0x0001ba70, 256); + +// 0x0401BB70 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group10, 0x00114750, 78432, 0x0001bb70, 224); + +// 0x0401BC50 +ROM_ASSET_LOAD_VTX(luigi_right_hand_peace_shared_dl_vertex_group11, 0x00114750, 78432, 0x0001bc50, 48); + +// 0x0401BC80 - 0x0401BF30 const Gfx luigi_right_hand_peace_shared_dl[] = { - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(4, 12, 13, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 14, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(0, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 11, 13, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 30, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 4, 1, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 10, 0, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 11, 9, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(10, 11, 14, 0), - gsSP1Triangle(11, 15, 14, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 46, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(4, 6, 3, 0), - gsSP1Triangle(6, 7, 3, 0), - gsSP1Triangle(7, 8, 3, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(6, 11, 12, 0), - gsSP1Triangle(6, 12, 13, 0), - gsSP1Triangle(12, 0, 14, 0), - gsSP1Triangle(0, 15, 14, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 62, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 5, 4, 0), - gsSP1Triangle(7, 4, 8, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 2, 0), - gsSP1Triangle(10, 5, 7, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(11, 13, 14, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 78, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(6, 7, 3, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 10, 11, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(12, 15, 13, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 94, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(0, 8, 7, 0), - gsSP1Triangle(9, 8, 0, 0), - gsSP1Triangle(5, 10, 4, 0), - gsSP1Triangle(11, 4, 10, 0), - gsSP1Triangle(4, 11, 12, 0), - gsSP1Triangle(4, 13, 14, 0), - gsSP1Triangle(14, 3, 4, 0), - gsSPVertex(luigi_right_hand_peace_shared_dl_vertex + 109, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSPEndDisplayList(), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 3, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 8, 7, 9, 0x0, 7, 6, 10, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 11, 8, 9, 0x0), + gsSP2Triangles( 7, 12, 5, 0x0, 10, 13, 14, 0x0), + gsSP2Triangles( 6, 15, 10, 0x0, 10, 14, 9, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 8, 0, 9, 0x0), + gsSP2Triangles(10, 11, 12, 0x0, 10, 12, 13, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 8, 10, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 2, 12, 13, 0x0, 3, 5, 12, 0x0), + gsSP1Triangle(12, 14, 15, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 9, 11, 12, 0x0, 13, 14, 15, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group6, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group7, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group8, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 3, 2, 7, 0x0), + gsSP2Triangles( 8, 3, 7, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group9, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles(12, 13, 14, 0x0, 12, 14, 15, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group10, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 8, 9, 10, 0x0, 8, 10, 11, 0x0), + gsSP2Triangles(12, 13, 9, 0x0, 12, 9, 8, 0x0), + gsSPVertex(luigi_right_hand_peace_shared_dl_vertex_group11, 3, 0), + gsSP1Triangle( 0, 1, 2, 0x0), + gsSPEndDisplayList(), }; const Gfx luigi_right_hand_peace[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in luigi_misc.c gsSPDisplayList(luigi_right_hand_peace_shared_dl), gsSPEndDisplayList(), }; @@ -4025,22 +3542,32 @@ const Gfx luigi_cap_wings_transparent[] = { // 0x0401CB70 - 0x0401CC28 const Gfx luigi_metal_cap_wings[] = { gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsSPLight(&luigi_white_lights_group.l, 1), - gsSPLight(&luigi_white_lights_group.a, 2), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&luigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_wings_half_2_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -4052,22 +3579,32 @@ const Gfx luigi_metal_cap_wings[] = { // 0x0401CC28 - 0x0401CD20 const Gfx luigi_metal_cap_wings_transparent[] = { gsDPPipeSync(), - gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsSPLight(&luigi_white_lights_group.l, 1), - gsSPLight(&luigi_white_lights_group.a, 2), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&luigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_wings_half_2_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), diff --git a/actors/luigi_cap/geo_header.h b/actors/luigi_cap/geo_header.h index c0bbcb97..7510654d 100644 --- a/actors/luigi_cap/geo_header.h +++ b/actors/luigi_cap/geo_header.h @@ -9,6 +9,7 @@ extern const Gfx luigi_cap_seg3_dl_03022D10[]; extern const Gfx luigi_cap_seg3_dl_03022E78[]; extern const Gfx luigi_cap_seg3_dl_03022EA8[]; extern const Gfx luigi_cap_seg3_dl_03022ED8[]; +extern const Gfx luigi_cap_seg3_dl_03022ED8_metal[]; extern const Gfx luigi_cap_seg3_dl_03022F20[]; extern const Gfx luigi_cap_l_logo_decal[]; extern const Gfx luigi_cap_seg3_dl_03022F48[]; diff --git a/actors/luigi_cap/model.inc.c b/actors/luigi_cap/model.inc.c index 6c54c282..20bc2273 100644 --- a/actors/luigi_cap/model.inc.c +++ b/actors/luigi_cap/model.inc.c @@ -1,24 +1,6 @@ #include "pc/rom_assets.h" // Mario Cap (Normal Cap, Metal, Winged, etc) -// 0x0301CF08 -static const Lights1 luigi_cap_seg3_lights_0301CF08 = gdSPDefLights1( - 0x00, 0x39, 0x00, - 0x00, 0x73, 0x00, 0x28, 0x28, 0x28 -); - -// 0x0301CF20 -static const Lights1 luigi_cap_seg3_lights_0301CF20 = gdSPDefLights1( - 0x7f, 0x7f, 0x7f, - 0xff, 0xff, 0xff, 0x28, 0x28, 0x28 -); - -// 0x0301CF38 -static const Lights1 luigi_cap_seg3_lights_0301CF38 = gdSPDefLights1( - 0x00, 0x7f, 0x00, - 0x00, 0xff, 0x00, 0x28, 0x28, 0x28 -); - static const Lights1 luigi_cap_black_lights_group = gdSPDefLights1( 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x28, 0x28 @@ -26,16 +8,17 @@ static const Lights1 luigi_cap_black_lights_group = gdSPDefLights1( #include "actors/mario/mario_externs.h" #include "actors/luigi/luigi_externs.h" -#define luigi_cap_texture_metal_shade mario_texture_metal_shade -#define luigi_cap_texture_metal_light mario_texture_metal_light -#define luigi_cap_texture_l_logo luigi_texture_l_logo -#define luigi_cap_texture_l_blend luigi_texture_l_blend -#define luigi_cap_texture_l_cap luigi_texture_l_cap -#define luigi_cap_texture_wings_half_1 mario_texture_wings_half_1 -#define luigi_cap_texture_wings_half_2 mario_texture_wings_half_2 -#define luigi_cap_texture_metal_wings_half_1 mario_texture_metal_wings_half_1 -#define luigi_cap_texture_metal_wings_half_2 mario_texture_metal_wings_half_2 -#define luigi_cap_texture_cap_inside mario_texture_cap_inside +#define luigi_cap_texture_metal_shade mario_texture_metal_shade +#define luigi_cap_texture_metal_light mario_texture_metal_light +#define luigi_cap_texture_l_logo luigi_texture_l_logo +#define luigi_cap_texture_l_blend luigi_texture_l_blend +#define luigi_cap_texture_l_cap luigi_texture_l_cap +#define luigi_cap_texture_wings_half_1 mario_texture_wings_half_1 +#define luigi_cap_texture_wings_half_2 mario_texture_wings_half_2 +#define luigi_cap_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define luigi_cap_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define luigi_cap_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define luigi_cap_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light // 0x03022750 ROM_ASSET_LOAD_VTX(luigi_cap_seg3_vertex_03022750, 0x00114750, 78432, 0x0001bf50, 112); @@ -102,16 +85,10 @@ const Gfx luigi_cap_seg3_dl_03022CC8[] = { // 0x03022D10 - 0x03022D38 const Gfx luigi_cap_seg3_dl_03022D10[] = { gsSPDisplayList(luigi_cap_seg3_dl_03022B68), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (8 - 1) << G_TEXTURE_IMAGE_FRAC, (8 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_cap_inside), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 8 * 8 - 1, CALC_DXT(8, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), //gsSPLight(&luigi_cap_seg3_lights_0301CF08.a, 2), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), + gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(luigi_cap_seg3_dl_03022CC8), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -176,6 +153,16 @@ const Gfx luigi_cap_seg3_dl_03022ED8[] = { gsSPEndDisplayList(), }; +const Gfx luigi_cap_seg3_dl_03022ED8_metal[] = { + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&luigi_cap_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsSPEndDisplayList(), +}; + // 0x03022F20 - 0x03022F48 const Gfx luigi_cap_seg3_dl_03022F20[] = { gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), @@ -187,10 +174,8 @@ const Gfx luigi_cap_seg3_dl_03022F20[] = { const Gfx luigi_cap_l_logo_decal[] = { gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, COMBINED, TEXEL0, PRIMITIVE, COMBINED, 0, 0, 0, COMBINED), - gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetPrimColor(0, 0, 127, 127, 127, 255), gsSPLight(&luigi_cap_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_l_logo), @@ -204,19 +189,21 @@ const Gfx luigi_cap_l_logo_decal[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_cap_seg3_dl_03022B30), - gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_l_cap), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_l_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_l_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(luigi_cap_seg3_dl_03022B30), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -284,14 +271,28 @@ const Gfx luigi_cap_seg3_dl_030230B0[] = { // 0x03023108 - 0x03023160 const Gfx luigi_cap_seg3_dl_03023108[] = { - gsSPDisplayList(luigi_cap_seg3_dl_03022ED8), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(luigi_cap_seg3_dl_03022ED8_metal), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_cap_seg3_dl_03022E78), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_cap_seg3_dl_03022EA8), gsSPDisplayList(luigi_cap_seg3_dl_03022F20), gsSPEndDisplayList(), @@ -329,40 +330,53 @@ const Gfx luigi_cap_seg3_dl_03023160[] = { // 0x03023298 - 0x030233D0 const Gfx luigi_cap_seg3_dl_03023298[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), - gsSPSetGeometryMode(G_TEXTURE_GEN), - gsSPTexture(4032, 1984, 0, 0, 1), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPSetGeometryMode(G_TEXTURE_GEN), + gsSPTexture(4032, 1984, 0, 0, 1), gsSPLight(&luigi_cap_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_shade), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_light), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(1, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), gsSPDisplayList(luigi_cap_seg3_dl_03022B30), gsSPDisplayList(luigi_cap_seg3_dl_03022B68), gsSPDisplayList(luigi_cap_seg3_dl_03022CC8), gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsSPClearGeometryMode(G_TEXTURE_GEN | G_LIGHTING | G_CULL_BACK), - gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&luigi_cap_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_cap_seg3_dl_03022E78), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, luigi_cap_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, luigi_cap_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(luigi_cap_seg3_dl_03022EA8), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), diff --git a/actors/mario/custom_mario_cap_inside.rgba32.png b/actors/mario/custom_mario_cap_inside.rgba32.png deleted file mode 100644 index 7a65837a2a6272208b6c3ff325ac8d6d27b2d8af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK}k;+#}JL+WF0-df9D(64IDG)Bv@!9Brq`K XRxoAAvbe?q6)||a`njxgN@xNAJZm2? diff --git a/actors/mario/custom_mario_metal_wing_light.rgba16.png b/actors/mario/custom_mario_metal_wing_light.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc8f4f181660a6380cac37d41f1f7e4c57ed75c GIT binary patch literal 1848 zcmbuA`#;l*AICqNEt}20)3nW=HQS^DBtz{;rs*N_v7(;KVR?5@2_+RvX!WaqzC{2qBhnRP6Emc zM1&m^^q8#h8UYB`U2S~r?bQVqzylx&8vqdc_%FdANdPLifCPepr2h5jZ|{s&)B^$F z!IqX`-{$|-r22~?fq{ouQv^!{=9@r3;bS}i9CNg>Ai4NK|EBc)xL_b&b|a7mK2B_T z*JHACbd(!B-a(t7Nj<5Kjumg3NS9gG^>&;8T0PTwVGSKWk`4X3j-80j2kjiRSybej z&F-SYt}Fb3pL`*j)};`O0MRjJ{)MN*Oi-DG#5D1ZvnkAI&(AtU|A0zTq0@qPqDxJC zAxDq1s2el<9b;zYjTsTvLLfBvV_Pyjzx?}+0o~p zJ#L8HgI(M-Tap|}Ujr}l(2PXI;vGOZaKlD(e@R1MyyoY?m9bl@PrcXzLQbj9BL1~&M(w(mk z!5aveiJ8~2wWn%#PkO@@0Fk4w_aPc|OQOixi!Q!cWusfIcQ$?U4M-l0Oo87)Dvvc54hLM<%BfQ>9 zKT<-xL1R7*8##0c8Jfd>L7uPgCHYYe79X7f0CglS7qBz;5yI=vDn%7>R2#26ShZdq zV9k_a6W+DQ2FtO`fzGJD+_{V2y?t0Qe@yY@>B?-*bdKyv8m%)OCzLgLrgnz`(b7rhg{`j+f>j8LebXm$aK;hW zgQlSGQ8?#4gZZppd;p6YiZkbCyd;#Xq$pA)#2lL824+JSWS88r9|7qpb3Z9?7S1IK zyp?-R2le4K&ED<|vxk_hr^}xtac+e-&d&gD{~=5%30kW_k8k5u6Qkn^8Ui)B`MI|`e}*2+q}x?)Q9p1 zWD9h_m5x3-fAT(1&~k#&3i&f!=1t3bZ$QK=J+uiaO$}XH*cD#;JBAS6e-O@qlpNN| zY3XP*yMe9(Lzt;e^8$EB)BDHUH?1Y{;R=t1$9QEaVtdggk#V`eZ!_?EXsPPCa;;}h z8>vQ7Prf&#WTq2c>&Qj<(s>!ryR5MrXxDC!AgY2=?zHD%N#H^9a`~GS=LC^oO^02= z%12I36#4TSEkR#hj2n;y=B;ddgpul~F6?=T?@yP93QkoCDf5DL1{e6qus~K@6d_#R z33mGzPe!+&a<4Rp{{-U|Bt5kZ4>MqzZW|QWg`$Ph?$L8pCBAwXTW|0+54O)(bD^eg z!rp5npBXvTo_aalYNy(&nM>9qt}SM9+sc~TN~NUk{j%()hAyZ^NbeN0SzYZWK^KuQ zI}S0F>A3u%!RiTTuea!Z+j^AF1^*1Sf!FJPrPPw@NqL{B*7~4Z(*IG)|TpKF4wWzGekY!@KP@hzAOZjY#BHoC9d`-amATNK z-5ik?TDuDaZ)Y34ot^fs1?&e%l#u`c4d{Oa0Tlp(yA$B9gn)|wdFY?@OA8$EE`$To z=<9##|HZg=W8bb34zhOHZA!fSBcQD288QF>8L_dnxaceRE$?aUxHZ(OzzvkiMCr@q zpOp~a1RMYK*?7JIHkb&?Iw31h%aVGsevux(f4}m~Sm+bek%#P>)~2E_U71x?gG+uf z+x9{AI~uxtL##Pg*2?3-6?b>X(a_5t@1C5E>6=@56t@&5v@u$DWvD6epTW8Q;=Mn7 z74JQ33zDD$5_erkB~|ZU*8**NaAB*qU|nMj^~$@3+L7)m?Nf`LqZLAc z1Uet{ZqCNBjL(Lr@qrKdIp&-BCheWqmn)*>t&h#9iyJr{Se!~uwxwsJOI`DN!_P9^0HLz`U1_iz zb$4c+Rp0&$ihF;-1u(ySVyK24VdIXFku2pl6Z8kt%if27-1jB^SXX}_M-qv<2f^*I zT@ekj?C#V3g}4~z&7_Qw0FfqbbP7b4wR6^3l{>H$%mqCiKB~_o*qWZZPcDg}(Zj{m z4#DU>3h6(#^Bv6mW>Un#kr_a;iZ7)&*n)|jT-AE1X$0Zmq$Dudwz;|RE_Pf!iV@j(bVg{DM1eBRfNxx##HiTD;C$S%~ZZiW5r#oqJMW%VJ}3lN?!#| zp@=~BeLC~$oZc#oY0>Gc^oPIn62ntu-=F-E^gByj)lmJ>nbb;YFoXguLHVd*xK`uEr7;J$AmVI(0~eyB`tThRWo+ zFC_eoT-_>MgvPU0jG%$d{hVPkP0Q}GK(|Qq!+}|_s9&gw!^?KTwl)42$X#gsn#5x3 zk$q9+h0=`|g%I+Ms0HFk+x7fuVj8<@a5xx73-(oV#QKnOYO{j1`l}xd)`1y?*;uN+ z#90}I9(1gsD%VQ$;QfYl8@bDNhmMMOGSW)fO#4B2BVo*UvxP&%1XHWDs63-80ic+a zLDb~D-o4Oz_2hm{5yC3$AZWlqTsf5U!NjvgGwgTH_aOn%WgW1m>2gjYp!-#16#)yk zsw<$&)L3%4wuUDw?R1{jr(8JockO(TlKlP(z3!V?2%Rg7|_H0BwNr(v7}GT<@)s z)JCf#UW#lRyLnQtAKVjzTX%wmnAl42<_PEC>CA~sk8{qrTJRjWLYB6vH$--F5S6ZZ zEw-Zm7|qYAMbFDU_q|Bk8p=WITWAli`9viHGJUmK3~x-I1ff`u39v-D?o(+jBYAw% zwA)VZLdrWjCz~_%4APR6toh6_dxYrPuc+-ee=WJUc#7xsjUeV}{^2?cIKl0Hro-D6 zs-V#2W&_ayOUb| zm=loQT8J%yJmnzqAKTC!KMLSt7%PbD7TT$vgwwK~qB~wfW{E>@S&Vobu5=%!PfDj? zWJeFD61>_p>?0fbK4aM-X4AC*?pF;AM=ZP^4wwMa`8U4x8S6GQTv@INo938$$Z=$oKy9XoNz zG54X^q|Pz#GxF@J>P^@6ZBo)>Vp8&metF)rH%4A*=anck`zCUo;Zz%!v^(i=iz_em z;X%(Z3ilJj=#zlC-yqeG9#iyb!oY$7(@Yb(y%Zc^(vo-wRx0SuFP0P=D+Oq z#FUI|B@+XREAR#s!*{oxLfx*^zr{23Y9Px^;FIaZ7qfnL;d)ytCL0jaPyXk$Xh^~C S+5i8)34o22y=5&57yB>GD*=iC literal 0 HcmV?d00001 diff --git a/actors/mario/custom_mario_metal_wing_tip_light.rgba16.png b/actors/mario/custom_mario_metal_wing_tip_light.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..86b0ffaaa16bf1e9380e2eb1a6e3df9408e5a8c8 GIT binary patch literal 4363 zcmc&&2~-o;8jeb>EFucVKBYJYK}56f5d=(Fq6BF~5ya|bW`L9=6DDC*s9I@J6p0E7 z*rJr8Qp5@>Vg;9iiV9lAQrr+hz$##ID+r|%mX!9`%6qTpy__?d+?oIW%Xh!;zxQO5 zuaD<=lc^>I0%5$^OC-hb0DifS8;gIhNscJMZ=*C)&jo~nYU@Y%z$nB`;zl4G*=E`U zzJrgA)m{M_0>RW$e~lt!?0JtsFwx5WmTQ+wyaf=dq<}CgLnzToHEvBHIJrctK`0E- z0x~2-u5u=Ie0!P%$YE!aKU+eRsD((V+$$DCmc;t_L9t;FA11lXA8+CmExbp+FK z^Zv0=OdJHBVVS`NE8wUZ&2#3Wa^XVKenaAMLWC+ZHxO{`R#h4tIHK-WwRi71% zdt@UJ#O1L0ONMzYI+=&CIb<0u<8XK!CS68j3<(F9PCpw3UUCh-)G_^{98hS# zG?yUZ!yXL^O(6&RNhts!z1W;dke(2jt?3^rj3r~!@O^?$27_^qf(T1SmN9V3GPnpAVl#s|GMRx>e^J=) zo#KC381z<_yoDHg?ih$PGB9BTlMmy`a9$eH0s0yG&&Pf%Lr2yJ2Uh6+v5-zw{dr(` zFLR>4x$O;hL(u@*9(u+1Z=ixV^|X=l7vE6@c(XUO|9`7d55`CT+lFtD>;M?U4od?E zv3`i~lNdh2!5KOR>PLp7B%;E_kKqT!Z1cRM1j1NAEOPS;6}Ii3hu-$GO89JxY2KIX z$On8JC$AoJah)mGGyp4d}?n!A=|+uDm=X5Ug?^Ug-4ZPh1(RGn3$ihest`o zlGEE}S{GZmebJ(Fvbp_1?axlx@~Oo^6p5B%b>mTUPuq&EcCTK&;&6;|UDF<_IGH~# zbhp1gqnQ{Jkd`@j+OznEygV#xe%wME8=G^MRNH{LMDLW6O1QA-(u~A~$sV@;hiePm z*1zhgpCzoK<`mUk*#RZ&OH^%=5usBqoNnEvCzCQ~oUu2%Znxd5&g)h};^UKM{@>|7 zD*V2+vZK+}!Yx1#E!#xg<_Vdi{Epu&0ZZ7hAe3J9*P?u%)bcvz~ zX{|$!X^V@CL6|4iFKPP5(XPzDeUT2*brQSG62wr8{Z#Zw^6c!T zpK`x&BhKALTw6&`x6;Lu5+x5}{EbECf$xR^E6c;I>Ylcrr^K$VYra#>tbFle)imqX zQ`$Zp=h$gXyG+PBxF;a8+_QGM>!mcwL&t?hLHk$7e^^cSQQv60`}v2r$A)1MaizMx zQWK|(^%;$!Gac8@%eNsvi9NTmVq;CJhqvRoak>LeQ%JKu|2F08c3{H#?wm6Ze!AsN zdZ+w`*EFeP!L{rin16`IT{yuT{Cw_c;j>UBDn(Elm@x#v4BG!KUt@llL{Mn{pzdBhf6^bPhMHb%Ce(`3)uz=lzqUwv8J&(jRErj0dr+{4&bI4z%$?$;bs{>bA9s`-4iOgVE>4Q8YW6+V)w|85FES*g z{e!;c*I}=s?%G4kw$6LqJsIm=d>@xcweNZ7`52nI_Sc@exUSBG%NJ-jAEyM)`$~2G zy7_^zyTuPRcjs&gqFl4=cJXcP=y_JZ$uB(U@=nLBW$Os#{8cVxo==-oOI+6evbt}~ z_DL=#@~V%NZMq-}s&Cj=J!MdZ#Vbx){U=BF?W&IyPTV|ZS$+rqaCxbB-*=S>+VSa* zb>=w}ve(tP*nCVZ0R>r7Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1?WjcK~!i%y;&=C zB1sgjO3dJBiKAsWX9Ob=IcKr!klCo6$heHms9hU5lBh)vYGXSNNvpIiT#xHk3y!_F zK26g!4I!1>r09R$`(C|z^%`Wq-xtTA-ENCK&+U;voOe1MySpD@7>dDQATBO0#A>x_ z6vBIhFcA3)_pI#61~dv_XKYtjSK{X8MqFNAiqD@viy#02L{x_;&KB%+(yIrqEWZXux6YUz8*NRmW6KR=6T9*In4n*9F$evM0#*C&&S7(YCS zLxUzqqmiHpcED{NSrgJU65AP8L$VnZ@El8?TQv;dcN+2k59 zcfTFW<&r}n7mJ1N+@*5LY1uU=P15zlo^2ee6954+5SEuyL#D zhYOfvi0FQW6_jm9z!EJjH6FA11XoX!DJmWy5krHGBg7V?9iQ0`g8^F36I%j|CMc}z zv-$7>iWoUZ0aISAYGXiO24l{KUFwa{p3r7!r-Bt!9B-^Aq??8uZ-SS#2Q0Y;cJ#18 z6(hJCwgmn~i2Y;hC*%lueSN)?rV9@+S-3{DZO<9*SBh)AS?4pf1&(7Vjvz8Iw;jZE zIu(kYRZs|Ume4{rf?@)g*`~P!ypW?QcqGp#$ao6>JK(t#AG28^eoQ8EibZPU(hZ6s zAovjPp|`1(ol_alDVUlmGf+W*JkBkIaa*oG^e!GycwiC7Vyhj zywM5KNjJm=Y9pQpHMUd4|&5+{YoS+O1Dn>|dOkGN^0F64voMpFmk z%;kH6TLzyar`PrT-}WG227=`6pe2T2wezHiCk%z2b|(1fDtn=#rSO0w*U`@tZi|mL zl>j8AVIgJ#{&hkcZO9$gx}O-eA!b3w@!RhJBY;F@VnRP-Pn6Ho86k-KXmERNCR9iO z@f_2pf!IL{;C&=XkvaD5zk^h=CuA4YzffW5FZ@3PIJi1*=(jsX?3;CdJVP&%o0;@ z40>Er>cPrZPcy9X4ZR-`s0UuwYRPXaKw{i27jXB_smbfcX29+E7Vz)OKWh@Q zyw0->HNE+vf!1%>OYkk=?yoG}HsTt~c;!J+VhXh1|mD{CB7bAaRZ5X#S}UAi$B< zSZ!I&=6xjWkAV*$Cw2vp3(and&-cQ%0L!%@eqVCJ2qH7cx literal 0 HcmV?d00001 diff --git a/actors/mario/custom_mario_sideburn.rgba32.png b/actors/mario/custom_mario_sideburn.rgba16.png similarity index 100% rename from actors/mario/custom_mario_sideburn.rgba32.png rename to actors/mario/custom_mario_sideburn.rgba16.png diff --git a/actors/mario/custom_mario_sideburn_add.rgba32.png b/actors/mario/custom_mario_sideburn_add.rgba16.png similarity index 100% rename from actors/mario/custom_mario_sideburn_add.rgba32.png rename to actors/mario/custom_mario_sideburn_add.rgba16.png diff --git a/actors/mario/custom_mario_skin.rgba16.png b/actors/mario/custom_mario_skin.rgba16.png index 2c833b78cbaf2a12c750e10242df3f357e92ac1d..c85ab79f3dba3c0b95167cb0f7d5afefdd2ebee5 100644 GIT binary patch delta 266 zcmV+l0rmdR1Em6xB!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000ia z000ia0czHX2><{9x=BPqR9HvtmcbH(FbD;s|Nqa`=ZF)Pf`JeYx|e#$bT?>Pr{79R zWZpm1=sJOEWxr(MT-^dRIS1V7w;(NmCf_B%GJe7x;E@AYfPYm^;|J;~xJt0zDkf^@ z-vF;fqIR;kV3ZuB9Yf+>0oU;ZHh^0g#px7`eE5iC0vU3!1w_g!!BdrkwMiBlxpz#H~J)o2Y;PrR=kGi-i Q00000NkvXXt^-0~g833}fdBvi literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzv(yOBG+$pWAd^9Yfp2jg1B1E% zoMvK_VqgWzFaj|Lqcof?08*}BZ@L>uapt?Z6@&O-a7%03IUs|xz#|eU$afHg8Fx&~ zehUj@1@h2Kwk>(MaJV&lTIW_wwT8NDnQF&J!}ySzZgongmO&d1>l>wnziRgP^?deT$v z?$;YH<>0+!YyOmfGq!sPXfdT!|H|CY%3xP{dO!0Iul-?7lM}-PH*o7!*VHKfWYZI$ zu6jb``RTCqnT@L)4=npNZxdrk;Vv2G5?fdyE|a4MM<+6f zTz{hDaOTjPZhNJc3%4$FpT3p4j?tr8Ku}U(|3;RIdHeP;zT?@$z_wn-ar^s*cR)W= P9=;5ou6{1-oD!M}i< z7E?eqxd~{7AhkvnXoO%jB;P<0SP3H9_p67A31P3{CQ^C;miHwnr3>r{00000NkvXX Hu0mjf$hVG<^f$+}td3?8`b3{393lQGG2=Sy@A*&TkH zvCRy84!;nt$1hU!QY8UCq*v)#dX%1|l?40Jk#sE0qyuSB`hSs40#NuxdXTQAE9p*} z;!L`b&ZQISP+A{^0Bd-Y?xm%~vn65-WAVtsgE<&@Bh4jizNr|CM>YfxO%aNpO4hVg zcw|HHfaP6c>VEU)R(Rowcf!6zV4btn zyuh0pk#PWaHGei4*0~pWQzP!Cb_Uqta+^#I@TNw@24H*jCaGaRLD<_pp+@!-{5j(Q zTyv^^$E5IId+vH$~Jo6_cO`M>zb#1c<3 q5w6FpX=-I<*(N|$iqh7n>%IZ8UdlMp5|4lY0000+Reu1)Nkl_H%N3cs8OGAv*wEebvrZJWnc=1zkoX!(vQAlwu&iv^c}a5_vdnIq3r cyqJVi-j`=KEaP*@T84Reu53Nklx zO|+WTA6cpOxumXgznD&)ftysw+NsE7iC4Suk?|2)NHQ^E-?ny>b1mLgL9Jo?`V`LOL z08_(2)`>pi?tdk`+`BA;1270WNGr-ga_@3;aS8ZAHCj#Y2yk{q0N!A#(Q0}-06(yy z@E)g+mU|Zn2jD%;M#2_KuSi!4FZV8cLR2;c+hBW3{)_pEL# z0x&fUV*At9{M{ty$~4M)cS5D@wdr-0D80}#v_6Ued7C&SSk07=_5cix);^=`1V t1i%GMd=7w^73w+_V3=Be!!v5L`2)3nzzt4HkSYKG002ovPDHLkV1jC~>$3m= diff --git a/actors/toad_player/geo.inc.c b/actors/toad_player/geo.inc.c index 1676b936..3623a299 100644 --- a/actors/toad_player/geo.inc.c +++ b/actors/toad_player/geo.inc.c @@ -42,7 +42,7 @@ const GeoLayout toad_player_toad_player_right_hand_cap[] = { GEO_OPEN_NODE(), GEO_ANIMATED_PART(LAYER_OPAQUE, 26, 0, 0, toad_player_right_hand_cap), GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, toad_player_right_hand_cap_decal), + GEO_DISPLAY_LIST(LAYER_ALPHA, toad_player_right_hand_cap_decal), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), GEO_RETURN(), @@ -52,7 +52,7 @@ const GeoLayout toad_player_toad_player_right_hand_wing_cap[] = { GEO_OPEN_NODE(), GEO_ANIMATED_PART(LAYER_OPAQUE, 26, 0, 0, toad_player_right_hand_cap), GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, toad_player_right_hand_cap_decal), + GEO_DISPLAY_LIST(LAYER_ALPHA, toad_player_right_hand_cap_decal), GEO_DISPLAY_LIST(LAYER_ALPHA, toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), @@ -805,8 +805,8 @@ const GeoLayout toad_player_geo[] = { GEO_OPEN_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, toad_player_cap_base), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, toad_player_cap_decal), + GEO_DISPLAY_LIST(LAYER_ALPHA, toad_player_cap_base), + GEO_DISPLAY_LIST(LAYER_ALPHA, toad_player_cap_decal), GEO_CLOSE_NODE(), GEO_BRANCH(1, toad_player_toad_player_head_capless), GEO_CLOSE_NODE(), diff --git a/actors/toad_player/model.inc.c b/actors/toad_player/model.inc.c index 94a09f0f..2b6eee20 100644 --- a/actors/toad_player/model.inc.c +++ b/actors/toad_player/model.inc.c @@ -1,610 +1,611 @@ static const Lights1 toad_player_white_lights_group = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); + 0x7F, 0x7F, 0x7F, + 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); static const Lights1 toad_player_beige_lights_group = gdSPDefLights1( - 0x7F, 0x69, 0x4E, - 0xFE, 0xD5, 0xA1, 0x28, 0x28, 0x28); + 0x7F, 0x69, 0x4E, + 0xFE, 0xD5, 0xA1, 0x28, 0x28, 0x28); static const Lights1 toad_player_vest_lights_group = gdSPDefLights1( - 0x1C, 0xE, 0x59, - 0x42, 0x27, 0xB5, 0x28, 0x28, 0x28); + 0x1C, 0xE, 0x59, + 0x42, 0x27, 0xB5, 0x28, 0x28, 0x28); static const Lights1 toad_player_cap_base_lights_group = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); + 0x7F, 0x7F, 0x7F, + 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); static const Lights1 toad_player_cap_spots_lights_group = gdSPDefLights1( - 0x7F, 0x0, 0x0, - 0xFF, 0x0, 0x0, 0x28, 0x28, 0x28); + 0x7F, 0x0, 0x0, + 0xFF, 0x0, 0x0, 0x28, 0x28, 0x28); static const Lights1 toad_player_hair_lights_group = gdSPDefLights1( - 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x28, 0x28, 0x28); + 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x28, 0x28, 0x28); static const Lights1 toad_player_brown_lights_group = gdSPDefLights1( - 0x30, 0x1B, 0x8, - 0x68, 0x40, 0x1B, 0x28, 0x28, 0x28); + 0x30, 0x1B, 0x8, + 0x68, 0x40, 0x1B, 0x28, 0x28, 0x28); static const Lights1 toad_player_black_lights_group = gdSPDefLights1( - 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x28, 0x28, 0x28); + 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x28, 0x28, 0x28); #include "actors/mario/mario_externs.h" -#define toad_player_texture_metal_shade mario_texture_metal_shade -#define toad_player_texture_metal_light mario_texture_metal_light -#define toad_player_texture_wings_half_1 mario_texture_wings_half_1 -#define toad_player_texture_wings_half_2 mario_texture_wings_half_2 -#define toad_player_texture_metal_wings_half_1 mario_texture_metal_wings_half_1 -#define toad_player_texture_metal_wings_half_2 mario_texture_metal_wings_half_2 -#define toad_player_texture_cap_inside mario_texture_cap_inside +#define toad_player_texture_metal_shade mario_texture_metal_shade +#define toad_player_texture_metal_light mario_texture_metal_light +#define toad_player_texture_wings_half_1 mario_texture_wings_half_1 +#define toad_player_texture_wings_half_2 mario_texture_wings_half_2 +#define toad_player_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define toad_player_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define toad_player_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define toad_player_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light ALIGNED8 const Texture toad_player_texture_cap[] = { - #include "actors/toad_player/custom_toad_cap.ia16.inc.c" + #include "actors/toad_player/custom_toad_cap.ia16.inc.c" }; ALIGNED8 const Texture toad_player_texture_spots[] = { - #include "actors/toad_player/custom_toad_spots.ia16.inc.c" + #include "actors/toad_player/custom_toad_spots.ia16.inc.c" }; ALIGNED8 const Texture toad_player_texture_hair[] = { - #include "actors/toad_player/custom_toad_hair.ia16.inc.c" + #include "actors/toad_player/custom_toad_hair.ia16.inc.c" }; ALIGNED8 const Texture toad_player_texture_face_neutral[] = { - #include "actors/toad_player/custom_toad_face_neutral.rgba32.inc.c" + #include "actors/toad_player/custom_toad_face_neutral.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_face_dead[] = { - #include "actors/toad_player/custom_toad_face_dead.rgba32.inc.c" + #include "actors/toad_player/custom_toad_face_dead.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_front[] = { - #include "actors/toad_player/custom_toad_eyes_center.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_center.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_half_closed[] = { - #include "actors/toad_player/custom_toad_eyes_half_closed.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_half_closed.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_closed[] = { - #include "actors/toad_player/custom_toad_eyes_closed.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_closed.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_right[] = { - #include "actors/toad_player/custom_toad_eyes_left.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_left.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_left[] = { - #include "actors/toad_player/custom_toad_eyes_right.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_right.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_up[] = { - #include "actors/toad_player/custom_toad_eyes_up.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_up.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_down[] = { - #include "actors/toad_player/custom_toad_eyes_down.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_down.rgba32.inc.c" }; ALIGNED8 const Texture toad_player_texture_eyes_dead[] = { - #include "actors/toad_player/custom_toad_eyes_dead.rgba32.inc.c" + #include "actors/toad_player/custom_toad_eyes_dead.rgba32.inc.c" }; Vtx toad_player_Torso_mesh_layer_1_vtx_0[20] = { - {{ {-4, -21, -71}, 0, {-16, -16}, {234, 211, 139, 0} }}, - {{ {43, 30, -57}, 0, {-16, -16}, {58, 43, 152, 0} }}, - {{ {43, -18, -57}, 0, {-16, -16}, {54, 211, 150, 0} }}, - {{ {1, 33, -71}, 0, {-16, -16}, {243, 43, 137, 0} }}, - {{ {-35, -25, -44}, 0, {-16, -16}, {148, 213, 205, 0} }}, - {{ {-11, -52, -35}, 0, {-16, -16}, {221, 140, 216, 0} }}, - {{ {43, -43, -29}, 0, {-16, -16}, {42, 143, 215, 0} }}, - {{ {-11, -52, 35}, 0, {-16, -16}, {222, 140, 40, 0} }}, - {{ {-35, -25, 44}, 0, {-16, -16}, {148, 212, 50, 0} }}, - {{ {-4, -21, 71}, 0, {-16, -16}, {236, 209, 116, 0} }}, - {{ {43, -18, 57}, 0, {-16, -16}, {53, 209, 105, 0} }}, - {{ {43, -43, 29}, 0, {-16, -16}, {41, 143, 42, 0} }}, - {{ {1, 33, 71}, 0, {-16, -16}, {244, 44, 118, 0} }}, - {{ {-35, 42, 44}, 0, {-16, -16}, {154, 54, 52, 0} }}, - {{ {1, 69, 35}, 0, {-16, -16}, {241, 118, 44, 0} }}, - {{ {43, 57, 29}, 0, {-16, -16}, {57, 106, 42, 0} }}, - {{ {43, 30, 57}, 0, {-16, -16}, {58, 44, 104, 0} }}, - {{ {1, 69, -35}, 0, {-16, -16}, {241, 118, 212, 0} }}, - {{ {-35, 42, -44}, 0, {-16, -16}, {154, 53, 203, 0} }}, - {{ {43, 57, -29}, 0, {-16, -16}, {57, 106, 215, 0} }}, + {{ {-4, -21, -71}, 0, {-16, -16}, {234, 211, 139, 0} }}, + {{ {43, 30, -57}, 0, {-16, -16}, {58, 43, 152, 0} }}, + {{ {43, -18, -57}, 0, {-16, -16}, {54, 211, 150, 0} }}, + {{ {1, 33, -71}, 0, {-16, -16}, {243, 43, 137, 0} }}, + {{ {-35, -25, -44}, 0, {-16, -16}, {148, 213, 205, 0} }}, + {{ {-11, -52, -35}, 0, {-16, -16}, {221, 140, 216, 0} }}, + {{ {43, -43, -29}, 0, {-16, -16}, {42, 143, 215, 0} }}, + {{ {-11, -52, 35}, 0, {-16, -16}, {222, 140, 40, 0} }}, + {{ {-35, -25, 44}, 0, {-16, -16}, {148, 212, 50, 0} }}, + {{ {-4, -21, 71}, 0, {-16, -16}, {236, 209, 116, 0} }}, + {{ {43, -18, 57}, 0, {-16, -16}, {53, 209, 105, 0} }}, + {{ {43, -43, 29}, 0, {-16, -16}, {41, 143, 42, 0} }}, + {{ {1, 33, 71}, 0, {-16, -16}, {244, 44, 118, 0} }}, + {{ {-35, 42, 44}, 0, {-16, -16}, {154, 54, 52, 0} }}, + {{ {1, 69, 35}, 0, {-16, -16}, {241, 118, 44, 0} }}, + {{ {43, 57, 29}, 0, {-16, -16}, {57, 106, 42, 0} }}, + {{ {43, 30, 57}, 0, {-16, -16}, {58, 44, 104, 0} }}, + {{ {1, 69, -35}, 0, {-16, -16}, {241, 118, 212, 0} }}, + {{ {-35, 42, -44}, 0, {-16, -16}, {154, 53, 203, 0} }}, + {{ {43, 57, -29}, 0, {-16, -16}, {57, 106, 215, 0} }}, }; Gfx toad_player_Torso_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(4, 3, 0, 0, 0, 5, 4, 0), - gsSP2Triangles(6, 5, 0, 0, 6, 0, 2, 0), - gsSP2Triangles(7, 5, 6, 0, 8, 5, 7, 0), - gsSP2Triangles(7, 9, 8, 0, 7, 10, 9, 0), - gsSP2Triangles(7, 11, 10, 0, 7, 6, 11, 0), - gsSP2Triangles(12, 9, 10, 0, 13, 9, 12, 0), - gsSP2Triangles(12, 14, 13, 0, 12, 15, 14, 0), - gsSP2Triangles(12, 16, 15, 0, 12, 10, 16, 0), - gsSP2Triangles(17, 14, 15, 0, 18, 14, 17, 0), - gsSP2Triangles(17, 3, 18, 0, 17, 1, 3, 0), - gsSP2Triangles(17, 19, 1, 0, 17, 15, 19, 0), - gsSP2Triangles(4, 18, 3, 0, 8, 18, 4, 0), - gsSP2Triangles(8, 4, 5, 0, 8, 13, 18, 0), - gsSP2Triangles(13, 8, 9, 0, 18, 13, 14, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(4, 3, 0, 0, 0, 5, 4, 0), + gsSP2Triangles(6, 5, 0, 0, 6, 0, 2, 0), + gsSP2Triangles(7, 5, 6, 0, 8, 5, 7, 0), + gsSP2Triangles(7, 9, 8, 0, 7, 10, 9, 0), + gsSP2Triangles(7, 11, 10, 0, 7, 6, 11, 0), + gsSP2Triangles(12, 9, 10, 0, 13, 9, 12, 0), + gsSP2Triangles(12, 14, 13, 0, 12, 15, 14, 0), + gsSP2Triangles(12, 16, 15, 0, 12, 10, 16, 0), + gsSP2Triangles(17, 14, 15, 0, 18, 14, 17, 0), + gsSP2Triangles(17, 3, 18, 0, 17, 1, 3, 0), + gsSP2Triangles(17, 19, 1, 0, 17, 15, 19, 0), + gsSP2Triangles(4, 18, 3, 0, 8, 18, 4, 0), + gsSP2Triangles(8, 4, 5, 0, 8, 13, 18, 0), + gsSP2Triangles(13, 8, 9, 0, 18, 13, 14, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Torso_mesh_layer_1_vtx_1[12] = { - {{ {89, 22, -21}, 0, {-16, -16}, {108, 47, 209, 0} }}, - {{ {43, -18, -57}, 0, {-16, -16}, {54, 211, 150, 0} }}, - {{ {43, 30, -57}, 0, {-16, -16}, {58, 43, 152, 0} }}, - {{ {89, -20, -21}, 0, {-16, -16}, {103, 198, 209, 0} }}, - {{ {89, 22, 20}, 0, {-16, -16}, {108, 47, 47, 0} }}, - {{ {43, 57, -29}, 0, {-16, -16}, {57, 106, 215, 0} }}, - {{ {43, 57, 29}, 0, {-16, -16}, {57, 106, 42, 0} }}, - {{ {43, 30, 57}, 0, {-16, -16}, {58, 44, 104, 0} }}, - {{ {89, -20, 20}, 0, {-16, -16}, {103, 198, 47, 0} }}, - {{ {43, -18, 57}, 0, {-16, -16}, {53, 209, 105, 0} }}, - {{ {43, -43, 29}, 0, {-16, -16}, {41, 143, 42, 0} }}, - {{ {43, -43, -29}, 0, {-16, -16}, {42, 143, 215, 0} }}, + {{ {89, 22, -21}, 0, {-16, -16}, {108, 47, 209, 0} }}, + {{ {43, -18, -57}, 0, {-16, -16}, {54, 211, 150, 0} }}, + {{ {43, 30, -57}, 0, {-16, -16}, {58, 43, 152, 0} }}, + {{ {89, -20, -21}, 0, {-16, -16}, {103, 198, 209, 0} }}, + {{ {89, 22, 20}, 0, {-16, -16}, {108, 47, 47, 0} }}, + {{ {43, 57, -29}, 0, {-16, -16}, {57, 106, 215, 0} }}, + {{ {43, 57, 29}, 0, {-16, -16}, {57, 106, 42, 0} }}, + {{ {43, 30, 57}, 0, {-16, -16}, {58, 44, 104, 0} }}, + {{ {89, -20, 20}, 0, {-16, -16}, {103, 198, 47, 0} }}, + {{ {43, -18, 57}, 0, {-16, -16}, {53, 209, 105, 0} }}, + {{ {43, -43, 29}, 0, {-16, -16}, {41, 143, 42, 0} }}, + {{ {43, -43, -29}, 0, {-16, -16}, {42, 143, 215, 0} }}, }; Gfx toad_player_Torso_mesh_layer_1_tri_1[] = { - gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_1 + 0, 12, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(3, 0, 4, 0, 4, 0, 5, 0), - gsSP2Triangles(2, 5, 0, 0, 4, 5, 6, 0), - gsSP2Triangles(6, 7, 4, 0, 8, 4, 7, 0), - gsSP2Triangles(8, 7, 9, 0, 9, 10, 8, 0), - gsSP2Triangles(3, 8, 10, 0, 3, 10, 11, 0), - gsSP2Triangles(11, 1, 3, 0, 3, 4, 8, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_1 + 0, 12, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(3, 0, 4, 0, 4, 0, 5, 0), + gsSP2Triangles(2, 5, 0, 0, 4, 5, 6, 0), + gsSP2Triangles(6, 7, 4, 0, 8, 4, 7, 0), + gsSP2Triangles(8, 7, 9, 0, 9, 10, 8, 0), + gsSP2Triangles(3, 8, 10, 0, 3, 10, 11, 0), + gsSP2Triangles(11, 1, 3, 0, 3, 4, 8, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Torso_mesh_layer_1_vtx_2[20] = { - {{ {2, 38, 81}, 0, {-16, -16}, {48, 44, 109, 0} }}, - {{ {54, 58, 26}, 0, {-16, -16}, {53, 93, 68, 0} }}, - {{ {7, 73, 40}, 0, {-16, -16}, {51, 85, 79, 0} }}, - {{ {51, 36, 62}, 0, {-16, -16}, {57, 57, 98, 0} }}, - {{ {51, -19, 62}, 0, {-16, -16}, {50, 214, 109, 0} }}, - {{ {-2, -16, 81}, 0, {-16, -16}, {39, 216, 114, 0} }}, - {{ {-5, -68, 40}, 0, {-16, -16}, {37, 146, 50, 0} }}, - {{ {51, -52, 31}, 0, {-16, -16}, {49, 147, 43, 0} }}, - {{ {51, -52, -31}, 0, {-16, -16}, {48, 147, 212, 0} }}, - {{ {-5, -68, -40}, 0, {-16, -16}, {39, 147, 204, 0} }}, - {{ {-2, -16, -81}, 0, {-16, -16}, {41, 215, 143, 0} }}, - {{ {51, -19, -62}, 0, {-16, -16}, {50, 214, 147, 0} }}, - {{ {51, 36, -62}, 0, {-16, -16}, {61, 51, 157, 0} }}, - {{ {2, 38, -81}, 0, {-16, -16}, {45, 41, 144, 0} }}, - {{ {7, 73, -40}, 0, {-16, -16}, {42, 94, 182, 0} }}, - {{ {54, 58, -26}, 0, {-16, -16}, {58, 94, 194, 0} }}, - {{ {85, 28, -36}, 0, {-16, -16}, {76, 37, 161, 0} }}, - {{ {93, -26, -36}, 0, {-16, -16}, {74, 183, 183, 0} }}, - {{ {93, -26, 36}, 0, {-16, -16}, {75, 182, 71, 0} }}, - {{ {85, 28, 36}, 0, {-16, -16}, {79, 41, 91, 0} }}, + {{ {2, 38, 81}, 0, {-16, -16}, {48, 44, 109, 0} }}, + {{ {54, 58, 26}, 0, {-16, -16}, {53, 93, 68, 0} }}, + {{ {7, 73, 40}, 0, {-16, -16}, {51, 85, 79, 0} }}, + {{ {51, 36, 62}, 0, {-16, -16}, {57, 57, 98, 0} }}, + {{ {51, -19, 62}, 0, {-16, -16}, {50, 214, 109, 0} }}, + {{ {-2, -16, 81}, 0, {-16, -16}, {39, 216, 114, 0} }}, + {{ {-5, -68, 40}, 0, {-16, -16}, {37, 146, 50, 0} }}, + {{ {51, -52, 31}, 0, {-16, -16}, {49, 147, 43, 0} }}, + {{ {51, -52, -31}, 0, {-16, -16}, {48, 147, 212, 0} }}, + {{ {-5, -68, -40}, 0, {-16, -16}, {39, 147, 204, 0} }}, + {{ {-2, -16, -81}, 0, {-16, -16}, {41, 215, 143, 0} }}, + {{ {51, -19, -62}, 0, {-16, -16}, {50, 214, 147, 0} }}, + {{ {51, 36, -62}, 0, {-16, -16}, {61, 51, 157, 0} }}, + {{ {2, 38, -81}, 0, {-16, -16}, {45, 41, 144, 0} }}, + {{ {7, 73, -40}, 0, {-16, -16}, {42, 94, 182, 0} }}, + {{ {54, 58, -26}, 0, {-16, -16}, {58, 94, 194, 0} }}, + {{ {85, 28, -36}, 0, {-16, -16}, {76, 37, 161, 0} }}, + {{ {93, -26, -36}, 0, {-16, -16}, {74, 183, 183, 0} }}, + {{ {93, -26, 36}, 0, {-16, -16}, {75, 182, 71, 0} }}, + {{ {85, 28, 36}, 0, {-16, -16}, {79, 41, 91, 0} }}, }; Gfx toad_player_Torso_mesh_layer_1_tri_2[] = { - gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_2 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), - gsSP2Triangles(6, 4, 5, 0, 6, 7, 4, 0), - gsSP2Triangles(6, 8, 7, 0, 6, 9, 8, 0), - gsSP2Triangles(8, 9, 10, 0, 8, 10, 11, 0), - gsSP2Triangles(10, 12, 11, 0, 10, 13, 12, 0), - gsSP2Triangles(14, 12, 13, 0, 14, 15, 12, 0), - gsSP2Triangles(12, 15, 16, 0, 16, 11, 12, 0), - gsSP2Triangles(16, 17, 11, 0, 8, 11, 17, 0), - gsSP2Triangles(17, 7, 8, 0, 17, 18, 7, 0), - gsSP2Triangles(4, 7, 18, 0, 18, 3, 4, 0), - gsSP2Triangles(18, 19, 3, 0, 1, 3, 19, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Torso_mesh_layer_1_vtx_2 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), + gsSP2Triangles(6, 4, 5, 0, 6, 7, 4, 0), + gsSP2Triangles(6, 8, 7, 0, 6, 9, 8, 0), + gsSP2Triangles(8, 9, 10, 0, 8, 10, 11, 0), + gsSP2Triangles(10, 12, 11, 0, 10, 13, 12, 0), + gsSP2Triangles(14, 12, 13, 0, 14, 15, 12, 0), + gsSP2Triangles(12, 15, 16, 0, 16, 11, 12, 0), + gsSP2Triangles(16, 17, 11, 0, 8, 11, 17, 0), + gsSP2Triangles(17, 7, 8, 0, 17, 18, 7, 0), + gsSP2Triangles(4, 7, 18, 0, 18, 3, 4, 0), + gsSP2Triangles(18, 19, 3, 0, 1, 3, 19, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Cap_DL_mesh_layer_4_vtx_0[94] = { - {{ {174, -49, -176}, 0, {-418, 482}, {31, 240, 134, 0} }}, - {{ {275, 35, -71}, 0, {178, 72}, {116, 26, 211, 0} }}, - {{ {217, -73, -142}, 0, {-280, 152}, {79, 214, 166, 0} }}, - {{ {98, 60, 34}, 0, {718, 1666}, {157, 78, 13, 0} }}, - {{ {67, 9, 71}, 0, {606, 1810}, {150, 62, 31, 0} }}, - {{ {82, -1, 142}, 0, {624, 1980}, {170, 47, 81, 0} }}, - {{ {24, -108, 71}, 0, {306, 1880}, {137, 240, 40, 0} }}, - {{ {38, -42, 34}, 0, {442, 1742}, {135, 35, 16, 0} }}, - {{ {24, -108, -71}, 0, {250, 1518}, {137, 240, 215, 0} }}, - {{ {38, -42, -34}, 0, {416, 1570}, {135, 35, 241, 0} }}, - {{ {82, 0, -142}, 0, {508, 1254}, {170, 46, 175, 0} }}, - {{ {67, 9, -71}, 0, {538, 1444}, {147, 59, 227, 0} }}, - {{ {139, 108, -71}, 0, {826, 1356}, {200, 107, 217, 0} }}, - {{ {98, 60, -34}, 0, {690, 1492}, {157, 79, 248, 0} }}, - {{ {197, 111, 88}, 0, {-92, 952}, {19, 110, 61, 0} }}, - {{ {126, -24, 176}, 0, {1016, 906}, {226, 16, 122, 0} }}, - {{ {174, -49, 176}, 0, {1010, 594}, {31, 240, 122, 0} }}, - {{ {245, 85, 88}, 0, {-98, 640}, {81, 77, 61, 0} }}, - {{ {217, -73, 142}, 0, {892, 212}, {79, 214, 90, 0} }}, - {{ {275, 35, 71}, 0, {2, 250}, {116, 26, 45, 0} }}, - {{ {248, -89, 79}, 0, {688, -162}, {104, 201, 48, 0} }}, - {{ {280, -29, 39}, 0, {194, -140}, {123, 237, 23, 0} }}, - {{ {126, -24, 176}, 0, {-196, 438}, {226, 16, 122, 0} }}, - {{ {103, -184, 88}, 0, {1220, 36}, {238, 146, 61, 0} }}, - {{ {174, -49, 176}, 0, {-198, -10}, {31, 240, 122, 0} }}, - {{ {54, -158, 88}, 0, {1222, 482}, {175, 179, 61, 0} }}, - {{ {82, -1, 142}, 0, {-54, 916}, {170, 47, 81, 0} }}, - {{ {24, -108, 71}, 0, {1084, 952}, {137, 240, 40, 0} }}, - {{ {139, 108, -71}, 0, {184, 1066}, {200, 107, 217, 0} }}, - {{ {197, 111, 88}, 0, {1214, 712}, {19, 110, 61, 0} }}, - {{ {197, 111, -88}, 0, {34, 812}, {19, 110, 195, 0} }}, - {{ {245, 85, 88}, 0, {1186, 352}, {81, 77, 61, 0} }}, - {{ {245, 85, -88}, 0, {6, 452}, {81, 77, 195, 0} }}, - {{ {275, 35, 71}, 0, {1050, -18}, {116, 26, 45, 0} }}, - {{ {275, 35, -71}, 0, {104, 62}, {116, 26, 211, 0} }}, - {{ {280, -29, 39}, 0, {780, -272}, {123, 237, 23, 0} }}, - {{ {280, -29, -39}, 0, {304, -170}, {123, 237, 232, 0} }}, - {{ {275, 35, 71}, 0, {1036, -112}, {116, 26, 45, 0} }}, - {{ {217, -73, -142}, 0, {456, 1066}, {79, 214, 166, 0} }}, - {{ {275, 35, -71}, 0, {1404, 676}, {116, 26, 211, 0} }}, - {{ {280, -29, -39}, 0, {1000, 266}, {123, 237, 232, 0} }}, - {{ {248, -89, -79}, 0, {474, 484}, {104, 201, 208, 0} }}, - {{ {259, -94, 0}, 0, {490, -104}, {112, 196, 0, 0} }}, - {{ {216, -149, -39}, 0, {-38, 168}, {85, 164, 233, 0} }}, - {{ {160, -181, -71}, 0, {-462, 496}, {43, 145, 211, 0} }}, - {{ {280, -29, -39}, 0, {-16, -16}, {123, 237, 232, 0} }}, - {{ {280, -29, 39}, 0, {-16, -16}, {123, 237, 23, 0} }}, - {{ {259, -94, 0}, 0, {-16, -16}, {112, 196, 0, 0} }}, - {{ {248, -89, 79}, 0, {-16, -16}, {104, 201, 48, 0} }}, - {{ {82, 0, -142}, 0, {-184, 898}, {170, 46, 175, 0} }}, - {{ {139, 108, -71}, 0, {1120, 942}, {200, 107, 217, 0} }}, - {{ {197, 111, -88}, 0, {1264, 448}, {19, 110, 195, 0} }}, - {{ {126, -24, -176}, 0, {-362, 392}, {226, 16, 134, 0} }}, - {{ {245, 85, -88}, 0, {1258, -4}, {81, 77, 195, 0} }}, - {{ {174, -49, -176}, 0, {-370, -58}, {31, 240, 134, 0} }}, - {{ {275, 35, -71}, 0, {1100, -320}, {116, 26, 211, 0} }}, - {{ {160, -181, 71}, 0, {-26, 196}, {43, 145, 45, 0} }}, - {{ {160, -181, -71}, 0, {888, 166}, {43, 145, 211, 0} }}, - {{ {216, -149, -39}, 0, {646, -188}, {85, 164, 233, 0} }}, - {{ {103, -184, 88}, 0, {-106, 592}, {238, 146, 61, 0} }}, - {{ {103, -184, -88}, 0, {1032, 556}, {237, 146, 195, 0} }}, - {{ {54, -158, 88}, 0, {-88, 942}, {175, 179, 61, 0} }}, - {{ {54, -158, -88}, 0, {1050, 906}, {175, 179, 195, 0} }}, - {{ {24, -108, -71}, 0, {-96, 882}, {137, 240, 215, 0} }}, - {{ {82, 0, -142}, 0, {1122, 1024}, {170, 46, 175, 0} }}, - {{ {126, -24, -176}, 0, {1320, 596}, {226, 16, 134, 0} }}, - {{ {54, -158, -88}, 0, {-198, 414}, {175, 179, 195, 0} }}, - {{ {174, -49, -176}, 0, {1372, 98}, {31, 240, 134, 0} }}, - {{ {103, -184, -88}, 0, {-146, -82}, {237, 146, 195, 0} }}, - {{ {174, -49, 176}, 0, {-16, -16}, {31, 240, 122, 0} }}, - {{ {160, -181, 71}, 0, {-16, -16}, {43, 145, 45, 0} }}, - {{ {217, -73, 142}, 0, {-16, -16}, {79, 214, 90, 0} }}, - {{ {103, -184, 88}, 0, {-16, -16}, {238, 146, 61, 0} }}, - {{ {24, -108, 71}, 0, {-16, -16}, {137, 240, 40, 0} }}, - {{ {54, -158, -88}, 0, {-16, -16}, {175, 179, 195, 0} }}, - {{ {54, -158, 88}, 0, {-16, -16}, {175, 179, 61, 0} }}, - {{ {24, -108, -71}, 0, {-16, -16}, {137, 240, 215, 0} }}, - {{ {103, -184, -88}, 0, {-16, -16}, {237, 146, 195, 0} }}, - {{ {217, -73, -142}, 0, {-16, -16}, {79, 214, 166, 0} }}, - {{ {160, -181, -71}, 0, {-16, -16}, {43, 145, 211, 0} }}, - {{ {174, -49, -176}, 0, {-16, -16}, {31, 240, 134, 0} }}, - {{ {98, 60, 34}, 0, {-42, 926}, {157, 78, 13, 0} }}, - {{ {82, -1, 142}, 0, {1024, 984}, {170, 47, 81, 0} }}, - {{ {139, 108, 71}, 0, {82, 380}, {200, 107, 40, 0} }}, - {{ {126, -24, 176}, 0, {1466, 550}, {226, 16, 122, 0} }}, - {{ {197, 111, 88}, 0, {290, -208}, {19, 110, 61, 0} }}, - {{ {139, 108, -71}, 0, {-982, 638}, {200, 107, 217, 0} }}, - {{ {98, 60, -34}, 0, {-548, 1048}, {157, 79, 248, 0} }}, - {{ {160, -181, 71}, 0, {832, 1186}, {43, 145, 45, 0} }}, - {{ {216, -149, -39}, 0, {1162, -70}, {85, 164, 233, 0} }}, - {{ {216, -149, 39}, 0, {654, 498}, {85, 164, 23, 0} }}, - {{ {259, -94, 0}, 0, {414, -278}, {112, 196, 0, 0} }}, - {{ {248, -89, 79}, 0, {-98, 326}, {104, 201, 48, 0} }}, - {{ {217, -73, 142}, 0, {-524, 874}, {79, 214, 90, 0} }}, + {{ {174, -49, -176}, 0, {-418, 482}, {31, 240, 134, 0} }}, + {{ {275, 35, -71}, 0, {178, 72}, {116, 26, 211, 0} }}, + {{ {217, -73, -142}, 0, {-280, 152}, {79, 214, 166, 0} }}, + {{ {98, 60, 34}, 0, {718, 1666}, {157, 78, 13, 0} }}, + {{ {67, 9, 71}, 0, {606, 1810}, {150, 62, 31, 0} }}, + {{ {82, -1, 142}, 0, {624, 1980}, {170, 47, 81, 0} }}, + {{ {24, -108, 71}, 0, {306, 1880}, {137, 240, 40, 0} }}, + {{ {38, -42, 34}, 0, {442, 1742}, {135, 35, 16, 0} }}, + {{ {24, -108, -71}, 0, {250, 1518}, {137, 240, 215, 0} }}, + {{ {38, -42, -34}, 0, {416, 1570}, {135, 35, 241, 0} }}, + {{ {82, 0, -142}, 0, {508, 1254}, {170, 46, 175, 0} }}, + {{ {67, 9, -71}, 0, {538, 1444}, {147, 59, 227, 0} }}, + {{ {139, 108, -71}, 0, {826, 1356}, {200, 107, 217, 0} }}, + {{ {98, 60, -34}, 0, {690, 1492}, {157, 79, 248, 0} }}, + {{ {197, 111, 88}, 0, {-92, 952}, {19, 110, 61, 0} }}, + {{ {126, -24, 176}, 0, {1016, 906}, {226, 16, 122, 0} }}, + {{ {174, -49, 176}, 0, {1010, 594}, {31, 240, 122, 0} }}, + {{ {245, 85, 88}, 0, {-98, 640}, {81, 77, 61, 0} }}, + {{ {217, -73, 142}, 0, {892, 212}, {79, 214, 90, 0} }}, + {{ {275, 35, 71}, 0, {2, 250}, {116, 26, 45, 0} }}, + {{ {248, -89, 79}, 0, {688, -162}, {104, 201, 48, 0} }}, + {{ {280, -29, 39}, 0, {194, -140}, {123, 237, 23, 0} }}, + {{ {126, -24, 176}, 0, {-196, 438}, {226, 16, 122, 0} }}, + {{ {103, -184, 88}, 0, {1220, 36}, {238, 146, 61, 0} }}, + {{ {174, -49, 176}, 0, {-198, -10}, {31, 240, 122, 0} }}, + {{ {54, -158, 88}, 0, {1222, 482}, {175, 179, 61, 0} }}, + {{ {82, -1, 142}, 0, {-54, 916}, {170, 47, 81, 0} }}, + {{ {24, -108, 71}, 0, {1084, 952}, {137, 240, 40, 0} }}, + {{ {139, 108, -71}, 0, {184, 1066}, {200, 107, 217, 0} }}, + {{ {197, 111, 88}, 0, {1214, 712}, {19, 110, 61, 0} }}, + {{ {197, 111, -88}, 0, {34, 812}, {19, 110, 195, 0} }}, + {{ {245, 85, 88}, 0, {1186, 352}, {81, 77, 61, 0} }}, + {{ {245, 85, -88}, 0, {6, 452}, {81, 77, 195, 0} }}, + {{ {275, 35, 71}, 0, {1050, -18}, {116, 26, 45, 0} }}, + {{ {275, 35, -71}, 0, {104, 62}, {116, 26, 211, 0} }}, + {{ {280, -29, 39}, 0, {780, -272}, {123, 237, 23, 0} }}, + {{ {280, -29, -39}, 0, {304, -170}, {123, 237, 232, 0} }}, + {{ {275, 35, 71}, 0, {1036, -112}, {116, 26, 45, 0} }}, + {{ {217, -73, -142}, 0, {456, 1066}, {79, 214, 166, 0} }}, + {{ {275, 35, -71}, 0, {1404, 676}, {116, 26, 211, 0} }}, + {{ {280, -29, -39}, 0, {1000, 266}, {123, 237, 232, 0} }}, + {{ {248, -89, -79}, 0, {474, 484}, {104, 201, 208, 0} }}, + {{ {259, -94, 0}, 0, {490, -104}, {112, 196, 0, 0} }}, + {{ {216, -149, -39}, 0, {-38, 168}, {85, 164, 233, 0} }}, + {{ {160, -181, -71}, 0, {-462, 496}, {43, 145, 211, 0} }}, + {{ {280, -29, -39}, 0, {-16, -16}, {123, 237, 232, 0} }}, + {{ {280, -29, 39}, 0, {-16, -16}, {123, 237, 23, 0} }}, + {{ {259, -94, 0}, 0, {-16, -16}, {112, 196, 0, 0} }}, + {{ {248, -89, 79}, 0, {-16, -16}, {104, 201, 48, 0} }}, + {{ {82, 0, -142}, 0, {-184, 898}, {170, 46, 175, 0} }}, + {{ {139, 108, -71}, 0, {1120, 942}, {200, 107, 217, 0} }}, + {{ {197, 111, -88}, 0, {1264, 448}, {19, 110, 195, 0} }}, + {{ {126, -24, -176}, 0, {-362, 392}, {226, 16, 134, 0} }}, + {{ {245, 85, -88}, 0, {1258, -4}, {81, 77, 195, 0} }}, + {{ {174, -49, -176}, 0, {-370, -58}, {31, 240, 134, 0} }}, + {{ {275, 35, -71}, 0, {1100, -320}, {116, 26, 211, 0} }}, + {{ {160, -181, 71}, 0, {-26, 196}, {43, 145, 45, 0} }}, + {{ {160, -181, -71}, 0, {888, 166}, {43, 145, 211, 0} }}, + {{ {216, -149, -39}, 0, {646, -188}, {85, 164, 233, 0} }}, + {{ {103, -184, 88}, 0, {-106, 592}, {238, 146, 61, 0} }}, + {{ {103, -184, -88}, 0, {1032, 556}, {237, 146, 195, 0} }}, + {{ {54, -158, 88}, 0, {-88, 942}, {175, 179, 61, 0} }}, + {{ {54, -158, -88}, 0, {1050, 906}, {175, 179, 195, 0} }}, + {{ {24, -108, -71}, 0, {-96, 882}, {137, 240, 215, 0} }}, + {{ {82, 0, -142}, 0, {1122, 1024}, {170, 46, 175, 0} }}, + {{ {126, -24, -176}, 0, {1320, 596}, {226, 16, 134, 0} }}, + {{ {54, -158, -88}, 0, {-198, 414}, {175, 179, 195, 0} }}, + {{ {174, -49, -176}, 0, {1372, 98}, {31, 240, 134, 0} }}, + {{ {103, -184, -88}, 0, {-146, -82}, {237, 146, 195, 0} }}, + {{ {174, -49, 176}, 0, {-16, -16}, {31, 240, 122, 0} }}, + {{ {160, -181, 71}, 0, {-16, -16}, {43, 145, 45, 0} }}, + {{ {217, -73, 142}, 0, {-16, -16}, {79, 214, 90, 0} }}, + {{ {103, -184, 88}, 0, {-16, -16}, {238, 146, 61, 0} }}, + {{ {24, -108, 71}, 0, {-16, -16}, {137, 240, 40, 0} }}, + {{ {54, -158, -88}, 0, {-16, -16}, {175, 179, 195, 0} }}, + {{ {54, -158, 88}, 0, {-16, -16}, {175, 179, 61, 0} }}, + {{ {24, -108, -71}, 0, {-16, -16}, {137, 240, 215, 0} }}, + {{ {103, -184, -88}, 0, {-16, -16}, {237, 146, 195, 0} }}, + {{ {217, -73, -142}, 0, {-16, -16}, {79, 214, 166, 0} }}, + {{ {160, -181, -71}, 0, {-16, -16}, {43, 145, 211, 0} }}, + {{ {174, -49, -176}, 0, {-16, -16}, {31, 240, 134, 0} }}, + {{ {98, 60, 34}, 0, {-42, 926}, {157, 78, 13, 0} }}, + {{ {82, -1, 142}, 0, {1024, 984}, {170, 47, 81, 0} }}, + {{ {139, 108, 71}, 0, {82, 380}, {200, 107, 40, 0} }}, + {{ {126, -24, 176}, 0, {1466, 550}, {226, 16, 122, 0} }}, + {{ {197, 111, 88}, 0, {290, -208}, {19, 110, 61, 0} }}, + {{ {139, 108, -71}, 0, {-982, 638}, {200, 107, 217, 0} }}, + {{ {98, 60, -34}, 0, {-548, 1048}, {157, 79, 248, 0} }}, + {{ {160, -181, 71}, 0, {832, 1186}, {43, 145, 45, 0} }}, + {{ {216, -149, -39}, 0, {1162, -70}, {85, 164, 233, 0} }}, + {{ {216, -149, 39}, 0, {654, 498}, {85, 164, 23, 0} }}, + {{ {259, -94, 0}, 0, {414, -278}, {112, 196, 0, 0} }}, + {{ {248, -89, 79}, 0, {-98, 326}, {104, 201, 48, 0} }}, + {{ {217, -73, 142}, 0, {-524, 874}, {79, 214, 90, 0} }}, }; Gfx toad_player_Cap_DL_mesh_layer_4_tri_0[] = { - gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_0 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), - gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), - gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), - gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), - gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), - gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), - gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), - gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), - gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), - gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), - gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), - gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), - gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), - gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), - gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), - gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), - gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), - gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), - gsSP1Triangle(61, 62, 60, 0), - gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_0 + 63, 31, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), - gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), - gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), - gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), - gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), - gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), - gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), - gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), - gsSP1Triangle(30, 25, 27, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_0 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), + gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), + gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), + gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), + gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), + gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), + gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), + gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), + gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), + gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), + gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), + gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), + gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), + gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), + gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), + gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), + gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), + gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), + gsSP1Triangle(61, 62, 60, 0), + gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_0 + 63, 31, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), + gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), + gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), + gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), + gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), + gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), + gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), + gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), + gsSP1Triangle(30, 25, 27, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Cap_DL_mesh_layer_4_vtx_1[94] = { - {{ {174, -49, -176}, 0, {-418, 482}, {31, 240, 134, 0} }}, - {{ {275, 35, -71}, 0, {178, 72}, {116, 26, 211, 0} }}, - {{ {217, -73, -142}, 0, {-280, 152}, {79, 214, 166, 0} }}, - {{ {98, 60, 34}, 0, {718, 1666}, {157, 78, 13, 0} }}, - {{ {67, 9, 71}, 0, {606, 1810}, {150, 62, 31, 0} }}, - {{ {82, 0, 142}, 0, {624, 1980}, {170, 47, 81, 0} }}, - {{ {24, -108, 71}, 0, {306, 1880}, {137, 240, 40, 0} }}, - {{ {38, -42, 34}, 0, {442, 1742}, {135, 35, 16, 0} }}, - {{ {24, -108, -71}, 0, {250, 1518}, {137, 240, 215, 0} }}, - {{ {38, -42, -34}, 0, {416, 1570}, {135, 35, 241, 0} }}, - {{ {82, 0, -142}, 0, {508, 1254}, {170, 46, 175, 0} }}, - {{ {67, 9, -71}, 0, {538, 1444}, {147, 59, 227, 0} }}, - {{ {139, 108, -71}, 0, {826, 1356}, {200, 107, 217, 0} }}, - {{ {98, 60, -34}, 0, {690, 1492}, {157, 79, 248, 0} }}, - {{ {197, 111, 88}, 0, {-92, 952}, {19, 110, 61, 0} }}, - {{ {126, -24, 176}, 0, {1016, 906}, {226, 16, 122, 0} }}, - {{ {174, -49, 176}, 0, {1010, 594}, {31, 240, 122, 0} }}, - {{ {245, 85, 88}, 0, {-98, 640}, {81, 77, 61, 0} }}, - {{ {217, -73, 142}, 0, {892, 212}, {79, 214, 90, 0} }}, - {{ {275, 35, 71}, 0, {2, 250}, {116, 26, 45, 0} }}, - {{ {248, -89, 79}, 0, {688, -162}, {104, 201, 48, 0} }}, - {{ {280, -30, 39}, 0, {194, -140}, {123, 237, 23, 0} }}, - {{ {126, -24, 176}, 0, {-196, 438}, {226, 16, 122, 0} }}, - {{ {102, -184, 88}, 0, {1220, 36}, {238, 146, 61, 0} }}, - {{ {174, -49, 176}, 0, {-198, -10}, {31, 240, 122, 0} }}, - {{ {54, -158, 88}, 0, {1222, 482}, {175, 179, 61, 0} }}, - {{ {82, 0, 142}, 0, {-54, 916}, {170, 47, 81, 0} }}, - {{ {24, -108, 71}, 0, {1084, 952}, {137, 240, 40, 0} }}, - {{ {139, 108, -71}, 0, {184, 1066}, {200, 107, 217, 0} }}, - {{ {197, 111, 88}, 0, {1214, 712}, {19, 110, 61, 0} }}, - {{ {197, 111, -88}, 0, {34, 812}, {19, 110, 195, 0} }}, - {{ {245, 85, 88}, 0, {1186, 352}, {81, 77, 61, 0} }}, - {{ {245, 85, -88}, 0, {6, 452}, {81, 77, 195, 0} }}, - {{ {275, 35, 71}, 0, {1050, -18}, {116, 26, 45, 0} }}, - {{ {275, 35, -71}, 0, {104, 62}, {116, 26, 211, 0} }}, - {{ {280, -30, 39}, 0, {780, -272}, {123, 237, 23, 0} }}, - {{ {280, -30, -39}, 0, {304, -170}, {123, 237, 232, 0} }}, - {{ {275, 35, 71}, 0, {1036, -112}, {116, 26, 45, 0} }}, - {{ {217, -73, -142}, 0, {456, 1066}, {79, 214, 166, 0} }}, - {{ {275, 35, -71}, 0, {1404, 676}, {116, 26, 211, 0} }}, - {{ {280, -30, -39}, 0, {1000, 266}, {123, 237, 232, 0} }}, - {{ {248, -89, -79}, 0, {474, 484}, {104, 201, 208, 0} }}, - {{ {259, -94, 0}, 0, {490, -104}, {112, 196, 0, 0} }}, - {{ {216, -149, -39}, 0, {-38, 168}, {85, 164, 233, 0} }}, - {{ {160, -181, -71}, 0, {-462, 496}, {43, 145, 211, 0} }}, - {{ {280, -30, -39}, 0, {-16, -16}, {123, 237, 232, 0} }}, - {{ {280, -30, 39}, 0, {-16, -16}, {123, 237, 23, 0} }}, - {{ {259, -94, 0}, 0, {-16, -16}, {112, 196, 0, 0} }}, - {{ {248, -89, 79}, 0, {-16, -16}, {104, 201, 48, 0} }}, - {{ {82, 0, -142}, 0, {-184, 898}, {170, 46, 175, 0} }}, - {{ {139, 108, -71}, 0, {1120, 942}, {200, 107, 217, 0} }}, - {{ {197, 111, -88}, 0, {1264, 448}, {19, 110, 195, 0} }}, - {{ {126, -24, -176}, 0, {-362, 392}, {226, 16, 134, 0} }}, - {{ {245, 85, -88}, 0, {1258, -4}, {81, 77, 195, 0} }}, - {{ {174, -49, -176}, 0, {-370, -58}, {31, 240, 134, 0} }}, - {{ {275, 35, -71}, 0, {1100, -320}, {116, 26, 211, 0} }}, - {{ {160, -181, 71}, 0, {-26, 196}, {43, 145, 45, 0} }}, - {{ {160, -181, -71}, 0, {888, 166}, {43, 145, 211, 0} }}, - {{ {216, -149, -39}, 0, {646, -188}, {85, 164, 233, 0} }}, - {{ {102, -184, 88}, 0, {-106, 592}, {238, 146, 61, 0} }}, - {{ {102, -184, -88}, 0, {1032, 556}, {237, 146, 195, 0} }}, - {{ {54, -158, 88}, 0, {-88, 942}, {175, 179, 61, 0} }}, - {{ {54, -158, -88}, 0, {1050, 906}, {175, 179, 195, 0} }}, - {{ {24, -108, -71}, 0, {-96, 882}, {137, 240, 215, 0} }}, - {{ {82, 0, -142}, 0, {1122, 1024}, {170, 46, 175, 0} }}, - {{ {126, -24, -176}, 0, {1320, 596}, {226, 16, 134, 0} }}, - {{ {54, -158, -88}, 0, {-198, 414}, {175, 179, 195, 0} }}, - {{ {174, -49, -176}, 0, {1372, 98}, {31, 240, 134, 0} }}, - {{ {102, -184, -88}, 0, {-146, -82}, {237, 146, 195, 0} }}, - {{ {174, -49, 176}, 0, {-16, -16}, {31, 240, 122, 0} }}, - {{ {160, -181, 71}, 0, {-16, -16}, {43, 145, 45, 0} }}, - {{ {217, -73, 142}, 0, {-16, -16}, {79, 214, 90, 0} }}, - {{ {102, -184, 88}, 0, {-16, -16}, {238, 146, 61, 0} }}, - {{ {24, -108, 71}, 0, {-16, -16}, {137, 240, 40, 0} }}, - {{ {54, -158, -88}, 0, {-16, -16}, {175, 179, 195, 0} }}, - {{ {54, -158, 88}, 0, {-16, -16}, {175, 179, 61, 0} }}, - {{ {24, -108, -71}, 0, {-16, -16}, {137, 240, 215, 0} }}, - {{ {102, -184, -88}, 0, {-16, -16}, {237, 146, 195, 0} }}, - {{ {217, -73, -142}, 0, {-16, -16}, {79, 214, 166, 0} }}, - {{ {160, -181, -71}, 0, {-16, -16}, {43, 145, 211, 0} }}, - {{ {174, -49, -176}, 0, {-16, -16}, {31, 240, 134, 0} }}, - {{ {98, 60, 34}, 0, {-42, 926}, {157, 78, 13, 0} }}, - {{ {82, 0, 142}, 0, {1024, 984}, {170, 47, 81, 0} }}, - {{ {139, 108, 71}, 0, {82, 380}, {200, 107, 40, 0} }}, - {{ {126, -24, 176}, 0, {1466, 550}, {226, 16, 122, 0} }}, - {{ {197, 111, 88}, 0, {290, -208}, {19, 110, 61, 0} }}, - {{ {139, 108, -71}, 0, {-982, 638}, {200, 107, 217, 0} }}, - {{ {98, 60, -34}, 0, {-548, 1048}, {157, 79, 248, 0} }}, - {{ {160, -181, 71}, 0, {832, 1186}, {43, 145, 45, 0} }}, - {{ {216, -149, -39}, 0, {1162, -70}, {85, 164, 233, 0} }}, - {{ {216, -149, 39}, 0, {654, 498}, {85, 164, 23, 0} }}, - {{ {259, -94, 0}, 0, {414, -278}, {112, 196, 0, 0} }}, - {{ {248, -89, 79}, 0, {-98, 326}, {104, 201, 48, 0} }}, - {{ {217, -73, 142}, 0, {-524, 874}, {79, 214, 90, 0} }}, + {{ {174, -49, -176}, 0, {-418, 482}, {31, 240, 134, 0} }}, + {{ {275, 35, -71}, 0, {178, 72}, {116, 26, 211, 0} }}, + {{ {217, -73, -142}, 0, {-280, 152}, {79, 214, 166, 0} }}, + {{ {98, 60, 34}, 0, {718, 1666}, {157, 78, 13, 0} }}, + {{ {67, 9, 71}, 0, {606, 1810}, {150, 62, 31, 0} }}, + {{ {82, 0, 142}, 0, {624, 1980}, {170, 47, 81, 0} }}, + {{ {24, -108, 71}, 0, {306, 1880}, {137, 240, 40, 0} }}, + {{ {38, -42, 34}, 0, {442, 1742}, {135, 35, 16, 0} }}, + {{ {24, -108, -71}, 0, {250, 1518}, {137, 240, 215, 0} }}, + {{ {38, -42, -34}, 0, {416, 1570}, {135, 35, 241, 0} }}, + {{ {82, 0, -142}, 0, {508, 1254}, {170, 46, 175, 0} }}, + {{ {67, 9, -71}, 0, {538, 1444}, {147, 59, 227, 0} }}, + {{ {139, 108, -71}, 0, {826, 1356}, {200, 107, 217, 0} }}, + {{ {98, 60, -34}, 0, {690, 1492}, {157, 79, 248, 0} }}, + {{ {197, 111, 88}, 0, {-92, 952}, {19, 110, 61, 0} }}, + {{ {126, -24, 176}, 0, {1016, 906}, {226, 16, 122, 0} }}, + {{ {174, -49, 176}, 0, {1010, 594}, {31, 240, 122, 0} }}, + {{ {245, 85, 88}, 0, {-98, 640}, {81, 77, 61, 0} }}, + {{ {217, -73, 142}, 0, {892, 212}, {79, 214, 90, 0} }}, + {{ {275, 35, 71}, 0, {2, 250}, {116, 26, 45, 0} }}, + {{ {248, -89, 79}, 0, {688, -162}, {104, 201, 48, 0} }}, + {{ {280, -30, 39}, 0, {194, -140}, {123, 237, 23, 0} }}, + {{ {126, -24, 176}, 0, {-196, 438}, {226, 16, 122, 0} }}, + {{ {102, -184, 88}, 0, {1220, 36}, {238, 146, 61, 0} }}, + {{ {174, -49, 176}, 0, {-198, -10}, {31, 240, 122, 0} }}, + {{ {54, -158, 88}, 0, {1222, 482}, {175, 179, 61, 0} }}, + {{ {82, 0, 142}, 0, {-54, 916}, {170, 47, 81, 0} }}, + {{ {24, -108, 71}, 0, {1084, 952}, {137, 240, 40, 0} }}, + {{ {139, 108, -71}, 0, {184, 1066}, {200, 107, 217, 0} }}, + {{ {197, 111, 88}, 0, {1214, 712}, {19, 110, 61, 0} }}, + {{ {197, 111, -88}, 0, {34, 812}, {19, 110, 195, 0} }}, + {{ {245, 85, 88}, 0, {1186, 352}, {81, 77, 61, 0} }}, + {{ {245, 85, -88}, 0, {6, 452}, {81, 77, 195, 0} }}, + {{ {275, 35, 71}, 0, {1050, -18}, {116, 26, 45, 0} }}, + {{ {275, 35, -71}, 0, {104, 62}, {116, 26, 211, 0} }}, + {{ {280, -30, 39}, 0, {780, -272}, {123, 237, 23, 0} }}, + {{ {280, -30, -39}, 0, {304, -170}, {123, 237, 232, 0} }}, + {{ {275, 35, 71}, 0, {1036, -112}, {116, 26, 45, 0} }}, + {{ {217, -73, -142}, 0, {456, 1066}, {79, 214, 166, 0} }}, + {{ {275, 35, -71}, 0, {1404, 676}, {116, 26, 211, 0} }}, + {{ {280, -30, -39}, 0, {1000, 266}, {123, 237, 232, 0} }}, + {{ {248, -89, -79}, 0, {474, 484}, {104, 201, 208, 0} }}, + {{ {259, -94, 0}, 0, {490, -104}, {112, 196, 0, 0} }}, + {{ {216, -149, -39}, 0, {-38, 168}, {85, 164, 233, 0} }}, + {{ {160, -181, -71}, 0, {-462, 496}, {43, 145, 211, 0} }}, + {{ {280, -30, -39}, 0, {-16, -16}, {123, 237, 232, 0} }}, + {{ {280, -30, 39}, 0, {-16, -16}, {123, 237, 23, 0} }}, + {{ {259, -94, 0}, 0, {-16, -16}, {112, 196, 0, 0} }}, + {{ {248, -89, 79}, 0, {-16, -16}, {104, 201, 48, 0} }}, + {{ {82, 0, -142}, 0, {-184, 898}, {170, 46, 175, 0} }}, + {{ {139, 108, -71}, 0, {1120, 942}, {200, 107, 217, 0} }}, + {{ {197, 111, -88}, 0, {1264, 448}, {19, 110, 195, 0} }}, + {{ {126, -24, -176}, 0, {-362, 392}, {226, 16, 134, 0} }}, + {{ {245, 85, -88}, 0, {1258, -4}, {81, 77, 195, 0} }}, + {{ {174, -49, -176}, 0, {-370, -58}, {31, 240, 134, 0} }}, + {{ {275, 35, -71}, 0, {1100, -320}, {116, 26, 211, 0} }}, + {{ {160, -181, 71}, 0, {-26, 196}, {43, 145, 45, 0} }}, + {{ {160, -181, -71}, 0, {888, 166}, {43, 145, 211, 0} }}, + {{ {216, -149, -39}, 0, {646, -188}, {85, 164, 233, 0} }}, + {{ {102, -184, 88}, 0, {-106, 592}, {238, 146, 61, 0} }}, + {{ {102, -184, -88}, 0, {1032, 556}, {237, 146, 195, 0} }}, + {{ {54, -158, 88}, 0, {-88, 942}, {175, 179, 61, 0} }}, + {{ {54, -158, -88}, 0, {1050, 906}, {175, 179, 195, 0} }}, + {{ {24, -108, -71}, 0, {-96, 882}, {137, 240, 215, 0} }}, + {{ {82, 0, -142}, 0, {1122, 1024}, {170, 46, 175, 0} }}, + {{ {126, -24, -176}, 0, {1320, 596}, {226, 16, 134, 0} }}, + {{ {54, -158, -88}, 0, {-198, 414}, {175, 179, 195, 0} }}, + {{ {174, -49, -176}, 0, {1372, 98}, {31, 240, 134, 0} }}, + {{ {102, -184, -88}, 0, {-146, -82}, {237, 146, 195, 0} }}, + {{ {174, -49, 176}, 0, {-16, -16}, {31, 240, 122, 0} }}, + {{ {160, -181, 71}, 0, {-16, -16}, {43, 145, 45, 0} }}, + {{ {217, -73, 142}, 0, {-16, -16}, {79, 214, 90, 0} }}, + {{ {102, -184, 88}, 0, {-16, -16}, {238, 146, 61, 0} }}, + {{ {24, -108, 71}, 0, {-16, -16}, {137, 240, 40, 0} }}, + {{ {54, -158, -88}, 0, {-16, -16}, {175, 179, 195, 0} }}, + {{ {54, -158, 88}, 0, {-16, -16}, {175, 179, 61, 0} }}, + {{ {24, -108, -71}, 0, {-16, -16}, {137, 240, 215, 0} }}, + {{ {102, -184, -88}, 0, {-16, -16}, {237, 146, 195, 0} }}, + {{ {217, -73, -142}, 0, {-16, -16}, {79, 214, 166, 0} }}, + {{ {160, -181, -71}, 0, {-16, -16}, {43, 145, 211, 0} }}, + {{ {174, -49, -176}, 0, {-16, -16}, {31, 240, 134, 0} }}, + {{ {98, 60, 34}, 0, {-42, 926}, {157, 78, 13, 0} }}, + {{ {82, 0, 142}, 0, {1024, 984}, {170, 47, 81, 0} }}, + {{ {139, 108, 71}, 0, {82, 380}, {200, 107, 40, 0} }}, + {{ {126, -24, 176}, 0, {1466, 550}, {226, 16, 122, 0} }}, + {{ {197, 111, 88}, 0, {290, -208}, {19, 110, 61, 0} }}, + {{ {139, 108, -71}, 0, {-982, 638}, {200, 107, 217, 0} }}, + {{ {98, 60, -34}, 0, {-548, 1048}, {157, 79, 248, 0} }}, + {{ {160, -181, 71}, 0, {832, 1186}, {43, 145, 45, 0} }}, + {{ {216, -149, -39}, 0, {1162, -70}, {85, 164, 233, 0} }}, + {{ {216, -149, 39}, 0, {654, 498}, {85, 164, 23, 0} }}, + {{ {259, -94, 0}, 0, {414, -278}, {112, 196, 0, 0} }}, + {{ {248, -89, 79}, 0, {-98, 326}, {104, 201, 48, 0} }}, + {{ {217, -73, 142}, 0, {-524, 874}, {79, 214, 90, 0} }}, }; Gfx toad_player_Cap_DL_mesh_layer_4_tri_1[] = { - gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_1 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), - gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), - gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), - gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), - gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), - gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), - gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), - gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), - gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), - gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), - gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), - gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), - gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), - gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), - gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), - gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), - gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), - gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), - gsSP1Triangle(61, 62, 60, 0), - gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_1 + 63, 31, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), - gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), - gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), - gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), - gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), - gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), - gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), - gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), - gsSP1Triangle(30, 25, 27, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_1 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), + gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), + gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), + gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), + gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), + gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), + gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), + gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), + gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), + gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), + gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), + gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), + gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), + gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), + gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), + gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), + gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), + gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), + gsSP1Triangle(61, 62, 60, 0), + gsSPVertex(toad_player_Cap_DL_mesh_layer_4_vtx_1 + 63, 31, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), + gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), + gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), + gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), + gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), + gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), + gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), + gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), + gsSP1Triangle(30, 25, 27, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_vtx_0[6] = { - {{ {192, -52, -28}, 0, {-16, -16}, {45, 100, 192, 0} }}, - {{ {144, -28, -24}, 0, {-16, 1008}, {40, 109, 205, 0} }}, - {{ {196, -36, 0}, 0, {496, -16}, {48, 117, 0, 0} }}, - {{ {148, -20, 0}, 0, {496, 1008}, {40, 120, 0, 0} }}, - {{ {144, -28, 24}, 0, {1008, 1008}, {40, 109, 51, 0} }}, - {{ {192, -52, 28}, 0, {1008, -16}, {45, 100, 64, 0} }}, + {{ {192, -52, -28}, 0, {-16, -16}, {45, 100, 192, 0} }}, + {{ {144, -28, -24}, 0, {-16, 1008}, {40, 109, 205, 0} }}, + {{ {196, -36, 0}, 0, {496, -16}, {48, 117, 0, 0} }}, + {{ {148, -20, 0}, 0, {496, 1008}, {40, 120, 0, 0} }}, + {{ {144, -28, 24}, 0, {1008, 1008}, {40, 109, 51, 0} }}, + {{ {192, -52, 28}, 0, {1008, -16}, {45, 100, 64, 0} }}, }; Gfx toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_tri_0[] = { - gsSPVertex(toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_vtx_0 + 0, 6, 0), - gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), - gsSP2Triangles(3, 4, 2, 0, 4, 5, 2, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_vtx_0 + 0, 6, 0), + gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), + gsSP2Triangles(3, 4, 2, 0, 4, 5, 2, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Head_DL_mesh_layer_1_vtx_0[60] = { - {{ {-9, 60, 0}, 0, {496, 1028}, {146, 64, 0, 0} }}, - {{ {24, 69, -44}, 0, {49, 748}, {203, 90, 183, 0} }}, - {{ {-2, 32, -43}, 0, {56, 969}, {153, 29, 188, 0} }}, - {{ {27, 87, 0}, 0, {496, 668}, {216, 120, 0, 0} }}, - {{ {24, 69, 44}, 0, {943, 748}, {203, 90, 73, 0} }}, - {{ {-2, 32, 43}, 0, {936, 969}, {153, 29, 68, 0} }}, - {{ {30, 13, 77}, 0, {1290, 679}, {203, 15, 115, 0} }}, - {{ {58, 66, 57}, 0, {1080, 426}, {247, 89, 90, 0} }}, - {{ {74, -5, 87}, 0, {1388, 289}, {254, 253, 127, 0} }}, - {{ {106, 64, 57}, 0, {1080, -6}, {32, 86, 88, 0} }}, - {{ {97, 88, 0}, 0, {496, 76}, {24, 125, 0, 0} }}, - {{ {130, 76, 0}, 0, {496, -224}, {74, 103, 0, 0} }}, - {{ {106, 64, -57}, 0, {-88, -6}, {32, 86, 168, 0} }}, - {{ {58, 66, -57}, 0, {-88, 426}, {247, 89, 166, 0} }}, - {{ {74, -5, -87}, 0, {-396, 289}, {254, 253, 129, 0} }}, - {{ {30, 13, -77}, 0, {-298, 679}, {203, 15, 141, 0} }}, - {{ {71, 90, 0}, 0, {496, 316}, {2, 127, 0, 0} }}, - {{ {30, 13, -77}, 0, {-16, -16}, {203, 15, 141, 0} }}, - {{ {13, -30, -57}, 0, {-16, -16}, {174, 210, 171, 0} }}, - {{ {-2, 32, -43}, 0, {-16, -16}, {153, 29, 188, 0} }}, - {{ {46, -55, -62}, 0, {-16, -16}, {217, 175, 166, 0} }}, - {{ {74, -5, -87}, 0, {-16, -16}, {254, 253, 129, 0} }}, - {{ {79, -63, -60}, 0, {-16, -16}, {6, 161, 172, 0} }}, - {{ {104, -14, -81}, 0, {-16, -16}, {40, 240, 136, 0} }}, - {{ {106, 64, -57}, 0, {-16, -16}, {32, 86, 168, 0} }}, - {{ {130, 50, -53}, 0, {-16, -16}, {77, 59, 174, 0} }}, - {{ {130, 76, 0}, 0, {-16, -16}, {74, 103, 0, 0} }}, - {{ {150, 50, 0}, 0, {-16, -16}, {113, 58, 0, 0} }}, - {{ {130, 50, 53}, 0, {-16, -16}, {77, 59, 82, 0} }}, - {{ {106, 64, 57}, 0, {-16, -16}, {32, 86, 88, 0} }}, - {{ {104, -14, 81}, 0, {-16, -16}, {40, 240, 120, 0} }}, - {{ {74, -5, 87}, 0, {-16, -16}, {254, 253, 127, 0} }}, - {{ {79, -63, 60}, 0, {-16, -16}, {6, 161, 84, 0} }}, - {{ {46, -55, 62}, 0, {-16, -16}, {217, 175, 90, 0} }}, - {{ {30, 13, 77}, 0, {-16, -16}, {203, 15, 115, 0} }}, - {{ {13, -30, 57}, 0, {-16, -16}, {174, 210, 85, 0} }}, - {{ {-2, 32, 43}, 0, {-16, -16}, {153, 29, 68, 0} }}, - {{ {-9, -3, 30}, 0, {-16, -16}, {140, 250, 50, 0} }}, - {{ {-9, 60, 0}, 0, {-16, -16}, {146, 64, 0, 0} }}, - {{ {-17, -29, 0}, 0, {-16, -16}, {134, 220, 0, 0} }}, - {{ {-9, -3, -30}, 0, {-16, -16}, {140, 250, 206, 0} }}, - {{ {2, -60, 0}, 0, {-16, -16}, {165, 167, 0, 0} }}, - {{ {32, -80, 0}, 0, {-16, -16}, {207, 139, 0, 0} }}, - {{ {64, -86, 0}, 0, {-16, -16}, {251, 129, 0, 0} }}, - {{ {110, -60, -52}, 0, {-16, -16}, {52, 164, 186, 0} }}, - {{ {129, -20, -66}, 0, {-16, -16}, {81, 228, 162, 0} }}, - {{ {145, 30, -43}, 0, {-16, -16}, {107, 29, 194, 0} }}, - {{ {158, 18, 0}, 0, {-16, -16}, {127, 11, 0, 0} }}, - {{ {145, 30, 43}, 0, {-16, -16}, {107, 29, 62, 0} }}, - {{ {129, -20, 66}, 0, {-16, -16}, {81, 228, 94, 0} }}, - {{ {110, -60, 52}, 0, {-16, -16}, {52, 164, 70, 0} }}, - {{ {96, -81, 0}, 0, {-16, -16}, {36, 134, 0, 0} }}, - {{ {127, -64, 0}, 0, {-16, -16}, {83, 160, 0, 0} }}, - {{ {132, -52, -33}, 0, {-16, -16}, {92, 178, 217, 0} }}, - {{ {143, -22, -45}, 0, {-16, -16}, {109, 220, 202, 0} }}, - {{ {153, 5, -31}, 0, {-16, -16}, {120, 252, 215, 0} }}, - {{ {152, -23, 0}, 0, {-16, -16}, {120, 214, 0, 0} }}, - {{ {153, 5, 31}, 0, {-16, -16}, {120, 252, 41, 0} }}, - {{ {143, -22, 45}, 0, {-16, -16}, {109, 220, 54, 0} }}, - {{ {132, -52, 33}, 0, {-16, -16}, {92, 178, 39, 0} }}, + {{ {-9, 60, 0}, 0, {496, 1028}, {146, 64, 0, 0} }}, + {{ {24, 69, -44}, 0, {49, 748}, {203, 90, 183, 0} }}, + {{ {-2, 32, -43}, 0, {56, 969}, {153, 29, 188, 0} }}, + {{ {27, 87, 0}, 0, {496, 668}, {216, 120, 0, 0} }}, + {{ {24, 69, 44}, 0, {943, 748}, {203, 90, 73, 0} }}, + {{ {-2, 32, 43}, 0, {936, 969}, {153, 29, 68, 0} }}, + {{ {30, 13, 77}, 0, {1290, 679}, {203, 15, 115, 0} }}, + {{ {58, 66, 57}, 0, {1080, 426}, {247, 89, 90, 0} }}, + {{ {74, -5, 87}, 0, {1388, 289}, {254, 253, 127, 0} }}, + {{ {106, 64, 57}, 0, {1080, -6}, {32, 86, 88, 0} }}, + {{ {97, 88, 0}, 0, {496, 76}, {24, 125, 0, 0} }}, + {{ {130, 76, 0}, 0, {496, -224}, {74, 103, 0, 0} }}, + {{ {106, 64, -57}, 0, {-88, -6}, {32, 86, 168, 0} }}, + {{ {58, 66, -57}, 0, {-88, 426}, {247, 89, 166, 0} }}, + {{ {74, -5, -87}, 0, {-396, 289}, {254, 253, 129, 0} }}, + {{ {30, 13, -77}, 0, {-298, 679}, {203, 15, 141, 0} }}, + {{ {71, 90, 0}, 0, {496, 316}, {2, 127, 0, 0} }}, + {{ {30, 13, -77}, 0, {-16, -16}, {203, 15, 141, 0} }}, + {{ {13, -30, -57}, 0, {-16, -16}, {174, 210, 171, 0} }}, + {{ {-2, 32, -43}, 0, {-16, -16}, {153, 29, 188, 0} }}, + {{ {46, -55, -62}, 0, {-16, -16}, {217, 175, 166, 0} }}, + {{ {74, -5, -87}, 0, {-16, -16}, {254, 253, 129, 0} }}, + {{ {79, -63, -60}, 0, {-16, -16}, {6, 161, 172, 0} }}, + {{ {104, -14, -81}, 0, {-16, -16}, {40, 240, 136, 0} }}, + {{ {106, 64, -57}, 0, {-16, -16}, {32, 86, 168, 0} }}, + {{ {130, 50, -53}, 0, {-16, -16}, {77, 59, 174, 0} }}, + {{ {130, 76, 0}, 0, {-16, -16}, {74, 103, 0, 0} }}, + {{ {150, 50, 0}, 0, {-16, -16}, {113, 58, 0, 0} }}, + {{ {130, 50, 53}, 0, {-16, -16}, {77, 59, 82, 0} }}, + {{ {106, 64, 57}, 0, {-16, -16}, {32, 86, 88, 0} }}, + {{ {104, -14, 81}, 0, {-16, -16}, {40, 240, 120, 0} }}, + {{ {74, -5, 87}, 0, {-16, -16}, {254, 253, 127, 0} }}, + {{ {79, -63, 60}, 0, {-16, -16}, {6, 161, 84, 0} }}, + {{ {46, -55, 62}, 0, {-16, -16}, {217, 175, 90, 0} }}, + {{ {30, 13, 77}, 0, {-16, -16}, {203, 15, 115, 0} }}, + {{ {13, -30, 57}, 0, {-16, -16}, {174, 210, 85, 0} }}, + {{ {-2, 32, 43}, 0, {-16, -16}, {153, 29, 68, 0} }}, + {{ {-9, -3, 30}, 0, {-16, -16}, {140, 250, 50, 0} }}, + {{ {-9, 60, 0}, 0, {-16, -16}, {146, 64, 0, 0} }}, + {{ {-17, -29, 0}, 0, {-16, -16}, {134, 220, 0, 0} }}, + {{ {-9, -3, -30}, 0, {-16, -16}, {140, 250, 206, 0} }}, + {{ {2, -60, 0}, 0, {-16, -16}, {165, 167, 0, 0} }}, + {{ {32, -80, 0}, 0, {-16, -16}, {207, 139, 0, 0} }}, + {{ {64, -86, 0}, 0, {-16, -16}, {251, 129, 0, 0} }}, + {{ {110, -60, -52}, 0, {-16, -16}, {52, 164, 186, 0} }}, + {{ {129, -20, -66}, 0, {-16, -16}, {81, 228, 162, 0} }}, + {{ {145, 30, -43}, 0, {-16, -16}, {107, 29, 194, 0} }}, + {{ {158, 18, 0}, 0, {-16, -16}, {127, 11, 0, 0} }}, + {{ {145, 30, 43}, 0, {-16, -16}, {107, 29, 62, 0} }}, + {{ {129, -20, 66}, 0, {-16, -16}, {81, 228, 94, 0} }}, + {{ {110, -60, 52}, 0, {-16, -16}, {52, 164, 70, 0} }}, + {{ {96, -81, 0}, 0, {-16, -16}, {36, 134, 0, 0} }}, + {{ {127, -64, 0}, 0, {-16, -16}, {83, 160, 0, 0} }}, + {{ {132, -52, -33}, 0, {-16, -16}, {92, 178, 217, 0} }}, + {{ {143, -22, -45}, 0, {-16, -16}, {109, 220, 202, 0} }}, + {{ {153, 5, -31}, 0, {-16, -16}, {120, 252, 215, 0} }}, + {{ {152, -23, 0}, 0, {-16, -16}, {120, 214, 0, 0} }}, + {{ {153, 5, 31}, 0, {-16, -16}, {120, 252, 41, 0} }}, + {{ {143, -22, 45}, 0, {-16, -16}, {109, 220, 54, 0} }}, + {{ {132, -52, 33}, 0, {-16, -16}, {92, 178, 39, 0} }}, }; Gfx toad_player_Head_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Head_DL_mesh_layer_1_vtx_0 + 0, 60, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), - gsSP2Triangles(4, 5, 6, 0, 6, 7, 4, 0), - gsSP2Triangles(7, 6, 8, 0, 8, 9, 7, 0), - gsSP2Triangles(7, 9, 10, 0, 9, 11, 10, 0), - gsSP2Triangles(12, 10, 11, 0, 10, 12, 13, 0), - gsSP2Triangles(13, 12, 14, 0, 14, 15, 13, 0), - gsSP2Triangles(1, 13, 15, 0, 15, 2, 1, 0), - gsSP2Triangles(16, 13, 1, 0, 13, 16, 10, 0), - gsSP2Triangles(10, 16, 7, 0, 4, 7, 16, 0), - gsSP2Triangles(16, 3, 4, 0, 1, 3, 16, 0), - gsSP2Triangles(17, 18, 19, 0, 20, 18, 17, 0), - gsSP2Triangles(21, 20, 17, 0, 21, 22, 20, 0), - gsSP2Triangles(21, 23, 22, 0, 24, 23, 21, 0), - gsSP2Triangles(24, 25, 23, 0, 24, 26, 25, 0), - gsSP2Triangles(25, 26, 27, 0, 28, 27, 26, 0), - gsSP2Triangles(29, 28, 26, 0, 29, 30, 28, 0), - gsSP2Triangles(29, 31, 30, 0, 31, 32, 30, 0), - gsSP2Triangles(31, 33, 32, 0, 34, 33, 31, 0), - gsSP2Triangles(34, 35, 33, 0, 36, 35, 34, 0), - gsSP2Triangles(36, 37, 35, 0, 38, 37, 36, 0), - gsSP2Triangles(38, 39, 37, 0, 38, 40, 39, 0), - gsSP2Triangles(38, 19, 40, 0, 18, 40, 19, 0), - gsSP2Triangles(39, 40, 18, 0, 39, 18, 41, 0), - gsSP2Triangles(18, 20, 41, 0, 20, 42, 41, 0), - gsSP2Triangles(20, 43, 42, 0, 20, 22, 43, 0), - gsSP2Triangles(43, 22, 44, 0, 23, 44, 22, 0), - gsSP2Triangles(23, 45, 44, 0, 45, 23, 25, 0), - gsSP2Triangles(46, 45, 25, 0, 25, 27, 46, 0), - gsSP2Triangles(46, 27, 47, 0, 48, 47, 27, 0), - gsSP2Triangles(28, 48, 27, 0, 48, 28, 49, 0), - gsSP2Triangles(28, 30, 49, 0, 30, 50, 49, 0), - gsSP2Triangles(30, 32, 50, 0, 50, 32, 43, 0), - gsSP2Triangles(33, 43, 32, 0, 33, 42, 43, 0), - gsSP2Triangles(42, 33, 41, 0, 33, 35, 41, 0), - gsSP2Triangles(41, 35, 39, 0, 35, 37, 39, 0), - gsSP2Triangles(51, 50, 43, 0, 50, 51, 52, 0), - gsSP2Triangles(44, 52, 51, 0, 51, 43, 44, 0), - gsSP2Triangles(44, 53, 52, 0, 53, 44, 54, 0), - gsSP2Triangles(44, 45, 54, 0, 54, 45, 46, 0), - gsSP2Triangles(55, 54, 46, 0, 46, 47, 55, 0), - gsSP2Triangles(55, 47, 56, 0, 47, 57, 56, 0), - gsSP2Triangles(48, 57, 47, 0, 57, 48, 58, 0), - gsSP2Triangles(48, 49, 58, 0, 58, 49, 50, 0), - gsSP2Triangles(59, 58, 50, 0, 50, 52, 59, 0), - gsSP2Triangles(59, 52, 56, 0, 52, 53, 56, 0), - gsSP2Triangles(53, 54, 56, 0, 54, 55, 56, 0), - gsSP2Triangles(58, 59, 56, 0, 57, 58, 56, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Head_DL_mesh_layer_1_vtx_0 + 0, 60, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), + gsSP2Triangles(4, 5, 6, 0, 6, 7, 4, 0), + gsSP2Triangles(7, 6, 8, 0, 8, 9, 7, 0), + gsSP2Triangles(7, 9, 10, 0, 9, 11, 10, 0), + gsSP2Triangles(12, 10, 11, 0, 10, 12, 13, 0), + gsSP2Triangles(13, 12, 14, 0, 14, 15, 13, 0), + gsSP2Triangles(1, 13, 15, 0, 15, 2, 1, 0), + gsSP2Triangles(16, 13, 1, 0, 13, 16, 10, 0), + gsSP2Triangles(10, 16, 7, 0, 4, 7, 16, 0), + gsSP2Triangles(16, 3, 4, 0, 1, 3, 16, 0), + gsSP2Triangles(17, 18, 19, 0, 20, 18, 17, 0), + gsSP2Triangles(21, 20, 17, 0, 21, 22, 20, 0), + gsSP2Triangles(21, 23, 22, 0, 24, 23, 21, 0), + gsSP2Triangles(24, 25, 23, 0, 24, 26, 25, 0), + gsSP2Triangles(25, 26, 27, 0, 28, 27, 26, 0), + gsSP2Triangles(29, 28, 26, 0, 29, 30, 28, 0), + gsSP2Triangles(29, 31, 30, 0, 31, 32, 30, 0), + gsSP2Triangles(31, 33, 32, 0, 34, 33, 31, 0), + gsSP2Triangles(34, 35, 33, 0, 36, 35, 34, 0), + gsSP2Triangles(36, 37, 35, 0, 38, 37, 36, 0), + gsSP2Triangles(38, 39, 37, 0, 38, 40, 39, 0), + gsSP2Triangles(38, 19, 40, 0, 18, 40, 19, 0), + gsSP2Triangles(39, 40, 18, 0, 39, 18, 41, 0), + gsSP2Triangles(18, 20, 41, 0, 20, 42, 41, 0), + gsSP2Triangles(20, 43, 42, 0, 20, 22, 43, 0), + gsSP2Triangles(43, 22, 44, 0, 23, 44, 22, 0), + gsSP2Triangles(23, 45, 44, 0, 45, 23, 25, 0), + gsSP2Triangles(46, 45, 25, 0, 25, 27, 46, 0), + gsSP2Triangles(46, 27, 47, 0, 48, 47, 27, 0), + gsSP2Triangles(28, 48, 27, 0, 48, 28, 49, 0), + gsSP2Triangles(28, 30, 49, 0, 30, 50, 49, 0), + gsSP2Triangles(30, 32, 50, 0, 50, 32, 43, 0), + gsSP2Triangles(33, 43, 32, 0, 33, 42, 43, 0), + gsSP2Triangles(42, 33, 41, 0, 33, 35, 41, 0), + gsSP2Triangles(41, 35, 39, 0, 35, 37, 39, 0), + gsSP2Triangles(51, 50, 43, 0, 50, 51, 52, 0), + gsSP2Triangles(44, 52, 51, 0, 51, 43, 44, 0), + gsSP2Triangles(44, 53, 52, 0, 53, 44, 54, 0), + gsSP2Triangles(44, 45, 54, 0, 54, 45, 46, 0), + gsSP2Triangles(55, 54, 46, 0, 46, 47, 55, 0), + gsSP2Triangles(55, 47, 56, 0, 47, 57, 56, 0), + gsSP2Triangles(48, 57, 47, 0, 57, 48, 58, 0), + gsSP2Triangles(48, 49, 58, 0, 58, 49, 50, 0), + gsSP2Triangles(59, 58, 50, 0, 50, 52, 59, 0), + gsSP2Triangles(59, 52, 56, 0, 52, 53, 56, 0), + gsSP2Triangles(53, 54, 56, 0, 54, 55, 56, 0), + gsSP2Triangles(58, 59, 56, 0, 57, 58, 56, 0), + gsSPEndDisplayList(), }; static const Vtx toad_player_wings_half_1_dl_vertex[] = { @@ -634,2025 +635,2040 @@ const Gfx toad_player_wings_half_2_dl[] = { }; Vtx toad_player_Left_Arm_Color_mesh_layer_1_vtx_0[20] = { - {{ {-5, -10, 2}, 0, {-16, -16}, {200, 147, 34, 0} }}, - {{ {-10, -6, 0}, 0, {-16, -16}, {148, 190, 15, 0} }}, - {{ {-10, -4, -6}, 0, {-16, -16}, {152, 214, 197, 0} }}, - {{ {-5, 0, 10}, 0, {-16, -16}, {199, 254, 114, 0} }}, - {{ {19, 0, 15}, 0, {-16, -16}, {20, 255, 125, 0} }}, - {{ {19, -17, 4}, 0, {-16, -16}, {23, 137, 38, 0} }}, - {{ {-5, -6, -9}, 0, {-16, -16}, {206, 191, 159, 0} }}, - {{ {-10, 4, -6}, 0, {-16, -16}, {152, 43, 197, 0} }}, - {{ {-10, 6, 0}, 0, {-16, -16}, {148, 66, 13, 0} }}, - {{ {-10, 0, 5}, 0, {-16, -16}, {146, 255, 64, 0} }}, - {{ {-5, 10, 2}, 0, {-16, -16}, {199, 109, 31, 0} }}, - {{ {19, 17, 4}, 0, {-16, -16}, {25, 119, 36, 0} }}, - {{ {26, 11, 2}, 0, {-16, -16}, {107, 65, 19, 0} }}, - {{ {26, 0, 11}, 0, {-16, -16}, {99, 0, 80, 0} }}, - {{ {26, -11, 2}, 0, {-16, -16}, {108, 192, 22, 0} }}, - {{ {26, -7, -10}, 0, {-16, -16}, {101, 216, 190, 0} }}, - {{ {19, -10, -13}, 0, {-16, -16}, {17, 184, 153, 0} }}, - {{ {-5, 6, -9}, 0, {-16, -16}, {206, 66, 160, 0} }}, - {{ {19, 10, -13}, 0, {-16, -16}, {18, 73, 154, 0} }}, - {{ {26, 7, -10}, 0, {-16, -16}, {100, 43, 191, 0} }}, + {{ {-5, -10, 2}, 0, {-16, -16}, {200, 147, 34, 0} }}, + {{ {-10, -6, 0}, 0, {-16, -16}, {148, 190, 15, 0} }}, + {{ {-10, -4, -6}, 0, {-16, -16}, {152, 214, 197, 0} }}, + {{ {-5, 0, 10}, 0, {-16, -16}, {199, 254, 114, 0} }}, + {{ {19, 0, 15}, 0, {-16, -16}, {20, 255, 125, 0} }}, + {{ {19, -17, 4}, 0, {-16, -16}, {23, 137, 38, 0} }}, + {{ {-5, -6, -9}, 0, {-16, -16}, {206, 191, 159, 0} }}, + {{ {-10, 4, -6}, 0, {-16, -16}, {152, 43, 197, 0} }}, + {{ {-10, 6, 0}, 0, {-16, -16}, {148, 66, 13, 0} }}, + {{ {-10, 0, 5}, 0, {-16, -16}, {146, 255, 64, 0} }}, + {{ {-5, 10, 2}, 0, {-16, -16}, {199, 109, 31, 0} }}, + {{ {19, 17, 4}, 0, {-16, -16}, {25, 119, 36, 0} }}, + {{ {26, 11, 2}, 0, {-16, -16}, {107, 65, 19, 0} }}, + {{ {26, 0, 11}, 0, {-16, -16}, {99, 0, 80, 0} }}, + {{ {26, -11, 2}, 0, {-16, -16}, {108, 192, 22, 0} }}, + {{ {26, -7, -10}, 0, {-16, -16}, {101, 216, 190, 0} }}, + {{ {19, -10, -13}, 0, {-16, -16}, {17, 184, 153, 0} }}, + {{ {-5, 6, -9}, 0, {-16, -16}, {206, 66, 160, 0} }}, + {{ {19, 10, -13}, 0, {-16, -16}, {18, 73, 154, 0} }}, + {{ {26, 7, -10}, 0, {-16, -16}, {100, 43, 191, 0} }}, }; Gfx toad_player_Left_Arm_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Left_Arm_Color_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), - gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), - gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), - gsSP2Triangles(2, 1, 8, 0, 1, 9, 8, 0), - gsSP2Triangles(3, 9, 1, 0, 10, 9, 3, 0), - gsSP2Triangles(10, 3, 11, 0, 3, 4, 11, 0), - gsSP2Triangles(4, 12, 11, 0, 4, 13, 12, 0), - gsSP2Triangles(14, 13, 4, 0, 5, 14, 4, 0), - gsSP2Triangles(15, 14, 5, 0, 16, 15, 5, 0), - gsSP2Triangles(6, 16, 5, 0, 6, 17, 16, 0), - gsSP2Triangles(6, 7, 17, 0, 17, 7, 8, 0), - gsSP2Triangles(17, 8, 10, 0, 10, 8, 9, 0), - gsSP2Triangles(17, 10, 18, 0, 10, 11, 18, 0), - gsSP2Triangles(11, 12, 18, 0, 12, 19, 18, 0), - gsSP2Triangles(19, 12, 14, 0, 12, 13, 14, 0), - gsSP2Triangles(19, 14, 15, 0, 18, 19, 15, 0), - gsSP2Triangles(18, 15, 16, 0, 17, 18, 16, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Left_Arm_Color_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), + gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), + gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), + gsSP2Triangles(2, 1, 8, 0, 1, 9, 8, 0), + gsSP2Triangles(3, 9, 1, 0, 10, 9, 3, 0), + gsSP2Triangles(10, 3, 11, 0, 3, 4, 11, 0), + gsSP2Triangles(4, 12, 11, 0, 4, 13, 12, 0), + gsSP2Triangles(14, 13, 4, 0, 5, 14, 4, 0), + gsSP2Triangles(15, 14, 5, 0, 16, 15, 5, 0), + gsSP2Triangles(6, 16, 5, 0, 6, 17, 16, 0), + gsSP2Triangles(6, 7, 17, 0, 17, 7, 8, 0), + gsSP2Triangles(17, 8, 10, 0, 10, 8, 9, 0), + gsSP2Triangles(17, 10, 18, 0, 10, 11, 18, 0), + gsSP2Triangles(11, 12, 18, 0, 12, 19, 18, 0), + gsSP2Triangles(19, 12, 14, 0, 12, 13, 14, 0), + gsSP2Triangles(19, 14, 15, 0, 18, 19, 15, 0), + gsSP2Triangles(18, 15, 16, 0, 17, 18, 16, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Left_Forearm_mesh_layer_1_vtx_0[16] = { - {{ {1, -10, -13}, 0, {-16, -16}, {208, 190, 159, 0} }}, - {{ {-6, -7, -10}, 0, {-16, -16}, {155, 216, 190, 0} }}, - {{ {-6, 7, -10}, 0, {-16, -16}, {156, 43, 191, 0} }}, - {{ {1, -17, 4}, 0, {-16, -16}, {198, 148, 34, 0} }}, - {{ {25, -24, 6}, 0, {-16, -16}, {37, 140, 36, 0} }}, - {{ {25, -15, -18}, 0, {-16, -16}, {37, 185, 157, 0} }}, - {{ {1, 10, -13}, 0, {-16, -16}, {206, 65, 159, 0} }}, - {{ {-6, 11, 2}, 0, {-16, -16}, {148, 65, 15, 0} }}, - {{ {-6, 0, 11}, 0, {-16, -16}, {156, 251, 79, 0} }}, - {{ {-6, -11, 2}, 0, {-16, -16}, {148, 192, 22, 0} }}, - {{ {1, 0, 15}, 0, {-16, -16}, {207, 255, 117, 0} }}, - {{ {25, 0, 22}, 0, {-16, -16}, {37, 0, 121, 0} }}, - {{ {40, 0, -1}, 0, {-16, -16}, {127, 0, 254, 0} }}, - {{ {25, 15, -18}, 0, {-16, -16}, {37, 71, 157, 0} }}, - {{ {1, 17, 4}, 0, {-16, -16}, {199, 108, 34, 0} }}, - {{ {25, 24, 6}, 0, {-16, -16}, {38, 116, 37, 0} }}, + {{ {1, -10, -13}, 0, {-16, -16}, {208, 190, 159, 0} }}, + {{ {-6, -7, -10}, 0, {-16, -16}, {155, 216, 190, 0} }}, + {{ {-6, 7, -10}, 0, {-16, -16}, {156, 43, 191, 0} }}, + {{ {1, -17, 4}, 0, {-16, -16}, {198, 148, 34, 0} }}, + {{ {25, -24, 6}, 0, {-16, -16}, {37, 140, 36, 0} }}, + {{ {25, -15, -18}, 0, {-16, -16}, {37, 185, 157, 0} }}, + {{ {1, 10, -13}, 0, {-16, -16}, {206, 65, 159, 0} }}, + {{ {-6, 11, 2}, 0, {-16, -16}, {148, 65, 15, 0} }}, + {{ {-6, 0, 11}, 0, {-16, -16}, {156, 251, 79, 0} }}, + {{ {-6, -11, 2}, 0, {-16, -16}, {148, 192, 22, 0} }}, + {{ {1, 0, 15}, 0, {-16, -16}, {207, 255, 117, 0} }}, + {{ {25, 0, 22}, 0, {-16, -16}, {37, 0, 121, 0} }}, + {{ {40, 0, -1}, 0, {-16, -16}, {127, 0, 254, 0} }}, + {{ {25, 15, -18}, 0, {-16, -16}, {37, 71, 157, 0} }}, + {{ {1, 17, 4}, 0, {-16, -16}, {199, 108, 34, 0} }}, + {{ {25, 24, 6}, 0, {-16, -16}, {38, 116, 37, 0} }}, }; Gfx toad_player_Left_Forearm_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Left_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), - gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), - gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), - gsSP2Triangles(8, 2, 1, 0, 9, 8, 1, 0), - gsSP2Triangles(3, 9, 1, 0, 10, 9, 3, 0), - gsSP2Triangles(10, 3, 11, 0, 3, 4, 11, 0), - gsSP2Triangles(4, 12, 11, 0, 5, 12, 4, 0), - gsSP2Triangles(13, 12, 5, 0, 6, 13, 5, 0), - gsSP2Triangles(6, 14, 13, 0, 6, 7, 14, 0), - gsSP2Triangles(14, 7, 8, 0, 14, 8, 10, 0), - gsSP2Triangles(10, 8, 9, 0, 14, 10, 15, 0), - gsSP2Triangles(10, 11, 15, 0, 11, 12, 15, 0), - gsSP2Triangles(15, 12, 13, 0, 14, 15, 13, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Left_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), + gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), + gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), + gsSP2Triangles(8, 2, 1, 0, 9, 8, 1, 0), + gsSP2Triangles(3, 9, 1, 0, 10, 9, 3, 0), + gsSP2Triangles(10, 3, 11, 0, 3, 4, 11, 0), + gsSP2Triangles(4, 12, 11, 0, 5, 12, 4, 0), + gsSP2Triangles(13, 12, 5, 0, 6, 13, 5, 0), + gsSP2Triangles(6, 14, 13, 0, 6, 7, 14, 0), + gsSP2Triangles(14, 7, 8, 0, 14, 8, 10, 0), + gsSP2Triangles(10, 8, 9, 0, 14, 10, 15, 0), + gsSP2Triangles(10, 11, 15, 0, 11, 12, 15, 0), + gsSP2Triangles(15, 12, 13, 0, 14, 15, 13, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Left_Hand_DL_mesh_layer_1_vtx_0[20] = { - {{ {7, -14, -18}, 0, {0, 0}, {191, 181, 177, 255} }}, - {{ {-5, 14, -18}, 0, {0, 0}, {171, 23, 164, 255} }}, - {{ {11, 5, -21}, 0, {0, 0}, {213, 5, 137, 255} }}, - {{ {-9, -4, 1}, 0, {0, 0}, {138, 208, 4, 255} }}, - {{ {10, -22, 6}, 0, {0, 0}, {205, 144, 30, 255} }}, - {{ {37, -16, -30}, 0, {0, 0}, {31, 182, 158, 255} }}, - {{ {26, 7, -30}, 0, {0, 0}, {243, 21, 131, 255} }}, - {{ {10, 36, -12}, 0, {0, 0}, {209, 93, 184, 255} }}, - {{ {-8, 23, 6}, 0, {0, 0}, {141, 46, 28, 255} }}, - {{ {1, 0, 22}, 0, {0, 0}, {184, 227, 100, 255} }}, - {{ {26, -24, 9}, 0, {0, 0}, {13, 142, 54, 255} }}, - {{ {52, -14, 6}, 0, {0, 0}, {102, 192, 41, 255} }}, - {{ {48, -2, -22}, 0, {0, 0}, {105, 252, 185, 255} }}, - {{ {43, 11, -22}, 0, {0, 0}, {73, 48, 164, 255} }}, - {{ {24, 32, -17}, 0, {0, 0}, {22, 85, 164, 255} }}, - {{ {25, 47, 9}, 0, {0, 0}, {20, 121, 35, 255} }}, - {{ {2, 35, 9}, 0, {0, 0}, {180, 89, 50, 255} }}, - {{ {14, 6, 27}, 0, {0, 0}, {238, 247, 125, 255} }}, - {{ {40, 17, 27}, 0, {0, 0}, {64, 24, 107, 255} }}, - {{ {48, 24, -5}, 0, {0, 0}, {108, 64, 235, 255} }}, + {{ {7, -14, -18}, 0, {0, 0}, {191, 181, 177, 255} }}, + {{ {-5, 14, -18}, 0, {0, 0}, {171, 23, 164, 255} }}, + {{ {11, 5, -21}, 0, {0, 0}, {213, 5, 137, 255} }}, + {{ {-9, -4, 1}, 0, {0, 0}, {138, 208, 4, 255} }}, + {{ {10, -22, 6}, 0, {0, 0}, {205, 144, 30, 255} }}, + {{ {37, -16, -30}, 0, {0, 0}, {31, 182, 158, 255} }}, + {{ {26, 7, -30}, 0, {0, 0}, {243, 21, 131, 255} }}, + {{ {10, 36, -12}, 0, {0, 0}, {209, 93, 184, 255} }}, + {{ {-8, 23, 6}, 0, {0, 0}, {141, 46, 28, 255} }}, + {{ {1, 0, 22}, 0, {0, 0}, {184, 227, 100, 255} }}, + {{ {26, -24, 9}, 0, {0, 0}, {13, 142, 54, 255} }}, + {{ {52, -14, 6}, 0, {0, 0}, {102, 192, 41, 255} }}, + {{ {48, -2, -22}, 0, {0, 0}, {105, 252, 185, 255} }}, + {{ {43, 11, -22}, 0, {0, 0}, {73, 48, 164, 255} }}, + {{ {24, 32, -17}, 0, {0, 0}, {22, 85, 164, 255} }}, + {{ {25, 47, 9}, 0, {0, 0}, {20, 121, 35, 255} }}, + {{ {2, 35, 9}, 0, {0, 0}, {180, 89, 50, 255} }}, + {{ {14, 6, 27}, 0, {0, 0}, {238, 247, 125, 255} }}, + {{ {40, 17, 27}, 0, {0, 0}, {64, 24, 107, 255} }}, + {{ {48, 24, -5}, 0, {0, 0}, {108, 64, 235, 255} }}, }; Gfx toad_player_Left_Hand_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Left_Hand_DL_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), - gsSP2Triangles(0, 2, 5, 0, 2, 6, 5, 0), - gsSP2Triangles(6, 2, 7, 0, 7, 2, 1, 0), - gsSP2Triangles(1, 8, 7, 0, 8, 1, 3, 0), - gsSP2Triangles(3, 9, 8, 0, 4, 9, 3, 0), - gsSP2Triangles(4, 10, 9, 0, 5, 10, 4, 0), - gsSP2Triangles(5, 11, 10, 0, 5, 12, 11, 0), - gsSP2Triangles(6, 12, 5, 0, 6, 13, 12, 0), - gsSP2Triangles(14, 13, 6, 0, 6, 7, 14, 0), - gsSP2Triangles(15, 14, 7, 0, 7, 16, 15, 0), - gsSP2Triangles(8, 16, 7, 0, 16, 8, 9, 0), - gsSP2Triangles(17, 16, 9, 0, 10, 17, 9, 0), - gsSP2Triangles(10, 11, 17, 0, 11, 18, 17, 0), - gsSP2Triangles(11, 19, 18, 0, 12, 19, 11, 0), - gsSP2Triangles(13, 19, 12, 0, 13, 14, 19, 0), - gsSP2Triangles(15, 19, 14, 0, 18, 19, 15, 0), - gsSP2Triangles(17, 18, 15, 0, 17, 15, 16, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Left_Hand_DL_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(3, 0, 4, 0, 0, 5, 4, 0), + gsSP2Triangles(0, 2, 5, 0, 2, 6, 5, 0), + gsSP2Triangles(6, 2, 7, 0, 7, 2, 1, 0), + gsSP2Triangles(1, 8, 7, 0, 8, 1, 3, 0), + gsSP2Triangles(3, 9, 8, 0, 4, 9, 3, 0), + gsSP2Triangles(4, 10, 9, 0, 5, 10, 4, 0), + gsSP2Triangles(5, 11, 10, 0, 5, 12, 11, 0), + gsSP2Triangles(6, 12, 5, 0, 6, 13, 12, 0), + gsSP2Triangles(14, 13, 6, 0, 6, 7, 14, 0), + gsSP2Triangles(15, 14, 7, 0, 7, 16, 15, 0), + gsSP2Triangles(8, 16, 7, 0, 16, 8, 9, 0), + gsSP2Triangles(17, 16, 9, 0, 10, 17, 9, 0), + gsSP2Triangles(10, 11, 17, 0, 11, 18, 17, 0), + gsSP2Triangles(11, 19, 18, 0, 12, 19, 11, 0), + gsSP2Triangles(13, 19, 12, 0, 13, 14, 19, 0), + gsSP2Triangles(15, 19, 14, 0, 18, 19, 15, 0), + gsSP2Triangles(17, 18, 15, 0, 17, 15, 16, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0[23] = { - {{ {49, 29, 0}, 0, {-16, -16}, {85, 79, 51, 0} }}, - {{ {29, 40, -1}, 0, {-16, -16}, {7, 127, 5, 0} }}, - {{ {31, 17, 23}, 0, {-16, -16}, {37, 43, 114, 0} }}, - {{ {52, 30, -15}, 0, {-16, -16}, {69, 66, 172, 0} }}, - {{ {55, 7, 5}, 0, {-16, -16}, {112, 246, 59, 0} }}, - {{ {36, -18, 15}, 0, {-16, -16}, {65, 183, 81, 0} }}, - {{ {13, 5, 27}, 0, {-16, -16}, {239, 3, 126, 0} }}, - {{ {4, 33, 7}, 0, {-16, -16}, {202, 109, 37, 0} }}, - {{ {6, 22, -18}, 0, {-16, -16}, {234, 65, 149, 0} }}, - {{ {31, 31, -11}, 0, {-16, -16}, {253, 57, 142, 0} }}, - {{ {58, 7, -14}, 0, {-16, -16}, {95, 230, 176, 0} }}, - {{ {39, -11, -8}, 0, {-16, -16}, {106, 230, 191, 0} }}, - {{ {37, -28, -15}, 0, {-16, -16}, {73, 166, 204, 0} }}, - {{ {21, -25, 10}, 0, {-16, -16}, {244, 146, 63, 0} }}, - {{ {1, 0, 22}, 0, {-16, -16}, {181, 231, 99, 0} }}, - {{ {-8, 23, 6}, 0, {-16, -16}, {149, 61, 31, 0} }}, - {{ {-5, 14, -18}, 0, {-16, -16}, {174, 27, 163, 0} }}, - {{ {7, -14, -18}, 0, {-16, -16}, {193, 198, 162, 0} }}, - {{ {33, -18, -20}, 0, {-16, -16}, {54, 254, 141, 0} }}, - {{ {28, 0, -12}, 0, {-16, -16}, {66, 32, 152, 0} }}, - {{ {20, -25, -15}, 0, {-16, -16}, {218, 153, 192, 0} }}, - {{ {10, -22, 6}, 0, {-16, -16}, {188, 153, 31, 0} }}, - {{ {-9, -4, 1}, 0, {-16, -16}, {138, 208, 4, 0} }}, + {{ {49, 29, 0}, 0, {-16, -16}, {85, 79, 51, 0} }}, + {{ {29, 40, -1}, 0, {-16, -16}, {7, 127, 5, 0} }}, + {{ {31, 17, 23}, 0, {-16, -16}, {37, 43, 114, 0} }}, + {{ {52, 30, -15}, 0, {-16, -16}, {69, 66, 172, 0} }}, + {{ {55, 7, 5}, 0, {-16, -16}, {112, 246, 59, 0} }}, + {{ {36, -18, 15}, 0, {-16, -16}, {65, 183, 81, 0} }}, + {{ {13, 5, 27}, 0, {-16, -16}, {239, 3, 126, 0} }}, + {{ {4, 33, 7}, 0, {-16, -16}, {202, 109, 37, 0} }}, + {{ {6, 22, -18}, 0, {-16, -16}, {234, 65, 149, 0} }}, + {{ {31, 31, -11}, 0, {-16, -16}, {253, 57, 142, 0} }}, + {{ {58, 7, -14}, 0, {-16, -16}, {95, 230, 176, 0} }}, + {{ {39, -11, -8}, 0, {-16, -16}, {106, 230, 191, 0} }}, + {{ {37, -28, -15}, 0, {-16, -16}, {73, 166, 204, 0} }}, + {{ {21, -25, 10}, 0, {-16, -16}, {244, 146, 63, 0} }}, + {{ {1, 0, 22}, 0, {-16, -16}, {181, 231, 99, 0} }}, + {{ {-8, 23, 6}, 0, {-16, -16}, {149, 61, 31, 0} }}, + {{ {-5, 14, -18}, 0, {-16, -16}, {174, 27, 163, 0} }}, + {{ {7, -14, -18}, 0, {-16, -16}, {193, 198, 162, 0} }}, + {{ {33, -18, -20}, 0, {-16, -16}, {54, 254, 141, 0} }}, + {{ {28, 0, -12}, 0, {-16, -16}, {66, 32, 152, 0} }}, + {{ {20, -25, -15}, 0, {-16, -16}, {218, 153, 192, 0} }}, + {{ {10, -22, 6}, 0, {-16, -16}, {188, 153, 31, 0} }}, + {{ {-9, -4, 1}, 0, {-16, -16}, {138, 208, 4, 0} }}, }; Gfx toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 0, 23, 0), - gsSP2Triangles(0, 1, 2, 0, 1, 0, 3, 0), - gsSP2Triangles(0, 4, 3, 0, 4, 0, 2, 0), - gsSP2Triangles(5, 4, 2, 0, 5, 2, 6, 0), - gsSP2Triangles(6, 2, 7, 0, 2, 1, 7, 0), - gsSP2Triangles(8, 7, 1, 0, 1, 9, 8, 0), - gsSP2Triangles(3, 9, 1, 0, 9, 3, 10, 0), - gsSP2Triangles(3, 4, 10, 0, 10, 4, 5, 0), - gsSP2Triangles(11, 10, 5, 0, 12, 11, 5, 0), - gsSP2Triangles(12, 5, 13, 0, 13, 5, 6, 0), - gsSP2Triangles(6, 14, 13, 0, 15, 14, 6, 0), - gsSP2Triangles(15, 6, 7, 0, 16, 15, 7, 0), - gsSP2Triangles(16, 7, 8, 0, 17, 16, 8, 0), - gsSP2Triangles(17, 8, 18, 0, 8, 19, 18, 0), - gsSP2Triangles(8, 9, 19, 0, 9, 11, 19, 0), - gsSP2Triangles(9, 10, 11, 0, 19, 11, 18, 0), - gsSP2Triangles(11, 12, 18, 0, 12, 20, 18, 0), - gsSP2Triangles(13, 20, 12, 0, 21, 20, 13, 0), - gsSP2Triangles(14, 21, 13, 0, 21, 14, 22, 0), - gsSP2Triangles(22, 14, 15, 0, 15, 16, 22, 0), - gsSP2Triangles(22, 16, 17, 0, 22, 17, 21, 0), - gsSP2Triangles(21, 17, 20, 0, 18, 20, 17, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 0, 23, 0), + gsSP2Triangles(0, 1, 2, 0, 1, 0, 3, 0), + gsSP2Triangles(0, 4, 3, 0, 4, 0, 2, 0), + gsSP2Triangles(5, 4, 2, 0, 5, 2, 6, 0), + gsSP2Triangles(6, 2, 7, 0, 2, 1, 7, 0), + gsSP2Triangles(8, 7, 1, 0, 1, 9, 8, 0), + gsSP2Triangles(3, 9, 1, 0, 9, 3, 10, 0), + gsSP2Triangles(3, 4, 10, 0, 10, 4, 5, 0), + gsSP2Triangles(11, 10, 5, 0, 12, 11, 5, 0), + gsSP2Triangles(12, 5, 13, 0, 13, 5, 6, 0), + gsSP2Triangles(6, 14, 13, 0, 15, 14, 6, 0), + gsSP2Triangles(15, 6, 7, 0, 16, 15, 7, 0), + gsSP2Triangles(16, 7, 8, 0, 17, 16, 8, 0), + gsSP2Triangles(17, 8, 18, 0, 8, 19, 18, 0), + gsSP2Triangles(8, 9, 19, 0, 9, 11, 19, 0), + gsSP2Triangles(9, 10, 11, 0, 19, 11, 18, 0), + gsSP2Triangles(11, 12, 18, 0, 12, 20, 18, 0), + gsSP2Triangles(13, 20, 12, 0, 21, 20, 13, 0), + gsSP2Triangles(14, 21, 13, 0, 21, 14, 22, 0), + gsSP2Triangles(22, 14, 15, 0, 15, 16, 22, 0), + gsSP2Triangles(22, 16, 17, 0, 22, 17, 21, 0), + gsSP2Triangles(21, 17, 20, 0, 18, 20, 17, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Arm_Color_mesh_layer_1_vtx_0[20] = { - {{ {-5, 10, -2}, 0, {-16, -16}, {199, 109, 225, 0} }}, - {{ {19, 17, -4}, 0, {-16, -16}, {25, 119, 220, 0} }}, - {{ {-5, 0, -10}, 0, {-16, -16}, {199, 254, 142, 0} }}, - {{ {19, 10, 13}, 0, {-16, -16}, {18, 73, 102, 0} }}, - {{ {-5, 6, 9}, 0, {-16, -16}, {206, 66, 96, 0} }}, - {{ {-10, 6, 0}, 0, {-16, -16}, {148, 66, 243, 0} }}, - {{ {-10, 0, -5}, 0, {-16, -16}, {146, 255, 192, 0} }}, - {{ {-10, -6, 0}, 0, {-16, -16}, {148, 190, 241, 0} }}, - {{ {-5, -10, -2}, 0, {-16, -16}, {200, 147, 222, 0} }}, - {{ {19, 0, -15}, 0, {-16, -16}, {20, 255, 131, 0} }}, - {{ {26, 11, -2}, 0, {-16, -16}, {107, 65, 237, 0} }}, - {{ {26, 7, 10}, 0, {-16, -16}, {100, 43, 65, 0} }}, - {{ {26, -7, 10}, 0, {-16, -16}, {101, 216, 66, 0} }}, - {{ {19, -10, 13}, 0, {-16, -16}, {17, 184, 103, 0} }}, - {{ {-5, -6, 9}, 0, {-16, -16}, {206, 191, 97, 0} }}, - {{ {-10, 4, 6}, 0, {-16, -16}, {152, 43, 59, 0} }}, - {{ {-10, -4, 6}, 0, {-16, -16}, {152, 214, 59, 0} }}, - {{ {19, -17, -4}, 0, {-16, -16}, {23, 137, 218, 0} }}, - {{ {26, -11, -2}, 0, {-16, -16}, {108, 192, 234, 0} }}, - {{ {26, 0, -11}, 0, {-16, -16}, {99, 0, 176, 0} }}, + {{ {-5, 10, -2}, 0, {-16, -16}, {199, 109, 225, 0} }}, + {{ {19, 17, -4}, 0, {-16, -16}, {25, 119, 220, 0} }}, + {{ {-5, 0, -10}, 0, {-16, -16}, {199, 254, 142, 0} }}, + {{ {19, 10, 13}, 0, {-16, -16}, {18, 73, 102, 0} }}, + {{ {-5, 6, 9}, 0, {-16, -16}, {206, 66, 96, 0} }}, + {{ {-10, 6, 0}, 0, {-16, -16}, {148, 66, 243, 0} }}, + {{ {-10, 0, -5}, 0, {-16, -16}, {146, 255, 192, 0} }}, + {{ {-10, -6, 0}, 0, {-16, -16}, {148, 190, 241, 0} }}, + {{ {-5, -10, -2}, 0, {-16, -16}, {200, 147, 222, 0} }}, + {{ {19, 0, -15}, 0, {-16, -16}, {20, 255, 131, 0} }}, + {{ {26, 11, -2}, 0, {-16, -16}, {107, 65, 237, 0} }}, + {{ {26, 7, 10}, 0, {-16, -16}, {100, 43, 65, 0} }}, + {{ {26, -7, 10}, 0, {-16, -16}, {101, 216, 66, 0} }}, + {{ {19, -10, 13}, 0, {-16, -16}, {17, 184, 103, 0} }}, + {{ {-5, -6, 9}, 0, {-16, -16}, {206, 191, 97, 0} }}, + {{ {-10, 4, 6}, 0, {-16, -16}, {152, 43, 59, 0} }}, + {{ {-10, -4, 6}, 0, {-16, -16}, {152, 214, 59, 0} }}, + {{ {19, -17, -4}, 0, {-16, -16}, {23, 137, 218, 0} }}, + {{ {26, -11, -2}, 0, {-16, -16}, {108, 192, 234, 0} }}, + {{ {26, 0, -11}, 0, {-16, -16}, {99, 0, 176, 0} }}, }; Gfx toad_player_Right_Arm_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Arm_Color_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(4, 3, 0, 0, 4, 0, 5, 0), - gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), - gsSP2Triangles(2, 7, 6, 0, 2, 8, 7, 0), - gsSP2Triangles(2, 9, 8, 0, 2, 1, 9, 0), - gsSP2Triangles(9, 1, 10, 0, 1, 3, 10, 0), - gsSP2Triangles(10, 3, 11, 0, 3, 12, 11, 0), - gsSP2Triangles(3, 13, 12, 0, 4, 13, 3, 0), - gsSP2Triangles(14, 13, 4, 0, 14, 4, 15, 0), - gsSP2Triangles(4, 5, 15, 0, 5, 16, 15, 0), - gsSP2Triangles(16, 5, 7, 0, 7, 5, 6, 0), - gsSP2Triangles(8, 16, 7, 0, 8, 14, 16, 0), - gsSP2Triangles(8, 17, 14, 0, 8, 9, 17, 0), - gsSP2Triangles(17, 9, 18, 0, 18, 9, 19, 0), - gsSP2Triangles(9, 10, 19, 0, 10, 18, 19, 0), - gsSP2Triangles(11, 18, 10, 0, 11, 12, 18, 0), - gsSP2Triangles(12, 17, 18, 0, 13, 17, 12, 0), - gsSP2Triangles(14, 17, 13, 0, 14, 15, 16, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Arm_Color_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(4, 3, 0, 0, 4, 0, 5, 0), + gsSP2Triangles(0, 6, 5, 0, 0, 2, 6, 0), + gsSP2Triangles(2, 7, 6, 0, 2, 8, 7, 0), + gsSP2Triangles(2, 9, 8, 0, 2, 1, 9, 0), + gsSP2Triangles(9, 1, 10, 0, 1, 3, 10, 0), + gsSP2Triangles(10, 3, 11, 0, 3, 12, 11, 0), + gsSP2Triangles(3, 13, 12, 0, 4, 13, 3, 0), + gsSP2Triangles(14, 13, 4, 0, 14, 4, 15, 0), + gsSP2Triangles(4, 5, 15, 0, 5, 16, 15, 0), + gsSP2Triangles(16, 5, 7, 0, 7, 5, 6, 0), + gsSP2Triangles(8, 16, 7, 0, 8, 14, 16, 0), + gsSP2Triangles(8, 17, 14, 0, 8, 9, 17, 0), + gsSP2Triangles(17, 9, 18, 0, 18, 9, 19, 0), + gsSP2Triangles(9, 10, 19, 0, 10, 18, 19, 0), + gsSP2Triangles(11, 18, 10, 0, 11, 12, 18, 0), + gsSP2Triangles(12, 17, 18, 0, 13, 17, 12, 0), + gsSP2Triangles(14, 17, 13, 0, 14, 15, 16, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Forearm_mesh_layer_1_vtx_0[16] = { - {{ {1, 10, 13}, 0, {-16, -16}, {206, 65, 97, 0} }}, - {{ {-6, 11, -2}, 0, {-16, -16}, {148, 65, 241, 0} }}, - {{ {-6, 7, 10}, 0, {-16, -16}, {156, 43, 65, 0} }}, - {{ {1, 17, -4}, 0, {-16, -16}, {199, 108, 222, 0} }}, - {{ {25, 15, 18}, 0, {-16, -16}, {37, 71, 99, 0} }}, - {{ {25, -15, 18}, 0, {-16, -16}, {37, 185, 99, 0} }}, - {{ {1, -10, 13}, 0, {-16, -16}, {208, 190, 97, 0} }}, - {{ {-6, -7, 10}, 0, {-16, -16}, {155, 216, 66, 0} }}, - {{ {-6, 0, -11}, 0, {-16, -16}, {156, 251, 177, 0} }}, - {{ {1, 0, -15}, 0, {-16, -16}, {207, 255, 139, 0} }}, - {{ {25, 24, -6}, 0, {-16, -16}, {38, 116, 219, 0} }}, - {{ {40, 0, 1}, 0, {-16, -16}, {127, 0, 2, 0} }}, - {{ {25, -24, -6}, 0, {-16, -16}, {37, 140, 220, 0} }}, - {{ {1, -17, -4}, 0, {-16, -16}, {198, 148, 222, 0} }}, - {{ {-6, -11, -2}, 0, {-16, -16}, {148, 192, 234, 0} }}, - {{ {25, 0, -22}, 0, {-16, -16}, {37, 0, 135, 0} }}, + {{ {1, 10, 13}, 0, {-16, -16}, {206, 65, 97, 0} }}, + {{ {-6, 11, -2}, 0, {-16, -16}, {148, 65, 241, 0} }}, + {{ {-6, 7, 10}, 0, {-16, -16}, {156, 43, 65, 0} }}, + {{ {1, 17, -4}, 0, {-16, -16}, {199, 108, 222, 0} }}, + {{ {25, 15, 18}, 0, {-16, -16}, {37, 71, 99, 0} }}, + {{ {25, -15, 18}, 0, {-16, -16}, {37, 185, 99, 0} }}, + {{ {1, -10, 13}, 0, {-16, -16}, {208, 190, 97, 0} }}, + {{ {-6, -7, 10}, 0, {-16, -16}, {155, 216, 66, 0} }}, + {{ {-6, 0, -11}, 0, {-16, -16}, {156, 251, 177, 0} }}, + {{ {1, 0, -15}, 0, {-16, -16}, {207, 255, 139, 0} }}, + {{ {25, 24, -6}, 0, {-16, -16}, {38, 116, 219, 0} }}, + {{ {40, 0, 1}, 0, {-16, -16}, {127, 0, 2, 0} }}, + {{ {25, -24, -6}, 0, {-16, -16}, {37, 140, 220, 0} }}, + {{ {1, -17, -4}, 0, {-16, -16}, {198, 148, 222, 0} }}, + {{ {-6, -11, -2}, 0, {-16, -16}, {148, 192, 234, 0} }}, + {{ {25, 0, -22}, 0, {-16, -16}, {37, 0, 135, 0} }}, }; Gfx toad_player_Right_Forearm_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), - gsSP2Triangles(6, 5, 0, 0, 6, 0, 2, 0), - gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), - gsSP2Triangles(8, 2, 1, 0, 3, 8, 1, 0), - gsSP2Triangles(3, 9, 8, 0, 3, 10, 9, 0), - gsSP2Triangles(3, 4, 10, 0, 10, 4, 11, 0), - gsSP2Triangles(4, 5, 11, 0, 5, 12, 11, 0), - gsSP2Triangles(6, 12, 5, 0, 13, 12, 6, 0), - gsSP2Triangles(13, 6, 7, 0, 13, 7, 14, 0), - gsSP2Triangles(14, 7, 8, 0, 9, 14, 8, 0), - gsSP2Triangles(9, 13, 14, 0, 9, 15, 13, 0), - gsSP2Triangles(9, 10, 15, 0, 15, 10, 11, 0), - gsSP2Triangles(12, 15, 11, 0, 13, 15, 12, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 0, 5, 4, 0), + gsSP2Triangles(6, 5, 0, 0, 6, 0, 2, 0), + gsSP2Triangles(6, 2, 7, 0, 8, 7, 2, 0), + gsSP2Triangles(8, 2, 1, 0, 3, 8, 1, 0), + gsSP2Triangles(3, 9, 8, 0, 3, 10, 9, 0), + gsSP2Triangles(3, 4, 10, 0, 10, 4, 11, 0), + gsSP2Triangles(4, 5, 11, 0, 5, 12, 11, 0), + gsSP2Triangles(6, 12, 5, 0, 13, 12, 6, 0), + gsSP2Triangles(13, 6, 7, 0, 13, 7, 14, 0), + gsSP2Triangles(14, 7, 8, 0, 9, 14, 8, 0), + gsSP2Triangles(9, 13, 14, 0, 9, 15, 13, 0), + gsSP2Triangles(9, 10, 15, 0, 15, 10, 11, 0), + gsSP2Triangles(12, 15, 11, 0, 13, 15, 12, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_DL_mesh_layer_1_vtx_0[20] = { - {{ {7, -14, 18}, 0, {0, 0}, {191, 181, 79, 255} }}, - {{ {11, 5, 21}, 0, {0, 0}, {213, 5, 119, 255} }}, - {{ {-5, 14, 18}, 0, {0, 0}, {171, 23, 92, 255} }}, - {{ {37, -16, 30}, 0, {0, 0}, {31, 182, 98, 255} }}, - {{ {10, -22, -6}, 0, {0, 0}, {205, 144, 226, 255} }}, - {{ {-9, -4, -1}, 0, {0, 0}, {138, 208, 252, 255} }}, - {{ {-8, 23, -6}, 0, {0, 0}, {141, 46, 228, 255} }}, - {{ {10, 36, 12}, 0, {0, 0}, {209, 93, 72, 255} }}, - {{ {26, 7, 30}, 0, {0, 0}, {243, 21, 125, 255} }}, - {{ {48, -2, 22}, 0, {0, 0}, {105, 252, 71, 255} }}, - {{ {52, -14, -6}, 0, {0, 0}, {102, 192, 215, 255} }}, - {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, - {{ {1, 0, -22}, 0, {0, 0}, {184, 227, 156, 255} }}, - {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, - {{ {25, 47, -9}, 0, {0, 0}, {20, 121, 221, 255} }}, - {{ {24, 32, 17}, 0, {0, 0}, {22, 85, 92, 255} }}, - {{ {43, 11, 22}, 0, {0, 0}, {73, 48, 92, 255} }}, - {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 21, 255} }}, - {{ {40, 17, -27}, 0, {0, 0}, {64, 24, 149, 255} }}, - {{ {14, 6, -27}, 0, {0, 0}, {238, 247, 131, 255} }}, + {{ {7, -14, 18}, 0, {0, 0}, {191, 181, 79, 255} }}, + {{ {11, 5, 21}, 0, {0, 0}, {213, 5, 119, 255} }}, + {{ {-5, 14, 18}, 0, {0, 0}, {171, 23, 92, 255} }}, + {{ {37, -16, 30}, 0, {0, 0}, {31, 182, 98, 255} }}, + {{ {10, -22, -6}, 0, {0, 0}, {205, 144, 226, 255} }}, + {{ {-9, -4, -1}, 0, {0, 0}, {138, 208, 252, 255} }}, + {{ {-8, 23, -6}, 0, {0, 0}, {141, 46, 228, 255} }}, + {{ {10, 36, 12}, 0, {0, 0}, {209, 93, 72, 255} }}, + {{ {26, 7, 30}, 0, {0, 0}, {243, 21, 125, 255} }}, + {{ {48, -2, 22}, 0, {0, 0}, {105, 252, 71, 255} }}, + {{ {52, -14, -6}, 0, {0, 0}, {102, 192, 215, 255} }}, + {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, + {{ {1, 0, -22}, 0, {0, 0}, {184, 227, 156, 255} }}, + {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, + {{ {25, 47, -9}, 0, {0, 0}, {20, 121, 221, 255} }}, + {{ {24, 32, 17}, 0, {0, 0}, {22, 85, 92, 255} }}, + {{ {43, 11, 22}, 0, {0, 0}, {73, 48, 92, 255} }}, + {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 21, 255} }}, + {{ {40, 17, -27}, 0, {0, 0}, {64, 24, 149, 255} }}, + {{ {14, 6, -27}, 0, {0, 0}, {238, 247, 131, 255} }}, }; Gfx toad_player_Right_Hand_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_DL_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), - gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), - gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), - gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), - gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), - gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), - gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), - gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), - gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), - gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), - gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), - gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), - gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), - gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), - gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), - gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), - gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_DL_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), + gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), + gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), + gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), + gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), + gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), + gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), + gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), + gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), + gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), + gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), + gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), + gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), + gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), + gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), + gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), + gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0[23] = { - {{ {49, 29, 0}, 0, {-16, -16}, {85, 79, 205, 0} }}, - {{ {31, 17, -23}, 0, {-16, -16}, {37, 43, 142, 0} }}, - {{ {29, 40, 1}, 0, {-16, -16}, {7, 127, 251, 0} }}, - {{ {55, 7, -5}, 0, {-16, -16}, {112, 246, 197, 0} }}, - {{ {52, 30, 15}, 0, {-16, -16}, {69, 66, 84, 0} }}, - {{ {31, 31, 11}, 0, {-16, -16}, {253, 57, 114, 0} }}, - {{ {6, 22, 18}, 0, {-16, -16}, {234, 65, 107, 0} }}, - {{ {4, 33, -7}, 0, {-16, -16}, {202, 109, 219, 0} }}, - {{ {13, 5, -27}, 0, {-16, -16}, {239, 3, 130, 0} }}, - {{ {36, -18, -15}, 0, {-16, -16}, {65, 183, 175, 0} }}, - {{ {58, 7, 14}, 0, {-16, -16}, {95, 230, 80, 0} }}, - {{ {39, -11, 8}, 0, {-16, -16}, {106, 230, 65, 0} }}, - {{ {28, 0, 12}, 0, {-16, -16}, {66, 32, 104, 0} }}, - {{ {33, -18, 20}, 0, {-16, -16}, {54, 254, 115, 0} }}, - {{ {7, -14, 18}, 0, {-16, -16}, {193, 198, 94, 0} }}, - {{ {-5, 14, 18}, 0, {-16, -16}, {174, 27, 93, 0} }}, - {{ {-8, 23, -6}, 0, {-16, -16}, {149, 61, 225, 0} }}, - {{ {1, 0, -22}, 0, {-16, -16}, {181, 231, 157, 0} }}, - {{ {21, -25, -10}, 0, {-16, -16}, {244, 146, 193, 0} }}, - {{ {37, -28, 15}, 0, {-16, -16}, {73, 166, 52, 0} }}, - {{ {20, -25, 15}, 0, {-16, -16}, {218, 153, 64, 0} }}, - {{ {10, -22, -6}, 0, {-16, -16}, {188, 153, 225, 0} }}, - {{ {-9, -4, -1}, 0, {-16, -16}, {138, 208, 252, 0} }}, + {{ {49, 29, 0}, 0, {-16, -16}, {85, 79, 205, 0} }}, + {{ {31, 17, -23}, 0, {-16, -16}, {37, 43, 142, 0} }}, + {{ {29, 40, 1}, 0, {-16, -16}, {7, 127, 251, 0} }}, + {{ {55, 7, -5}, 0, {-16, -16}, {112, 246, 197, 0} }}, + {{ {52, 30, 15}, 0, {-16, -16}, {69, 66, 84, 0} }}, + {{ {31, 31, 11}, 0, {-16, -16}, {253, 57, 114, 0} }}, + {{ {6, 22, 18}, 0, {-16, -16}, {234, 65, 107, 0} }}, + {{ {4, 33, -7}, 0, {-16, -16}, {202, 109, 219, 0} }}, + {{ {13, 5, -27}, 0, {-16, -16}, {239, 3, 130, 0} }}, + {{ {36, -18, -15}, 0, {-16, -16}, {65, 183, 175, 0} }}, + {{ {58, 7, 14}, 0, {-16, -16}, {95, 230, 80, 0} }}, + {{ {39, -11, 8}, 0, {-16, -16}, {106, 230, 65, 0} }}, + {{ {28, 0, 12}, 0, {-16, -16}, {66, 32, 104, 0} }}, + {{ {33, -18, 20}, 0, {-16, -16}, {54, 254, 115, 0} }}, + {{ {7, -14, 18}, 0, {-16, -16}, {193, 198, 94, 0} }}, + {{ {-5, 14, 18}, 0, {-16, -16}, {174, 27, 93, 0} }}, + {{ {-8, 23, -6}, 0, {-16, -16}, {149, 61, 225, 0} }}, + {{ {1, 0, -22}, 0, {-16, -16}, {181, 231, 157, 0} }}, + {{ {21, -25, -10}, 0, {-16, -16}, {244, 146, 193, 0} }}, + {{ {37, -28, 15}, 0, {-16, -16}, {73, 166, 52, 0} }}, + {{ {20, -25, 15}, 0, {-16, -16}, {218, 153, 64, 0} }}, + {{ {10, -22, -6}, 0, {-16, -16}, {188, 153, 225, 0} }}, + {{ {-9, -4, -1}, 0, {-16, -16}, {138, 208, 252, 0} }}, }; Gfx toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 0, 23, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(0, 4, 3, 0, 2, 4, 0, 0), - gsSP2Triangles(4, 2, 5, 0, 2, 6, 5, 0), - gsSP2Triangles(6, 2, 7, 0, 1, 7, 2, 0), - gsSP2Triangles(8, 7, 1, 0, 9, 8, 1, 0), - gsSP2Triangles(9, 1, 3, 0, 10, 9, 3, 0), - gsSP2Triangles(4, 10, 3, 0, 5, 10, 4, 0), - gsSP2Triangles(5, 11, 10, 0, 5, 12, 11, 0), - gsSP2Triangles(6, 12, 5, 0, 6, 13, 12, 0), - gsSP2Triangles(14, 13, 6, 0, 14, 6, 15, 0), - gsSP2Triangles(15, 6, 7, 0, 15, 7, 16, 0), - gsSP2Triangles(16, 7, 8, 0, 16, 8, 17, 0), - gsSP2Triangles(8, 18, 17, 0, 18, 8, 9, 0), - gsSP2Triangles(19, 18, 9, 0, 19, 9, 11, 0), - gsSP2Triangles(11, 9, 10, 0, 11, 13, 19, 0), - gsSP2Triangles(12, 13, 11, 0, 19, 13, 20, 0), - gsSP2Triangles(13, 14, 20, 0, 21, 20, 14, 0), - gsSP2Triangles(22, 21, 14, 0, 22, 14, 15, 0), - gsSP2Triangles(16, 22, 15, 0, 22, 16, 17, 0), - gsSP2Triangles(21, 22, 17, 0, 17, 18, 21, 0), - gsSP2Triangles(21, 18, 20, 0, 18, 19, 20, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 0, 23, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(0, 4, 3, 0, 2, 4, 0, 0), + gsSP2Triangles(4, 2, 5, 0, 2, 6, 5, 0), + gsSP2Triangles(6, 2, 7, 0, 1, 7, 2, 0), + gsSP2Triangles(8, 7, 1, 0, 9, 8, 1, 0), + gsSP2Triangles(9, 1, 3, 0, 10, 9, 3, 0), + gsSP2Triangles(4, 10, 3, 0, 5, 10, 4, 0), + gsSP2Triangles(5, 11, 10, 0, 5, 12, 11, 0), + gsSP2Triangles(6, 12, 5, 0, 6, 13, 12, 0), + gsSP2Triangles(14, 13, 6, 0, 14, 6, 15, 0), + gsSP2Triangles(15, 6, 7, 0, 15, 7, 16, 0), + gsSP2Triangles(16, 7, 8, 0, 16, 8, 17, 0), + gsSP2Triangles(8, 18, 17, 0, 18, 8, 9, 0), + gsSP2Triangles(19, 18, 9, 0, 19, 9, 11, 0), + gsSP2Triangles(11, 9, 10, 0, 11, 13, 19, 0), + gsSP2Triangles(12, 13, 11, 0, 19, 13, 20, 0), + gsSP2Triangles(13, 14, 20, 0, 21, 20, 14, 0), + gsSP2Triangles(22, 21, 14, 0, 22, 14, 15, 0), + gsSP2Triangles(16, 22, 15, 0, 22, 16, 17, 0), + gsSP2Triangles(21, 22, 17, 0, 17, 18, 21, 0), + gsSP2Triangles(21, 18, 20, 0, 18, 19, 20, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0[63] = { - {{ {23, 42, -9}, 0, {-16, -16}, {7, 117, 49, 255} }}, - {{ {37, 26, 8}, 0, {-16, -16}, {50, 69, 94, 255} }}, - {{ {37, 31, -7}, 0, {-16, -16}, {70, 100, 36, 255} }}, - {{ {21, 28, 19}, 0, {-16, -16}, {17, 82, 95, 255} }}, - {{ {5, 22, 21}, 0, {-16, -16}, {213, 65, 100, 255} }}, - {{ {2, 32, -9}, 0, {-16, -16}, {201, 107, 40, 255} }}, - {{ {-9, 24, -6}, 0, {-16, -16}, {160, 73, 39, 255} }}, - {{ {-5, 14, 18}, 0, {-16, -16}, {162, 18, 83, 255} }}, - {{ {-9, -4, -1}, 0, {-16, -16}, {145, 211, 41, 255} }}, - {{ {7, -14, 18}, 0, {-16, -16}, {189, 179, 75, 255} }}, - {{ {10, -23, -6}, 0, {-16, -16}, {219, 137, 27, 255} }}, - {{ {24, -16, 25}, 0, {-16, -16}, {3, 182, 103, 255} }}, - {{ {29, -23, -9}, 0, {-16, -16}, {40, 136, 6, 255} }}, - {{ {37, -16, 16}, 0, {-16, -16}, {67, 164, 57, 255} }}, - {{ {45, -13, 4}, 0, {-16, -16}, {78, 156, 255, 255} }}, - {{ {41, -9, -13}, 0, {-16, -16}, {56, 147, 224, 255} }}, - {{ {72, -7, 7}, 0, {-16, -16}, {19, 131, 243, 255} }}, - {{ {78, -5, -12}, 0, {-16, -16}, {14, 130, 251, 255} }}, - {{ {40, 0, 22}, 0, {-16, -16}, {79, 5, 99, 255} }}, - {{ {44, 7, 11}, 0, {-16, -16}, {94, 27, 81, 255} }}, - {{ {65, 27, 9}, 0, {-16, -16}, {250, 20, 125, 255} }}, - {{ {56, 37, 7}, 0, {-16, -16}, {250, 21, 125, 255} }}, - {{ {47, 10, -2}, 0, {-16, -16}, {11, 126, 16, 255} }}, - {{ {44, 7, 11}, 0, {-16, -16}, {11, 122, 34, 255} }}, - {{ {71, 5, 8}, 0, {-16, -16}, {15, 123, 27, 255} }}, - {{ {76, 8, -9}, 0, {-16, -16}, {14, 125, 15, 255} }}, - {{ {39, 10, -21}, 0, {-16, -16}, {9, 127, 253, 255} }}, - {{ {78, -5, -12}, 0, {-16, -16}, {122, 8, 35, 255} }}, - {{ {76, 8, -9}, 0, {-16, -16}, {122, 12, 33, 255} }}, - {{ {71, 5, 8}, 0, {-16, -16}, {122, 5, 36, 255} }}, - {{ {72, -7, 7}, 0, {-16, -16}, {121, 1, 38, 255} }}, - {{ {45, -13, 4}, 0, {-16, -16}, {5, 222, 122, 255} }}, - {{ {71, 5, 8}, 0, {-16, -16}, {254, 232, 125, 255} }}, - {{ {44, 7, 11}, 0, {-16, -16}, {10, 215, 120, 255} }}, - {{ {72, -7, 7}, 0, {-16, -16}, {244, 245, 126, 255} }}, - {{ {39, 10, -21}, 0, {-16, -16}, {25, 9, 132, 255} }}, - {{ {76, 8, -9}, 0, {-16, -16}, {40, 33, 140, 255} }}, - {{ {78, -5, -12}, 0, {-16, -16}, {32, 8, 133, 255} }}, - {{ {41, -9, -13}, 0, {-16, -16}, {20, 206, 141, 255} }}, - {{ {15, 7, -27}, 0, {-16, -16}, {248, 1, 129, 255} }}, - {{ {29, -23, -9}, 0, {-16, -16}, {4, 191, 147, 255} }}, - {{ {1, 1, -22}, 0, {-16, -16}, {186, 230, 154, 255} }}, - {{ {10, -23, -6}, 0, {-16, -16}, {215, 178, 164, 255} }}, - {{ {-9, -4, -1}, 0, {-16, -16}, {152, 213, 197, 255} }}, - {{ {-9, 24, -6}, 0, {-16, -16}, {173, 29, 165, 255} }}, - {{ {2, 32, -9}, 0, {-16, -16}, {212, 55, 150, 255} }}, - {{ {23, 42, -9}, 0, {-16, -16}, {11, 64, 147, 255} }}, - {{ {37, 31, -7}, 0, {-16, -16}, {20, 71, 153, 255} }}, - {{ {58, 43, -5}, 0, {-16, -16}, {5, 54, 141, 255} }}, - {{ {67, 31, -8}, 0, {-16, -16}, {22, 45, 139, 255} }}, - {{ {37, 31, -7}, 0, {-16, -16}, {194, 104, 38, 255} }}, - {{ {37, 26, 8}, 0, {-16, -16}, {196, 104, 40, 255} }}, - {{ {58, 43, -5}, 0, {-16, -16}, {197, 104, 42, 255} }}, - {{ {56, 37, 7}, 0, {-16, -16}, {199, 104, 45, 255} }}, - {{ {67, 31, -8}, 0, {-16, -16}, {86, 164, 243, 255} }}, - {{ {47, 10, -2}, 0, {-16, -16}, {85, 163, 240, 255} }}, - {{ {39, 10, -21}, 0, {-16, -16}, {80, 163, 223, 255} }}, - {{ {65, 27, 9}, 0, {-16, -16}, {88, 165, 253, 255} }}, - {{ {44, 7, 11}, 0, {-16, -16}, {88, 165, 253, 255} }}, - {{ {67, 31, -8}, 0, {-16, -16}, {96, 73, 40, 255} }}, - {{ {58, 43, -5}, 0, {-16, -16}, {99, 63, 48, 255} }}, - {{ {56, 37, 7}, 0, {-16, -16}, {95, 75, 40, 255} }}, - {{ {65, 27, 9}, 0, {-16, -16}, {90, 83, 32, 255} }}, + {{ {23, 42, -9}, 0, {-16, -16}, {7, 117, 49, 255} }}, + {{ {37, 26, 8}, 0, {-16, -16}, {50, 69, 94, 255} }}, + {{ {37, 31, -7}, 0, {-16, -16}, {70, 100, 36, 255} }}, + {{ {21, 28, 19}, 0, {-16, -16}, {17, 82, 95, 255} }}, + {{ {5, 22, 21}, 0, {-16, -16}, {213, 65, 100, 255} }}, + {{ {2, 32, -9}, 0, {-16, -16}, {201, 107, 40, 255} }}, + {{ {-9, 24, -6}, 0, {-16, -16}, {160, 73, 39, 255} }}, + {{ {-5, 14, 18}, 0, {-16, -16}, {162, 18, 83, 255} }}, + {{ {-9, -4, -1}, 0, {-16, -16}, {145, 211, 41, 255} }}, + {{ {7, -14, 18}, 0, {-16, -16}, {189, 179, 75, 255} }}, + {{ {10, -23, -6}, 0, {-16, -16}, {219, 137, 27, 255} }}, + {{ {24, -16, 25}, 0, {-16, -16}, {3, 182, 103, 255} }}, + {{ {29, -23, -9}, 0, {-16, -16}, {40, 136, 6, 255} }}, + {{ {37, -16, 16}, 0, {-16, -16}, {67, 164, 57, 255} }}, + {{ {45, -13, 4}, 0, {-16, -16}, {78, 156, 255, 255} }}, + {{ {41, -9, -13}, 0, {-16, -16}, {56, 147, 224, 255} }}, + {{ {72, -7, 7}, 0, {-16, -16}, {19, 131, 243, 255} }}, + {{ {78, -5, -12}, 0, {-16, -16}, {14, 130, 251, 255} }}, + {{ {40, 0, 22}, 0, {-16, -16}, {79, 5, 99, 255} }}, + {{ {44, 7, 11}, 0, {-16, -16}, {94, 27, 81, 255} }}, + {{ {65, 27, 9}, 0, {-16, -16}, {250, 20, 125, 255} }}, + {{ {56, 37, 7}, 0, {-16, -16}, {250, 21, 125, 255} }}, + {{ {47, 10, -2}, 0, {-16, -16}, {11, 126, 16, 255} }}, + {{ {44, 7, 11}, 0, {-16, -16}, {11, 122, 34, 255} }}, + {{ {71, 5, 8}, 0, {-16, -16}, {15, 123, 27, 255} }}, + {{ {76, 8, -9}, 0, {-16, -16}, {14, 125, 15, 255} }}, + {{ {39, 10, -21}, 0, {-16, -16}, {9, 127, 253, 255} }}, + {{ {78, -5, -12}, 0, {-16, -16}, {122, 8, 35, 255} }}, + {{ {76, 8, -9}, 0, {-16, -16}, {122, 12, 33, 255} }}, + {{ {71, 5, 8}, 0, {-16, -16}, {122, 5, 36, 255} }}, + {{ {72, -7, 7}, 0, {-16, -16}, {121, 1, 38, 255} }}, + {{ {45, -13, 4}, 0, {-16, -16}, {5, 222, 122, 255} }}, + {{ {71, 5, 8}, 0, {-16, -16}, {254, 232, 125, 255} }}, + {{ {44, 7, 11}, 0, {-16, -16}, {10, 215, 120, 255} }}, + {{ {72, -7, 7}, 0, {-16, -16}, {244, 245, 126, 255} }}, + {{ {39, 10, -21}, 0, {-16, -16}, {25, 9, 132, 255} }}, + {{ {76, 8, -9}, 0, {-16, -16}, {40, 33, 140, 255} }}, + {{ {78, -5, -12}, 0, {-16, -16}, {32, 8, 133, 255} }}, + {{ {41, -9, -13}, 0, {-16, -16}, {20, 206, 141, 255} }}, + {{ {15, 7, -27}, 0, {-16, -16}, {248, 1, 129, 255} }}, + {{ {29, -23, -9}, 0, {-16, -16}, {4, 191, 147, 255} }}, + {{ {1, 1, -22}, 0, {-16, -16}, {186, 230, 154, 255} }}, + {{ {10, -23, -6}, 0, {-16, -16}, {215, 178, 164, 255} }}, + {{ {-9, -4, -1}, 0, {-16, -16}, {152, 213, 197, 255} }}, + {{ {-9, 24, -6}, 0, {-16, -16}, {173, 29, 165, 255} }}, + {{ {2, 32, -9}, 0, {-16, -16}, {212, 55, 150, 255} }}, + {{ {23, 42, -9}, 0, {-16, -16}, {11, 64, 147, 255} }}, + {{ {37, 31, -7}, 0, {-16, -16}, {20, 71, 153, 255} }}, + {{ {58, 43, -5}, 0, {-16, -16}, {5, 54, 141, 255} }}, + {{ {67, 31, -8}, 0, {-16, -16}, {22, 45, 139, 255} }}, + {{ {37, 31, -7}, 0, {-16, -16}, {194, 104, 38, 255} }}, + {{ {37, 26, 8}, 0, {-16, -16}, {196, 104, 40, 255} }}, + {{ {58, 43, -5}, 0, {-16, -16}, {197, 104, 42, 255} }}, + {{ {56, 37, 7}, 0, {-16, -16}, {199, 104, 45, 255} }}, + {{ {67, 31, -8}, 0, {-16, -16}, {86, 164, 243, 255} }}, + {{ {47, 10, -2}, 0, {-16, -16}, {85, 163, 240, 255} }}, + {{ {39, 10, -21}, 0, {-16, -16}, {80, 163, 223, 255} }}, + {{ {65, 27, 9}, 0, {-16, -16}, {88, 165, 253, 255} }}, + {{ {44, 7, 11}, 0, {-16, -16}, {88, 165, 253, 255} }}, + {{ {67, 31, -8}, 0, {-16, -16}, {96, 73, 40, 255} }}, + {{ {58, 43, -5}, 0, {-16, -16}, {99, 63, 48, 255} }}, + {{ {56, 37, 7}, 0, {-16, -16}, {95, 75, 40, 255} }}, + {{ {65, 27, 9}, 0, {-16, -16}, {90, 83, 32, 255} }}, }; Gfx toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(4, 3, 0, 0, 5, 4, 0, 0), - gsSP2Triangles(5, 6, 4, 0, 6, 7, 4, 0), - gsSP2Triangles(8, 7, 6, 0, 8, 9, 7, 0), - gsSP2Triangles(8, 10, 9, 0, 11, 9, 10, 0), - gsSP2Triangles(12, 11, 10, 0, 11, 12, 13, 0), - gsSP2Triangles(14, 13, 12, 0, 14, 12, 15, 0), - gsSP2Triangles(15, 16, 14, 0, 16, 15, 17, 0), - gsSP2Triangles(13, 14, 18, 0, 14, 19, 18, 0), - gsSP2Triangles(19, 1, 18, 0, 1, 19, 20, 0), - gsSP2Triangles(20, 21, 1, 0, 18, 1, 3, 0), - gsSP2Triangles(3, 4, 18, 0, 4, 11, 18, 0), - gsSP2Triangles(4, 7, 11, 0, 7, 9, 11, 0), - gsSP2Triangles(13, 18, 11, 0, 22, 23, 24, 0), - gsSP2Triangles(22, 24, 25, 0, 25, 26, 22, 0), - gsSP2Triangles(27, 28, 29, 0, 27, 29, 30, 0), - gsSP2Triangles(31, 32, 33, 0, 31, 34, 32, 0), - gsSP2Triangles(35, 36, 37, 0, 37, 38, 35, 0), - gsSP2Triangles(39, 35, 38, 0, 40, 39, 38, 0), - gsSP2Triangles(41, 39, 40, 0, 42, 41, 40, 0), - gsSP2Triangles(43, 41, 42, 0, 43, 44, 41, 0), - gsSP2Triangles(41, 44, 45, 0, 39, 41, 45, 0), - gsSP2Triangles(45, 46, 39, 0, 46, 35, 39, 0), - gsSP2Triangles(46, 47, 35, 0, 48, 35, 47, 0), - gsSP2Triangles(35, 48, 49, 0, 50, 51, 52, 0), - gsSP2Triangles(51, 53, 52, 0, 54, 55, 56, 0), - gsSP2Triangles(57, 55, 54, 0, 57, 58, 55, 0), - gsSP2Triangles(59, 60, 61, 0, 61, 62, 59, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(4, 3, 0, 0, 5, 4, 0, 0), + gsSP2Triangles(5, 6, 4, 0, 6, 7, 4, 0), + gsSP2Triangles(8, 7, 6, 0, 8, 9, 7, 0), + gsSP2Triangles(8, 10, 9, 0, 11, 9, 10, 0), + gsSP2Triangles(12, 11, 10, 0, 11, 12, 13, 0), + gsSP2Triangles(14, 13, 12, 0, 14, 12, 15, 0), + gsSP2Triangles(15, 16, 14, 0, 16, 15, 17, 0), + gsSP2Triangles(13, 14, 18, 0, 14, 19, 18, 0), + gsSP2Triangles(19, 1, 18, 0, 1, 19, 20, 0), + gsSP2Triangles(20, 21, 1, 0, 18, 1, 3, 0), + gsSP2Triangles(3, 4, 18, 0, 4, 11, 18, 0), + gsSP2Triangles(4, 7, 11, 0, 7, 9, 11, 0), + gsSP2Triangles(13, 18, 11, 0, 22, 23, 24, 0), + gsSP2Triangles(22, 24, 25, 0, 25, 26, 22, 0), + gsSP2Triangles(27, 28, 29, 0, 27, 29, 30, 0), + gsSP2Triangles(31, 32, 33, 0, 31, 34, 32, 0), + gsSP2Triangles(35, 36, 37, 0, 37, 38, 35, 0), + gsSP2Triangles(39, 35, 38, 0, 40, 39, 38, 0), + gsSP2Triangles(41, 39, 40, 0, 42, 41, 40, 0), + gsSP2Triangles(43, 41, 42, 0, 43, 44, 41, 0), + gsSP2Triangles(41, 44, 45, 0, 39, 41, 45, 0), + gsSP2Triangles(45, 46, 39, 0, 46, 35, 39, 0), + gsSP2Triangles(46, 47, 35, 0, 48, 35, 47, 0), + gsSP2Triangles(35, 48, 49, 0, 50, 51, 52, 0), + gsSP2Triangles(51, 53, 52, 0, 54, 55, 56, 0), + gsSP2Triangles(57, 55, 54, 0, 57, 58, 55, 0), + gsSP2Triangles(59, 60, 61, 0, 61, 62, 59, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0[20] = { - {{ {7, -14, 18}, 0, {0, 0}, {193, 179, 79, 255} }}, - {{ {11, 5, 21}, 0, {0, 0}, {212, 4, 119, 255} }}, - {{ {-5, 14, 18}, 0, {0, 0}, {171, 22, 91, 255} }}, - {{ {37, -16, 30}, 0, {0, 0}, {32, 183, 99, 255} }}, - {{ {10, -22, -6}, 0, {0, 0}, {205, 143, 227, 255} }}, - {{ {-9, -4, -1}, 0, {0, 0}, {139, 208, 252, 255} }}, - {{ {-8, 23, -6}, 0, {0, 0}, {142, 48, 227, 255} }}, - {{ {10, 36, 12}, 0, {0, 0}, {208, 92, 73, 255} }}, - {{ {26, 7, 30}, 0, {0, 0}, {242, 20, 125, 255} }}, - {{ {48, -2, 22}, 0, {0, 0}, {105, 253, 72, 255} }}, - {{ {52, -14, -6}, 0, {0, 0}, {101, 190, 216, 255} }}, - {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, - {{ {1, 0, -22}, 0, {0, 0}, {184, 226, 156, 255} }}, - {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, - {{ {25, 47, -9}, 0, {0, 0}, {18, 121, 221, 255} }}, - {{ {24, 32, 17}, 0, {0, 0}, {21, 85, 92, 255} }}, - {{ {43, 11, 22}, 0, {0, 0}, {72, 47, 93, 255} }}, - {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 20, 255} }}, - {{ {40, 17, -27}, 0, {0, 0}, {63, 23, 148, 255} }}, - {{ {14, 6, -27}, 0, {0, 0}, {238, 248, 131, 255} }}, + {{ {7, -14, 18}, 0, {0, 0}, {193, 179, 79, 255} }}, + {{ {11, 5, 21}, 0, {0, 0}, {212, 4, 119, 255} }}, + {{ {-5, 14, 18}, 0, {0, 0}, {171, 22, 91, 255} }}, + {{ {37, -16, 30}, 0, {0, 0}, {32, 183, 99, 255} }}, + {{ {10, -22, -6}, 0, {0, 0}, {205, 143, 227, 255} }}, + {{ {-9, -4, -1}, 0, {0, 0}, {139, 208, 252, 255} }}, + {{ {-8, 23, -6}, 0, {0, 0}, {142, 48, 227, 255} }}, + {{ {10, 36, 12}, 0, {0, 0}, {208, 92, 73, 255} }}, + {{ {26, 7, 30}, 0, {0, 0}, {242, 20, 125, 255} }}, + {{ {48, -2, 22}, 0, {0, 0}, {105, 253, 72, 255} }}, + {{ {52, -14, -6}, 0, {0, 0}, {101, 190, 216, 255} }}, + {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, + {{ {1, 0, -22}, 0, {0, 0}, {184, 226, 156, 255} }}, + {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, + {{ {25, 47, -9}, 0, {0, 0}, {18, 121, 221, 255} }}, + {{ {24, 32, 17}, 0, {0, 0}, {21, 85, 92, 255} }}, + {{ {43, 11, 22}, 0, {0, 0}, {72, 47, 93, 255} }}, + {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 20, 255} }}, + {{ {40, 17, -27}, 0, {0, 0}, {63, 23, 148, 255} }}, + {{ {14, 6, -27}, 0, {0, 0}, {238, 248, 131, 255} }}, }; Gfx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), - gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), - gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), - gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), - gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), - gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), - gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), - gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), - gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), - gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), - gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), - gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), - gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), - gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), - gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), - gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), - gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), + gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), + gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), + gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), + gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), + gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), + gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), + gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), + gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), + gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), + gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), + gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), + gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), + gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), + gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), + gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), + gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1[6] = { - {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, - {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, - {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, - {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, - {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, + {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, + {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, + {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, + {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, + {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, }; Gfx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1[] = { - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1 + 0, 6, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 2, 1, 0), - gsSP2Triangles(4, 3, 1, 0, 5, 3, 4, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1 + 0, 6, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 2, 1, 0), + gsSP2Triangles(4, 3, 1, 0, 5, 3, 4, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_0[94] = { - {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, - {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, - {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, - {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, - {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, - {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, - {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, - {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, - {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, - {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, - {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, - {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, - {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, - {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, - {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, - {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, - {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, - {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, - {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, - {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, - {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, - {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, - {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, - {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, - {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, - {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, - {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, - {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, - {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, - {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, - {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, - {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, - {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, - {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, - {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, - {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, - {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, - {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, - {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, - {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, - {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, - {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, - {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, - {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, - {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, - {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, - {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, - {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, - {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, - {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, - {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, - {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, - {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, - {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, - {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, - {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, - {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, - {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, - {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, - {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, - {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, - {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, - {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, - {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, - {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, - {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, - {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, - {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, - {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, - {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, - {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, - {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, - {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, - {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, - {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, - {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, - {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, - {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, - {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, - {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, - {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, - {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, + {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, + {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, + {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, + {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, + {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, + {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, + {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, + {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, + {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, + {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, + {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, + {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, + {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, + {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, + {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, + {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, + {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, + {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, + {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, + {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, + {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, + {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, + {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, + {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, + {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, + {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, + {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, + {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, + {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, + {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, + {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, + {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, + {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, + {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, + {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, + {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, + {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, + {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, + {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, + {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, + {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, + {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, + {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, + {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, + {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, + {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, + {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, + {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, + {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, + {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, + {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, + {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, + {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, + {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, + {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, + {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, + {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, + {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, + {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, + {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, + {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, + {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, + {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, + {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, + {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, + {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, + {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, + {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, + {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, + {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, + {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, + {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, + {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, + {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, + {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, + {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, + {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, + {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, + {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, + {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, + {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, + {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, }; Gfx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_0 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), - gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), - gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), - gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), - gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), - gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), - gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), - gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), - gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), - gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), - gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), - gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), - gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), - gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), - gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), - gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), - gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), - gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), - gsSP1Triangle(61, 62, 60, 0), - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_0 + 63, 31, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), - gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), - gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), - gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), - gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), - gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), - gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), - gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), - gsSP1Triangle(30, 25, 27, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_0 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), + gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), + gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), + gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), + gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), + gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), + gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), + gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), + gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), + gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), + gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), + gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), + gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), + gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), + gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), + gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), + gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), + gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), + gsSP1Triangle(61, 62, 60, 0), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_0 + 63, 31, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), + gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), + gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), + gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), + gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), + gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), + gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), + gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), + gsSP1Triangle(30, 25, 27, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_1[100] = { - {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, - {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, - {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, - {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, - {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, - {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, - {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, - {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, - {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, - {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, - {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, - {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, - {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, - {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, - {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, - {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, - {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, - {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, - {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, - {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, - {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, - {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, - {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, - {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, - {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, - {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, - {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, - {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, - {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, - {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, - {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, - {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, - {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, - {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, - {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, - {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, - {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, - {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, - {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, - {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, - {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, - {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, - {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, - {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, - {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, - {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, - {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, - {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, - {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, - {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, - {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, - {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, - {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, - {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, - {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, - {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, - {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, - {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, - {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, - {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, - {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, - {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, - {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, - {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, - {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, - {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, - {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, - {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, - {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, - {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, - {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, - {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, - {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, - {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, - {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, - {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, - {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, - {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, - {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, - {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, - {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, - {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, - {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, - {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, - {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, - {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, - {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, - {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, + {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, + {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, + {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, + {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, + {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, + {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, + {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, + {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, + {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, + {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, + {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, + {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, + {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, + {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, + {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, + {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, + {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, + {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, + {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, + {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, + {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, + {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, + {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, + {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, + {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, + {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, + {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, + {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, + {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, + {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, + {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, + {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, + {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, + {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, + {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, + {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, + {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, + {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, + {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, + {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, + {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, + {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, + {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, + {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, + {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, + {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, + {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, + {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, + {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, + {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, + {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, + {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, + {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, + {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, + {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, + {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, + {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, + {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, + {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, + {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, + {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, + {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, + {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, + {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, + {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, + {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, + {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, + {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, + {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, + {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, + {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, + {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, + {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, + {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, + {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, + {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, + {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, + {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, + {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, + {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, + {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, + {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, + {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, + {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, + {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, + {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, + {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, + {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, }; Gfx toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_1[] = { - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_1 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(3, 5, 6, 0, 7, 8, 9, 0), - gsSP2Triangles(10, 8, 7, 0, 10, 11, 8, 0), - gsSP2Triangles(12, 11, 10, 0, 12, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 17, 14, 0, 18, 19, 17, 0), - gsSP2Triangles(20, 21, 22, 0, 20, 22, 23, 0), - gsSP2Triangles(24, 25, 26, 0, 24, 27, 25, 0), - gsSP2Triangles(28, 27, 24, 0, 28, 29, 27, 0), - gsSP2Triangles(30, 31, 32, 0, 30, 32, 33, 0), - gsSP2Triangles(34, 35, 36, 0, 34, 36, 37, 0), - gsSP2Triangles(37, 36, 38, 0, 39, 37, 38, 0), - gsSP2Triangles(40, 37, 39, 0, 40, 34, 37, 0), - gsSP2Triangles(41, 42, 43, 0, 44, 42, 41, 0), - gsSP2Triangles(44, 45, 42, 0, 46, 45, 44, 0), - gsSP2Triangles(46, 47, 45, 0, 48, 49, 50, 0), - gsSP2Triangles(51, 48, 50, 0, 52, 53, 54, 0), - gsSP2Triangles(52, 55, 53, 0, 56, 55, 52, 0), - gsSP2Triangles(56, 57, 55, 0, 58, 57, 56, 0), - gsSP2Triangles(58, 59, 57, 0, 1, 60, 61, 0), - gsSP1Triangle(1, 62, 60, 0), - gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_1 + 63, 37, 0), - gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), - gsSP2Triangles(1, 4, 3, 0, 4, 5, 3, 0), - gsSP2Triangles(4, 6, 5, 0, 6, 7, 5, 0), - gsSP2Triangles(6, 8, 7, 0, 8, 9, 7, 0), - gsSP2Triangles(8, 10, 9, 0, 11, 12, 13, 0), - gsSP2Triangles(13, 12, 14, 0, 12, 15, 14, 0), - gsSP2Triangles(16, 14, 15, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(21, 20, 22, 0, 21, 22, 23, 0), - gsSP2Triangles(24, 25, 26, 0, 26, 25, 27, 0), - gsSP2Triangles(28, 26, 27, 0, 29, 26, 28, 0), - gsSP2Triangles(29, 24, 26, 0, 30, 31, 32, 0), - gsSP2Triangles(33, 31, 30, 0, 34, 33, 30, 0), - gsSP2Triangles(34, 30, 35, 0, 35, 30, 36, 0), - gsSP1Triangle(30, 32, 36, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_1 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(3, 5, 6, 0, 7, 8, 9, 0), + gsSP2Triangles(10, 8, 7, 0, 10, 11, 8, 0), + gsSP2Triangles(12, 11, 10, 0, 12, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 17, 14, 0, 18, 19, 17, 0), + gsSP2Triangles(20, 21, 22, 0, 20, 22, 23, 0), + gsSP2Triangles(24, 25, 26, 0, 24, 27, 25, 0), + gsSP2Triangles(28, 27, 24, 0, 28, 29, 27, 0), + gsSP2Triangles(30, 31, 32, 0, 30, 32, 33, 0), + gsSP2Triangles(34, 35, 36, 0, 34, 36, 37, 0), + gsSP2Triangles(37, 36, 38, 0, 39, 37, 38, 0), + gsSP2Triangles(40, 37, 39, 0, 40, 34, 37, 0), + gsSP2Triangles(41, 42, 43, 0, 44, 42, 41, 0), + gsSP2Triangles(44, 45, 42, 0, 46, 45, 44, 0), + gsSP2Triangles(46, 47, 45, 0, 48, 49, 50, 0), + gsSP2Triangles(51, 48, 50, 0, 52, 53, 54, 0), + gsSP2Triangles(52, 55, 53, 0, 56, 55, 52, 0), + gsSP2Triangles(56, 57, 55, 0, 58, 57, 56, 0), + gsSP2Triangles(58, 59, 57, 0, 1, 60, 61, 0), + gsSP1Triangle(1, 62, 60, 0), + gsSPVertex(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_vtx_1 + 63, 37, 0), + gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), + gsSP2Triangles(1, 4, 3, 0, 4, 5, 3, 0), + gsSP2Triangles(4, 6, 5, 0, 6, 7, 5, 0), + gsSP2Triangles(6, 8, 7, 0, 8, 9, 7, 0), + gsSP2Triangles(8, 10, 9, 0, 11, 12, 13, 0), + gsSP2Triangles(13, 12, 14, 0, 12, 15, 14, 0), + gsSP2Triangles(16, 14, 15, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(21, 20, 22, 0, 21, 22, 23, 0), + gsSP2Triangles(24, 25, 26, 0, 26, 25, 27, 0), + gsSP2Triangles(28, 26, 27, 0, 29, 26, 28, 0), + gsSP2Triangles(29, 24, 26, 0, 30, 31, 32, 0), + gsSP2Triangles(33, 31, 30, 0, 34, 33, 30, 0), + gsSP2Triangles(34, 30, 35, 0, 35, 30, 36, 0), + gsSP1Triangle(30, 32, 36, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0[20] = { - {{ {7, -14, 18}, 0, {0, 0}, {193, 179, 79, 255} }}, - {{ {11, 5, 21}, 0, {0, 0}, {212, 4, 119, 255} }}, - {{ {-5, 14, 18}, 0, {0, 0}, {171, 22, 91, 255} }}, - {{ {37, -16, 30}, 0, {0, 0}, {32, 183, 99, 255} }}, - {{ {10, -22, -6}, 0, {0, 0}, {205, 143, 227, 255} }}, - {{ {-9, -4, -1}, 0, {0, 0}, {139, 208, 252, 255} }}, - {{ {-8, 23, -6}, 0, {0, 0}, {142, 48, 227, 255} }}, - {{ {10, 36, 12}, 0, {0, 0}, {208, 92, 73, 255} }}, - {{ {26, 7, 30}, 0, {0, 0}, {242, 20, 125, 255} }}, - {{ {48, -2, 22}, 0, {0, 0}, {105, 253, 72, 255} }}, - {{ {52, -14, -6}, 0, {0, 0}, {101, 190, 216, 255} }}, - {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, - {{ {1, 0, -22}, 0, {0, 0}, {184, 226, 156, 255} }}, - {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, - {{ {25, 47, -9}, 0, {0, 0}, {18, 121, 221, 255} }}, - {{ {24, 32, 17}, 0, {0, 0}, {21, 85, 92, 255} }}, - {{ {43, 11, 22}, 0, {0, 0}, {72, 47, 93, 255} }}, - {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 20, 255} }}, - {{ {40, 17, -27}, 0, {0, 0}, {63, 23, 148, 255} }}, - {{ {14, 6, -27}, 0, {0, 0}, {238, 248, 131, 255} }}, + {{ {7, -14, 18}, 0, {0, 0}, {193, 179, 79, 255} }}, + {{ {11, 5, 21}, 0, {0, 0}, {212, 4, 119, 255} }}, + {{ {-5, 14, 18}, 0, {0, 0}, {171, 22, 91, 255} }}, + {{ {37, -16, 30}, 0, {0, 0}, {32, 183, 99, 255} }}, + {{ {10, -22, -6}, 0, {0, 0}, {205, 143, 227, 255} }}, + {{ {-9, -4, -1}, 0, {0, 0}, {139, 208, 252, 255} }}, + {{ {-8, 23, -6}, 0, {0, 0}, {142, 48, 227, 255} }}, + {{ {10, 36, 12}, 0, {0, 0}, {208, 92, 73, 255} }}, + {{ {26, 7, 30}, 0, {0, 0}, {242, 20, 125, 255} }}, + {{ {48, -2, 22}, 0, {0, 0}, {105, 253, 72, 255} }}, + {{ {52, -14, -6}, 0, {0, 0}, {101, 190, 216, 255} }}, + {{ {26, -24, -9}, 0, {0, 0}, {13, 142, 202, 255} }}, + {{ {1, 0, -22}, 0, {0, 0}, {184, 226, 156, 255} }}, + {{ {2, 35, -9}, 0, {0, 0}, {180, 89, 206, 255} }}, + {{ {25, 47, -9}, 0, {0, 0}, {18, 121, 221, 255} }}, + {{ {24, 32, 17}, 0, {0, 0}, {21, 85, 92, 255} }}, + {{ {43, 11, 22}, 0, {0, 0}, {72, 47, 93, 255} }}, + {{ {48, 24, 5}, 0, {0, 0}, {108, 64, 20, 255} }}, + {{ {40, 17, -27}, 0, {0, 0}, {63, 23, 148, 255} }}, + {{ {14, 6, -27}, 0, {0, 0}, {238, 248, 131, 255} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), - gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), - gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), - gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), - gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), - gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), - gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), - gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), - gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), - gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), - gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), - gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), - gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), - gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), - gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), - gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), - gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(0, 4, 3, 0, 5, 4, 0, 0), + gsSP2Triangles(5, 0, 2, 0, 6, 5, 2, 0), + gsSP2Triangles(2, 7, 6, 0, 7, 2, 1, 0), + gsSP2Triangles(8, 7, 1, 0, 1, 3, 8, 0), + gsSP2Triangles(8, 3, 9, 0, 3, 10, 9, 0), + gsSP2Triangles(3, 11, 10, 0, 3, 4, 11, 0), + gsSP2Triangles(4, 12, 11, 0, 4, 5, 12, 0), + gsSP2Triangles(5, 6, 12, 0, 13, 12, 6, 0), + gsSP2Triangles(6, 7, 13, 0, 7, 14, 13, 0), + gsSP2Triangles(14, 7, 15, 0, 8, 15, 7, 0), + gsSP2Triangles(15, 8, 16, 0, 8, 9, 16, 0), + gsSP2Triangles(16, 9, 17, 0, 9, 10, 17, 0), + gsSP2Triangles(10, 18, 17, 0, 10, 19, 18, 0), + gsSP2Triangles(11, 19, 10, 0, 11, 12, 19, 0), + gsSP2Triangles(19, 12, 13, 0, 19, 13, 14, 0), + gsSP2Triangles(19, 14, 18, 0, 18, 14, 17, 0), + gsSP2Triangles(14, 15, 17, 0, 16, 17, 15, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1[6] = { - {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, - {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, - {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, - {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, - {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, + {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, + {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, + {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, + {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, + {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_1[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1 + 0, 6, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 2, 1, 0), - gsSP2Triangles(4, 3, 1, 0, 5, 3, 4, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1 + 0, 6, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 2, 1, 0), + gsSP2Triangles(4, 3, 1, 0, 5, 3, 4, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_0[94] = { - {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, - {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, - {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, - {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, - {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, - {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, - {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, - {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, - {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, - {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, - {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, - {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, - {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, - {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, - {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, - {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, - {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, - {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, - {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, - {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, - {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, - {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, - {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, - {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, - {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, - {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, - {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, - {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, - {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, - {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, - {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, - {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, - {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, - {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, - {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, - {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, - {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, - {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, - {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, - {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, - {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, - {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, - {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, - {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, - {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, - {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, - {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, - {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, - {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, - {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, - {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, - {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, - {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, - {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, - {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, - {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, - {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, - {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, - {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, - {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, - {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, - {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, - {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, - {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, - {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, - {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, - {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, - {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, - {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, - {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, - {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, - {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, - {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, - {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, - {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, - {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, - {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, - {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, - {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, - {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, - {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, - {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, + {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, + {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, + {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, + {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, + {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, + {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, + {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, + {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, + {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, + {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, + {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, + {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, + {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, + {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, + {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, + {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, + {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, + {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, + {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, + {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, + {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, + {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, + {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, + {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, + {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, + {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, + {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, + {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, + {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, + {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, + {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, + {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, + {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, + {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, + {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, + {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, + {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, + {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, + {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, + {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, + {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, + {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, + {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, + {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, + {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, + {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, + {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, + {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, + {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, + {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, + {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, + {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, + {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, + {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, + {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, + {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, + {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, + {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, + {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, + {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, + {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, + {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, + {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, + {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, + {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, + {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, + {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, + {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, + {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, + {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, + {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, + {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, + {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, + {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, + {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, + {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, + {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, + {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, + {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, + {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, + {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, + {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_0 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), - gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), - gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), - gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), - gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), - gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), - gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), - gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), - gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), - gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), - gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), - gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), - gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), - gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), - gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), - gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), - gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), - gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), - gsSP1Triangle(61, 62, 60, 0), - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_0 + 63, 31, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), - gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), - gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), - gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), - gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), - gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), - gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), - gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), - gsSP1Triangle(30, 25, 27, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_0 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(4, 6, 5, 0, 4, 7, 6, 0), + gsSP2Triangles(7, 8, 6, 0, 7, 9, 8, 0), + gsSP2Triangles(9, 10, 8, 0, 9, 11, 10, 0), + gsSP2Triangles(11, 12, 10, 0, 11, 13, 12, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 16, 17, 0), + gsSP2Triangles(17, 16, 18, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(22, 23, 24, 0, 22, 25, 23, 0), + gsSP2Triangles(26, 25, 22, 0, 26, 27, 25, 0), + gsSP2Triangles(28, 29, 30, 0, 30, 29, 31, 0), + gsSP2Triangles(30, 31, 32, 0, 32, 31, 33, 0), + gsSP2Triangles(32, 33, 34, 0, 1, 35, 36, 0), + gsSP2Triangles(1, 37, 35, 0, 38, 39, 40, 0), + gsSP2Triangles(38, 40, 41, 0, 41, 40, 42, 0), + gsSP2Triangles(43, 41, 42, 0, 44, 41, 43, 0), + gsSP2Triangles(44, 38, 41, 0, 45, 46, 47, 0), + gsSP2Triangles(46, 48, 47, 0, 49, 50, 51, 0), + gsSP2Triangles(49, 51, 52, 0, 52, 51, 53, 0), + gsSP2Triangles(52, 53, 54, 0, 54, 53, 55, 0), + gsSP2Triangles(56, 57, 58, 0, 59, 57, 56, 0), + gsSP2Triangles(59, 60, 57, 0, 61, 60, 59, 0), + gsSP1Triangle(61, 62, 60, 0), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_0 + 63, 31, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0), + gsSP2Triangles(3, 2, 4, 0, 3, 4, 5, 0), + gsSP2Triangles(6, 7, 8, 0, 6, 9, 7, 0), + gsSP2Triangles(10, 11, 12, 0, 10, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 19, 20, 0, 20, 19, 21, 0), + gsSP2Triangles(20, 21, 22, 0, 23, 20, 22, 0), + gsSP2Triangles(24, 20, 23, 0, 24, 18, 20, 0), + gsSP2Triangles(25, 26, 27, 0, 27, 26, 28, 0), + gsSP2Triangles(29, 27, 28, 0, 30, 27, 29, 0), + gsSP1Triangle(30, 25, 27, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_1[100] = { - {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, - {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, - {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, - {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, - {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, - {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, - {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, - {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, - {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, - {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, - {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, - {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, - {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, - {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, - {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, - {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, - {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, - {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, - {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, - {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, - {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, - {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, - {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, - {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, - {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, - {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, - {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, - {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, - {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, - {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, - {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, - {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, - {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, - {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, - {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, - {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, - {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, - {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, - {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, - {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, - {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, - {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, - {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, - {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, - {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, - {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, - {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, - {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, - {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, - {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, - {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, - {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, - {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, - {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, - {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, - {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, - {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, - {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, - {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, - {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, - {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, - {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, - {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, - {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, - {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, - {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, - {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, - {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, - {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, - {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, - {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, - {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, - {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, - {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, - {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, - {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, - {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, - {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, - {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, - {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, - {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, - {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, - {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, - {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, - {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, - {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, - {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, - {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, - {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, - {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, - {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, - {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, - {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, - {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, - {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, - {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, + {{ {141, -176, 106}, 0, {-418, 482}, {29, 134, 239, 0} }}, + {{ {122, -71, -25}, 0, {178, 72}, {39, 211, 144, 0} }}, + {{ {183, -142, 81}, 0, {-280, 152}, {78, 167, 211, 0} }}, + {{ {141, 176, 106}, 0, {-16, -16}, {29, 122, 239, 0} }}, + {{ {217, 88, 238}, 0, {-16, -16}, {84, 61, 73, 0} }}, + {{ {244, 71, 187}, 0, {-16, -16}, {117, 44, 21, 0} }}, + {{ {183, 142, 81}, 0, {-16, -16}, {78, 89, 211, 0} }}, + {{ {244, 71, 187}, 0, {-26, 196}, {117, 44, 21, 0} }}, + {{ {244, -71, 187}, 0, {888, 166}, {117, 212, 21, 0} }}, + {{ {246, -38, 122}, 0, {646, -188}, {123, 234, 231, 0} }}, + {{ {217, 88, 238}, 0, {-106, 592}, {84, 61, 73, 0} }}, + {{ {217, -88, 238}, 0, {1032, 556}, {84, 195, 73, 0} }}, + {{ {170, 88, 266}, 0, {-88, 942}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {1050, 906}, {24, 195, 109, 0} }}, + {{ {93, 175, 133}, 0, {-196, 438}, {226, 122, 17, 0} }}, + {{ {217, 88, 238}, 0, {1220, 36}, {84, 61, 73, 0} }}, + {{ {141, 176, 106}, 0, {-198, -10}, {29, 122, 239, 0} }}, + {{ {170, 88, 266}, 0, {1222, 482}, {24, 61, 109, 0} }}, + {{ {50, 142, 158}, 0, {-54, 916}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {1084, 952}, {206, 40, 109, 0} }}, + {{ {111, 71, 265}, 0, {-16, -16}, {206, 40, 109, 0} }}, + {{ {111, -71, 265}, 0, {-16, -16}, {206, 215, 109, 0} }}, + {{ {170, -88, 266}, 0, {-16, -16}, {24, 195, 109, 0} }}, + {{ {170, 88, 266}, 0, {-16, -16}, {24, 61, 109, 0} }}, + {{ {170, -88, 266}, 0, {-198, 414}, {24, 195, 109, 0} }}, + {{ {141, -176, 106}, 0, {1372, 98}, {29, 134, 239, 0} }}, + {{ {217, -88, 238}, 0, {-146, -82}, {84, 195, 73, 0} }}, + {{ {93, -175, 133}, 0, {1320, 596}, {226, 134, 17, 0} }}, + {{ {111, -71, 265}, 0, {-96, 882}, {206, 215, 109, 0} }}, + {{ {50, -142, 158}, 0, {1122, 1024}, {172, 174, 49, 0} }}, + {{ {217, -88, 238}, 0, {-16, -16}, {84, 195, 73, 0} }}, + {{ {141, -176, 106}, 0, {-16, -16}, {29, 134, 239, 0} }}, + {{ {183, -142, 81}, 0, {-16, -16}, {78, 167, 211, 0} }}, + {{ {244, -71, 187}, 0, {-16, -16}, {117, 212, 21, 0} }}, + {{ {183, -142, 81}, 0, {456, 1066}, {78, 167, 211, 0} }}, + {{ {122, -71, -25}, 0, {1404, 676}, {39, 211, 144, 0} }}, + {{ {178, -38, 5}, 0, {1000, 266}, {82, 233, 162, 0} }}, + {{ {213, -79, 64}, 0, {474, 484}, {102, 210, 197, 0} }}, + {{ {223, 0, 58}, 0, {490, -104}, {110, 0, 193, 0} }}, + {{ {246, -38, 122}, 0, {-38, 168}, {123, 234, 231, 0} }}, + {{ {244, -71, 187}, 0, {-462, 496}, {117, 212, 21, 0} }}, + {{ {141, -176, 106}, 0, {-370, -58}, {29, 134, 239, 0} }}, + {{ {65, -88, -26}, 0, {1258, -4}, {233, 195, 147, 0} }}, + {{ {122, -71, -25}, 0, {1100, -320}, {39, 211, 144, 0} }}, + {{ {93, -175, 133}, 0, {-362, 392}, {226, 134, 17, 0} }}, + {{ {17, -88, 2}, 0, {1264, 448}, {172, 195, 182, 0} }}, + {{ {50, -142, 158}, 0, {-184, 898}, {172, 174, 49, 0} }}, + {{ {-10, -71, 55}, 0, {1120, 942}, {136, 216, 246, 0} }}, + {{ {178, 38, 5}, 0, {-16, -16}, {82, 22, 162, 0} }}, + {{ {213, 79, 64}, 0, {-16, -16}, {103, 47, 198, 0} }}, + {{ {223, 0, 58}, 0, {-16, -16}, {110, 0, 193, 0} }}, + {{ {178, -38, 5}, 0, {-16, -16}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {2, 250}, {39, 45, 144, 0} }}, + {{ {213, 79, 64}, 0, {688, -162}, {103, 47, 198, 0} }}, + {{ {178, 38, 5}, 0, {194, -140}, {82, 22, 162, 0} }}, + {{ {183, 142, 81}, 0, {892, 212}, {78, 89, 211, 0} }}, + {{ {65, 88, -26}, 0, {-98, 640}, {233, 61, 147, 0} }}, + {{ {141, 176, 106}, 0, {1010, 594}, {29, 122, 239, 0} }}, + {{ {17, 88, 2}, 0, {-92, 952}, {172, 61, 183, 0} }}, + {{ {93, 175, 133}, 0, {1016, 906}, {226, 122, 17, 0} }}, + {{ {178, 38, 5}, 0, {780, -272}, {82, 22, 162, 0} }}, + {{ {178, -38, 5}, 0, {304, -170}, {82, 233, 162, 0} }}, + {{ {122, 71, -25}, 0, {1036, -112}, {39, 45, 144, 0} }}, + {{ {1, 43, 100}, 0, {751, 1673}, {139, 10, 47, 0} }}, + {{ {38, 89, 165}, 0, {610, 1852}, {147, 20, 62, 0} }}, + {{ {50, 142, 158}, 0, {624, 1980}, {172, 82, 48, 0} }}, + {{ {111, 71, 265}, 0, {306, 1880}, {206, 40, 109, 0} }}, + {{ {76, 43, 230}, 0, {408, 1776}, {156, 9, 77, 0} }}, + {{ {111, -71, 265}, 0, {250, 1518}, {206, 215, 109, 0} }}, + {{ {76, -43, 230}, 0, {375, 1557}, {156, 246, 77, 0} }}, + {{ {50, -142, 158}, 0, {508, 1254}, {172, 174, 49, 0} }}, + {{ {38, -89, 165}, 0, {531, 1396}, {148, 236, 63, 0} }}, + {{ {-10, -71, 55}, 0, {826, 1356}, {136, 216, 246, 0} }}, + {{ {1, -43, 100}, 0, {724, 1458}, {139, 247, 47, 0} }}, + {{ {76, 43, 230}, 0, {-16, -16}, {156, 9, 77, 0} }}, + {{ {38, 89, 165}, 0, {-16, -16}, {147, 20, 62, 0} }}, + {{ {76, -43, 230}, 0, {-16, -16}, {156, 246, 77, 0} }}, + {{ {38, -89, 165}, 0, {-16, -16}, {148, 236, 63, 0} }}, + {{ {1, 43, 100}, 0, {-16, -16}, {139, 10, 47, 0} }}, + {{ {1, -43, 100}, 0, {-16, -16}, {139, 247, 47, 0} }}, + {{ {-10, -71, 55}, 0, {184, 1066}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {1214, 712}, {172, 61, 183, 0} }}, + {{ {17, -88, 2}, 0, {34, 812}, {172, 195, 182, 0} }}, + {{ {65, 88, -26}, 0, {1186, 352}, {233, 61, 147, 0} }}, + {{ {65, -88, -26}, 0, {6, 452}, {233, 195, 147, 0} }}, + {{ {122, 71, -25}, 0, {1050, -18}, {39, 45, 144, 0} }}, + {{ {122, -71, -25}, 0, {104, 62}, {39, 211, 144, 0} }}, + {{ {244, 71, 187}, 0, {832, 1186}, {117, 44, 21, 0} }}, + {{ {246, -38, 122}, 0, {1162, -70}, {123, 234, 231, 0} }}, + {{ {246, 38, 122}, 0, {654, 498}, {123, 22, 231, 0} }}, + {{ {223, 0, 58}, 0, {414, -278}, {110, 0, 193, 0} }}, + {{ {213, 79, 64}, 0, {-98, 326}, {103, 47, 198, 0} }}, + {{ {183, 142, 81}, 0, {-524, 874}, {78, 89, 211, 0} }}, + {{ {-10, 71, 55}, 0, {82, 380}, {136, 40, 246, 0} }}, + {{ {50, 142, 158}, 0, {1024, 984}, {172, 82, 48, 0} }}, + {{ {93, 175, 133}, 0, {1466, 550}, {226, 122, 17, 0} }}, + {{ {1, 43, 100}, 0, {-11, 790}, {139, 10, 47, 0} }}, + {{ {1, -43, 100}, 0, {-656, 946}, {139, 247, 47, 0} }}, + {{ {-10, -71, 55}, 0, {-982, 638}, {136, 216, 246, 0} }}, + {{ {17, 88, 2}, 0, {290, -208}, {172, 61, 183, 0} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_tri_1[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_1 + 0, 63, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), - gsSP2Triangles(3, 5, 6, 0, 7, 8, 9, 0), - gsSP2Triangles(10, 8, 7, 0, 10, 11, 8, 0), - gsSP2Triangles(12, 11, 10, 0, 12, 13, 11, 0), - gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), - gsSP2Triangles(18, 17, 14, 0, 18, 19, 17, 0), - gsSP2Triangles(20, 21, 22, 0, 20, 22, 23, 0), - gsSP2Triangles(24, 25, 26, 0, 24, 27, 25, 0), - gsSP2Triangles(28, 27, 24, 0, 28, 29, 27, 0), - gsSP2Triangles(30, 31, 32, 0, 30, 32, 33, 0), - gsSP2Triangles(34, 35, 36, 0, 34, 36, 37, 0), - gsSP2Triangles(37, 36, 38, 0, 39, 37, 38, 0), - gsSP2Triangles(40, 37, 39, 0, 40, 34, 37, 0), - gsSP2Triangles(41, 42, 43, 0, 44, 42, 41, 0), - gsSP2Triangles(44, 45, 42, 0, 46, 45, 44, 0), - gsSP2Triangles(46, 47, 45, 0, 48, 49, 50, 0), - gsSP2Triangles(51, 48, 50, 0, 52, 53, 54, 0), - gsSP2Triangles(52, 55, 53, 0, 56, 55, 52, 0), - gsSP2Triangles(56, 57, 55, 0, 58, 57, 56, 0), - gsSP2Triangles(58, 59, 57, 0, 1, 60, 61, 0), - gsSP1Triangle(1, 62, 60, 0), - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_1 + 63, 37, 0), - gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), - gsSP2Triangles(1, 4, 3, 0, 4, 5, 3, 0), - gsSP2Triangles(4, 6, 5, 0, 6, 7, 5, 0), - gsSP2Triangles(6, 8, 7, 0, 8, 9, 7, 0), - gsSP2Triangles(8, 10, 9, 0, 11, 12, 13, 0), - gsSP2Triangles(13, 12, 14, 0, 12, 15, 14, 0), - gsSP2Triangles(16, 14, 15, 0, 17, 18, 19, 0), - gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), - gsSP2Triangles(21, 20, 22, 0, 21, 22, 23, 0), - gsSP2Triangles(24, 25, 26, 0, 26, 25, 27, 0), - gsSP2Triangles(28, 26, 27, 0, 29, 26, 28, 0), - gsSP2Triangles(29, 24, 26, 0, 30, 31, 32, 0), - gsSP2Triangles(33, 31, 30, 0, 34, 33, 30, 0), - gsSP2Triangles(34, 30, 35, 0, 35, 30, 36, 0), - gsSP1Triangle(30, 32, 36, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_1 + 0, 63, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 4, 5, 0), + gsSP2Triangles(3, 5, 6, 0, 7, 8, 9, 0), + gsSP2Triangles(10, 8, 7, 0, 10, 11, 8, 0), + gsSP2Triangles(12, 11, 10, 0, 12, 13, 11, 0), + gsSP2Triangles(14, 15, 16, 0, 14, 17, 15, 0), + gsSP2Triangles(18, 17, 14, 0, 18, 19, 17, 0), + gsSP2Triangles(20, 21, 22, 0, 20, 22, 23, 0), + gsSP2Triangles(24, 25, 26, 0, 24, 27, 25, 0), + gsSP2Triangles(28, 27, 24, 0, 28, 29, 27, 0), + gsSP2Triangles(30, 31, 32, 0, 30, 32, 33, 0), + gsSP2Triangles(34, 35, 36, 0, 34, 36, 37, 0), + gsSP2Triangles(37, 36, 38, 0, 39, 37, 38, 0), + gsSP2Triangles(40, 37, 39, 0, 40, 34, 37, 0), + gsSP2Triangles(41, 42, 43, 0, 44, 42, 41, 0), + gsSP2Triangles(44, 45, 42, 0, 46, 45, 44, 0), + gsSP2Triangles(46, 47, 45, 0, 48, 49, 50, 0), + gsSP2Triangles(51, 48, 50, 0, 52, 53, 54, 0), + gsSP2Triangles(52, 55, 53, 0, 56, 55, 52, 0), + gsSP2Triangles(56, 57, 55, 0, 58, 57, 56, 0), + gsSP2Triangles(58, 59, 57, 0, 1, 60, 61, 0), + gsSP1Triangle(1, 62, 60, 0), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_4_vtx_1 + 63, 37, 0), + gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), + gsSP2Triangles(1, 4, 3, 0, 4, 5, 3, 0), + gsSP2Triangles(4, 6, 5, 0, 6, 7, 5, 0), + gsSP2Triangles(6, 8, 7, 0, 8, 9, 7, 0), + gsSP2Triangles(8, 10, 9, 0, 11, 12, 13, 0), + gsSP2Triangles(13, 12, 14, 0, 12, 15, 14, 0), + gsSP2Triangles(16, 14, 15, 0, 17, 18, 19, 0), + gsSP2Triangles(19, 18, 20, 0, 19, 20, 21, 0), + gsSP2Triangles(21, 20, 22, 0, 21, 22, 23, 0), + gsSP2Triangles(24, 25, 26, 0, 26, 25, 27, 0), + gsSP2Triangles(28, 26, 27, 0, 29, 26, 28, 0), + gsSP2Triangles(29, 24, 26, 0, 30, 31, 32, 0), + gsSP2Triangles(33, 31, 30, 0, 34, 33, 30, 0), + gsSP2Triangles(34, 30, 35, 0, 35, 30, 36, 0), + gsSP1Triangle(30, 32, 36, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0[8] = { - {{ {179, -132, 172}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {165, -62, 93}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {363, -192, 86}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {349, -125, 7}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {363, 192, 86}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {165, 62, 93}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {179, 132, 172}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {349, 125, 7}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {179, -132, 172}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {165, -62, 93}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {363, -192, 86}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {349, -125, 7}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {363, 192, 86}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {165, 62, 93}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {179, 132, 172}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {349, 125, 7}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0 + 0, 8, 0), - gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), - gsSP2Triangles(4, 5, 6, 0, 4, 7, 5, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0 + 0, 8, 0), + gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0), + gsSP2Triangles(4, 5, 6, 0, 4, 7, 5, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1[8] = { - {{ {179, -132, 172}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {363, -192, 86}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {378, -261, 167}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {193, -201, 252}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {378, 261, 167}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {363, 192, 86}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {179, 132, 172}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, - {{ {193, 201, 252}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {179, -132, 172}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {363, -192, 86}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {378, -261, 167}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {193, -201, 252}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {378, 261, 167}, 0, {974, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {363, 192, 86}, 0, {-16, -16}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {179, 132, 172}, 0, {-16, 1996}, {0xff, 0xff, 0xff, 0xff} }}, + {{ {193, 201, 252}, 0, {974, 1996}, {0xff, 0xff, 0xff, 0xff} }}, }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1[] = { - gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1 + 0, 8, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 0, 2, 0), - gsSP2Triangles(4, 5, 6, 0, 4, 6, 7, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1 + 0, 8, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 0, 2, 0), + gsSP2Triangles(4, 5, 6, 0, 4, 6, 7, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Left_Shoe_mesh_layer_1_vtx_0[20] = { - {{ {56, 5, 48}, 0, {-16, -16}, {47, 51, 107, 0} }}, - {{ {40, -23, 38}, 0, {-16, -16}, {249, 188, 107, 0} }}, - {{ {64, -32, 20}, 0, {-16, -16}, {69, 159, 43, 0} }}, - {{ {-1, -2, 29}, 0, {-16, -16}, {189, 212, 99, 0} }}, - {{ {8, 23, 36}, 0, {-16, -16}, {244, 82, 96, 0} }}, - {{ {8, 23, -31}, 0, {-16, -16}, {243, 82, 160, 0} }}, - {{ {56, 5, -43}, 0, {-16, -16}, {49, 49, 149, 0} }}, - {{ {80, -4, 25}, 0, {-16, -16}, {114, 31, 46, 0} }}, - {{ {80, -4, -20}, 0, {-16, -16}, {114, 30, 208, 0} }}, - {{ {64, -32, -15}, 0, {-16, -16}, {69, 160, 210, 0} }}, - {{ {30, -39, 20}, 0, {-16, -16}, {225, 142, 46, 0} }}, - {{ {-5, -11, 16}, 0, {-16, -16}, {170, 171, 38, 0} }}, - {{ {-20, 9, 16}, 0, {-16, -16}, {141, 228, 47, 0} }}, - {{ {-17, 32, 19}, 0, {-16, -16}, {189, 94, 52, 0} }}, - {{ {-17, 32, -14}, 0, {-16, -16}, {189, 94, 204, 0} }}, - {{ {-20, 9, -11}, 0, {-16, -16}, {142, 228, 209, 0} }}, - {{ {-1, -2, -24}, 0, {-16, -16}, {188, 214, 157, 0} }}, - {{ {40, -23, -33}, 0, {-16, -16}, {253, 189, 148, 0} }}, - {{ {30, -39, -15}, 0, {-16, -16}, {226, 141, 212, 0} }}, - {{ {-5, -11, -11}, 0, {-16, -16}, {168, 172, 220, 0} }}, + {{ {56, 5, 48}, 0, {-16, -16}, {47, 51, 107, 0} }}, + {{ {40, -23, 38}, 0, {-16, -16}, {249, 188, 107, 0} }}, + {{ {64, -32, 20}, 0, {-16, -16}, {69, 159, 43, 0} }}, + {{ {-1, -2, 29}, 0, {-16, -16}, {189, 212, 99, 0} }}, + {{ {8, 23, 36}, 0, {-16, -16}, {244, 82, 96, 0} }}, + {{ {8, 23, -31}, 0, {-16, -16}, {243, 82, 160, 0} }}, + {{ {56, 5, -43}, 0, {-16, -16}, {49, 49, 149, 0} }}, + {{ {80, -4, 25}, 0, {-16, -16}, {114, 31, 46, 0} }}, + {{ {80, -4, -20}, 0, {-16, -16}, {114, 30, 208, 0} }}, + {{ {64, -32, -15}, 0, {-16, -16}, {69, 160, 210, 0} }}, + {{ {30, -39, 20}, 0, {-16, -16}, {225, 142, 46, 0} }}, + {{ {-5, -11, 16}, 0, {-16, -16}, {170, 171, 38, 0} }}, + {{ {-20, 9, 16}, 0, {-16, -16}, {141, 228, 47, 0} }}, + {{ {-17, 32, 19}, 0, {-16, -16}, {189, 94, 52, 0} }}, + {{ {-17, 32, -14}, 0, {-16, -16}, {189, 94, 204, 0} }}, + {{ {-20, 9, -11}, 0, {-16, -16}, {142, 228, 209, 0} }}, + {{ {-1, -2, -24}, 0, {-16, -16}, {188, 214, 157, 0} }}, + {{ {40, -23, -33}, 0, {-16, -16}, {253, 189, 148, 0} }}, + {{ {30, -39, -15}, 0, {-16, -16}, {226, 141, 212, 0} }}, + {{ {-5, -11, -11}, 0, {-16, -16}, {168, 172, 220, 0} }}, }; Gfx toad_player_Left_Shoe_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Left_Shoe_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), - gsSP2Triangles(3, 0, 4, 0, 4, 0, 5, 0), - gsSP2Triangles(0, 6, 5, 0, 6, 0, 7, 0), - gsSP2Triangles(0, 2, 7, 0, 2, 8, 7, 0), - gsSP2Triangles(2, 9, 8, 0, 9, 2, 10, 0), - gsSP2Triangles(10, 2, 1, 0, 1, 11, 10, 0), - gsSP2Triangles(1, 3, 11, 0, 11, 3, 12, 0), - gsSP2Triangles(3, 13, 12, 0, 3, 4, 13, 0), - gsSP2Triangles(14, 13, 4, 0, 14, 4, 5, 0), - gsSP2Triangles(5, 15, 14, 0, 5, 16, 15, 0), - gsSP2Triangles(17, 16, 5, 0, 17, 5, 6, 0), - gsSP2Triangles(8, 17, 6, 0, 8, 6, 7, 0), - gsSP2Triangles(8, 9, 17, 0, 18, 17, 9, 0), - gsSP2Triangles(9, 10, 18, 0, 19, 18, 10, 0), - gsSP2Triangles(19, 10, 11, 0, 12, 19, 11, 0), - gsSP2Triangles(12, 15, 19, 0, 15, 12, 13, 0), - gsSP2Triangles(15, 13, 14, 0, 19, 15, 16, 0), - gsSP2Triangles(16, 18, 19, 0, 16, 17, 18, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Left_Shoe_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 3, 1, 0, 0), + gsSP2Triangles(3, 0, 4, 0, 4, 0, 5, 0), + gsSP2Triangles(0, 6, 5, 0, 6, 0, 7, 0), + gsSP2Triangles(0, 2, 7, 0, 2, 8, 7, 0), + gsSP2Triangles(2, 9, 8, 0, 9, 2, 10, 0), + gsSP2Triangles(10, 2, 1, 0, 1, 11, 10, 0), + gsSP2Triangles(1, 3, 11, 0, 11, 3, 12, 0), + gsSP2Triangles(3, 13, 12, 0, 3, 4, 13, 0), + gsSP2Triangles(14, 13, 4, 0, 14, 4, 5, 0), + gsSP2Triangles(5, 15, 14, 0, 5, 16, 15, 0), + gsSP2Triangles(17, 16, 5, 0, 17, 5, 6, 0), + gsSP2Triangles(8, 17, 6, 0, 8, 6, 7, 0), + gsSP2Triangles(8, 9, 17, 0, 18, 17, 9, 0), + gsSP2Triangles(9, 10, 18, 0, 19, 18, 10, 0), + gsSP2Triangles(19, 10, 11, 0, 12, 19, 11, 0), + gsSP2Triangles(12, 15, 19, 0, 15, 12, 13, 0), + gsSP2Triangles(15, 13, 14, 0, 19, 15, 16, 0), + gsSP2Triangles(16, 18, 19, 0, 16, 17, 18, 0), + gsSPEndDisplayList(), }; Vtx toad_player_Right_Shoe_DL_mesh_layer_1_vtx_0[20] = { - {{ {56, 5, 43}, 0, {-16, -16}, {47, 51, 107, 0} }}, - {{ {-1, -2, 24}, 0, {-16, -16}, {189, 212, 99, 0} }}, - {{ {40, -23, 33}, 0, {-16, -16}, {249, 188, 107, 0} }}, - {{ {8, 23, 31}, 0, {-16, -16}, {244, 82, 96, 0} }}, - {{ {56, 5, -48}, 0, {-16, -16}, {49, 49, 149, 0} }}, - {{ {80, -4, -25}, 0, {-16, -16}, {114, 30, 208, 0} }}, - {{ {80, -4, 20}, 0, {-16, -16}, {114, 31, 46, 0} }}, - {{ {64, -32, 15}, 0, {-16, -16}, {69, 159, 43, 0} }}, - {{ {30, -39, 15}, 0, {-16, -16}, {225, 142, 46, 0} }}, - {{ {-5, -11, 11}, 0, {-16, -16}, {170, 171, 38, 0} }}, - {{ {-20, 9, 11}, 0, {-16, -16}, {141, 228, 47, 0} }}, - {{ {-17, 32, 14}, 0, {-16, -16}, {189, 94, 52, 0} }}, - {{ {8, 23, -36}, 0, {-16, -16}, {243, 82, 160, 0} }}, - {{ {40, -23, -38}, 0, {-16, -16}, {253, 189, 148, 0} }}, - {{ {64, -32, -20}, 0, {-16, -16}, {69, 160, 210, 0} }}, - {{ {30, -39, -20}, 0, {-16, -16}, {226, 141, 212, 0} }}, - {{ {-5, -11, -16}, 0, {-16, -16}, {168, 172, 220, 0} }}, - {{ {-20, 9, -16}, 0, {-16, -16}, {142, 228, 209, 0} }}, - {{ {-17, 32, -19}, 0, {-16, -16}, {189, 94, 204, 0} }}, - {{ {-1, -2, -29}, 0, {-16, -16}, {188, 214, 157, 0} }}, + {{ {56, 5, 43}, 0, {-16, -16}, {47, 51, 107, 0} }}, + {{ {-1, -2, 24}, 0, {-16, -16}, {189, 212, 99, 0} }}, + {{ {40, -23, 33}, 0, {-16, -16}, {249, 188, 107, 0} }}, + {{ {8, 23, 31}, 0, {-16, -16}, {244, 82, 96, 0} }}, + {{ {56, 5, -48}, 0, {-16, -16}, {49, 49, 149, 0} }}, + {{ {80, -4, -25}, 0, {-16, -16}, {114, 30, 208, 0} }}, + {{ {80, -4, 20}, 0, {-16, -16}, {114, 31, 46, 0} }}, + {{ {64, -32, 15}, 0, {-16, -16}, {69, 159, 43, 0} }}, + {{ {30, -39, 15}, 0, {-16, -16}, {225, 142, 46, 0} }}, + {{ {-5, -11, 11}, 0, {-16, -16}, {170, 171, 38, 0} }}, + {{ {-20, 9, 11}, 0, {-16, -16}, {141, 228, 47, 0} }}, + {{ {-17, 32, 14}, 0, {-16, -16}, {189, 94, 52, 0} }}, + {{ {8, 23, -36}, 0, {-16, -16}, {243, 82, 160, 0} }}, + {{ {40, -23, -38}, 0, {-16, -16}, {253, 189, 148, 0} }}, + {{ {64, -32, -20}, 0, {-16, -16}, {69, 160, 210, 0} }}, + {{ {30, -39, -20}, 0, {-16, -16}, {226, 141, 212, 0} }}, + {{ {-5, -11, -16}, 0, {-16, -16}, {168, 172, 220, 0} }}, + {{ {-20, 9, -16}, 0, {-16, -16}, {142, 228, 209, 0} }}, + {{ {-17, 32, -19}, 0, {-16, -16}, {189, 94, 204, 0} }}, + {{ {-1, -2, -29}, 0, {-16, -16}, {188, 214, 157, 0} }}, }; Gfx toad_player_Right_Shoe_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(toad_player_Right_Shoe_DL_mesh_layer_1_vtx_0 + 0, 20, 0), - gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), - gsSP2Triangles(4, 3, 0, 0, 5, 4, 0, 0), - gsSP2Triangles(5, 0, 6, 0, 0, 7, 6, 0), - gsSP2Triangles(0, 2, 7, 0, 7, 2, 8, 0), - gsSP2Triangles(9, 8, 2, 0, 9, 2, 1, 0), - gsSP2Triangles(1, 10, 9, 0, 11, 10, 1, 0), - gsSP2Triangles(11, 1, 3, 0, 3, 12, 11, 0), - gsSP2Triangles(12, 3, 4, 0, 12, 4, 13, 0), - gsSP2Triangles(5, 13, 4, 0, 5, 14, 13, 0), - gsSP2Triangles(5, 7, 14, 0, 5, 6, 7, 0), - gsSP2Triangles(8, 14, 7, 0, 8, 15, 14, 0), - gsSP2Triangles(16, 15, 8, 0, 16, 8, 9, 0), - gsSP2Triangles(16, 9, 10, 0, 16, 10, 17, 0), - gsSP2Triangles(11, 17, 10, 0, 11, 18, 17, 0), - gsSP2Triangles(12, 18, 11, 0, 17, 18, 12, 0), - gsSP2Triangles(17, 12, 19, 0, 12, 13, 19, 0), - gsSP2Triangles(15, 19, 13, 0, 13, 14, 15, 0), - gsSP2Triangles(15, 16, 19, 0, 17, 19, 16, 0), - gsSPEndDisplayList(), + gsSPVertex(toad_player_Right_Shoe_DL_mesh_layer_1_vtx_0 + 0, 20, 0), + gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0), + gsSP2Triangles(4, 3, 0, 0, 5, 4, 0, 0), + gsSP2Triangles(5, 0, 6, 0, 0, 7, 6, 0), + gsSP2Triangles(0, 2, 7, 0, 7, 2, 8, 0), + gsSP2Triangles(9, 8, 2, 0, 9, 2, 1, 0), + gsSP2Triangles(1, 10, 9, 0, 11, 10, 1, 0), + gsSP2Triangles(11, 1, 3, 0, 3, 12, 11, 0), + gsSP2Triangles(12, 3, 4, 0, 12, 4, 13, 0), + gsSP2Triangles(5, 13, 4, 0, 5, 14, 13, 0), + gsSP2Triangles(5, 7, 14, 0, 5, 6, 7, 0), + gsSP2Triangles(8, 14, 7, 0, 8, 15, 14, 0), + gsSP2Triangles(16, 15, 8, 0, 16, 8, 9, 0), + gsSP2Triangles(16, 9, 10, 0, 16, 10, 17, 0), + gsSP2Triangles(11, 17, 10, 0, 11, 18, 17, 0), + gsSP2Triangles(12, 18, 11, 0, 17, 18, 12, 0), + gsSP2Triangles(17, 12, 19, 0, 12, 13, 19, 0), + gsSP2Triangles(15, 19, 13, 0, 13, 14, 15, 0), + gsSP2Triangles(15, 16, 19, 0, 17, 19, 16, 0), + gsSPEndDisplayList(), }; Gfx mat_toad_player_white[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(PANTS), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(PANTS), + gsSPEndDisplayList(), }; Gfx mat_toad_player_beige[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsSPEndDisplayList(), }; Gfx mat_toad_player_vest[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPGeometryMode(G_CULL_BACK, 0), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SHIRT), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), + gsSPGeometryMode(G_CULL_BACK, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SHIRT), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_vest[] = { - gsDPPipeSync(), - gsSPGeometryMode(0, G_CULL_BACK), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPGeometryMode(0, G_CULL_BACK), + gsSPEndDisplayList(), }; Gfx mat_toad_player_metal[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), - gsSPGeometryMode(0, G_TEXTURE_GEN), - gsSPTexture(4032, 1984, 0, 0, 1), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPGeometryMode(0, G_TEXTURE_GEN), + gsSPTexture(4032, 1984, 0, 0, 1), gsSPLight(&toad_player_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_shade), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_light), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(1, 0, 0, 252, 124), - gsSPEndDisplayList(), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_metal[] = { - gsDPPipeSync(), - gsSPGeometryMode(G_TEXTURE_GEN, 0), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPGeometryMode(G_TEXTURE_GEN, 0), + gsSPEndDisplayList(), }; Gfx mat_toad_player_metal_vest[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), - gsSPGeometryMode(0, G_TEXTURE_GEN), - gsSPGeometryMode(G_CULL_BACK, 0), - gsSPTexture(4032, 1984, 0, 0, 1), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPGeometryMode(0, G_TEXTURE_GEN), + gsSPGeometryMode(G_CULL_BACK, 0), + gsSPTexture(4032, 1984, 0, 0, 1), gsSPLight(&toad_player_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_shade), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_light), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(1, 0, 0, 252, 124), - gsSPEndDisplayList(), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_metal_vest[] = { - gsDPPipeSync(), - gsSPGeometryMode(G_TEXTURE_GEN, 0), - gsSPGeometryMode(0, G_CULL_BACK), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPGeometryMode(G_TEXTURE_GEN, 0), + gsSPGeometryMode(0, G_CULL_BACK), + gsSPEndDisplayList(), }; Gfx mat_toad_player_cap_base[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(GLOVES), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(GLOVES), + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_cap), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_toad_player_cap_spots[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(CAP), - gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_spots), - gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_spots), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_toad_player_hair[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), - gsSPGeometryMode(G_CULL_BACK, 0), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(HAIR), - gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_hair), - gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPGeometryMode(G_CULL_BACK, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(HAIR), + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_hair), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_hair[] = { - gsDPPipeSync(), - gsSPGeometryMode(0, G_CULL_BACK), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPGeometryMode(0, G_CULL_BACK), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_center[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_front), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_front), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_center[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_half_closed[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_half_closed), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_half_closed), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_half_closed[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_closed[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_closed), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_closed), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_closed[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_right[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_right), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_right), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_right[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_left[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_left), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_left), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_left[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_up[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_up), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_up), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_up[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_down[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_down), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_down), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_neutral), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_down[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_eyes_dead[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), - gsDPSetCycleType(G_CYC_2CYCLE), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SKIN), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_dead), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_dead), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, COMBINED, 0, TEXEL0, 0, 0, 0, 0, ENVIRONMENT), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_eyes_dead), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_face_dead), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_eyes_dead[] = { - gsDPPipeSync(), - gsDPSetCycleType(G_CYC_1CYCLE), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPEndDisplayList(), }; Gfx mat_toad_player_wing[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_wings_half_1), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_wings_half_1), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_wing[] = { - gsDPPipeSync(), + gsDPPipeSync(), gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPEndDisplayList(), + gsSPEndDisplayList(), }; Gfx mat_toad_player_wing_tip[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_wings_half_2), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_wings_half_2), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_wing_tip[] = { - gsDPPipeSync(), + gsDPPipeSync(), gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPEndDisplayList(), + gsSPEndDisplayList(), }; Gfx mat_toad_player_metal_wing[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_1), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&toad_player_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_metal_wing[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), }; Gfx mat_toad_player_metal_wing_tip[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_2), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&toad_player_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, toad_player_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPEndDisplayList(), }; Gfx mat_revert_toad_player_metal_wing_tip[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), }; Gfx mat_toad_player_toad_cap_inside[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(GLOVES), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, toad_player_texture_cap_inside), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 63, 1024), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 2, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 3, 0, G_TX_CLAMP | G_TX_NOMIRROR, 3, 0), - gsDPSetTileSize(0, 0, 0, 28, 28), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(GLOVES), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), + gsSPEndDisplayList(), }; Gfx mat_toad_player_brown[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SHOES), - gsSPEndDisplayList(), + gsDPPipeSync(), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SHOES), + gsSPEndDisplayList(), }; Gfx toad_player_Torso_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_white), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_0), - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_1), - gsSPDisplayList(mat_toad_player_vest), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_toad_player_vest), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_white), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_0), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_1), + gsSPDisplayList(mat_toad_player_vest), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_2), + gsSPDisplayList(mat_revert_toad_player_vest), + gsSPEndDisplayList(), }; Gfx toad_player_Torso_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_0), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_1), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPDisplayList(mat_toad_player_metal_vest), - gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_toad_player_metal_vest), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_0), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_1), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPDisplayList(mat_toad_player_metal_vest), + gsSPDisplayList(toad_player_Torso_mesh_layer_1_tri_2), + gsSPDisplayList(mat_revert_toad_player_metal_vest), + gsSPEndDisplayList(), }; Gfx toad_player_cap_base[] = { - gsSPDisplayList(mat_toad_player_cap_base), - gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_cap_base), + gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_cap_decal[] = { - gsSPDisplayList(mat_toad_player_cap_spots), - gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_cap_spots), + gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_metal_cap[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Cap_DL_mesh_layer_4_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4[] = { - gsSPDisplayList(mat_toad_player_hair), - gsSPDisplayList(toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_toad_player_hair), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_hair), + gsSPDisplayList(toad_player_Head_Capless_Switch_Option_Head_Capless_mesh_layer_4_tri_0), + gsSPDisplayList(mat_revert_toad_player_hair), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_eyes_center), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_center), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_center), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_center), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_half_closed_1[] = { - gsSPDisplayList(mat_toad_player_eyes_half_closed), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_half_closed), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_half_closed), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_half_closed), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_toad_player_eyes_closed), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_closed), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_closed), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_closed), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_right_3[] = { - gsSPDisplayList(mat_toad_player_eyes_right), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_right), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_right), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_right), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_left_4[] = { - gsSPDisplayList(mat_toad_player_eyes_left), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_left), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_left), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_left), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_toad_player_eyes_up), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_up), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_up), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_up), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_toad_player_eyes_down), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_down), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_down), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_down), + gsSPEndDisplayList(), }; Gfx toad_player_Head_DL_mesh_layer_1_mat_override_eyes_dead_7[] = { - gsSPDisplayList(mat_toad_player_eyes_dead), - gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_eyes_dead), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_eyes_dead), + gsSPDisplayList(toad_player_Head_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_eyes_dead), + gsSPEndDisplayList(), }; const Gfx toad_player_cap_wings[] = { - gsSPDisplayList(mat_toad_player_wing_tip), - gsSPDisplayList(toad_player_wings_half_2_dl), - gsSPDisplayList(mat_revert_toad_player_wing_tip), - gsSPDisplayList(mat_toad_player_wing), - gsSPDisplayList(toad_player_wings_half_1_dl), - gsSPDisplayList(mat_revert_toad_player_wing), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_wing_tip), + gsSPDisplayList(toad_player_wings_half_2_dl), + gsSPDisplayList(mat_revert_toad_player_wing_tip), + gsSPDisplayList(mat_toad_player_wing), + gsSPDisplayList(toad_player_wings_half_1_dl), + gsSPDisplayList(mat_revert_toad_player_wing), + gsSPEndDisplayList(), }; const Gfx toad_player_metal_cap_wings[] = { - gsSPDisplayList(mat_toad_player_metal_wing_tip), - gsSPDisplayList(toad_player_wings_half_2_dl), - gsSPDisplayList(mat_revert_toad_player_metal_wing_tip), - gsSPDisplayList(mat_toad_player_metal_wing), - gsSPDisplayList(toad_player_wings_half_1_dl), - gsSPDisplayList(mat_revert_toad_player_metal_wing), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal_wing_tip), + gsSPDisplayList(toad_player_wings_half_2_dl), + gsSPDisplayList(mat_revert_toad_player_metal_wing_tip), + gsSPDisplayList(mat_toad_player_metal_wing), + gsSPDisplayList(toad_player_wings_half_1_dl), + gsSPDisplayList(mat_revert_toad_player_metal_wing), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Arm_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Left_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Left_Arm_Color_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Arm_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Left_Arm_Color_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Left_Arm_Color_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Forearm_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Left_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Left_Forearm_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Forearm_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Left_Forearm_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Left_Forearm_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Hand_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Left_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Left_Hand_DL_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Hand_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Left_Hand_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Left_Hand_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Left_Hand_Open_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Arm_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Arm_Color_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Arm_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Arm_Color_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Arm_Color_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Forearm_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Forearm_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Forearm_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Forearm_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Forearm_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Hand_DL_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Hand_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Hand_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Hand_Open_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Hand_Peace_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_right_hand_cap[] = { - gsSPDisplayList(mat_toad_player_beige), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(mat_toad_player_cap_base), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), - gsSPDisplayList(mat_toad_player_toad_cap_inside), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_beige), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), + gsSPDisplayList(mat_toad_player_toad_cap_inside), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), + gsSPEndDisplayList(), }; Gfx toad_player_right_hand_cap_metal[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_right_hand_cap_decal[] = { - gsSPDisplayList(mat_toad_player_cap_spots), - gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_cap_base), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), + gsSPDisplayList(mat_toad_player_cap_spots), + gsSPDisplayList(toad_player_Right_Hand_Switch_Option_Right_Hand_Cap_mesh_layer_4_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4[] = { - gsSPDisplayList(mat_toad_player_wing), - gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_toad_player_wing), - gsSPDisplayList(mat_toad_player_wing_tip), - gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_toad_player_wing_tip), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_wing), + gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), + gsSPDisplayList(mat_revert_toad_player_wing), + gsSPDisplayList(mat_toad_player_wing_tip), + gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), + gsSPDisplayList(mat_revert_toad_player_wing_tip), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal_wing), - gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal_wing), - gsSPDisplayList(mat_toad_player_metal_wing_tip), - gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_toad_player_metal_wing_tip), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal_wing), + gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal_wing), + gsSPDisplayList(mat_toad_player_metal_wing_tip), + gsSPDisplayList(toad_player_Right_Hand_Wing_Cap_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), + gsSPDisplayList(mat_revert_toad_player_metal_wing_tip), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Shoe_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_brown), - gsSPDisplayList(toad_player_Left_Shoe_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_brown), + gsSPDisplayList(toad_player_Left_Shoe_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Left_Shoe_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Left_Shoe_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Left_Shoe_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Shoe_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_toad_player_brown), - gsSPDisplayList(toad_player_Right_Shoe_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_brown), + gsSPDisplayList(toad_player_Right_Shoe_DL_mesh_layer_1_tri_0), + gsSPEndDisplayList(), }; Gfx toad_player_Right_Shoe_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_toad_player_metal), - gsSPDisplayList(toad_player_Right_Shoe_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_revert_toad_player_metal), - gsSPEndDisplayList(), + gsSPDisplayList(mat_toad_player_metal), + gsSPDisplayList(toad_player_Right_Shoe_DL_mesh_layer_1_tri_0), + gsSPDisplayList(mat_revert_toad_player_metal), + gsSPEndDisplayList(), }; Gfx toad_player_material_revert_render_settings[] = { diff --git a/actors/waluigi/custom_waluigi_cap.rgba16.png b/actors/waluigi/custom_waluigi_cap.rgba16.png index c3420d15f575c5988c963bf403bc2eb2dbad4917..6ce344ae799867cfca9db55243173daeffe24dd3 100644 GIT binary patch delta 251 zcmV<{9tVu*cR9Hvtmq`wQAPhy(``=k5fdr&<07|>yZ&+x5Uk4Mso=?G0 zqX1Vr{}OxM>EtRV?j?_+o;Q*JNQ~JaTmVs3g~&J#z-aO;G<2QSsrhhq&;GB$#JH&55IHlrX z*vArK3XtRrC6ZqZatxo>+~iLB+1);hUgwPe);K}MZ`1ul4=uzM7dl-4T{(Y(dJ z@+wpTxx#aRd>G5S_TW}-BOr8o)@=`-PoeD@V8rioyMR7{ADaMvXvnxvvB1h-L4H9sx$HjZU+{XPo0F5{qihy+J0gNB zX=&@y4*q~m9Clo+f;A==8(O;sT?N;FH@}&0QC{{gSvYv7dP@4UGv?1fp50me+{%2C zAhR-?8&8jfgkiwR0}K7srL+4}weOz#a9*NT&+os)!u=siw?DZ@i$+hjh)Px9*%Q;a!Q|)Hu>>7JT-|O4foRvJs z=kF)BVI>P!LziP#Zr*-@^rN2)Qi~P+ims+4IPK=25#(sWtfLth`T6q8H%u3I+1tua zSRJ+6seZ<}{x|N7exL5X>uy??H{lff+*JpJ8I&c&Ec{}s<{T|v$)KRPUHpV^V%ycH zX4#Y1cLf)B&6lv0sGab}uIC85LidUW=IQZ2EBbx=cHf;{|MTC@$LzL}JVBwC;(z;l zoXAx@Eho<*TK)2w^Zk0e&4=#Js(b#s|6I=Z*{gmWc&!j}PHu(#ls&IA6`kMzT|E7M zT6%u{*=6Z<&-zmXFGQ}nHsjjUzeoSHTJ-q7->f5-q?-1y^Zc`AHJOJMPcSS?=*)_! zdt|jr;c;?yO#0<6gD`g4^VX_IquzEs`)np-;l^(FBKLmMqph3z_1|w+kxSa@r1#`V zRcP}wZWe|M4?m;c-hbj*i|3 zJ61-lVcKT(=E>t8mtgC@K1+jZ>8HYSu0MKQC%bJD!(H~I#ihx$;y1h&oUhlayqWB0 zQQ|dkU(O|Yw^v0gR1)4jihck3?wgpk{;yBmW4l6vc=L#C zF7j|#6}o(0?fGx_em{$s-xIXXMswf4AmzPTUw$R(Y+QfZ`Sbc4hgNS~FI}-W^yZYe zJ5tqDq2u_KC8YnQG7?hfsF5u|ER7wGvltILD?DB)caRt_wT;F?vAuU zW8YkM=CGvP1>MIFtyFab27ThxZi8*QstgzIeKT_B{HU|9;{Q$dFxRHN{1bZiv2S6M zzOj2-`rQM(g0jU40&6ulzjVCFpRK?zeWb^>C}K*0(-ifmOWYMpnY&L1ByZ62d=t=@ z`rYZ-0iA3785#$6?kTMk68_$JvN3e}UkA-)VhJxY-}grwmtMJl zs4S-9&71a#dzDs~e3ki}`04jC&*R4bo_!H~um7LRd*{bpb22tW_LasYer$fByylE} zUEI9;@8?%fwfncKCULtUBSW%~MFPhJ?d5w*3mHE0Ofm@%EAX9soIlBPLhrJDZJu)R zy_^g>LNAn8ap>s_@ySn86KHYvu#PX~yi~PSW>E;!)OM4PtbYGqmC5NCi7@J1c&A}d zq8X?#OIodRZ6nJOp@lnlZ2dP&P5!n-?|*l;e@qK>vTrjkiZ=ijSCp5644$rjF6*2U FngA&AP$U2V delta 1098 zcmV-Q1hxD13f~BjB!3BTNLh0L01FcU01FcV0GgZ_000CLNkl@nSK^ z=kh_9>WY4NhCO!SDNHuYtPpZm)9bHB+v>mfFlD& z0Xzn++7L6BVt;WcIP#?BB)PL*JhBp6sd8e+5nGfDp%sDy& zSi#_QMB+cL^l7k(-9vS2q_ZJ;J!$-zotcTmFolQ{f$=3AxghD;xj8vy9YcgytNUu{ z+!;OJ^YOcqLYVRE1i*(59VX{L2TUFy*!_pstTCNNmk^907n;eZO&!hJWm-y}G=kwIIQVk+-`6e^1{03`$%3!ExKu>1peiBx512`IU(^$8F#W&g73? z#^M-#wN7dl*Xyc~@0M#~#}lKYs=udS|1d^F={|ULPhnTtyZ$H%cYI=MN*ltouJ|34`37uVxBOB1af Q;s5{u07*qoM6N<$f&lUk=Kufz diff --git a/actors/waluigi/custom_waluigi_eyes_closed.rgba16.png b/actors/waluigi/custom_waluigi_eyes_closed.rgba16.png index a1bdf252936991951807b0c5b8252c5662c72490..2c86ffaa1285a0ea508ccea6588fe1da24ad7ed6 100644 GIT binary patch literal 1247 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3HE3&8=$zQf8?Uo@u_mT0ka)1Q2@wF(aI2 zVw7TFg^F-6O2gR#Krx0Kb5)Qw&U`nwVh|q;ZfR{h2V`&-ctipPxrIQO@zUM8KMV}a zKRjI=Lo!(3PPfk!F%&tLzDUHgaZ8Ab>>`KE2@^8RVmns6+{wV|{(wQIQM!OJOXS5S z-VUQh4kez`rz%bCJ7|A=erk2j`7>%SpLt66-~a#qv-JCAnQ1d6XF%Z!qk=6lW!2q# z^OoQIDF5w6ugR|oEzf@oJq@$H7L}j;E5qAQ#m@S7^4Zs4cRjhLBgUQc_UF^eCzrP! zy)yCsjot(8|9b7Z-+PTh@w* zC;L2haDT|0FaDalzuMc)&yM9i!%3SRLfI1U;^gGq_E|DabWWYzZTfSuo%X|fB1sGV zH=KGg^TNx=XI3cOVN}!%v;2_0v!>7e_t!61s^4wf{jc)W;nH&1oy>Jxe@VVZ@~;mipiT$5Wd+L%pAuUc!u+Du{ns3mpS_>uCW8at?R>k1QmX4FPIEe< zeu=qZ?!;;FKXm3s@8z#93O?+S&CshRrqiHiXS<|>p>g@4r<>h%Cbuj*({a-&aluJx z#)HdVdd(M|e(b_*L5F^}buovOgqEcDa&WjSmq>j+qwiQ-E%CpD#XNFe%bm`4s{`%o zq7B>E2B`miYPrn4CaCB3RtK*3-YYd5U#>p?$0e1UQ*%P!v%{B<3p%oM?uy9YVxF9T zV4L3Z^@_hQygH%1E0j~iH2Talo`Wy9ykwopyuM~(@3FfsHz)EJovOX!)wjAU{R`KU zx^Ve@5u*P~Ua$ns7p$(<-*Ni%?)KjwB-yv$e^DFGSoJJYVu}CtN3Dm#lODx<@%_^k zT`cwOI1j_+=sjuLYHOsc{?7isUp#PjLo~DBYDTFK{`T{hsI5LNc)9qFPvDUtN<*Qc@76ueDvKch zq{}fk6j(3uKMa#8;GTCe+<8;GcFXIpC$1bcU7LI`F<`EM&0b~I4>xL<%v39XKhFPN z`*(fihksMm7CxDE)p_25%MT{Z@O;4&D1ALCi;@54Gy8p6I|ErJBnAty%)7j{Y?6ez zVq;YBf#9N`U?s=BSxSfEyMHk*ejo3bq*d{>okfjbGMIb+M)iJuqfQ2daZko60 zsc&bT_l&#KBli}!#qWh1!_VwF$76D~o_kVWK_KIfE?~hxd3nR&>FVdQ&MBb@063ci Ao&W#< delta 978 zcmV;@11RU_X4Q7cr4hgz8=vKL6h*EwIbJT8#rXJXvDR)o@lpW-C#lUx7ogL$ z^$GR`cWK_QF!oDVA^;rgy;5}m#intN+nD&G#9UffI;jmu zAKS}3uz2AGXS-Y;IL=cb0{|h8srkIo_~C1hCCAkh@5IFMpJMv*b#-zu@p5%FUTd{P ztJ##N24l7`d_r)Ur)e0j)$3xmRudQJ<`OzyJ%18+wttU`r(e%Qg7~$3BXNr92VX0C zP5_Xcg)si@+(`*`rMoU>Mx#FSa?<$sV17Pk7-kS@A&_5(qZXK6SX@l#)$7#S_#yw$Z!A9x{?UUVaH@c5{)nPrwze9q1qN$; zTWB@)V}C6gzcV+zf@=mn3tt^@Ol09>D|(IY#=8mNT{TL=WRnIFVB@zA<7n;sJZ=m2^5%@B6Q zu6mx?=gwy}AEMnWfQR?*gy|* z;LVMiJh=3)0KAxdUibVAq8(Hi&6i3gi2*E|AO;Q|)D98?xqxA4_ww6UL{R|a?m(RH zNq?Xqn&+x(|8Y99evyGlbC^%2kX*K19_ms zW**v!?P}Gh$W;JQZ=&C78b2+Ych9JMpH9z^{7F4k9uki(982XSUltx}^5IJrLm-Oc zeTcXa^Ta3LAUwqIF^^iW08mI#=<{+3q)Tbm`HEpZT9eP03u{C8yaTX_!q{F{h!_*g z48feY-G}l81wcX{VWC2ZZEFvj&!(Xm`(G3I12v29&K3qM2LJ#707*qoM6N<$f)V7z AumAu6 diff --git a/actors/waluigi/custom_waluigi_eyes_dead.rgba16.png b/actors/waluigi/custom_waluigi_eyes_dead.rgba16.png index b2a91ce4219396ef595cadc1b803c98b7314365a..4bc663f29b9fd577e7b2dd3e4dfa1a55faa019e9 100644 GIT binary patch literal 1387 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3HE3&8=$zQf8?Uo@u_mT0ka)1Q2@wF(aI2 zVw7TFg^F-6O2gR#Krx0Kb5)Qw&U`nwVh|q;ZfR{h2V`&-ctipPxrIQO@zUM8KMV{k zEuJopAsMW1r~77zc#0g)cKPF!C?>LKX9l0r8@V%FMvEp16nXaDJF+<8K(|7*kmH^T zkv$!Pwq46(FL?8@`5HV@$YRp!$oR4-?dItPr)PECIJds)pY2uKySAqCyA(bjDhb{D z{Z;Ls*I!?E8QQ*5yx_c`-GRSRj%gJfPU7K0zc#U7Sq`0?KAw(wf-$QM` z`xac09}^z@{A?Z;vod7Um7ce!pY?dE67X0JXj_rIP0_wg9J z3z^e9dL=#=1?0VOQ8$sLe>{HH{@~y3sb$HVf8Xer{gV*PV9GGNtes}h+y`ggLXx5oxQ+xUIzO$E3>}B<{y?Hr_LE~pi&BK!n z4t6^k%V+Je*_v$}>3idG0^>rfQ+qlY7i^jklDfF`UPSFl--Q7keld-Q^QZ4hoGcUL z^-SU}bByZQua;MK-K=;w)jo{d83DCiO;O30;?OI)ZLT) z#n8z6ZM|<-a<kIQnU=oLFEe__hmDc9 zuNiRo%yw?xa_+<$2BsE`g{{~BUujyO?{n_XlhAJs4Dwq0xvM$0y*M?w`Ss##i(+6n z-AyxFTXc$f!N#SZ!u2#)eO+A;RPpmWubG2a#=5F(=0MenS4yvY#Vt-@Y30qUw${HV zW-awl(OG@X6pxe?@8sA^7Rqip0-I08?=;CWe^}uB*vav^%-#=L52jr^m)c?b<|x}Y z50$s=YohBqB&(lHn4b1b`+%Av`y~JKZ_MlO#&22vIGD4jOHch&oS(&dnTZQ8uar;v zYWp{a!J}zGhRWN92|n|T%J0`UE)kp=*Ba(f@K>WU=^S&k-C{Qtw_6^PwySDPXZ!Wu zTCMVbr|d2BfZejQZiq%+UHJXSlY3vcy_|UC(cSNH|JeBQc;jT`H-r`e9DnuBYixQ){#9Mz=^`lXydHZ13>C!cPue=&JYq4LA@y{Pka*(IvFH)K z(szs(Jn#^VLjwYvCdC+|Ka3e2AD6MwQ5lQ0mX)O?Sy^3`)ky0cSaniG- zGk}i=vVVid!BAmtQ_%dW58uqr_?n-boRpWdv+T)e+{3N~JM0qM7n)P&14iTlW?)AT z=mkBI1jMuF_zZv%0SJV%FuiFQf_>=RX-V6e#l=O08o4($Wyp9nKQG!&f2h`Lv*a|B z7GYkl7XlIG+r7D@r%eL^Y~BV~+Zl|eUo_x$n}27eR&xUL^3E>P7>$hu36YNN4Fqs3 zVsD0vYPBl4TrS>m0*Ad-If|TikMVmzt048d7c(<5F)?9CfX2NocnY{A$rqB-l`q8J zFafRw05)9ccDaom2c8~#P5_+v{zBe=!Rh|XT;nmgX0F6M68R)ROtHV_2+3Jb(WDHS z(SMU5O`H(`NLl~%y$+t1X04m&*n#b33UVa@f{k@*lfsoE%td|RX}$tR)}dGTLL0S{ z00d~DoB|gK3kwS|P$map*tv$gk_3o0#(!XqFDGkgjWt;hX3bK-r)VvQ6e65gR*I|PiJ8iaZ_ID&igan0a3ReK) zHCeyI;{d|<7}G)t1;cn~yIyE5tj$s{n1Ccuu%$^BFm^7R1lylV;5LEz zTWyqO)~~JIcKL0Y_4zZeUVpX9U3=zS`6k)i=&KpISLSQUsDE6vsiJf4%sDnWaa*Eh z?kv-sS~2spPD^O#3NMF@N0m1=b-Yk$*z``d&^|#!a3RZ=$rWPT&VEaq^<7VL!{@wD zo&mn$S;F>#_I4r#0w;G{9B^CrX};0IyT@k)Ia)Bs1g+V0C|tMR+j#wanm-Oe)U{%oBA_g`>cF{W}jY`1kbjF`Im|vuBsb^QJdwFMs|l$l=m&t7{v?x9KC;f`)6S{(z4JYKnzJHfRoySYYRSm~k`jNCn%^#1qSNlg zv@Oqmv&A*@?QBi$lcudulGt5)-EG_6Er-^~e5!dOWDtFSW|DiDeXX%g{O^g^rqBJ& zY&S{B|2^x+zUwhUF}LHAnncg6vUob_srK}SYU65M2d@rp)}C+7JOMuxE-v;y9UF1M zu-(@_rCCruA?&C2^mPk1DotnTN$e9UTD?GAXiHn{!TWb#UM%^}$|YNTLm_JM&k55^ z-@SXhKI8kxNRNgY%_qyZ``yr1W9&L`wBNY6;J%}CH;2ge%lrBDBOLxPANi}^ajfAe zTeNxK`^#3}_T8~a;JsOU-u2suOQ+U%bRVfHx_fo4!E33mUOo9OJv)zVXtUdwRQr%! zI!9Ff^m09$tb>azVoD;I(`r)FLj$8-n!H=;Cksn1JlQQZalzL-ZywH#zkT<;-ag|v z?}B?<{?FVf&HYVxg3#^Se~mM(iVhUKUX){55%ciPfj;JU|IYk-5b_4C({PQD6fQWbjQk@AAAJkmhXPB26#^CX+MytbPC*nw(50i2;9p>upnG((Lsz9;PrDFXLIhs2E{4&e zr6g3s*M6q`jNdmq^LC!QZin8$+nM*B?|eU>?`M9zS*5a)DSwbDkSUNUkSUO;z(hVD z4de!*9@S$Wyu+S2umhc~ay#PVh`?)WpLKV&TJ^bUdoGt#!^3A(v0V1XOAL^*liWgh zA#@VA2Ew7ieVh+VjKks;69CJ)nX10TZF{?fXf<&cug&VF$=fslR4%U?ev~v|`0RV_)YVS8D-gWc2#<(^%q%NM`RryohG0fufvMR2u zsFhkxL0n>lh~P_}Nh9I$sVOxvKCUKewJhZ?yXxIWw|{zBTG!^^FK)$FG4sLKiaDDt zfDr_zBNG39pmZh{+=eX8-A%ELyJC?T@3le-8eZ3X&dGzW>RNB~y4q6`1%s6k7!~(8;%fy(27H|b;@<%PP z*hc+#ozyM9&(+YtNjWBU8%y`zgF6bd$|ARhY{Lh>AC-r{Ua{#<^AB{;TuqeBW&yrnV#^C1?e#Z~hGCG&we=273qf zgEk9JXBHk#d`B&9($^PHj&-#|IeP^d&Fy!se)^`ruPz{I16kYyYWqw-XiE`7NJ*b& z@g%lv<1PTsEHW3`Snp>^OTB(}>A3k+V0J)E&Wz=*UzvPiX-U;ia3cabK?()2T!dib zDu1AFQal~Z@dJ+F%2;rbx!6Oz0>Duca$uvs?uf0YLT)!M9K<>3@WgIFrBeq!dd&iI5h&z7-%C#zF)c4;Xgg z%u{6cOYXGUwb|!(hkU>L_E%J??imxW#`t4|BL5sw7>I;IQXrF*ymqet5RW)8H^U+h zi!7(%R-#EHYY(|E+q>iGKLjV8(07*qoM6N<$g7TgDga7~l diff --git a/actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.png b/actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.png index db20d22bed65b7f3b9698f135784c396816b76ae..0951f2746d35ec0625a4966433c3dad92095d6f9 100644 GIT binary patch literal 1459 zcmbu9`#aMM9LK+#$^En@5o@xuJ!Ebx=g2`D&1G}RDY8s>5S42#HO0)(CYR${Op^PP z+aiu@a_dMTO61ls<`mkYGGj+)o##CL1LyNRuh0Aac|XtR*LSkBldY1xx;y{?N<=%t zX^G+`9G2Z9*(HUvM2Y--flTywbkvntKuv<31kiT{gVX`({}Ne{#&-{uWI&J!`rDga zsEtj;xBK6j(*1o{V&uZ?&PhTA*f&70W@%yofD94|mM#~i*Ybu^;MQt?R9jn}l}#;q zh*ecW##33z&-4(fT5*=wddHrX%D6lg>`Cf~K_wHDusz zkRki)Yqf=H`;84iyg(4o%e(*51OlPDEE-gD%Plxu@8N`pW?NpwEKD2V;emM zdv^+$*iXMQ5UC?vOlGjCbnRB{DY&bKZ0`hz+qm>Ta%zu4=_sq|!{*~@xr!=xN9~qQ zDYRf+MiWOCvh?Am8xAc;^Y=@!3tSe?-;9NR7P1pBWEnmsBavG421HiNwFWnoSao3e z%14K5><-OQq?sVQ2wk?6q~De~zulCU2BDA+gCZ44ZKE_;0Q35z#Rx5@@HalaiB~m^ z${ArY)YC!X-7l#ziiD`>z-r4n*FeWOyMX3*j&mqnzK1>kfD%b$RHmdP$80~4aj_sf+QEY_6Tq+R8R-QB=dM5Xa8RC*tm{>Zm?9<;=G5#|COTQciiqQ+^8$y-qk2vK%d5tYH zu%(bv<>9|s9dCR>SSe)0!(n}~gwuLt1Cd{s zX#0F-Ykn-7kGUPkI0Fon$sP}zZ_NE5<94k#g}G}yIL&!7<)M@ODqKobRLv^pH-ZFl zo8=E^&5sQ`zHG41(}mofl3eZCCn9>s?S`V!T)&`3 zApA+|$*qJREra@4I{r&|r{^zrbYQ?--=FiaLC>8fC;DjCTm}>G!tcSJr9)~6mw4Eb zj}$H^KG(CrQIu=Qg<-JvZmrbR?OI4oq!_D^5%Kq%0^79Ffm&ui{&{o(7esS#Hax#I zV@KUx@UK(POMn>N3ksDgkGZRXw7FW8m*i?-dix3nq}KySL$a$F2Cy24FKmu@6N@|) zhx6f-)V~ zha20LBS(%{9Q?|s@}{{Wukr=lc$b)h>$_EWZgr_|dl)v>fKnuS=IEVd2zlB4<0a);BibqbZc-dL1i9CX$6REJk&r7E$9S-Ygd@|Ii&j=87Dfs z2Dl}KGAW8kKzc15>|2MDCj_3%x|80iWWLY+1x3IK-DpjFv-R~^7tXDI(~Rs>mMOOP@;ka z()dxF61DIkhmaty`^@E8XD73ByGe{7H*hzz@4WLqA3Hm{B7gN(ccAV--GRCTbqAad zoX+LE=5({SO|}I;TqEvWxB-)E<+dq`BMQ&WeN@xsaycqZ#nb7u96Gd5o)wFc^_&F~ zPLf+3UMTJ2wt{fn;!&LcmKlGGSI7Wt>sqcx2{+^GWyD&A+jz~F=L6lr06@j!n;;(o z*24_c(E$U17=MHHx*?{PT<&=AxCRCgjCT(Fa0dJ<6UZlqPtFvZ9{r{$19aQUIaxU~DV9Nw`c?dPrp zI|ma}6BFLE>1mmsoK(98F`F52Oo$Rs(Gc9(-7Tj(JAb9??AZ{HC;127{9>a#`g#Hs z;pJcw6Cv)QcI)6?S(4GkqS#AX74X$p5>Qt{vdPT&UN;0n&V24cnT z^~ESw__U}Bqd0y5N@|8~f=MK)c$;W)1J}3)G=G>xT-Tnz5r&6{C7;jB`1rU~DitY} zN@~0e?piKQ7w*cD%ypGBdGkOhw|#I{T{pG0hztzW++F?s{h{^#4v^m7Ug_)Wlj7&4 z(46aHvul!b@8=gdQ~+aRW8&Wd0jR$d)GtWT2AK1AiONGh8{aIvMz6W4Q|{(mLFX=!eh8>gxjqv{dQ?6LhvXBGuGY%^z4 zAuPtxJI??R1t~N*+S1(OkCvP!P_SCG{8xP@m+y-IVP%R(8e%ZKiqoi`W0-BLr`OiU zz^UH-lF0H0oYJ5t8RI`T856kFiQ*Z}7v3v?B!>)1VJ&L7wj<`&3x{%a4UFl%(|-UY z>V%V$vx#>RQoCRkCYU%BsB>q`>?5BIJ(15RWB9)A^z{xzsL8$vlQS zhUsRp%-OQKk;OR3V~3Gk<09R4&prJE_jAtc^L~Hc=X`#B=X$uis3CL_005{FT%EiW zYOlaR8K&5eN~tu390~IyTy}HYtFVBM0#^l~pQ;4X1)%>W${_4duc^p@C~Ko1Z}6Ct zClh|$|IW}}j#y#fv9A7#PzCt|(EAbUCICRP2~G}Y!=bX`_B@n>W_POdBud@a0cYh2 z*0TJveZG9mbQK-Gdm3hJZ2aJMZnrTkJ5%Rs$evGN#(Bujj7()ba)rlpcJ}1QQDsy& zx0ttc;=JLba&9}9Tl2CZG9~4Atf(Zz0!)H+tL9^>E`?M|M3r3cK^jx}c=v2V-1<0e z%PW^+rcd^XcKbTZz>KfG&TFBj9MoalZ;Ngb1c4S6%sqp( zwbh@u=C*&M9xB&*l77yHLwI)~0;#QpFCyK!tps8uV#kj3c-{SSfG0>6YfOU|!X8|j z*|%nB;3nbJ^8XNc%1ZvX+?p4C4zoM!m;&Qz%Iq9L&{;?TkJ5kZNU0}gC%8tlK^ zAdzM`&xnTu8v_UZG3(@`qt6$i3B1(}q6(MmfY3PVlVJj!j5VLoY5fb5H{%7jcU(9? zXFj`HE4n$5*&y^z5VG`abZ*|8$LI668RS)^-$a*fP*|md*sqnRVzVo1F15;8bo$1r z-|Q?j<89JpWsAp?TRMYSsj`h#V$?FTX0uVCJ=Qs|wxVIQm=e(QE;UWwSvzSLvM^GZ z&uadl+sA#;QPM%rS^7*u9@D;N58-2v(5UkRpFAbTy6W zy;pi8e|QI*=9On$la_cCA!nJ44qY!KQmfUpD)YQhD9G5@McJ%WLcTLQI;91j#6jhC z@<=3)z(=LBE2q^JX&svuhp7^r?CpIN1kVa0dFt{I!8Pz#tyNpv4LV-pq>aqW?o1OH zTc1X)NL&Zh3V#yvB&}oM+>RwwnJ5q}fM8$S0-`8-`%tGx8(6Oj-!bH0AbJ0t$e7vBp(&n(&A!3hE0S9k6P=JIDdRlm>i!uGFd*82XC3316YXe7O~yqpRO5?=27 zl8rw93xAK;H4!#$SE@(PVEodc+4mxU_r1$H+AwfUg5DZY$!ATRSU8)|1-o7sU<>0n zAgfYc7&TSbxL6Zhgy_DGI`?z4kJ^00+~ zG~l>km<8S+9Mb4m3ePgMJbY_$>Hxg}a|DCK#D8<>zuNP48{6BqY3OJxRNN^QaMB86qd2b$h)(m@< zNAh_wwC|+3(-zpT{)qK~JAjMea7q$Qif!wPq5UVttnFeuV6xCDJGB#IyL<3WO2v}* z34ipLnr|=KetzC4yhALwY-s29+$AX3OpNsS{&HXd(;R{apF|p$IFpMVOyfDW1D;(y z7wi>O2Z6CN*y|txi8J}M{g0p^@P&YEfsS1O+dLTXi5L+peL<&l!Lydw4uDZq7l`=R z;IxD_h)5KSOp0_q?urQu4-8;}7wO19ch}ap(uhyWlwy0H+L!02mPAlXtjkv$ut&2yK|s`@f6Fj*AGgGI_jKYm8Q2?Rw}xhuyd0mD{Hr-|N=AW)JVYhFK!d zBbAMhOc6Hz_VdVMo{S8mv74XpFJzu zn{a*mwQyfe+20fYo;c2NZ~B_sbI+%iO0BGzpvm2|*q|w?@$muG;|Vs?ikO7<>|^58 zj1iuB-O}WTmc6Ok|Bn-!4J}T-I_y!yVARQDVf0t)M^#bLbn6X&!!zP-N=+s>s!vt@ zyYqi5%X;mZ-)<}@*daLM)IM#0r_UdM?oAAQDqkVn(iK_k)H|Wv)->hCUVGEOX1fc% zdz)?la5?{Ul4IJ&S;<+?Z)^X2S|>60pxU;|C)$OCh}(c z-``@fJ-cS{>zwHD2^Sroecz+JbjIpX!vjr@Cp}+=L~p8_oBYDtep{1o{%oHsT-kbm z?{7c1;&n&sj2ZID#R9yi&mFv(Z`qu>I{r+n&V!4J+qN?Ot((L8;OpkM3f?a}-d^l4 zoOt$u@J5Y*4_U$DMh@zWSudo0eJ$dbE72FZ?ETI2ytl7TkJDz(F5OV{Z<}Vu!fh7T z0c!opIsyrz7mgKNPI`W$EI!_C!OCz+qho*O%vteo&ZP&Ydh%;+w}x^HU!TfSkhE^e zjnHJ*ilBq1*^&<_9DKCQwp7^8_IvvDhL5YG58T?9 z%e?4(nHOtFz$5F_Zz|zDANMT$yZQY7bQw7rsXaky^Op53*rH=MJ`z5Bu)J@`n%X2(>5KyKgaswr}%^*+koWmCfk1A@Q617Uj)O_ zxUKc|<@tWct&HFLy*cQ=`4ol*O(Bbf8`;0h^EB^>SnAw7e&^^UWEU9t0$U)^~uzKbs}X%^p8&k8J}s89+rc)I$z JtaD0e0s!K*T0j5* delta 1100 zcmV-S1hf0~3gHNlB!3BTNLh0L01FcU01FcV0GgZ_000CNNklhvA}u zEKI`J`>yjn&bxEpd-u%@k~9bM-gn-)=R4nb&%1LIX<18wmVW{*1zHLmUj?R$#bBT? z5Ohno^B>+J=J+ynRGvlJB}S4EZI1l^qzj}sHa<$FQfa8ZLZKkrmFQIFC97#TS&%jI%SKIW}wgviaQJ;YI2;oB>`Dxr?K4Sz?nC9TBDH4F748mfn zg?S@}ociEN%f&kE7!n5A$(b3Mnw*rWaHN&L?902)o$_S&CtYUjd;d-TJi8Wgv1>5` zaQ8{xCQg4WbM=8r<58>ainYP*7#DeBgY^8ug1sd6oPQ=l>Gs(+@>+$~Pt?QXP&Ukx# z@J8gt>VIZbJKiS=5R(bTvN%m1-_h_uuNQfMp;ebwR}G0`an$65p9UO|*3Xl2p$8I9GHr*L}vS&Im4|!q$2Xou7 zVLsNOgY@B`{dwjn2IoMS>u}iyhLY(93Ig&Z&41h%?|m@S{_vd1G8YDX=(@ZX>wvtA zUGXHpw74ii5Evog!)I~lyt?J7tC-;$e7pxk1m{uej>4BD9mSP@ExK+5GQ%~ zP!tTgP>^l#u`?KJ$M87`1Mg8IYGp3?G#5N;OY8syxw=54_9CPcVs0Nshr(f3cFeB0 z3W9I^)oyUuZM}wwec{qLHU{1SC(rI@av9O%9fb^JGWox=NoT-1w0Vp$IVb* zj&!TCJNO;zolhh0!Xpme;dTd0!Xl0d3jct-51y9*NNS4!9}2{kQ{TF90O328YB% S*l#NU0000@azNdm9xToP_><5dZ}QR3 z&cq-0zcXXnG$c0i1Q#E1sHpM-;OH!Q7XXlYg?4oCz9PMLw<9;eNv&@&6MRE5^(@jq zNVWNPitJSK9D%Mh#Q z9I+C-qBt)+VyyJecOVcG&q(~@Jx2USEuALg`{#>X*nJN81yezee4QQ6HM3XyBieFa zFWI!Or}2+ki8Alac)O_!>RLdHW5sxBC(e+rMmG<> ziaRcWNz!71kaucQXy$wPc5{3^MU$~T*}LAB&}*7OsW*M)gO_yS)j1+Fo1HfJiT(w_ z>Vgr?xtXoOR!SG`GYj5+Z6n^#y9cHcXLNA!o?AxS%Cg~^bs?9QTpI9VXAz(Hox%UR z?qu-(!=-Jqs>z0L#yYMrzbfTJ53l~pdeA}^-F)e3``UG26u3gHg{~QR0I~;kafx39 z37@u$^!l^tg8k=rwSiJl39YmKxFHtv`nO-I>Xak*+n-{>FaNovfkfsk5&qii8tcl) z3uCxeGBS>)uL)S;7ejt4H+3Q*_-o}{7%GCqUP&ln#szl5p`jt^=-sJUnem19JPU3VoVb@@axth^c4y%k?3JrWZHnGFCA^{NvyeOa z`Dv78ezcC)ecbytrQq#GLS?(+oNH$~sG)e4g#fwoB4Z?~W6^1Bn8Z8U^EnOjs^wDb zwA9$RT4T(Wt^)|nJ?qo9VDep27!yC+qB$`+(Y=I`7h=j_b;V4B4+i_DjpRFc8`iU^ zs9j!Y!g{*CKC9=x$FuNW9T7ou>IIkd$og$1kWzyIGUzsVpeM@zATIV~PFm$YONYSp z1x9O35=cjzi0d?)$yU~V{dn_|nHxM;3XpZmHM_7%K@P91QjxB-8fEM2R@+d1+fp{m zM1S!6^2l_6kfdS7>kq`{sczw~7ma4t4C@-&7mV}_mDr1-Xk~Gz>OFMOfIX*kbrJ-# zzcJ&UTri5xf0Polvn-^omd!S+JcoQ3G)NL?OZ zaB6C&4|k`=EzELxz}U_7^|U>UP1)aFX&=Mwwz2Glp52~&<&xYBK|g7#baxiAF+d!jz08yrTJZOS(%@K;J~`7LtD zRQ1hN!^jA`YaH%E0aXq+guTVts9wv=3-LSlZm@IDb1z&bTFY@z+;IQDI00xUcgK1Z GF6|%9zKJma delta 1056 zcmV+*1mF9p3$+N4B!3BTNLh0L01FcU01FcV0GgZ_000B$Nkl0nlwlW5t38Ik&++aBao?9PK==-uZLTUlF^ z*2;>s;$F9{c3ZZ#w`Du-`O36!0*H?o+}Ti^GW@i!J_(5c+fF9H5L z$PE%)M_{I0AyZX7q>Ib8yDc7*$^LNNoR9YVp47l zn{L?QtY+7U2P|L$+u~U)a0CuGgF9+KEvN}sgz>D|2|y4yz!8fGW?Q&*O%`W=a~jm+ zIF727#R6AwWbN5{Nny+eg81ar-|%<<;U43( zu!WMLKYE)lG#6sa$SM+&y0R)&nlvLe`Z-@I(TQUWkx2(hw6i0$joI-ifj#2NOl aD)0w8LL0nLH3ZrK0000(UbiU~*@P(0w#_4j|U|UMj0CX;cr>mdKI;Vst0Ab}&!vFvP diff --git a/actors/waluigi/custom_waluigi_logo.rgba16.png b/actors/waluigi/custom_waluigi_logo.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..9214c95ca81d0afe271175faa6f58f04ed468e67 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+L6~vJ#O${~!PTBFjv*25Z>OK;V-VzVo%#QNx-chaV6Dcj z*4-OtynLJK?c}4$>b;ifOjAtW(&g-9E}@-uk!CRw`Mq{df?^R>p%Ak+BC2yFkZMjOM&6zRxjo4 z$`)5!4~oA&kjHVMU&@j1QquytOXZB;)6KU0JbmJ=<_@*#4A0D!-fmoc{i3Ww-zU literal 0 HcmV?d00001 diff --git a/actors/waluigi/custom_waluigi_logo_blend.rgba16.png b/actors/waluigi/custom_waluigi_logo_blend.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb2b6d5ca4b586d74b6cf1b44944c25ceea0aff GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+L6~vJ#O${~!Lyz&jv*25Z>KqO9aa!<-Rd1~*|p=7&92i6 zH=PQ6B)F&Tw$9~us^u*H%));CHhUy&~o516q` zv)nr{KwEfLv< zzj#-(aZP(y^j7M_J!jeWyKQ$&VzgOfuRG3lpUAk@^okn?<0}bQwjRR(>B9yNvMS<= zQwwF{#V?c>BrI>>?U_(`&T+1D^)z$lvkt}qHyZ@}lViV_s4ra~4fGg;r>mdKI;Vst E0Iywi9{>OV literal 0 HcmV?d00001 diff --git a/actors/waluigi/custom_waluigi_metal.rgba16.png b/actors/waluigi/custom_waluigi_metal.rgba16.png deleted file mode 100644 index b1d7f168d4ea4508fdcda85843b19891cac310fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3769 zcmV;q4o2~bP)dgna^t@=NZQzw-U^N1T!FkrmTWz!3$&Xf($X(hlTi% zg9|Ba4uSU2Lyr9?dgxzKNN>q4IrQM(Txh|D23F7oE3knv*f0VMW?)q`feG#B`;4_~ zCrh%MAARM~%)CFI_xbsKo>$&5v;T7a-&&xZg1~gIZ|xerrzG`N)J+~(P43C|k zfhHtjK9D3X?u#wf!b`vafxWrJtumr0vN%+K$W?Nof>mw&v7~b4yik%a{_$TMkoeIa zAYoo!Za`LPg>8*{TlmT4 z8-M*E1-P&X6{V3SLF}$8E?~{dLJYOma;a{4K`pP~Pl}OB#JD>s}B@!Jxu z6&0ZnU(7A?nWi1BMk%8CChd(BAi>i#wf+5lcC0Kfa+~J``vq3kbGN28cX1HrP7JeF z@=GvTwqpHDW&;~BP-!up5<_E}`*My3UpDcgCJ&IuB=V9VvJ$#;c?H+&v|lpmkKZ>@ zo87y2&-V6qEK7$LHyx|4mo{$twy_~$76@NiQ#WQ!qdyvVzQtz4chCsdIvy(9orpgC zgo#p9$33HSv#$1aJzr<0yPA`19}##>y=1tgif=xI2zcv)1x20Yw41Q?i-aB$4aWo}AjMtgO($jlI<0+NbSVKWm1(;=G#M{HAkl zYk%cShSRgt=B_3s2~-^~Zl1j_GK&d<0;_AxBS;I9(BiVT#4^jP0=BjDtJ`;aK!(tV zJ9{?S=vf~c;q}6H4j)^(cW7ZZgvrMKdG-(c{Ni&gfHh<%xW_0iz*@WVh1PcMV4zg?quo){3_bTqJ|ci*Xbhn4sN5D_1K!Is3a!XD62D zxw~}|C4@p@qa+0zW;{C-N*|09-?uS=jx`=s?*6i8>kF@9(rIAr7JSXN(-HhARknTU zD6u2~hcME~$*F}&OXd8urMU}Ft5s=d^ZB>1K?=Xqw8{P`wWCpnCxP<&pgrzh%y6|j zwog9#lM9^#dh*v%G_ntm{y>-<*$jn{2w-Gx$HyO&zG9wBVzKfxCQWSOvX}{lFcG1Z z-gLk1@^={03mOp6No4W2V)h6c8GxJ@rRDPi9uprs*x!YZb9jZO!UjW}Bm5C_W0ZD0 zo!!~%P6&wjA;LdO_HEed*!a;Ndk^jMS!~Oz+NM>GGyccIcu0SMn^pE`=g5BZ>kllt zH?$!f28@NzYkM%hkAF5cTd=0WiJ{FOe$2WCz?9GeO<}*nCs25_PA@+6yuPbDkpBa2 z8~xhGc-z6l9qUFN8}_?4K(K1LvUDr9F(I%dEdKT7!j>T8a!F{_3#$p)Y=Gy$4en3Lpb=Ov>bX*s z!lWxE*kI7J9)6l61KZsl(kI8O2)|4AsjN3d@loTLFo;JOrM7<5MF}0tXA28RBTF<` z&6l1P-bTJ_u%TKCY0O?IKrVI|ZQ1r)yEZ2Nt$t?B@)*k@;K3tnvisKS4c*o5-%D*! z^)1A*Jz{$}POLNh(z>16y4@|77PhD^u|{l%zx%!QiO*pG^H^C{znWjLwQ!)pYV7$i zMXs*Rmskpg3=llx>cCUBli33-oEIn-rVFmBXl#K)%$_Z{o>`|G+1C9SkLlSE5AO8) zmY~qfd5Qnh*8~7B9=Am4{hn?26MIUS%0pi$AjOJ%AYC$^AoPYcXt$}y7GU*eYn$aO ztk!iT24k(6U0G8+wP*`q`C9DnkRnqnro`RV7cd`MnjKjEyrD2zSh1L6sgdPZSGM3; zics8-!51NUT|dW4HJ$>Rqo^)SYh8mv6vtQ0xw_(c0e$)eUI}k2(fOSTeDRaokTND)3Av{Awxak$8dXrIYMOj!0BNQ>^ zU?mpWS3A%0nMgVfR{)QWvH{4N*BAE5>A6o3lJ1hyEIRQ*M@*-22+vNYO;aAl>0J|Qbms%&DZRlqrc*cb1jBY9+@JYU@iCxwyc!;#-P2BO>2E>Nz( zQ2e?gc!>C@Pbi=5W@Mn$t3&1LINE2QnZ<;0U8c~UQzO9UUp}>*`E!&2WiOmW@`VD# zOo)Z&FrQZ!zL~UqI-4?WY5}>nCf#5USEkgL6Gtx01$u>{2^+qDxQ%6CQ1WnTTw^Jp zTy&7UqPEaoUNvRkI-=IVXcbmFIh|VgM5&H<6xJF_^}ZCtJU#~*Y5M3f-l6?hc)$Uf zRbF)AbCNLgdmzY9-Z9Ikb~rf%IA?ZTOCI)?C1{QTs^P}G47x+RXi6)HjYa`O>d{!@ zuHX29L$PUqodU{78EXPC0f1Q$v-$PEZTzb-z_)8Ppjmvqv@e@E$a`&Hc?xW6{SoAQ z0=hwD4~AoFdME;5p7XVYmKfA=$+I74hh)H9giHar58nH&Wk>H@uivpgF&~aI3%Y<{ z)CYS2!2nRE`s;K_iFp6A`id-)+S6w)=Tu>{sxdz?8Kzhidw%Y&b67v2bmW|@?Ni$Si5d3JOp&WyYOy2SagJA z^$o^po-05Pg;)fob?A9QNvqQxJ8-dp{HmZqTnCq!n8%OZt?O06VWe;+2-E~-E~fwu zR~HFUkvH;tk2~=S5EZNjD~>BELWy}M&7qSQT7b)IUyma~2-aeZ0Y#fk-m%Tm#A1{Y zvCfg7cu~lNy0ee&ZP^IlfUnNlr_*Db6|GzfOBr457yiwcVqcYBMDETcpcvF3z$k$X zx5CGGMiKt5K1fk`>l_eqU~ucO^Gra&oCHvel_^3}6HFteNhnmSF8xIdFo&S$e=3<-n43!hR^4{Yxa)FA_J@*e7&l(B-`=_??0Q$H$*p z;o0g&bSjh#ffYvzo!bUBso{exxb<0?33-gU2=4XU?q=VKVSI!idgHz zY|x=jfcaiTPG)`ioOmM$iE4Z9c{rq+qs}14LzTXe-|kRWql_i7e7~213w_osjqtV( zmEkyk%j|1Tc-f8}zV{(%V#_M9gDGH6D~zz?YgC{UrAp=oBZOUwrNzR&0Qk<%{$@`( z1610O(Y6G4`E{VY`hILP8_LGnBiPcNOe} z8)KnuLML$-CcG}d1Kd80K<5yXm&(=Pi~DKI2w-4Ywo9yLw!#yYR%`Zxip?=d#F+9K zySU}unj?CKFFbEkXJSK7NW20serWyz~*%^PHAVPxlb*r6I?lkW&nMZ zD)yAdl8nMdBC;0%OBv8Uvfj7nRr=@K*J_Ud!7~6(p+l%+D7YjBbuyLP&q(92k0MFG z@)&vbt@Z*0Z}s`4IrD1H`UMI|Ng?p+6`bZpSjj6o6)D7b;+2LBk0`{T08iUwgo8po z7%`_pKv{u&?pB~s5hlnUD;CsVZE6$JA0Q*)#OzAk3o_@e0b~Iw!@UQIWhlt#kAd1| zrwIPpClpv5iK`1bF$O%$wUe0oMth|P+@3Q+2w7ViR;3t|XIE5f^{OR!^!TwI9v#7u z7(;kjNDAOCMG!skrA`EeK?z(SpoHTOCZ#l<^$~-7@#+%QCF_W(fbjAmzGZO{P7qwF znMlP@Q_>;`Kc8{}oDyNsB-Lq+=sDi%`4#PZ6`(b)T{cYd24#srzYmJKV1duk;}1Fb zOq@LW@&Q$76$$~SJ$UBYd0#qxgt(D-GR~IpW$gWVY>gZDau*nrFy%iUZ z7qi(ZS*)!&QViuv&at^`lttgsUP}S%^#T$025jUJNP1&s#c@V@N>hpwF3-`PrdSC# z5=`MNnQDafdV&}A7js8|)(eO;`G|CcFSRS!PllByo!jBQ2Bc@#;0tw;s2mvtXijqcIL>W~rLBR@#0x+J}xnl^V zTP095IjSSFw$!dar2S|Gd~;Lr?&k;%NI7uU;({tX39d>KSEf_7{fPP^Kq=$_C)Eao zzEKKZy#l}W!>9i3rP#*QPFITgDcVo2fNwG-g{WlpUw?H+H06I;QeouH`&%ovf@zKx ja@U-nNZ59>yWjrTL7fom3i+DAjO&Q<_6RS1-G=eodXFLctnB(9YL7!IP*qL zpt&BNE{-7?tZ%0)7HAm?w0%yS$8deuBZqB#GCPzGHm+WCBuq@iHECj~tjelpZN7lq zPV1sI8*86&v>N z=aT<%NPXYIh6c`@1eVp$6~(4S=u}ExH#axuT4p@6$I8x*uQy?5%&P6%&AnEw{LKH^HO+ymQWsA$mFQ;h3O#l4QuyMF z8FLGtMR0$JTc0k+#2gSX-!!GGl*5JLPMou}17 z&m^zS?&I8b3TlsOCvoognZ^;<5?*-<=i)x@*LXUyuFpE%8#(5^qvx$9eA z!?RC{;{3(GJAN3?_51qu>(-U?Y8w)mqYGJbVkR7T_4Cf{a)IsN&V?19o)rB+&4EFJ zuYK0*%z&Q)_ir323t>8N%vWGdyIO<9wa^CTh7TY9e)#Y~`FeulB(sCddmmfh?0@54 zC{dApF1b$N;%u4bUbp0MX~yE;^=7ku&l;Xscb;GIo&3B%!9Ks;pX$Jp_j!X4tU?aW Yo-4Y#=L0hr<@uMv)78&qol`;+00NA^XaE2J delta 2206 zcmV;P2x0fH2&xf~B!3BTNLh0L01FcU01FcV0GgZ_000PFNkluhcaKf>T6UQ{~C!L5ar9lUY_kRB>N>RW;Yy!80Qc=BzjD+U%ICd_;cE}LRx z8sqiG=a`a3l}9r4Z@D5i;IL@sZ*!g@ZrPl$B!TO`t@sj z{`|RJzkc0r-@a|*$B(zJt}c7>=~4{rdIG zW6|8adGl<-gb6lo+&GW-;ll@y`S|f;&)wbKZ8K)f@Q~EHXwf2gZ!Y!-AM5b7TM$VcoWcWRM_Smvz%Ve%7#Zm-~=0Tz8d03W1hYoFlup(%Px6A_{n+H62 z@L(G-U_cdT#E20sF%XDP4aCcRP&2j1rhoB4R*%pgA3_S$1QqP@I9QfnzI?Io-@p5k zhvxD5^Jn8Nvn9a3fB!y1ykKlRb%Q1T_3KxULoE0_IE%1R197M=4kotj$6vMj5(NkE zTOcZBfHDazKlVB^O(OW0FJIcTXV2UQj^arE`}gmvu{Uqt_<4XIg|d{12S!D+e}5V1 zSOL7r&dyGc!KC3sV{9pWSQY-(N=(0g{p{7NSN?}%@^r0!64JGXmti) z)Q}VM$&)8-)~s1x7=?cN^vNfH18wZsvA%cXGUx3xNzglY?ifp#Wv(qlY+^7$H*enb zlpJz2N%0g%(@Zw!1QS7iZ8s<}Xn&d}U%YtX^>FBsmu-QaT2Guf(W7zos7de%z(EQq z4+H(VbLXtlX!z;NlBRI3z$;g-xScJ+L@?{D0-EC%pm4<`mf|v5#HDz>?K5Z2_u2rSwZ0N4j5kj)hYuh21YmaT*kS9|t@G=WH%(#+KYH{iX4|xBliQdOwioeFojPR) z4jgbh^=#d`)f(lCpbna63xeS~#?IhMX4Mg&Izk`Sj0)=x0u5FZA5siH zWa2HrvgRA&!i5Xo5dM4z@V&vcO3m-yz4M9Y1MKqU%eH&>ZvQCbJUV~=ylvaItz`mY zUAT&0Qj1v#b zFAkEEgykHY7lviZir~u(Ox+#MS;0Ne1D^*zoGrwF=Wxq|+E{390yX2%l_3i0ms96fDW4mKKN>DM4K?8b+v>q zPtTv5S8vr8AXo;KMR0f&`Y6%c=DMLE^xO)%nplopU;H277U0d&2!|sw%_8H^O#zNU z^Bh{b!e|;SIC8L^I2VY|q!N!f_z)Kv9QQthn*^DD=%Gm^SATsHqxud|^C-o8wDPC? z1LNQ8`WEM&R)aLG!c`Q7Gcgp+e%5uzq~Uk(-aS9_e#nWstq@v%oKiY9q$G{`?c zPH-hVefqTL!GD*5oT>j$06=n3F-={;bwnY|JXa5mQi$;7)l@aAIHJUYj{`s1Bh8p7!00=t#;+<0CoxM_uFTL7fom3i+DAjO&Q<_6RS1-G=eodXFLctnB(9YL7!IP*qL z1_q{io-U3d8LV%oF3is|6gl>LlKO$%K2H^k0uQxzXQhb>6IomXSlIut0;$t77EMed z4-PP9Env7_UVoSGrk;+rWM!JI=fiEbw)e~T&D-W>SURhULd-X=${_Cr+dhxR{$Lfe}m3=zDx{+1wM!|sxEan!6 zt~&3OmCrw3x;O6n;)^e)>~Z}1m!s2f`Qn>1=P&;y));Z*kH$X!TO|kEm17>}H0KAa zE&Ecub557rVl5fI+eb|8Hs3rWBWfihdFx?;MeXI|8u6J26Fz*=Eq-w8R?*Io2WGQ< zS1U9CVvB#57%|Jj@0f3LsZI`eb?<@x8IYYBBqJpA+d_S-NHt#{LY|E}KO?b#v` z&so4Z`#0yhf^CM{j5jpPUQFseo*XP1B>7_#cZ|#3yzee<*YeGzgBgEZFt~Q`M|NZd({(dd7?wPa0;ut+bv_zdJ#U{;} zJ;Ny7{qoB#D;We^!w(BTdvjx=0`F%b)9t%dPX9}zrOUnFzVZ!ULIane%LD8A=T}$QKKX8T;4V&|LrgM4NVjX|CJ))vrz$8m~u3+$V^>bP0l+XkK3j1Lg delta 2217 zcmV;a2v+xn2elE9B!3BTNLh0L01FcU01FcV0GgZ_000PQNklDGk7%^hbImdbPJNy0T zow+;v?Y?*6?n(cX?%eOrowZu6X3VOQ+EQF9D@LkM3e7 zDx;6O$VXe$N8aPMQMk5o;5wwzU-3i%HR7>pDsC!EA7e!fe3h*cCdMrI)FH|-LE%tm zA};d6Ne4|wm47YOrG8OPdCAbolUH)71}Q~l?2MdZ(j>A&<5Ujeg_AzYkr!Sx+N$^} z9llM`fP#@_nbRtp8^Rx9@DVR6o#fzFVr2)f+yJD9ijVqIkbsvSpBPWRrMhBZ0b;_G zkHKYAjFiTBjrcUCWKrdj4DBda#72CocR5YaD0qsE0e@u^O%p3_m0mW{7&qnrF9yFh zzEKf*CGALuT{AW&zbczzN4#_qA9cc3*<}+xrK%;>7jgtdz5x73CM`0?Y>y{Jl`Y1K ze8kHyQt>KXGE}_B5TJ?z42MXzefxG>vu2I``0>MT-MVF`PMxyRqenaD{Q2|t@ZrOn z4wy(iQGYp>r&D|t6mofysf-i4apT5iixw?%%;U$8ZRN_9HhJ=7>)yS)oj7sA4jw${ zDLqN@C)P#Ye73%i(_{kTpYz$(t5CBa(~5+A3t8?RBg%yUAuN|Hfz=_8!=*p z{rU69W6|8SY13@z(4jVX@L-QeZel)p^2Es9($ZpM$By-o)H-wKOn7fD_6Q&IHLD02 zBtz@K?9!!6Mf2!;^yuM9`}OPR%?}$k47HE`{rlUXL4&MMpFTEq>QoyzaG(tzKHO;? zl7IdF{o9^BduA*ogTiUJYuB!Ih}rx1?;Z2*-8;_(hS(atdi8Ra8ky9jF=NIIqvm<@ z=H;fWxN*fE@nJNHk+W6{8Gg^6JvMjlT$u~nrArs<*|Vqh?%li4iD6;Tvk2X~b!&rR zM~oRW#+#;bnv2a7huHWMgGtPEkOLg?(tkdvnc8F1_#>-FXq$_W0@XnozwtQOmfya8 zv+v)(7c<)7zkdB{KY#vo`{JuVa{%mYH3W0z5@}>X2+3F1RfB*h1CQX6K4@LjoQhz90 zx~ZwjF%*i=-Me?)pFivXo}@5r{nxKw+pAZve1~wpuoJLra@KGTfJLX>LL3%`+V!;6 zBQm^baRwBXGI{v{WniC1`G7&%^SOR?V3G*{@itJ zM-DKyEU`JjXr4C-gF|k@gb7|S#ecDbXpY}8c+LB}KWt~FQi1g#XzPWE>OG$IO(yiTD3}0r;8UaE`Q`06J?Z}5j0{F z^!a4TGCnfm;GI2Z&Kw&#a-_|kJ=;xFrcCiyBA1@qw{P3AW5e`PUW~5Uyc zHpiuCz<>e%Da!W&i^6poo(m2iO2nd2ZfF|BK+hzWK5nq%&wu+LUvR`iM?PY3$>C0- zMzL{g zj~D#8_VPq1md0sP7v6rm@q0-+Sm6;(Dh zfRA2L-=Ze&^iLX@COp<%v@;-w}K#umGAY41Z6L$>8ZT@uz7`n&g{7cJi}} zSQKph!-bz91KZJ~M_V7cYuf%%Pof}lzWkAZtf7WeU3)$|ckawxO6P|c%r00000NkvXXu0mjfaEM*D diff --git a/actors/waluigi/custom_waluigi_overalls_button.rgba16.png b/actors/waluigi/custom_waluigi_overalls_button.rgba16.png deleted file mode 100644 index 013516f29e079688214ab2de0ac599378e19d1c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1234 zcmV;@1TFiCP)pJgh@m}R9Fecl|649RTPHrj(7aAiDSn}0TNQ+7a)EFB}xrZIw)x9 zC@4{+G|*A-3y`Rgf~fcd^c4I75V9a~ob1~BF}pK7&&=MPnO%FmHbstfbno7e^SXL|KB%~rE{5Aenautb7 z2~^-;&%p(;#0HNRNhqS^;uuM(${GH}S`rr$sKCDj?KT0l44>i#jlCuTOCj*~-1i!D z_dIise|{;6l^#g*U2c5_xY;VB;N$t|TmpI|u)|!pKO|te9Cej({kxo`E+o++P=Y5P zfo!G`+iiCyT;tJbNAUyd*3Kr3_}R$4|KX z=dChSB^biEGY14MG`LoKBbAA$EL3DY%r6w4TlO-`e8)YX8`B_u=acFlU!F>6^^)c0)yz5v-5))AYt#*)_fa`mJl`56OR3ummQ-WEN9e%7MqFSCE<9-nJ z35x?JDQgAam?@BNvp%=h-*Ni$-A>4P4u6rpV0Qt%kKZGcJB+tjvoTdgg*27c1fAhF zus$G(K8MD92Zp?YBZ%zvlk9`nT&`_Zfr9-z1bD$^v+)z{>o^4IfIXYiS0f3w%9kau zJvZWv7fg#_G4pFzUU<4Xwq3A%v|s4IUY;O`h(63z=2J@deYkYtZ9 z26yvP0&b?yjw&Ur=P@K~tTLv%OQu4R+|j&w1^@VRa3icG;DPifNJwD2$jjz>4vE-g zB_f&nH0=)?)mLNTId&De2d^aHAuat8A_7a`9lop9TP%KtuDUZj;Rgh=N9(ipaI}pH w#0!q;5BGd2EduN6+`PLyzY&4uApht0f5bQJk>uKQj{pDw07*qoM6N<$g4OaiW&i*H diff --git a/actors/waluigi/custom_waluigi_sideburn.rgba16.png b/actors/waluigi/custom_waluigi_sideburn.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..6e03c80d2e3fed43233ad05c3965cf2047fd2d03 GIT binary patch literal 596 zcmV-a0;~OrP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGizW@LZzX3P}QzQTY0qIFZK~z{r<(J`+ zf-n$9@k&rjP)pDjv<0m}dvWZ*9vm$}Z9z*=DS_j~EQVYb;S6&>?#*P90GDs~OW@Yd zdc98mk}umwV?Li}wCQx3^?JRcF}IJDh#J6ZwaWVaenRuv@At|5e$Qx^%f<9ukM4l* zcs%UrMYr26db!_90JqyM7(j^D9H>jQ0N8&!terhXcR=h<)6`yhUh`@73}_Cx*9U`v z>7xfw$9|rXHzG;^vi~9bH99%;tve9ff0w8MRN3#|bH^VC(A0jOk^P5g4zRGB8EEz| z77IK2Fo3$*yMZx2pU>t1LKFw;X3sP7{tLejpelP;+zpKJWHPa{Cnf-`SkUmrU6Cqr z4&U{9E$jyq0L21Tj4Z6deP29Zu*hB$2jGy_wBs$!IjPw{#Ffm__S~ zlYL&Am9hupz;HP1upmwxkH^wtE?nn+eu^83(?a4dEVY1dN_fZ27cs)0pjX8X7FoK9T6&BtG;KB!stvQ`eW{xPY?mL^SXcRyj iMEPg*3I9ESB>4u(<$i5cx1G!Y0000!lvI6;>1s;*b3=Dh+K$tP>S|=w^gS4lMV@QPi+i4ehTNDIbK5}hf*4`k@y@|zo zlL+@kHk<+IK0?;#nx7vx53C(Kg&Jt`)J(Rk(& z^Bg9fztt1oGFX3S4-G%?t0z}ow`1;`U3$A16bhcryT6?|h-W|NowS10oQ%6S-sjHw z-j#1(5FoxQO!S#`#LxfD^ITmfu{2n_urxQ{Uh=yalz_>(AzKdtMt*X&)#9&)eyQ<>tN+1c6oes^|u&Iza|#u$B#@^Fn244VjYiE#(r*k7<a5wMF8V5y0h5fDI0f4yGU1^f>-e<^k^kZUNr7jU~*yd(p%dpUQz zNS`7gjff1=gb>-C>>itB039h7i(kt5`4j<(LMui{zgN8A5Uf-xrUO4sfNuffI(zJr zesm<6Onxbs=dTHne!!2%qe=f&+E>$(ptmrFGm40NE? zYITamVmFQ$1el7a@JPR_>hZOA&;94@@BR zae>ObfRlRue8ld3J0}{A#)+b#YK4e*q2E}5SxeEm&fQ+?B!EM^-9GhtJ^fQDz1xor zpa{okv9#CV&wiK)JLIEc$jAG k{C>PM@Xo+H13nq}1W=`9J63{@Jpcdz07*qoM6N<$f>H@T`v3p{ diff --git a/actors/waluigi/custom_waluigi_skin.rgba16.png b/actors/waluigi/custom_waluigi_skin.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..e8dfea895fdca5ab70e48520d7b317717939c012 GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DkxL735kHCP2GxZTsmF(ktM?evR$4GJ8tTmS!mE~M@!Y&xZ6 z+VhiPkK-I>zqq_WO)1Yo`i@cKB_Y!Qq2&y353gOmk+(zg!8iGvxx7&`7ysOC2ohH?Pmoo!R$Kz~0)wZkpUXO@geCw8Wo~x> literal 0 HcmV?d00001 diff --git a/actors/waluigi/geo.inc.c b/actors/waluigi/geo.inc.c index 334c8894..985495b4 100644 --- a/actors/waluigi/geo.inc.c +++ b/actors/waluigi/geo.inc.c @@ -1,1494 +1,723 @@ -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Head_Dead_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Switch_Option_Head_Dead_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Head_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_Switch_Option_Head_Dead_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Left_Hand_Open_Armature[] = { - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Right_Hand_Open_Armature[] = { - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5), - GEO_HELD_OBJECT(0, 0, 0, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Right_Hand_Peace_Armature[] = { - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Right_Hand_Cap_Armature[] = { - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_Right_Hand_Wing_Cap_Armature[] = { - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Dead_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Left_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5), - GEO_HELD_OBJECT(0, 0, 0, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Peace_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Wing_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Butt_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_move_mario_part_from_parent), - GEO_ASM(0, geo_mario_tilt_torso), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 68, 0, 0, waluigi_Torso_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 87, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_head_rotation), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt6), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Dead_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, 126, -15, 33, -133), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Wing_DL_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, -126, 15, -33, -133), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Wing_DL_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 82, -20, 79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Left_Arm_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 109, 0, 0, waluigi_Left_Forearm_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(1, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Left_Hand_Open_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 83, -20, -79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Right_Arm_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 109, 0, 0, waluigi_Right_Forearm_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_HELD_OBJECT(0, 0, 10, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Open_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Peace_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Cap_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Wing_Cap_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, 42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Left_Thigh_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 163, 0, 0, waluigi_Left_Leg_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 132, 0, 0, waluigi_Left_Foot_mesh_layer_1), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, -42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Right_Thigh_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 163, 0, 0, waluigi_Right_Leg_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 132, 0, 0, 0, 0, 1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(2, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Foot_DL_mesh_layer_1), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Dead_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Left_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_mat_override_metal_0), - GEO_HELD_OBJECT(0, 0, 0, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Peace_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Wing_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Butt_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_move_mario_part_from_parent), - GEO_ASM(0, geo_mario_tilt_torso), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 68, 0, 0, waluigi_Torso_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 87, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_head_rotation), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Dead_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, 126, -15, 33, -133), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Left_Wing_DL_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, -126, 15, -33, -133), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Right_Wing_DL_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 82, -20, 79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Left_Arm_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 109, 0, 0, waluigi_Left_Forearm_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(1, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Left_Hand_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Left_Hand_Open_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 83, -20, -79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Right_Arm_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 109, 0, 0, waluigi_Right_Forearm_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Right_Hand_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_HELD_OBJECT(0, 0, 10, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Open_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Peace_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Cap_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Wing_Cap_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, 42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Left_Thigh_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 163, 0, 0, waluigi_Left_Leg_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 132, 0, 0, waluigi_Left_Foot_mesh_layer_1_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, -42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Right_Thigh_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 163, 0, 0, waluigi_Right_Leg_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 132, 0, 0, 0, 0, 1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(2, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Right_Foot_DL_mesh_layer_1_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Dead_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Left_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Open_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_mat_override_metal_0), - GEO_HELD_OBJECT(0, 0, 0, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Peace_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Wing_Cap_Armature[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 0, 10, 0, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 60, 0, 0, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Butt_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_move_mario_part_from_parent), - GEO_ASM(0, geo_mario_tilt_torso), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 68, 0, 0, waluigi_Torso_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 87, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_head_rotation), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Dead_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, 126, -15, 33, -133), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Wing_DL_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, -126, 15, -33, -133), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Wing_DL_mesh_layer_4_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 82, -20, 79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Left_Arm_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 109, 0, 0, waluigi_Left_Forearm_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(1, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Left_Hand_Open_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 83, -20, -79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Right_Arm_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 109, 0, 0, waluigi_Right_Forearm_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_1_mat_override_metal_0), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_5_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_HELD_OBJECT(0, 0, 10, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Open_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Peace_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Cap_Armature), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Wing_Cap_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, 42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Left_Thigh_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 163, 0, 0, waluigi_Left_Leg_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 132, 0, 0, waluigi_Left_Foot_mesh_layer_1_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, -42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_Right_Thigh_Color_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_TRANSPARENT, 163, 0, 0, waluigi_Right_Leg_mesh_layer_1_mat_override_metal_0), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 132, 0, 0, 0, 0, 1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(2, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Foot_DL_mesh_layer_1_mat_override_metal_0), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt1[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_half_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_half_1), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt2[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_closed_2), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_closed_2), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt3[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_left_3), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_left_3), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt4[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_right_4), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_right_4), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt5[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_up_5), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_up_5), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; -const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt6[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1_mat_override_eyes_down_6), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5_mat_override_eyes_down_6), - GEO_CLOSE_NODE(), - GEO_RETURN(), -}; +#include "geo_header.h" +// Normal Mario Geo + +// 0x170002E0 +const GeoLayout waluigi_geo_face_and_wings[] = { + GEO_ASM(0, geo_mario_head_rotation), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), + GEO_OPEN_NODE(), + GEO_NODE_START(), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_r_logo_decal), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_hair_sideburn_decal_cap_on), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_eyes), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_front), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_half_closed), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_closed), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_right), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_left), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_up), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_down), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_on_eyes_dead), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_NODE_START(), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_hair_sideburn_decal_cap_off), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_eyes), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_front), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_half_closed), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_closed), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_right), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_left), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_up), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_down), // unused + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_cap_off_eyes_dead), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, -106, 22, -40, -135), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_cap_wings), // left + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, 106, -22, 40, -135), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_cap_wings), // right + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x1700041C +const GeoLayout waluigi_geo_left_hand[] = { + GEO_SWITCH_CASE(1, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_left_hand_closed), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_open), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17000494 +const GeoLayout waluigi_geo_right_hand[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_right_hand_closed), + GEO_CLOSE_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_right_hand_open), + GEO_OPEN_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_right_hand_peace), // here we go hand + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_right_hand_cap_decal), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_right_hand_cap_decal), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_right_hand_cap_wings), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// The body loads all the parts with some shared dls to apply the solid color of the dl that has it, the same rule applies to the medium and low poly geos + +// 0x1700053C +const GeoLayout waluigi_geo_body[] = { + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), + GEO_SCALE(0x00, 32768), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_butt), // starts sharing solid color with mario_torso (blue) + GEO_OPEN_NODE(), + GEO_ASM(0, geo_move_mario_part_from_parent), + GEO_ASM(0, geo_mario_tilt_torso), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 88, 0, 0, waluigi_torso), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 120, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_geo_face_and_wings), // stops sharing because faces has its own dl + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 111, -10, 59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_left_arm), // starts sharing solid color with mario_left_forearm (red) + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 140, 0, 0, waluigi_left_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_geo_left_hand), // stops sharing because hand has its solid color (white) + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 112, -10, -59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_right_arm), // starts sharing solid color of his dl with mario_right_forearm (red) + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 140, 0, 0, waluigi_right_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_geo_right_hand), // stops sharing because hand has its solid color (white) + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 13, -8, 36, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_left_thigh), // starts sharing solid color of his dl with mario_left_leg (blue) + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_left_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_left_foot), // stops sharing because foot has its solid color (brown) + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 13, -8, -36, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_right_thigh), // starts sharing solid color of his dl with mario_left_leg (blue) + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_right_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(2, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_right_foot), // stops sharing because foot has its solid color (brown) + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// Vanish Mario Geo + +// 0x17000DEC +const GeoLayout waluigi_vanish_geo_face_and_wings[] = { + GEO_ASM(0, geo_mario_head_rotation), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), + GEO_OPEN_NODE(), + GEO_NODE_START(), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_r_logo_decal), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_hair_sideburn_decal_cap_on), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_eyes), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_front), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_half_closed), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_closed), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_right), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_left), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_up), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_down), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_on_eyes_dead), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_NODE_START(), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_hair_sideburn_decal_cap_off), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_eyes), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_front), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_half_closed), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_closed), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_right), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_left), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_up), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_down), // unused + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_off_eyes_dead), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, -106, 22, -40, -135), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, 106, -22, 40, -135), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_cap_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17000F28 +const GeoLayout waluigi_vanish_geo_left_hand[] = { + GEO_SWITCH_CASE(1, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_left_hand_closed), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_open), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17000FA0 +const GeoLayout waluigi_vanish_geo_right_hand[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_right_hand_closed), + GEO_CLOSE_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_right_hand_open), + GEO_OPEN_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_right_hand_peace), // here we go hand + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_right_hand_cap_decal), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_right_hand_cap_decal), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_right_hand_cap_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// Same rule body as Normal Mario + +// 0x17001048 +const GeoLayout waluigi_vanish_geo_body[] = { + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_butt), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_move_mario_part_from_parent), + GEO_ASM(0, geo_mario_tilt_torso), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 88, 0, 0, waluigi_torso), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 120, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_vanish_geo_face_and_wings), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 111, -10, 59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_left_arm), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 140, 0, 0, waluigi_left_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_vanish_geo_left_hand), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 112, -10, -59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_right_arm), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 140, 0, 0, waluigi_right_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_vanish_geo_right_hand), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 13, -8, 36, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_left_thigh), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_left_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_left_foot), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 13, -8, -42, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_right_thigh), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_right_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(2, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_right_foot), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// Metal Mario Geo + +// 0x170018F8 +const GeoLayout waluigi_metal_geo_face_and_wings[] = { + GEO_ASM(0, geo_mario_head_rotation), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_metal_cap_on_shared_dl), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_metal_cap_off_shared_dl), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, -106, 22, -40, -135), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_metal_cap_wings), // left + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, 106, -22, 40, -135), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_metal_cap_wings), // right + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x170019A4 +const GeoLayout waluigi_metal_geo_left_hand[] = { + GEO_SWITCH_CASE(1, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_left_hand_closed_shared_dl), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_open_shared_dl), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17001A1C +const GeoLayout waluigi_metal_geo_right_hand[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_metal_right_hand_closed), + GEO_CLOSE_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_metal_right_hand_open), + GEO_OPEN_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_right_hand_peace_shared_dl), // here we go hand + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_metal_right_hand_cap_shared_dl), + GEO_ANIMATED_PART(LAYER_OPAQUE, 114, 0, 0, waluigi_metal_right_hand_cap_shared_dl), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_metal_right_hand_cap_shared_dl_wings), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// A difference from Normal Mario is that the dls after the butt and left thigh shares the metal texture of it, same rule applies to the medium and low poly geos + +// 0x17001AC4 +const GeoLayout waluigi_metal_geo_body[] = { + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_metal_butt), // starts sharing metal texture with the dls below + GEO_OPEN_NODE(), + GEO_ASM(0, geo_move_mario_part_from_parent), + GEO_ASM(0, geo_mario_tilt_torso), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 88, 0, 0, waluigi_metal_torso_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 120, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_geo_face_and_wings), // unlike normal mario geo, these dls still share the metal texture + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 111, -10, 59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_left_arm_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 140, 0, 0, waluigi_left_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_geo_left_hand), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 112, -10, -59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_right_arm_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 140, 0, 0, waluigi_right_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_geo_right_hand), // stop sharing because the wing metal cap of it + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 13, -8, 36, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_metal_left_thigh), // starts sharing metal texture with the dls below + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_left_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_left_foot_shared_dl), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 13, -8, -42, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_right_thigh_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, waluigi_right_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_OPAQUE, 175, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(2, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_metal_right_foot), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// Metal Vanish Mario Geo + +// 0x170022E4 +const GeoLayout waluigi_metal_vanish_geo_face_and_wings[] = { + GEO_ASM(0, geo_mario_head_rotation), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_cap_on_shared_dl), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_cap_off_shared_dl), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, -106, 22, -40, -135), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_cap_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_TRANSLATE_ROTATE(0, 123, -44, 106, -22, 40, -135), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_rotate_wing_cap_wings), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_cap_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17002390 +const GeoLayout waluigi_metal_vanish_geo_left_hand[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(1, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_left_hand_closed_shared_dl), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_open_shared_dl), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_left_hand_closed_shared_dl), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17002408 +const GeoLayout waluigi_metal_vanish_geo_right_hand[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_hand), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_right_hand_closed), + GEO_CLOSE_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_metal_right_hand_open), + GEO_OPEN_NODE(), + GEO_HELD_OBJECT(0x00, 0, 0, 0, geo_switch_mario_hand_grab_pos), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_right_hand_peace_shared_dl), // here we go hand + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_metal_right_hand_cap_shared_dl), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 114, 0, 0, waluigi_metal_right_hand_cap_shared_dl), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_right_hand_cap_shared_dl_wings_transparent), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// Same rules as Metal Mario + +// 0x170024B0 +const GeoLayout waluigi_metal_vanish_geo_body[] = { + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_metal_butt), + GEO_OPEN_NODE(), + GEO_ASM(0, geo_move_mario_part_from_parent), + GEO_ASM(0, geo_mario_tilt_torso), + GEO_ROTATION_NODE(0x00, 0, 0, 0), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 88, 0, 0, waluigi_metal_torso_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 120, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_vanish_geo_face_and_wings), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 111, -10, 59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_left_arm_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 140, 0, 0, waluigi_left_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_vanish_geo_left_hand), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 112, -10, -59, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_right_arm_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 140, 0, 0, waluigi_right_forearm_shared_dl), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_metal_vanish_geo_right_hand), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 13, -8, 36, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_metal_left_thigh), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_left_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_left_foot_shared_dl), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 13, -8, -42, NULL), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, waluigi_right_thigh_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, waluigi_right_leg_shared_dl), + GEO_OPEN_NODE(), + GEO_ANIMATED_PART(LAYER_TRANSPARENT, 175, 0, 0, NULL), + GEO_OPEN_NODE(), + GEO_ASM(2, geo_mario_hand_foot_scaler), + GEO_SCALE(0x00, 65536), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_metal_right_foot), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// 0x17002CE0 +const GeoLayout waluigi_geo_load_body[] = { + GEO_SWITCH_CASE(0, geo_switch_mario_cap_effect), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_geo_body), + GEO_BRANCH(1, waluigi_vanish_geo_body), + GEO_BRANCH(1, waluigi_metal_geo_body), + GEO_BRANCH(1, waluigi_metal_vanish_geo_body), + GEO_CLOSE_NODE(), + GEO_RETURN(), +}; + +// This last geo is used to load all of Mario Geo in the Level Scripts + +// 0x17002DD4 const GeoLayout waluigi_geo[] = { - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SHADOW(1, 180, 100), - GEO_OPEN_NODE(), - GEO_SCALE(LAYER_FORCE, 16384), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_set_player_colors), - GEO_ASM(LAYER_TRANSPARENT + 3, geo_mario_set_player_colors), - GEO_ASM(0, geo_mirror_mario_backface_culling), - GEO_ASM(0, geo_mirror_mario_set_alpha), - GEO_SWITCH_CASE(0, geo_switch_mario_stand_run), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_cap_effect), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Butt_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_move_mario_part_from_parent), - GEO_ASM(0, geo_mario_tilt_torso), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 68, 0, 0, waluigi_Torso_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 87, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_head_rotation), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_cap_on_off), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_eyes), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Head_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Head_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt3), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt4), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt5), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt6), - GEO_BRANCH(1, waluigi_Head_Dead_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_Head_Capless_Armature), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, 126, -15, 33, -133), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Left_Wing_DL_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_FORCE, 142, -51, -126, 15, -33, -133), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_rotate_wing_cap_wings), - GEO_ROTATION_NODE(LAYER_FORCE, 0, 0, 0), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_Right_Wing_DL_mesh_layer_4), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 82, -20, 79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Left_Arm_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 109, 0, 0, waluigi_Left_Forearm_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(1, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(1, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Left_Hand_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Left_Hand_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_Left_Hand_Open_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 83, -20, -79, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Right_Arm_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 109, 0, 0, waluigi_Right_Forearm_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_SWITCH_CASE(0, geo_switch_mario_hand), - GEO_OPEN_NODE(), - GEO_NODE_START(), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 103, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(0, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Right_Hand_DL_mesh_layer_1), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_Right_Hand_DL_mesh_layer_5), - GEO_CLOSE_NODE(), - GEO_HELD_OBJECT(0, 0, 10, 0, geo_switch_mario_hand_grab_pos), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_Right_Hand_Open_Armature), - GEO_BRANCH(1, waluigi_Right_Hand_Peace_Armature), - GEO_BRANCH(1, waluigi_Right_Hand_Cap_Armature), - GEO_BRANCH(1, waluigi_Right_Hand_Wing_Cap_Armature), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, 42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Left_Thigh_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 163, 0, 0, waluigi_Left_Leg_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 132, 0, 0, waluigi_Left_Foot_mesh_layer_1), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 26, -8, -42, NULL), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, waluigi_Right_Thigh_Color_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 163, 0, 0, waluigi_Right_Leg_mesh_layer_1), - GEO_OPEN_NODE(), - GEO_TRANSLATE_ROTATE(LAYER_OPAQUE, 132, 0, 0, 0, 0, 1), - GEO_OPEN_NODE(), - GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL), - GEO_OPEN_NODE(), - GEO_ASM(2, geo_mario_hand_foot_scaler), - GEO_SCALE(LAYER_FORCE, 65536), - GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_Right_Foot_DL_mesh_layer_1), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2), - GEO_BRANCH(1, waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_ASM(1, geo_mirror_mario_backface_culling), - GEO_CLOSE_NODE(), - GEO_CLOSE_NODE(), - GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_material_revert_render_settings), - GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_material_revert_render_settings), - GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_material_revert_render_settings), - GEO_CLOSE_NODE(), - GEO_END(), + GEO_NODE_START(), + GEO_OPEN_NODE(), + GEO_SHADOW(SHADOW_CIRCLE_PLAYER, 0xB4, 100), + GEO_OPEN_NODE(), + GEO_SCALE(0x00, 32768), + GEO_OPEN_NODE(), + GEO_ASM(LAYER_OPAQUE + 3, geo_mario_set_player_colors), + GEO_ASM(LAYER_ALPHA + 3, geo_mario_set_player_colors), + GEO_ASM(LAYER_TRANSPARENT + 3, geo_mario_set_player_colors), + GEO_ASM(LAYER_OPAQUE << 2, geo_mirror_mario_backface_culling), + GEO_ASM(LAYER_ALPHA << 2, geo_mirror_mario_backface_culling), + GEO_ASM(LAYER_TRANSPARENT << 2, geo_mirror_mario_backface_culling), + GEO_ASM(0, geo_mirror_mario_set_alpha), + GEO_OPEN_NODE(), + GEO_BRANCH(1, waluigi_geo_load_body), + GEO_CLOSE_NODE(), + GEO_ASM((LAYER_OPAQUE << 2) | 1, geo_mirror_mario_backface_culling), + GEO_ASM((LAYER_ALPHA << 2) | 1, geo_mirror_mario_backface_culling), + GEO_ASM((LAYER_TRANSPARENT << 2) | 1, geo_mirror_mario_backface_culling), + GEO_CLOSE_NODE(), + GEO_CLOSE_NODE(), + GEO_DISPLAY_LIST(LAYER_OPAQUE, waluigi_material_revert_render_settings), + GEO_DISPLAY_LIST(LAYER_ALPHA, waluigi_material_revert_render_settings), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, waluigi_material_revert_render_settings), + GEO_CLOSE_NODE(), + GEO_END(), }; diff --git a/actors/waluigi/geo_header.h b/actors/waluigi/geo_header.h index 76f36b41..10096930 100644 --- a/actors/waluigi/geo_header.h +++ b/actors/waluigi/geo_header.h @@ -1,399 +1,123 @@ -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7[]; -extern const GeoLayout waluigi_Head_Dead_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7[]; -extern const GeoLayout waluigi_Switch_Option_Head_Dead_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_Head_Capless_Armature[]; -extern const GeoLayout waluigi_Left_Hand_Open_Armature[]; -extern const GeoLayout waluigi_Right_Hand_Open_Armature[]; -extern const GeoLayout waluigi_Right_Hand_Peace_Armature[]; -extern const GeoLayout waluigi_Right_Hand_Cap_Armature[]; -extern const GeoLayout waluigi_Right_Hand_Wing_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt7_Eye_Material_Switch_Capless_opt7[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Dead_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt7_Eye_Material_Switch_Capless_opt7[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt1_Eye_Material_Switch_Capless_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Head_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Left_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Peace_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_jump_waluigi_Right_Hand_Wing_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1_Hatless_Switch_opt0_Eye_Material_Switch_opt6[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Dead_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Head_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Left_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Peace_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2_jump_waluigi_Right_Hand_Wing_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Dead_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature_jump_waluigi_Switch_Option_Head_Dead_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Head_Capless_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Left_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Open_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Peace_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3_jump_waluigi_Right_Hand_Wing_Cap_Armature[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt1[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt2[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt3[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt4[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt5[]; -extern const GeoLayout waluigi_2_LoD_Switch_opt0_Cap_Effect_Switch_opt0_Hatless_Switch_opt0_Eye_Material_Switch_opt6[]; +extern const GeoLayout waluigi_geo_face_and_wings[]; +extern const GeoLayout waluigi_geo_left_hand[]; +extern const GeoLayout waluigi_geo_right_hand[]; +extern const GeoLayout waluigi_geo_body[]; +extern const GeoLayout waluigi_vanish_geo_face_and_wings[]; +extern const GeoLayout waluigi_vanish_geo_left_hand[]; +extern const GeoLayout waluigi_vanish_geo_right_hand[]; +extern const GeoLayout waluigi_vanish_geo_body[]; +extern const GeoLayout waluigi_metal_geo_face_and_wings[]; +extern const GeoLayout waluigi_metal_geo_left_hand[]; +extern const GeoLayout waluigi_metal_geo_right_hand[]; +extern const GeoLayout waluigi_metal_geo_body[]; +extern const GeoLayout waluigi_metal_vanish_geo_face_and_wings[]; +extern const GeoLayout waluigi_metal_vanish_geo_left_hand[]; +extern const GeoLayout waluigi_metal_vanish_geo_right_hand[]; +extern const GeoLayout waluigi_metal_vanish_geo_body[]; +extern const GeoLayout waluigi_geo_load_body[]; extern const GeoLayout waluigi_geo[]; -extern Lights1 waluigi_body_lights; -extern Lights1 waluigi_metal_lights; -extern Lights1 waluigi_shirt_lights; -extern Lights1 waluigi_cap_lights; -extern Lights1 waluigi_eyes_open_lights; -extern Lights1 waluigi_hair_lights; -extern Lights1 waluigi_nose_lights; -extern Lights1 waluigi_mouth_closed_lights; -extern Lights1 waluigi_moustache_lights; -extern Lights1 waluigi_sideburns_lights; -extern Lights1 waluigi_emblem_lights; -extern Lights1 waluigi_emblem_icon_lights; -extern Lights1 waluigi_eyes_half_lights; -extern Lights1 waluigi_eyes_closed_lights; -extern Lights1 waluigi_eyes_left_lights; -extern Lights1 waluigi_eyes_right_lights; -extern Lights1 waluigi_eyes_up_lights; -extern Lights1 waluigi_eyes_down_lights; -extern Lights1 waluigi_waluigi_mouth_open_lights; -extern Lights1 waluigi_eyes_dead_lights; -extern Lights1 waluigi_gloves_lights; -extern Lights1 waluigi_shoes_lights; -extern Vtx waluigi_Butt_mesh_layer_1_vtx_0[76]; -extern Gfx waluigi_Butt_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Torso_mesh_layer_1_vtx_0[107]; -extern Gfx waluigi_Torso_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Torso_mesh_layer_1_vtx_1[31]; -extern Gfx waluigi_Torso_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_0[56]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_1[73]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_2[31]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_2[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_3[23]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_3[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_4[53]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_4[]; -extern Vtx waluigi_Head_DL_mesh_layer_1_vtx_5[10]; -extern Gfx waluigi_Head_DL_mesh_layer_1_tri_5[]; -extern Vtx waluigi_Head_DL_mesh_layer_5_vtx_0[10]; -extern Gfx waluigi_Head_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Head_DL_mesh_layer_5_vtx_1[7]; -extern Gfx waluigi_Head_DL_mesh_layer_5_tri_1[]; -extern Vtx waluigi_Head_DL_mesh_layer_5_vtx_2[7]; -extern Gfx waluigi_Head_DL_mesh_layer_5_tri_2[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0[66]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1[60]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2[10]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3[23]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4[53]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_5[31]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0[10]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_1[7]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0[101]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1[63]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_2[10]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_3[23]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4[53]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4[]; -extern Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_vtx_0[10]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0[101]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1[63]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2[10]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3[23]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4[53]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4[]; -extern Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0[10]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Left_Wing_DL_mesh_layer_4_vtx_0[4]; -extern Gfx waluigi_Left_Wing_DL_mesh_layer_4_tri_0[]; -extern Vtx waluigi_Left_Wing_DL_mesh_layer_4_vtx_1[4]; -extern Gfx waluigi_Left_Wing_DL_mesh_layer_4_tri_1[]; -extern Vtx waluigi_Right_Wing_DL_mesh_layer_4_vtx_0[4]; -extern Gfx waluigi_Right_Wing_DL_mesh_layer_4_tri_0[]; -extern Vtx waluigi_Right_Wing_DL_mesh_layer_4_vtx_1[4]; -extern Gfx waluigi_Right_Wing_DL_mesh_layer_4_tri_1[]; -extern Vtx waluigi_Left_Arm_Color_mesh_layer_1_vtx_0[31]; -extern Gfx waluigi_Left_Arm_Color_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Left_Forearm_mesh_layer_1_vtx_0[16]; -extern Gfx waluigi_Left_Forearm_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Left_Hand_DL_mesh_layer_1_vtx_0[54]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Left_Hand_DL_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0[72]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Right_Arm_Color_mesh_layer_1_vtx_0[28]; -extern Gfx waluigi_Right_Arm_Color_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Forearm_mesh_layer_1_vtx_0[16]; -extern Gfx waluigi_Right_Forearm_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Hand_DL_mesh_layer_1_vtx_0[55]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Hand_DL_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0[73]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0[86]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0[59]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1[46]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_1[5]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_1[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0[59]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1[46]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_1[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_0[9]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_1[5]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_1[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0[8]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0[]; -extern Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1[8]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1[]; -extern Vtx waluigi_Left_Thigh_Color_mesh_layer_1_vtx_0[22]; -extern Gfx waluigi_Left_Thigh_Color_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Left_Leg_mesh_layer_1_vtx_0[12]; -extern Gfx waluigi_Left_Leg_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Left_Foot_mesh_layer_1_vtx_0[15]; -extern Gfx waluigi_Left_Foot_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Thigh_Color_mesh_layer_1_vtx_0[22]; -extern Gfx waluigi_Right_Thigh_Color_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Leg_mesh_layer_1_vtx_0[12]; -extern Gfx waluigi_Right_Leg_mesh_layer_1_tri_0[]; -extern Vtx waluigi_Right_Foot_DL_mesh_layer_1_vtx_0[15]; -extern Gfx waluigi_Right_Foot_DL_mesh_layer_1_tri_0[]; -extern Gfx mat_waluigi_body[]; -extern Gfx mat_waluigi_metal[]; -extern Gfx mat_revert_waluigi_metal[]; -extern Gfx mat_waluigi_shirt[]; -extern Gfx mat_waluigi_cap[]; -extern Gfx mat_waluigi_eyes_open[]; -extern Gfx mat_waluigi_hair[]; -extern Gfx mat_waluigi_nose[]; -extern Gfx mat_waluigi_mouth_closed[]; -extern Gfx mat_waluigi_moustache[]; -extern Gfx mat_revert_waluigi_moustache[]; -extern Gfx mat_waluigi_sideburns[]; -extern Gfx mat_waluigi_emblem[]; -extern Gfx mat_revert_waluigi_emblem[]; -extern Gfx mat_waluigi_emblem_icon[]; -extern Gfx mat_revert_waluigi_emblem_icon[]; -extern Gfx mat_waluigi_eyes_half[]; -extern Gfx mat_waluigi_eyes_closed[]; -extern Gfx mat_waluigi_eyes_left[]; -extern Gfx mat_waluigi_eyes_right[]; -extern Gfx mat_waluigi_eyes_up[]; -extern Gfx mat_waluigi_eyes_down[]; -extern Gfx mat_waluigi_waluigi_mouth_open[]; -extern Gfx mat_waluigi_eyes_dead[]; -extern Gfx mat_waluigi_wing_2[]; -extern Gfx mat_revert_waluigi_wing_2[]; -extern Gfx mat_waluigi_wing_1[]; -extern Gfx mat_revert_waluigi_wing_1[]; -extern Gfx mat_waluigi_gloves[]; -extern Gfx mat_waluigi_shoes[]; -extern Gfx waluigi_Butt_mesh_layer_1[]; -extern Gfx waluigi_Butt_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Torso_mesh_layer_1[]; -extern Gfx waluigi_Torso_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Head_DL_mesh_layer_1[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_half_1[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_left_3[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_right_4[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_up_5[]; -extern Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_down_6[]; -extern Gfx waluigi_Head_DL_mesh_layer_5[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_half_1[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_left_3[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_right_4[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_up_5[]; -extern Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6[]; -extern Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7[]; -extern Gfx waluigi_Left_Wing_DL_mesh_layer_4[]; -extern Gfx waluigi_Left_Wing_DL_mesh_layer_4_mat_override_metal_0[]; -extern Gfx waluigi_Right_Wing_DL_mesh_layer_4[]; -extern Gfx waluigi_Right_Wing_DL_mesh_layer_4_mat_override_metal_0[]; -extern Gfx waluigi_Left_Arm_Color_mesh_layer_1[]; -extern Gfx waluigi_Left_Arm_Color_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Left_Forearm_mesh_layer_1[]; -extern Gfx waluigi_Left_Forearm_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_1[]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_5[]; -extern Gfx waluigi_Left_Hand_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Right_Arm_Color_mesh_layer_1[]; -extern Gfx waluigi_Right_Arm_Color_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Forearm_mesh_layer_1[]; -extern Gfx waluigi_Right_Forearm_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_1[]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_5[]; -extern Gfx waluigi_Right_Hand_DL_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_mat_override_metal_0[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4[]; -extern Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_mat_override_metal_0[]; -extern Gfx waluigi_Left_Thigh_Color_mesh_layer_1[]; -extern Gfx waluigi_Left_Thigh_Color_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Left_Leg_mesh_layer_1[]; -extern Gfx waluigi_Left_Leg_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Left_Foot_mesh_layer_1[]; -extern Gfx waluigi_Left_Foot_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Thigh_Color_mesh_layer_1[]; -extern Gfx waluigi_Right_Thigh_Color_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Leg_mesh_layer_1[]; -extern Gfx waluigi_Right_Leg_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_Right_Foot_DL_mesh_layer_1[]; -extern Gfx waluigi_Right_Foot_DL_mesh_layer_1_mat_override_metal_0[]; -extern Gfx waluigi_material_revert_render_settings[]; +extern const Gfx waluigi_butt_dl[]; +extern const Gfx waluigi_butt[]; +extern const Gfx waluigi_metal_butt[]; +extern const Gfx waluigi_left_arm_shared_dl[]; +extern const Gfx waluigi_left_arm[]; +extern const Gfx waluigi_left_forearm_shared_dl[]; +extern const Gfx waluigi_left_hand_closed_shared_dl[]; +extern const Gfx waluigi_left_hand_closed[]; +extern const Gfx waluigi_right_arm_shared_dl[]; +extern const Gfx waluigi_right_arm[]; +extern const Gfx waluigi_right_forearm_shared_dl[]; +extern const Gfx waluigi_right_hand_closed_dl[]; +extern const Gfx waluigi_right_hand_closed[]; +extern const Gfx waluigi_metal_right_hand_closed[]; +extern const Gfx waluigi_left_thigh_dl[]; +extern const Gfx waluigi_left_thigh[]; +extern const Gfx waluigi_metal_left_thigh[]; +extern const Gfx waluigi_left_leg_shared_dl[]; +extern const Gfx waluigi_left_foot_shared_dl[]; +extern const Gfx waluigi_left_foot[]; +extern const Gfx waluigi_right_thigh_shared_dl[]; +extern const Gfx waluigi_right_thigh[]; +extern const Gfx waluigi_right_leg_shared_dl[]; +extern const Gfx waluigi_right_foot_dl[]; +extern const Gfx waluigi_right_foot[]; +extern const Gfx waluigi_metal_right_foot[]; +extern const Gfx waluigi_yellow_button_dl[]; +extern const Gfx waluigi_pants_overalls_shared_dl[]; +extern const Gfx waluigi_tshirt_shared_dl[]; +extern const Gfx waluigi_torso_dl[]; +extern const Gfx waluigi_torso[]; +extern const Gfx waluigi_metal_torso_shared_dl[]; +extern const Gfx waluigi_r_logo_dl[]; +extern const Gfx waluigi_eyes_cap_on_dl[]; +extern const Gfx waluigi_hair_sideburn_cap_on_dl[]; +extern const Gfx waluigi_mouth_cap_on_dl[]; +extern const Gfx waluigi_face_part_cap_on_dl[]; +extern const Gfx waluigi_face_cap_dl[]; +extern const Gfx waluigi_face_back_hair_cap_on_dl[]; +extern const Gfx waluigi_nose_cap_on_dl[]; +extern const Gfx waluigi_mustache_cap_on_dl[]; +extern const Gfx waluigi_mustache_cap_on_dead_dl[]; +extern const Gfx waluigi_hair_sideburn_decal_cap_on[]; +extern const Gfx waluigi_r_logo_decal[]; +extern const Gfx waluigi_face_cap_on_dl[]; +extern const Gfx waluigi_cap_on_eyes_front[]; +extern const Gfx waluigi_cap_on_eyes_half_closed[]; +extern const Gfx waluigi_cap_on_eyes_closed[]; +extern const Gfx waluigi_cap_on_eyes_right[]; +extern const Gfx waluigi_cap_on_eyes_left[]; +extern const Gfx waluigi_cap_on_eyes_up[]; +extern const Gfx waluigi_cap_on_eyes_down[]; +extern const Gfx waluigi_cap_on_eyes_dead[]; +extern const Gfx waluigi_metal_cap_on_shared_dl[]; +extern const Gfx waluigi_eyes_cap_off_dl[]; +extern const Gfx waluigi_mouth_cap_off_dl[]; +extern const Gfx waluigi_hair_sideburn_cap_off_dl[]; +extern const Gfx waluigi_face_part_cap_off_dl[]; +extern const Gfx waluigi_face_hair_cap_off_dl[]; +extern const Gfx waluigi_nose_cap_off_dl[]; +extern const Gfx waluigi_mustache_cap_off_dl[]; +extern const Gfx waluigi_mustache_cap_off_dead_dl[]; +extern const Gfx waluigi_hair_sideburn_decal_cap_off[]; +extern const Gfx waluigi_face_cap_off_dl[]; +extern const Gfx waluigi_cap_off_eyes_front[]; +extern const Gfx waluigi_cap_off_eyes_half_closed[]; +extern const Gfx waluigi_cap_off_eyes_closed[]; +extern const Gfx waluigi_cap_off_eyes_right[]; +extern const Gfx waluigi_cap_off_eyes_left[]; +extern const Gfx waluigi_cap_off_eyes_up[]; +extern const Gfx waluigi_cap_off_eyes_down[]; +extern const Gfx waluigi_cap_off_eyes_dead[]; +extern const Gfx waluigi_metal_cap_off_shared_dl[]; +extern const Gfx waluigi_left_hand_open_shared_dl[]; +extern const Gfx waluigi_left_hand_open[]; +extern const Gfx waluigi_right_hand_open_dl[]; +extern const Gfx waluigi_right_hand_open[]; +extern const Gfx waluigi_metal_right_hand_open[]; +extern const Gfx waluigi_right_hand_cap_r_logo_dl[]; +extern const Gfx waluigi_right_hand_cap_top_dl[]; +extern const Gfx waluigi_right_hand_cap_hand_position_dl[]; +extern const Gfx waluigi_right_hand_cap_bottom_dl[]; +extern const Gfx waluigi_right_hand_cap_decal[]; +extern const Gfx waluigi_right_hand_cap_dl[]; +extern const Gfx waluigi_right_hand_cap_wings_half_1_dl[]; +extern const Gfx waluigi_right_hand_cap_wings_half_2_dl[]; +extern const Gfx waluigi_right_hand_cap_wings_intial_dl[]; +extern const Gfx waluigi_right_hand_cap_wings_transparent_intial_dl[]; +extern const Gfx waluigi_right_hand_cap_metal_wings_intial_dl[]; +extern const Gfx waluigi_right_hand_cap_wings_end_dl[]; +extern const Gfx waluigi_right_hand_cap[]; +extern const Gfx waluigi_right_hand_cap_wings[]; +extern const Gfx waluigi_right_hand_cap_wings_transparent[]; +extern const Gfx waluigi_metal_right_hand_cap_shared_dl[]; +extern const Gfx waluigi_metal_right_hand_cap_shared_dl_wings[]; +extern const Gfx waluigi_metal_right_hand_cap_shared_dl_wings_transparent[]; +extern const Gfx waluigi_right_hand_peace_shared_dl[]; +extern const Gfx waluigi_right_hand_peace[]; +extern const Gfx waluigi_wings_half_1_dl[]; +extern const Gfx waluigi_wings_half_2_dl[]; +extern const Gfx waluigi_cap_wings[]; +extern const Gfx waluigi_cap_wings_transparent[]; +extern const Gfx waluigi_metal_cap_wings[]; +extern const Gfx waluigi_metal_cap_wings_transparent[]; +extern const Gfx waluigi_material_revert_render_settings[]; diff --git a/actors/waluigi/model.inc.c b/actors/waluigi/model.inc.c index 1c17d3ff..1d1c9133 100644 --- a/actors/waluigi/model.inc.c +++ b/actors/waluigi/model.inc.c @@ -1,6275 +1,3788 @@ -Lights1 waluigi_body_lights = gdSPDefLights1( - 0x5, 0x7, 0xF, - 0x15, 0x1A, 0x29, 0x28, 0x28, 0x28); +#include "pc/rom_assets.h" +// waluigi -Lights1 waluigi_metal_lights = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); +static const Lights1 waluigi_dusk_lights_group = gdSPDefLights1( + 0x0A, 0x0A, 0x12, + 0x1F, 0x1F, 0x2F, 0x28, 0x28, 0x28 +); -Lights1 waluigi_shirt_lights = gdSPDefLights1( - 0x2F, 0x11, 0x54, - 0x66, 0x2C, 0xAD, 0x28, 0x28, 0x28); +static const Lights1 waluigi_purple_lights_group = gdSPDefLights1( + 0x2B, 0x00, 0x55, + 0x5F, 0x00, 0xAF, 0x28, 0x28, 0x28 +); -Lights1 waluigi_cap_lights = gdSPDefLights1( - 0x2F, 0x11, 0x54, - 0x66, 0x2C, 0xAD, 0x28, 0x28, 0x28); +static const Lights1 waluigi_white_lights_group = gdSPDefLights1( + 0x7f, 0x7f, 0x7f, + 0xff, 0xff, 0xff, 0x28, 0x28, 0x28 +); -Lights1 waluigi_eyes_open_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); +static const Lights1 waluigi_orange_lights_group = gdSPDefLights1( + 0x6F, 0x23, 0x00, + 0xDF, 0x4F, 0x00, 0x28, 0x28, 0x28 +); -Lights1 waluigi_hair_lights = gdSPDefLights1( - 0x2D, 0x20, 0x0, - 0x63, 0x4A, 0x0, 0x28, 0x28, 0x28); +static const Lights1 waluigi_beige_lights_group = gdSPDefLights1( + 0x7f, 0x60, 0x3c, + 0xfe, 0xc1, 0x79, 0x28, 0x28, 0x28 +); -Lights1 waluigi_nose_lights = gdSPDefLights1( - 0x7F, 0xB, 0x43, - 0xFF, 0x21, 0x8C, 0x28, 0x28, 0x28); +static const Lights1 waluigi_brown_lights_group = gdSPDefLights1( + 0x39, 0x29, 0x00, + 0x73, 0x52, 0x00, 0x28, 0x28, 0x28 +); -Lights1 waluigi_mouth_closed_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); +static const Lights1 waluigi_pink_lights_group = gdSPDefLights1( + 0x7f, 0x35, 0x56, + 0xff, 0x6a, 0xac, 0x28, 0x28, 0x28 +); -Lights1 waluigi_moustache_lights = gdSPDefLights1( - 0x0, 0x0, 0x0, - 0x0, 0x0, 0x0, 0x28, 0x28, 0x28); +static const Lights1 waluigi_black_lights_group = gdSPDefLights1( + 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x28, 0x28, 0x28 +); -Lights1 waluigi_sideburns_lights = gdSPDefLights1( - 0x2D, 0x20, 0x0, - 0x63, 0x4A, 0x0, 0x28, 0x28, 0x28); +#include "actors/mario/mario_externs.h" +#define waluigi_texture_metal_shade mario_texture_metal_shade +#define waluigi_texture_metal_light mario_texture_metal_light +#define waluigi_texture_yellow_button mario_texture_yellow_button +#define waluigi_texture_wings_half_1 mario_texture_wings_half_1 +#define waluigi_texture_wings_half_2 mario_texture_wings_half_2 +#define waluigi_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define waluigi_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define waluigi_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define waluigi_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light -Lights1 waluigi_emblem_lights = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); - -Lights1 waluigi_emblem_icon_lights = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_half_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_closed_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_left_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_right_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_up_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_down_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_waluigi_mouth_open_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_eyes_dead_lights = gdSPDefLights1( - 0x6F, 0x4E, 0x31, - 0xDF, 0xA1, 0x6A, 0x28, 0x28, 0x28); - -Lights1 waluigi_gloves_lights = gdSPDefLights1( - 0x7F, 0x7F, 0x7F, - 0xFF, 0xFF, 0xFF, 0x28, 0x28, 0x28); - -Lights1 waluigi_shoes_lights = gdSPDefLights1( - 0x7E, 0x3A, 0x0, - 0xFC, 0x7A, 0x0, 0x28, 0x28, 0x28); - -Gfx waluigi_custom_waluigi_overalls_button_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_overalls_button_rgba16[] = { - #include "actors/waluigi/custom_waluigi_overalls_button.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_metal_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_metal_rgba16[] = { - #include "actors/waluigi/custom_waluigi_metal.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_center_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_center_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_center.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_mouth_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_mouth_rgba16[] = { - #include "actors/waluigi/custom_waluigi_mouth.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_sideburns_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_sideburns_rgba16[] = { - #include "actors/waluigi/custom_waluigi_sideburns.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_cap_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_cap_rgba16[] = { - #include "actors/waluigi/custom_waluigi_cap.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_glove_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_glove_rgba16[] = { - #include "actors/waluigi/custom_waluigi_glove.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_half_closed_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_half_closed_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_closed_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_closed_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_closed.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_left_unused_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_left_unused_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_left_unused.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_right_unused_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_right_unused_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_right_unused.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_up_unused_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_up_unused_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_up_unused.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_down_unused_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_down_unused_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_down_unused.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_mouth_dead_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_mouth_dead_rgba16[] = { - #include "actors/waluigi/custom_waluigi_mouth_dead.rgba16.inc.c" -}; - -Gfx waluigi_custom_waluigi_eyes_dead_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_custom_waluigi_eyes_dead_rgba16[] = { - #include "actors/waluigi/custom_waluigi_eyes_dead.rgba16.inc.c" -}; - -Gfx waluigi_wing_2_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_wing_2_rgba16[] = { - #include "actors/waluigi/wing_2.rgba16.inc.c" -}; - -Gfx waluigi_wing_1_rgba16_aligner[] = {gsSPEndDisplayList()}; -u8 waluigi_wing_1_rgba16[] = { - #include "actors/waluigi/wing_1.rgba16.inc.c" -}; - -Vtx waluigi_Butt_mesh_layer_1_vtx_0[76] = { - {{ {120, -5, 0}, 0, {-16, -16}, {125, 22, 0, 0} }}, - {{ {110, -32, -19}, 0, {-16, -16}, {103, 194, 215, 0} }}, - {{ {79, -12, -66}, 0, {-16, -16}, {83, 253, 160, 0} }}, - {{ {110, -32, 19}, 0, {-16, -16}, {103, 194, 41, 0} }}, - {{ {79, -12, 66}, 0, {-16, -16}, {83, 254, 96, 0} }}, - {{ {66, 28, 62}, 0, {-16, -16}, {75, 50, 90, 0} }}, - {{ {89, 37, 21}, 0, {-16, -16}, {93, 81, 31, 0} }}, - {{ {89, 37, -21}, 0, {-16, -16}, {93, 81, 224, 0} }}, - {{ {66, 28, -62}, 0, {-16, -16}, {74, 50, 165, 0} }}, - {{ {40, 21, -78}, 0, {-16, -16}, {2, 49, 139, 0} }}, - {{ {42, -11, -81}, 0, {-16, -16}, {2, 237, 130, 0} }}, - {{ {61, -43, -65}, 0, {-16, -16}, {34, 171, 167, 0} }}, - {{ {54, -63, -26}, 0, {-16, -16}, {26, 136, 225, 0} }}, - {{ {54, -63, 25}, 0, {-16, -16}, {26, 135, 29, 0} }}, - {{ {61, -44, 65}, 0, {-16, -16}, {34, 171, 88, 0} }}, - {{ {42, -11, 81}, 0, {-16, -16}, {1, 237, 126, 0} }}, - {{ {41, 21, 78}, 0, {-16, -16}, {4, 49, 117, 0} }}, - {{ {42, -11, 81}, 0, {-16, -16}, {1, 237, 126, 0} }}, - {{ {79, -12, 66}, 0, {-16, -16}, {83, 254, 96, 0} }}, - {{ {66, 28, 62}, 0, {-16, -16}, {75, 50, 90, 0} }}, - {{ {60, 47, 52}, 0, {-16, -16}, {39, 101, 67, 0} }}, - {{ {89, 37, 21}, 0, {-16, -16}, {93, 81, 31, 0} }}, - {{ {56, 57, 21}, 0, {-16, -16}, {22, 124, 17, 0} }}, - {{ {56, 57, -21}, 0, {-16, -16}, {21, 124, 239, 0} }}, - {{ {89, 37, -21}, 0, {-16, -16}, {93, 81, 224, 0} }}, - {{ {60, 47, -52}, 0, {-16, -16}, {38, 101, 189, 0} }}, - {{ {66, 28, -62}, 0, {-16, -16}, {74, 50, 165, 0} }}, - {{ {40, 21, -78}, 0, {-16, -16}, {2, 49, 139, 0} }}, - {{ {27, 40, -55}, 0, {-16, -16}, {222, 104, 192, 0} }}, - {{ {9, 23, -67}, 0, {-16, -16}, {186, 55, 166, 0} }}, - {{ {5, -12, -69}, 0, {-16, -16}, {174, 229, 162, 0} }}, - {{ {42, -11, -81}, 0, {-16, -16}, {2, 237, 130, 0} }}, - {{ {5, -12, -69}, 0, {-16, -16}, {174, 229, 162, 0} }}, - {{ {42, -11, -81}, 0, {-16, -16}, {2, 237, 130, 0} }}, - {{ {45, -40, -66}, 0, {-16, -16}, {231, 170, 166, 0} }}, - {{ {61, -43, -65}, 0, {-16, -16}, {34, 171, 167, 0} }}, - {{ {54, -63, -26}, 0, {-16, -16}, {26, 136, 225, 0} }}, - {{ {37, -60, -29}, 0, {-16, -16}, {234, 140, 208, 0} }}, - {{ {30, -66, 0}, 0, {-16, -16}, {236, 131, 0, 0} }}, - {{ {54, -63, 25}, 0, {-16, -16}, {26, 135, 29, 0} }}, - {{ {37, -60, 29}, 0, {-16, -16}, {235, 140, 47, 0} }}, - {{ {45, -41, 66}, 0, {-16, -16}, {230, 170, 89, 0} }}, - {{ {61, -44, 65}, 0, {-16, -16}, {34, 171, 88, 0} }}, - {{ {42, -11, 81}, 0, {-16, -16}, {1, 237, 126, 0} }}, - {{ {5, -11, 69}, 0, {-16, -16}, {174, 230, 94, 0} }}, - {{ {41, 21, 78}, 0, {-16, -16}, {4, 49, 117, 0} }}, - {{ {8, 23, 67}, 0, {-16, -16}, {184, 55, 90, 0} }}, - {{ {27, 40, 55}, 0, {-16, -16}, {223, 105, 64, 0} }}, - {{ {60, 47, 52}, 0, {-16, -16}, {39, 101, 67, 0} }}, - {{ {27, 40, 55}, 0, {-16, -16}, {223, 105, 64, 0} }}, - {{ {41, 21, 78}, 0, {-16, -16}, {4, 49, 117, 0} }}, - {{ {22, 50, 26}, 0, {-16, -16}, {210, 116, 22, 0} }}, - {{ {56, 57, 21}, 0, {-16, -16}, {22, 124, 17, 0} }}, - {{ {56, 57, -21}, 0, {-16, -16}, {21, 124, 239, 0} }}, - {{ {22, 50, -26}, 0, {-16, -16}, {210, 116, 234, 0} }}, - {{ {60, 47, -52}, 0, {-16, -16}, {38, 101, 189, 0} }}, - {{ {27, 40, -55}, 0, {-16, -16}, {222, 104, 192, 0} }}, - {{ {-9, 29, -33}, 0, {-16, -16}, {147, 58, 227, 0} }}, - {{ {9, 23, -67}, 0, {-16, -16}, {186, 55, 166, 0} }}, - {{ {5, -12, -69}, 0, {-16, -16}, {174, 229, 162, 0} }}, - {{ {-8, -49, -24}, 0, {-16, -16}, {159, 182, 221, 0} }}, - {{ {45, -40, -66}, 0, {-16, -16}, {231, 170, 166, 0} }}, - {{ {37, -60, -29}, 0, {-16, -16}, {234, 140, 208, 0} }}, - {{ {30, -66, 0}, 0, {-16, -16}, {236, 131, 0, 0} }}, - {{ {-8, -49, 24}, 0, {-16, -16}, {159, 182, 35, 0} }}, - {{ {-8, -49, -24}, 0, {-16, -16}, {159, 182, 221, 0} }}, - {{ {30, -66, 0}, 0, {-16, -16}, {236, 131, 0, 0} }}, - {{ {37, -60, 29}, 0, {-16, -16}, {235, 140, 47, 0} }}, - {{ {45, -41, 66}, 0, {-16, -16}, {230, 170, 89, 0} }}, - {{ {5, -11, 69}, 0, {-16, -16}, {174, 230, 94, 0} }}, - {{ {-9, 29, 33}, 0, {-16, -16}, {146, 58, 28, 0} }}, - {{ {8, 23, 67}, 0, {-16, -16}, {184, 55, 90, 0} }}, - {{ {27, 40, 55}, 0, {-16, -16}, {223, 105, 64, 0} }}, - {{ {22, 50, 26}, 0, {-16, -16}, {210, 116, 22, 0} }}, - {{ {-9, 29, -33}, 0, {-16, -16}, {147, 58, 227, 0} }}, - {{ {22, 50, -26}, 0, {-16, -16}, {210, 116, 234, 0} }}, -}; - -Gfx waluigi_Butt_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Butt_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSP1Triangle(9, 8, 2, 0), - gsSP1Triangle(2, 10, 9, 0), - gsSP1Triangle(10, 2, 11, 0), - gsSP1Triangle(1, 11, 2, 0), - gsSP1Triangle(1, 12, 11, 0), - gsSP1Triangle(12, 1, 3, 0), - gsSP1Triangle(3, 13, 12, 0), - gsSP1Triangle(14, 13, 3, 0), - gsSP1Triangle(4, 14, 3, 0), - gsSP1Triangle(15, 14, 4, 0), - gsSPVertex(waluigi_Butt_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 3, 5, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(8, 7, 5, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(11, 12, 9, 0), - gsSP1Triangle(12, 11, 13, 0), - gsSP1Triangle(14, 13, 11, 0), - gsSP1Triangle(11, 15, 14, 0), - gsSPVertex(waluigi_Butt_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(4, 5, 2, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(7, 6, 4, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(9, 11, 12, 0), - gsSP1Triangle(12, 11, 13, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(waluigi_Butt_mesh_layer_1_vtx_0 + 48, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(6, 5, 7, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(8, 10, 9, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(9, 11, 12, 0), - gsSP1Triangle(11, 13, 12, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(12, 14, 15, 0), - gsSPVertex(waluigi_Butt_mesh_layer_1_vtx_0 + 64, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(5, 6, 0, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSP1Triangle(6, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(0, 6, 10, 0), - gsSP1Triangle(10, 1, 0, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Torso_mesh_layer_1_vtx_0[107] = { - {{ {51, 63, -35}, 0, {772, 975}, {14, 120, 217, 0} }}, - {{ {69, 60, -25}, 0, {986, 534}, {42, 119, 240, 0} }}, - {{ {87, 51, -29}, 0, {846, 59}, {69, 104, 230, 0} }}, - {{ {46, 53, -53}, 0, {260, 991}, {2, 106, 186, 0} }}, - {{ {59, 43, -65}, 0, {10, 675}, {21, 87, 166, 0} }}, - {{ {73, 39, -63}, 0, {20, 316}, {39, 82, 167, 0} }}, - {{ {88, 41, -50}, 0, {308, -19}, {67, 91, 197, 0} }}, - {{ {87, 51, 31}, 0, {86, 50}, {69, 104, 26, 0} }}, - {{ {69, 60, 26}, 0, {12, 595}, {42, 119, 16, 0} }}, - {{ {51, 63, 36}, 0, {232, 995}, {15, 120, 39, 0} }}, - {{ {46, 53, 54}, 0, {734, 1000}, {2, 107, 69, 0} }}, - {{ {59, 43, 66}, 0, {982, 616}, {23, 87, 90, 0} }}, - {{ {73, 39, 65}, 0, {954, 221}, {38, 83, 89, 0} }}, - {{ {88, 41, 52}, 0, {600, -10}, {67, 91, 58, 0} }}, - {{ {87, 51, -29}, 0, {-16, -16}, {69, 104, 230, 0} }}, - {{ {69, 60, 26}, 0, {-16, -16}, {42, 119, 16, 0} }}, - {{ {87, 51, 31}, 0, {-16, -16}, {69, 104, 26, 0} }}, - {{ {69, 60, -25}, 0, {-16, -16}, {42, 119, 240, 0} }}, - {{ {51, 63, -35}, 0, {-16, -16}, {14, 120, 217, 0} }}, - {{ {51, 63, 36}, 0, {-16, -16}, {15, 120, 39, 0} }}, - {{ {29, 62, 31}, 0, {-16, -16}, {244, 124, 27, 0} }}, - {{ {29, 61, -30}, 0, {-16, -16}, {245, 124, 230, 0} }}, - {{ {46, 53, -53}, 0, {-16, -16}, {2, 106, 186, 0} }}, - {{ {-10, 55, -39}, 0, {-16, -16}, {201, 99, 198, 0} }}, - {{ {-2, 35, -60}, 0, {-16, -16}, {201, 55, 156, 0} }}, - {{ {39, 36, -71}, 0, {-16, -16}, {243, 64, 147, 0} }}, - {{ {59, 43, -65}, 0, {-16, -16}, {21, 87, 166, 0} }}, - {{ {54, 14, -78}, 0, {-16, -16}, {7, 26, 132, 0} }}, - {{ {73, 39, -63}, 0, {-16, -16}, {39, 82, 167, 0} }}, - {{ {83, 30, -64}, 0, {-16, -16}, {58, 53, 156, 0} }}, - {{ {88, 41, -50}, 0, {-16, -16}, {67, 91, 197, 0} }}, - {{ {83, 30, -64}, 0, {-16, -16}, {58, 53, 156, 0} }}, - {{ {73, 39, -63}, 0, {-16, -16}, {39, 82, 167, 0} }}, - {{ {118, -3, -53}, 0, {-16, -16}, {94, 37, 179, 0} }}, - {{ {120, 17, -23}, 0, {-16, -16}, {102, 72, 234, 0} }}, - {{ {87, 51, -29}, 0, {-16, -16}, {69, 104, 230, 0} }}, - {{ {137, -14, -20}, 0, {-16, -16}, {124, 18, 234, 0} }}, - {{ {122, -41, -54}, 0, {-16, -16}, {92, 215, 179, 0} }}, - {{ {131, -47, -22}, 0, {-16, -16}, {106, 187, 240, 0} }}, - {{ {105, -61, -43}, 0, {-16, -16}, {55, 150, 213, 0} }}, - {{ {94, -71, 0}, 0, {-16, -16}, {44, 137, 0, 0} }}, - {{ {62, -69, -58}, 0, {-16, -16}, {2, 150, 185, 0} }}, - {{ {50, -80, 0}, 0, {-16, -16}, {248, 129, 0, 0} }}, - {{ {62, -69, 59}, 0, {-16, -16}, {1, 150, 71, 0} }}, - {{ {105, -61, 45}, 0, {-16, -16}, {55, 150, 43, 0} }}, - {{ {131, -47, 23}, 0, {-16, -16}, {106, 187, 16, 0} }}, - {{ {105, -61, 45}, 0, {-16, -16}, {55, 150, 43, 0} }}, - {{ {131, -47, 23}, 0, {-16, -16}, {106, 187, 16, 0} }}, - {{ {122, -41, 55}, 0, {-16, -16}, {92, 215, 77, 0} }}, - {{ {137, -14, 21}, 0, {-16, -16}, {124, 18, 22, 0} }}, - {{ {118, -3, 54}, 0, {-16, -16}, {95, 36, 77, 0} }}, - {{ {120, 17, 24}, 0, {-16, -16}, {102, 72, 22, 0} }}, - {{ {88, 41, 52}, 0, {-16, -16}, {67, 91, 58, 0} }}, - {{ {87, 51, 31}, 0, {-16, -16}, {69, 104, 26, 0} }}, - {{ {84, 30, 65}, 0, {-16, -16}, {59, 55, 98, 0} }}, - {{ {73, 39, 65}, 0, {-16, -16}, {38, 83, 89, 0} }}, - {{ {55, 14, 79}, 0, {-16, -16}, {9, 26, 124, 0} }}, - {{ {59, 43, 66}, 0, {-16, -16}, {23, 87, 90, 0} }}, - {{ {39, 36, 73}, 0, {-16, -16}, {245, 64, 109, 0} }}, - {{ {46, 53, 54}, 0, {-16, -16}, {2, 107, 69, 0} }}, - {{ {-2, 35, 61}, 0, {-16, -16}, {199, 60, 97, 0} }}, - {{ {-9, 55, 35}, 0, {-16, -16}, {202, 101, 55, 0} }}, - {{ {-9, 55, 35}, 0, {-16, -16}, {202, 101, 55, 0} }}, - {{ {46, 53, 54}, 0, {-16, -16}, {2, 107, 69, 0} }}, - {{ {29, 62, 31}, 0, {-16, -16}, {244, 124, 27, 0} }}, - {{ {51, 63, 36}, 0, {-16, -16}, {15, 120, 39, 0} }}, - {{ {-12, 58, 21}, 0, {-16, -16}, {196, 111, 13, 0} }}, - {{ {-11, 58, -23}, 0, {-16, -16}, {198, 112, 243, 0} }}, - {{ {29, 61, -30}, 0, {-16, -16}, {245, 124, 230, 0} }}, - {{ {-10, 55, -39}, 0, {-16, -16}, {201, 99, 198, 0} }}, - {{ {-37, 27, -30}, 0, {-16, -16}, {139, 29, 216, 0} }}, - {{ {-2, 35, -60}, 0, {-16, -16}, {201, 55, 156, 0} }}, - {{ {4, 1, -72}, 0, {-16, -16}, {198, 7, 143, 0} }}, - {{ {39, 36, -71}, 0, {-16, -16}, {243, 64, 147, 0} }}, - {{ {54, 14, -78}, 0, {-16, -16}, {7, 26, 132, 0} }}, - {{ {48, -24, -80}, 0, {-16, -16}, {250, 234, 131, 0} }}, - {{ {6, -38, -70}, 0, {-16, -16}, {200, 207, 153, 0} }}, - {{ {62, -69, -58}, 0, {-16, -16}, {2, 150, 185, 0} }}, - {{ {62, -69, -58}, 0, {-16, -16}, {2, 150, 185, 0} }}, - {{ {7, -57, -48}, 0, {-16, -16}, {198, 153, 209, 0} }}, - {{ {6, -38, -70}, 0, {-16, -16}, {200, 207, 153, 0} }}, - {{ {50, -80, 0}, 0, {-16, -16}, {248, 129, 0, 0} }}, - {{ {6, -64, 0}, 0, {-16, -16}, {190, 147, 0, 0} }}, - {{ {7, -57, 48}, 0, {-16, -16}, {198, 153, 46, 0} }}, - {{ {62, -69, 59}, 0, {-16, -16}, {1, 150, 71, 0} }}, - {{ {6, -38, 71}, 0, {-16, -16}, {199, 205, 102, 0} }}, - {{ {48, -25, 81}, 0, {-16, -16}, {250, 233, 125, 0} }}, - {{ {4, 1, 74}, 0, {-16, -16}, {198, 7, 113, 0} }}, - {{ {55, 14, 79}, 0, {-16, -16}, {9, 26, 124, 0} }}, - {{ {39, 36, 73}, 0, {-16, -16}, {245, 64, 109, 0} }}, - {{ {-2, 35, 61}, 0, {-16, -16}, {199, 60, 97, 0} }}, - {{ {-37, 27, 31}, 0, {-16, -16}, {139, 31, 40, 0} }}, - {{ {-9, 55, 35}, 0, {-16, -16}, {202, 101, 55, 0} }}, - {{ {-12, 58, 21}, 0, {-16, -16}, {196, 111, 13, 0} }}, - {{ {-12, 58, 21}, 0, {-16, -16}, {196, 111, 13, 0} }}, - {{ {-37, 27, -30}, 0, {-16, -16}, {139, 29, 216, 0} }}, - {{ {-37, 27, 31}, 0, {-16, -16}, {139, 31, 40, 0} }}, - {{ {-11, 58, -23}, 0, {-16, -16}, {198, 112, 243, 0} }}, - {{ {-25, -33, 39}, 0, {-16, -16}, {148, 204, 42, 0} }}, - {{ {-25, -33, -39}, 0, {-16, -16}, {148, 204, 213, 0} }}, - {{ {4, 1, -72}, 0, {-16, -16}, {198, 7, 143, 0} }}, - {{ {6, -38, -70}, 0, {-16, -16}, {200, 207, 153, 0} }}, - {{ {7, -57, -48}, 0, {-16, -16}, {198, 153, 209, 0} }}, - {{ {6, -64, 0}, 0, {-16, -16}, {190, 147, 0, 0} }}, - {{ {7, -57, 48}, 0, {-16, -16}, {198, 153, 46, 0} }}, - {{ {6, -38, 71}, 0, {-16, -16}, {199, 205, 102, 0} }}, - {{ {4, 1, 74}, 0, {-16, -16}, {198, 7, 113, 0} }}, -}; - -Gfx waluigi_Torso_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(2, 6, 5, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSP1Triangle(10, 11, 7, 0), - gsSP1Triangle(11, 12, 7, 0), - gsSP1Triangle(12, 13, 7, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 14, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 1, 4, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(7, 4, 8, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(8, 10, 9, 0), - gsSP1Triangle(10, 8, 11, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 30, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(3, 4, 6, 0), - gsSP1Triangle(3, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(13, 12, 10, 0), - gsSP1Triangle(13, 10, 14, 0), - gsSP1Triangle(15, 14, 10, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 46, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(4, 2, 3, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(6, 8, 4, 0), - gsSP1Triangle(9, 8, 6, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 62, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(0, 2, 4, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(5, 2, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(14, 10, 13, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 78, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 4, 1, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 9, 11, 0), - gsSP1Triangle(13, 9, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_0 + 94, 13, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(1, 4, 2, 0), - gsSP1Triangle(1, 5, 4, 0), - gsSP1Triangle(5, 1, 6, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(9, 5, 8, 0), - gsSP1Triangle(4, 5, 9, 0), - gsSP1Triangle(9, 10, 4, 0), - gsSP1Triangle(10, 11, 4, 0), - gsSP1Triangle(4, 11, 12, 0), - gsSP1Triangle(12, 2, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Torso_mesh_layer_1_vtx_1[31] = { - {{ {87, 51, -29}, 0, {-16, -16}, {69, 104, 230, 0} }}, - {{ {87, 51, 31}, 0, {-16, -16}, {69, 104, 26, 0} }}, - {{ {120, 17, 24}, 0, {-16, -16}, {102, 72, 22, 0} }}, - {{ {120, 17, -23}, 0, {-16, -16}, {102, 72, 234, 0} }}, - {{ {137, -14, 21}, 0, {-16, -16}, {124, 18, 22, 0} }}, - {{ {137, -14, -20}, 0, {-16, -16}, {124, 18, 234, 0} }}, - {{ {131, -47, 23}, 0, {-16, -16}, {106, 187, 16, 0} }}, - {{ {131, -47, -22}, 0, {-16, -16}, {106, 187, 240, 0} }}, - {{ {94, -71, 0}, 0, {-16, -16}, {44, 137, 0, 0} }}, - {{ {62, -69, 59}, 0, {-16, -16}, {1, 150, 71, 0} }}, - {{ {86, -45, 73}, 0, {-16, -16}, {34, 202, 110, 0} }}, - {{ {48, -25, 81}, 0, {-16, -16}, {250, 233, 125, 0} }}, - {{ {105, -61, 45}, 0, {-16, -16}, {55, 150, 43, 0} }}, - {{ {122, -41, 55}, 0, {-16, -16}, {92, 215, 77, 0} }}, - {{ {87, -13, 78}, 0, {-16, -16}, {44, 8, 119, 0} }}, - {{ {118, -3, 54}, 0, {-16, -16}, {95, 36, 77, 0} }}, - {{ {84, 30, 65}, 0, {-16, -16}, {59, 55, 98, 0} }}, - {{ {87, -13, 78}, 0, {-16, -16}, {44, 8, 119, 0} }}, - {{ {118, -3, 54}, 0, {-16, -16}, {95, 36, 77, 0} }}, - {{ {55, 14, 79}, 0, {-16, -16}, {9, 26, 124, 0} }}, - {{ {48, -25, 81}, 0, {-16, -16}, {250, 233, 125, 0} }}, - {{ {86, -45, 73}, 0, {-16, -16}, {34, 202, 110, 0} }}, - {{ {48, -24, -80}, 0, {-16, -16}, {250, 234, 131, 0} }}, - {{ {54, 14, -78}, 0, {-16, -16}, {7, 26, 132, 0} }}, - {{ {87, -13, -77}, 0, {-16, -16}, {44, 8, 137, 0} }}, - {{ {83, 30, -64}, 0, {-16, -16}, {58, 53, 156, 0} }}, - {{ {118, -3, -53}, 0, {-16, -16}, {94, 37, 179, 0} }}, - {{ {122, -41, -54}, 0, {-16, -16}, {92, 215, 179, 0} }}, - {{ {86, -45, -72}, 0, {-16, -16}, {33, 202, 146, 0} }}, - {{ {105, -61, -43}, 0, {-16, -16}, {55, 150, 213, 0} }}, - {{ {62, -69, -58}, 0, {-16, -16}, {2, 150, 185, 0} }}, -}; - -Gfx waluigi_Torso_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_1 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(9, 12, 10, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(14, 10, 13, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Torso_mesh_layer_1_vtx_1 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 4, 1, 0), - gsSP1Triangle(5, 1, 4, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(11, 12, 8, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(6, 12, 14, 0), - gsSP1Triangle(6, 8, 12, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_0[56] = { - {{ {300, 67, -54}, 0, {28, 29}, {65, 65, 168, 0} }}, - {{ {186, 24, -70}, 0, {-181, 1008}, {247, 71, 151, 0} }}, - {{ {212, 77, -24}, 0, {282, 769}, {72, 87, 198, 0} }}, - {{ {317, 86, 0}, 0, {496, -118}, {88, 92, 0, 0} }}, - {{ {212, 77, 24}, 0, {710, 769}, {72, 87, 58, 0} }}, - {{ {300, 67, 54}, 0, {964, 29}, {65, 65, 88, 0} }}, - {{ {186, 24, 70}, 0, {1173, 1008}, {247, 71, 105, 0} }}, - {{ {154, -10, -81}, 0, {-16, 1008}, {241, 54, 142, 0} }}, - {{ {159, -50, -97}, 0, {-16, 1008}, {229, 223, 136, 0} }}, - {{ {127, -55, -63}, 0, {-16, 1008}, {177, 202, 173, 0} }}, - {{ {206, -9, -105}, 0, {-16, 1008}, {16, 6, 130, 0} }}, - {{ {186, 24, -70}, 0, {-16, 1008}, {247, 71, 151, 0} }}, - {{ {300, 67, -54}, 0, {-16, 1008}, {65, 65, 168, 0} }}, - {{ {311, -4, -32}, 0, {-16, 1008}, {104, 199, 210, 0} }}, - {{ {317, 86, 0}, 0, {-16, 1008}, {88, 92, 0, 0} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {300, 67, 54}, 0, {-16, 1008}, {65, 65, 88, 0} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {317, 86, 0}, 0, {-16, 1008}, {88, 92, 0, 0} }}, - {{ {206, -9, 105}, 0, {-16, 1008}, {16, 6, 126, 0} }}, - {{ {186, 24, 70}, 0, {-16, 1008}, {247, 71, 105, 0} }}, - {{ {154, -10, 81}, 0, {-16, 1008}, {241, 54, 114, 0} }}, - {{ {159, -50, 97}, 0, {-16, 1008}, {229, 223, 120, 0} }}, - {{ {127, -55, 63}, 0, {-16, 1008}, {177, 202, 83, 0} }}, - {{ {102, -78, 38}, 0, {-16, 1008}, {206, 172, 81, 0} }}, - {{ {114, -118, 39}, 0, {-16, 1008}, {190, 167, 62, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {155, 178, 0, 255} }}, - {{ {112, -125, 0}, 0, {-16, 1008}, {182, 153, 0, 255} }}, - {{ {114, -118, -39}, 0, {-16, 1008}, {190, 167, 194, 0} }}, - {{ {102, -78, -38}, 0, {-16, 1008}, {206, 172, 175, 0} }}, - {{ {159, -50, -97}, 0, {-16, 1008}, {229, 223, 136, 0} }}, - {{ {127, -55, -63}, 0, {-16, 1008}, {177, 202, 173, 0} }}, - {{ {159, -50, -97}, 0, {-16, 1008}, {229, 223, 136, 0} }}, - {{ {152, -119, -38}, 0, {-16, 1008}, {42, 148, 203, 0} }}, - {{ {114, -118, -39}, 0, {-16, 1008}, {190, 167, 194, 0} }}, - {{ {187, -78, -58}, 0, {-16, 1008}, {67, 166, 197, 0} }}, - {{ {206, -9, -105}, 0, {-16, 1008}, {16, 6, 130, 0} }}, - {{ {311, -4, -32}, 0, {-16, 1008}, {104, 199, 210, 0} }}, - {{ {203, -69, 0}, 0, {-16, 1008}, {78, 155, 0, 255} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {187, -78, 58}, 0, {-16, 1008}, {67, 166, 59, 0} }}, - {{ {206, -9, 105}, 0, {-16, 1008}, {16, 6, 126, 0} }}, - {{ {159, -50, 97}, 0, {-16, 1008}, {229, 223, 120, 0} }}, - {{ {152, -119, 38}, 0, {-16, 1008}, {42, 148, 53, 0} }}, - {{ {114, -118, 39}, 0, {-16, 1008}, {190, 167, 62, 0} }}, - {{ {151, -126, 0}, 0, {-16, 1008}, {48, 138, 0, 255} }}, - {{ {112, -125, 0}, 0, {-16, 1008}, {182, 153, 0, 255} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {155, 76, 244, 0} }}, - {{ {194, 106, -51}, 0, {-16, 1008}, {224, 81, 163, 0} }}, - {{ {186, 24, -70}, 0, {-16, 1008}, {247, 71, 151, 0} }}, - {{ {202, 125, 0}, 0, {-16, 1008}, {249, 127, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {155, 76, 12, 0} }}, - {{ {194, 106, 51}, 0, {-16, 1008}, {224, 81, 93, 0} }}, - {{ {186, 24, 70}, 0, {-16, 1008}, {247, 71, 105, 0} }}, - {{ {212, 77, 24}, 0, {-16, 1008}, {72, 87, 58, 0} }}, - {{ {212, 77, -24}, 0, {-16, 1008}, {72, 87, 198, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(10, 8, 7, 0), - gsSP1Triangle(11, 10, 7, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(10, 13, 12, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_0 + 32, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(6, 5, 7, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(8, 10, 11, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(2, 13, 14, 0), - gsSP1Triangle(1, 13, 2, 0), - gsSP1Triangle(1, 6, 13, 0), - gsSP1Triangle(1, 3, 6, 0), - gsSP1Triangle(11, 13, 6, 0), - gsSP1Triangle(11, 6, 8, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_0 + 47, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 7, 3, 0), - gsSP1Triangle(3, 7, 8, 0), - gsSP1Triangle(1, 3, 8, 0), - gsSP1Triangle(1, 8, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_1[73] = { - {{ {172, 81, 0}, 0, {-16, 1008}, {15, 126, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {155, 76, 12, 0} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {155, 76, 244, 0} }}, - {{ {49, 70, -35}, 0, {2029, -14}, {226, 100, 184, 0} }}, - {{ {-10, 36, -27}, 0, {1765, 118}, {160, 225, 179, 101} }}, - {{ {-17, 73, -16}, 0, {2032, -16}, {168, 76, 205, 0} }}, - {{ {58, -6, -63}, 0, {2032, -16}, {182, 234, 155, 0} }}, - {{ {81, -1, -76}, 0, {2032, -16}, {187, 35, 155, 0} }}, - {{ {49, -40, -31}, 0, {2032, -16}, {151, 233, 188, 0} }}, - {{ {49, 70, 35}, 0, {2029, -14}, {226, 100, 72, 0} }}, - {{ {-17, 73, 16}, 0, {2032, -16}, {168, 76, 51, 0} }}, - {{ {-10, 36, 27}, 0, {1765, 118}, {160, 225, 77, 101} }}, - {{ {58, -6, 63}, 0, {2032, -16}, {182, 234, 101, 0} }}, - {{ {49, -40, 31}, 0, {2032, -16}, {151, 233, 68, 0} }}, - {{ {81, -1, 76}, 0, {2032, -16}, {187, 35, 101, 0} }}, - {{ {154, -10, -81}, 0, {18416, -8208}, {241, 54, 142, 0} }}, - {{ {132, 36, -69}, 0, {18416, -8208}, {252, 42, 136, 0} }}, - {{ {186, 24, -70}, 0, {18416, -8208}, {247, 71, 151, 0} }}, - {{ {121, -18, -82}, 0, {18416, -8208}, {8, 82, 159, 0} }}, - {{ {81, -1, -76}, 0, {18416, -8208}, {187, 35, 155, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {186, 24, -70}, 0, {-22, 143}, {247, 71, 151, 0} }}, - {{ {132, 36, -69}, 0, {68, 981}, {252, 42, 136, 0} }}, - {{ {199, 69, -35}, 0, {664, -42}, {155, 76, 244, 0} }}, - {{ {133, 76, -18}, 0, {877, 845}, {67, 81, 184, 0} }}, - {{ {172, 81, 0}, 0, {1002, 333}, {15, 126, 0, 0} }}, - {{ {148, 79, 0}, 0, {1002, 647}, {43, 120, 0, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {199, 69, 35}, 0, {1341, -42}, {155, 76, 12, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {186, 24, 70}, 0, {2027, 143}, {247, 71, 105, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {186, 24, 70}, 0, {2027, 143}, {247, 71, 105, 0} }}, - {{ {132, 36, -69}, 0, {68, 981}, {252, 42, 136, 0} }}, - {{ {128, 57, -62}, 0, {201, 959}, {0, 79, 156, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {133, 76, -18}, 0, {877, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {620, 1013}, {22, 99, 179, 255} }}, - {{ {154, -10, 81}, 0, {18416, -8208}, {241, 54, 114, 0} }}, - {{ {186, 24, 70}, 0, {18416, -8208}, {247, 71, 105, 0} }}, - {{ {132, 36, 69}, 0, {18416, -8208}, {252, 42, 120, 0} }}, - {{ {121, -18, 82}, 0, {18416, -8208}, {8, 82, 97, 0} }}, - {{ {81, -1, 76}, 0, {18416, -8208}, {187, 35, 101, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {121, 69, 40}, 0, {1385, 1013}, {22, 99, 77, 255} }}, - {{ {172, -52, -129}, 0, {-16, -16}, {81, 214, 167, 0} }}, - {{ {154, -10, -81}, 0, {-16, -16}, {241, 54, 142, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {177, 202, 173, 0} }}, - {{ {121, -18, -82}, 0, {-16, -16}, {8, 82, 159, 0} }}, - {{ {92, -19, -101}, 0, {-16, -16}, {185, 14, 151, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {81, -1, -76}, 0, {-16, -16}, {187, 35, 155, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {172, -52, 129}, 0, {-16, -16}, {81, 214, 89, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, - {{ {154, -10, 81}, 0, {-16, -16}, {241, 54, 114, 0} }}, - {{ {92, -19, 101}, 0, {-16, -16}, {185, 14, 105, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, - {{ {172, -52, 129}, 0, {-16, -16}, {81, 214, 89, 0} }}, - {{ {121, -18, 82}, 0, {-16, -16}, {8, 82, 97, 0} }}, - {{ {154, -10, 81}, 0, {-16, -16}, {241, 54, 114, 0} }}, - {{ {81, -1, 76}, 0, {-16, -16}, {187, 35, 101, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_1 + 0, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_1 + 15, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 8, 6, 0), - gsSP1Triangle(9, 8, 5, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(12, 13, 10, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_1 + 31, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(1, 13, 14, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_1 + 47, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(3, 6, 4, 0), - gsSP1Triangle(6, 3, 7, 0), - gsSP1Triangle(7, 3, 5, 0), - gsSP1Triangle(8, 7, 5, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(6, 7, 9, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_1 + 63, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(3, 5, 0, 0), - gsSP1Triangle(5, 6, 0, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(6, 1, 0, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_2[31] = { - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {177, 202, 173, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {206, 172, 175, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {70, -64, -64}, 0, {-16, -16}, {233, 248, 131, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {206, 172, 175, 0} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {102, -78, -38}, 0, {58, 33}, {206, 172, 175, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {155, 178, 0, 255} }}, - {{ {102, -78, 38}, 0, {58, 33}, {206, 172, 81, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {206, 172, 81, 0} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {50, -67, 43}, 0, {-16, -16}, {136, 219, 20, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {50, -67, 43}, 0, {-16, -16}, {136, 219, 20, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {70, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {206, 172, 81, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, - {{ {66, -91, 0}, 0, {-16, 1008}, {43, 136, 0, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {83, -72, 0}, 0, {-16, 1221}, {231, 131, 0, 105} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {29, -51, 0}, 0, {-16, 1008}, {130, 243, 0, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_2[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_2 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 2, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(7, 9, 5, 0), - gsSP1Triangle(10, 11, 3, 0), - gsSP1Triangle(12, 3, 11, 0), - gsSP1Triangle(3, 13, 14, 0), - gsSP1Triangle(15, 3, 14, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_2 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(5, 6, 3, 0), - gsSP1Triangle(6, 5, 7, 0), - gsSP1Triangle(2, 3, 6, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(9, 8, 11, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(8, 10, 12, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(9, 13, 14, 0), - gsSP1Triangle(9, 11, 13, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_3[23] = { - {{ {99, 94, 27}, 0, {344, 280}, {200, 46, 105, 0} }}, - {{ {99, 69, 38}, 0, {292, 386}, {229, 99, 75, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {127, 93, 21}, 0, {-16, 1008}, {69, 54, 92, 255} }}, - {{ {121, 69, 40}, 0, {684, 1013}, {22, 99, 77, 255} }}, - {{ {133, 76, 18}, 0, {556, 845}, {67, 81, 72, 0} }}, - {{ {148, 79, 0}, 0, {502, 939}, {43, 120, 0, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, - {{ {133, 76, -18}, 0, {430, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {99, 69, -38}, 0, {292, 386}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {97, 84, 0}, 0, {-54, 836}, {143, 58, 0, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_3[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_3 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(5, 6, 9, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSP1Triangle(13, 15, 4, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_3 + 16, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_4[53] = { - {{ {99, 69, -38}, 0, {-16, 1008}, {229, 99, 181, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {128, 57, -62}, 0, {-16, 1008}, {0, 79, 156, 0} }}, - {{ {54, 58, -50}, 0, {564, 1059}, {186, 52, 164, 0} }}, - {{ {58, -6, -63}, 0, {19, 1326}, {182, 234, 155, 0} }}, - {{ {49, 70, -35}, 0, {656, 1028}, {226, 100, 184, 0} }}, - {{ {81, -1, -76}, 0, {-206, 695}, {187, 35, 155, 0} }}, - {{ {132, 36, -69}, 0, {-126, -260}, {252, 42, 136, 0} }}, - {{ {99, 69, 38}, 0, {-16, 1008}, {229, 99, 75, 0} }}, - {{ {128, 57, 62}, 0, {-16, 1008}, {0, 79, 100, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {54, 58, 50}, 0, {564, 1059}, {186, 52, 92, 0} }}, - {{ {49, 70, 35}, 0, {656, 1028}, {226, 100, 72, 0} }}, - {{ {58, -6, 63}, 0, {19, 1326}, {182, 234, 101, 0} }}, - {{ {81, -1, 76}, 0, {-206, 695}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {-126, -260}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {350, -68}, {0, 79, 156, 0} }}, - {{ {132, 36, -69}, 0, {-58, -175}, {252, 42, 136, 0} }}, - {{ {58, -6, -63}, 0, {177, 1284}, {182, 234, 155, 0} }}, - {{ {54, 58, -50}, 0, {442, 1006}, {186, 52, 164, 0} }}, - {{ {99, 69, -38}, 0, {621, 286}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {682, 284}, {162, 75, 216, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {97, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {49, 70, 35}, 0, {-16, 1008}, {226, 100, 72, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {-17, 73, 16}, 0, {-16, 1008}, {168, 76, 51, 255} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {-17, 73, -16}, 0, {-16, 1008}, {168, 76, 205, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {97, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {49, 70, 35}, 0, {1360, 1009}, {226, 100, 72, 0} }}, - {{ {99, 74, 27}, 0, {1334, 284}, {162, 75, 40, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {128, 57, 62}, 0, {1666, -68}, {0, 79, 100, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {58, -6, 63}, 0, {1839, 1284}, {182, 234, 101, 0} }}, - {{ {132, 36, 69}, 0, {2074, -175}, {252, 42, 120, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_4[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_4 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_4 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 3, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 11, 9, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(12, 8, 13, 0), - gsSP1Triangle(12, 14, 11, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_4 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 5, 3, 0), - gsSP1Triangle(6, 7, 4, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(6, 9, 8, 0), - gsSP1Triangle(6, 3, 9, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_4 + 48, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_1_vtx_5[10] = { - {{ {87, 81, -13}, 0, {-16, 1008}, {246, 118, 209, 0} }}, - {{ {98, 82, -11}, 0, {-16, 1008}, {251, 118, 210, 0} }}, - {{ {95, 64, -57}, 0, {-16, 1008}, {230, 108, 195, 0} }}, - {{ {83, 55, -67}, 0, {-16, 1008}, {235, 105, 188, 0} }}, - {{ {144, 37, -100}, 0, {-16, 1008}, {245, 101, 179, 0} }}, - {{ {87, 81, 13}, 0, {-16, 1008}, {246, 118, 47, 0} }}, - {{ {95, 64, 57}, 0, {-16, 1008}, {230, 108, 61, 0} }}, - {{ {98, 82, 11}, 0, {-16, 1008}, {251, 118, 46, 0} }}, - {{ {83, 55, 67}, 0, {-16, 1008}, {235, 105, 68, 0} }}, - {{ {144, 37, 100}, 0, {-16, 1008}, {245, 101, 77, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_1_tri_5[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_1_vtx_5 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 8, 6, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_5_vtx_0[10] = { - {{ {154, -10, -81}, 0, {970, 58}, {0, 32, 133, 0} }}, - {{ {132, 36, -69}, 0, {-87, 399}, {0, 32, 133, 0} }}, - {{ {186, 24, -70}, 0, {269, -7}, {6, 35, 134, 0} }}, - {{ {121, -18, -82}, 0, {977, 701}, {251, 30, 133, 0} }}, - {{ {81, -1, -76}, 0, {430, 1273}, {251, 30, 133, 0} }}, - {{ {154, -10, 81}, 0, {970, 58}, {0, 32, 123, 0} }}, - {{ {186, 24, 70}, 0, {269, -7}, {6, 35, 122, 0} }}, - {{ {132, 36, 69}, 0, {-87, 399}, {0, 32, 123, 0} }}, - {{ {121, -18, 82}, 0, {977, 701}, {251, 30, 123, 0} }}, - {{ {81, -1, 76}, 0, {430, 1273}, {251, 30, 123, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_5_vtx_0 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_5_vtx_1[7] = { - {{ {300, 67, -54}, 0, {28, 29}, {250, 113, 198, 0} }}, - {{ {186, 24, -70}, 0, {-181, 1008}, {236, 87, 166, 0} }}, - {{ {212, 77, -24}, 0, {282, 769}, {243, 115, 204, 0} }}, - {{ {317, 86, 0}, 0, {496, -118}, {255, 127, 0, 0} }}, - {{ {212, 77, 24}, 0, {710, 769}, {243, 115, 52, 0} }}, - {{ {300, 67, 54}, 0, {964, 29}, {250, 113, 58, 0} }}, - {{ {186, 24, 70}, 0, {1173, 1008}, {236, 87, 90, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_5_tri_1[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_5_vtx_1 + 0, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Head_DL_mesh_layer_5_vtx_2[7] = { - {{ {300, 67, -54}, 0, {28, 29}, {250, 113, 198, 0} }}, - {{ {186, 24, -70}, 0, {-181, 1008}, {236, 87, 166, 0} }}, - {{ {212, 77, -24}, 0, {282, 769}, {243, 115, 204, 0} }}, - {{ {317, 86, 0}, 0, {496, -118}, {255, 127, 0, 0} }}, - {{ {212, 77, 24}, 0, {710, 769}, {243, 115, 52, 0} }}, - {{ {300, 67, 54}, 0, {964, 29}, {250, 113, 58, 0} }}, - {{ {186, 24, 70}, 0, {1173, 1008}, {236, 87, 90, 0} }}, -}; - -Gfx waluigi_Head_DL_mesh_layer_5_tri_2[] = { - gsSPVertex(waluigi_Head_DL_mesh_layer_5_vtx_2 + 0, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0[66] = { - {{ {172, 81, 0}, 0, {-16, 1008}, {15, 126, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {155, 76, 12, 0} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {155, 76, 244, 0} }}, - {{ {58, -6, -63}, 0, {2032, -16}, {182, 234, 155, 0} }}, - {{ {81, -1, -76}, 0, {2032, -16}, {187, 35, 155, 0} }}, - {{ {49, -40, -31}, 0, {2032, -16}, {151, 233, 188, 0} }}, - {{ {58, -6, 63}, 0, {2032, -16}, {182, 234, 101, 0} }}, - {{ {49, -40, 31}, 0, {2032, -16}, {151, 233, 68, 0} }}, - {{ {81, -1, 76}, 0, {2032, -16}, {187, 35, 101, 0} }}, - {{ {155, -10, -81}, 0, {18416, -8208}, {241, 54, 142, 0} }}, - {{ {132, 36, -69}, 0, {18416, -8208}, {252, 42, 136, 0} }}, - {{ {186, 24, -70}, 0, {18416, -8208}, {247, 71, 151, 0} }}, - {{ {122, -18, -82}, 0, {18416, -8208}, {8, 82, 159, 0} }}, - {{ {81, -1, -76}, 0, {18416, -8208}, {187, 35, 155, 0} }}, - {{ {132, 36, -69}, 0, {68, 981}, {252, 42, 136, 0} }}, - {{ {128, 57, -62}, 0, {201, 959}, {0, 79, 156, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {133, 76, -18}, 0, {877, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {620, 1013}, {22, 99, 179, 255} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {186, 24, -70}, 0, {-22, 143}, {247, 71, 151, 0} }}, - {{ {199, 69, -35}, 0, {664, -42}, {155, 76, 244, 0} }}, - {{ {172, 81, 0}, 0, {1002, 333}, {15, 126, 0, 0} }}, - {{ {148, 79, 0}, 0, {1002, 647}, {43, 120, 0, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {199, 69, 35}, 0, {1341, -42}, {155, 76, 12, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {186, 24, 70}, 0, {2027, 143}, {247, 71, 105, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {155, -10, 81}, 0, {18416, -8208}, {241, 54, 114, 0} }}, - {{ {186, 24, 70}, 0, {18416, -8208}, {247, 71, 105, 0} }}, - {{ {132, 36, 69}, 0, {18416, -8208}, {252, 42, 120, 0} }}, - {{ {122, -18, 82}, 0, {18416, -8208}, {8, 82, 97, 0} }}, - {{ {81, -1, 76}, 0, {18416, -8208}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {121, 69, 40}, 0, {1385, 1013}, {22, 99, 77, 255} }}, - {{ {173, -52, -129}, 0, {-16, -16}, {81, 214, 167, 0} }}, - {{ {122, -18, -82}, 0, {-16, -16}, {8, 82, 159, 0} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {241, 54, 142, 0} }}, - {{ {92, -19, -101}, 0, {-16, -16}, {185, 14, 151, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {177, 202, 173, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {81, -1, -76}, 0, {-16, -16}, {187, 35, 155, 0} }}, - {{ {92, -19, -101}, 0, {-16, -16}, {185, 14, 151, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {122, -18, -82}, 0, {-16, -16}, {8, 82, 159, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {173, -52, 129}, 0, {-16, -16}, {81, 214, 89, 0} }}, - {{ {155, -10, 81}, 0, {-16, -16}, {241, 54, 114, 0} }}, - {{ {122, -18, 82}, 0, {-16, -16}, {8, 82, 97, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, - {{ {92, -19, 101}, 0, {-16, -16}, {185, 14, 105, 0} }}, - {{ {81, -1, 76}, 0, {-16, -16}, {187, 35, 101, 0} }}, - {{ {81, -1, 76}, 0, {-16, -16}, {187, 35, 101, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {92, -19, 101}, 0, {-16, -16}, {185, 14, 105, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 10, 9, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 14, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(5, 6, 0, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(3, 7, 5, 0), - gsSP1Triangle(3, 8, 7, 0), - gsSP1Triangle(3, 9, 8, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(10, 11, 8, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 29, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(7, 6, 8, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(11, 10, 13, 0), - gsSP1Triangle(13, 10, 14, 0), - gsSP1Triangle(10, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 45, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 1, 0, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 13, 11, 0), - gsSP1Triangle(14, 13, 10, 0), - gsSP1Triangle(12, 14, 10, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 61, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(1, 4, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1[60] = { - {{ {300, 67, 54}, 0, {964, 29}, {65, 65, 88, 0} }}, - {{ {213, 77, 24}, 0, {710, 769}, {72, 87, 58, 0} }}, - {{ {186, 24, 70}, 0, {1173, 1008}, {247, 71, 105, 0} }}, - {{ {317, 86, 0}, 0, {496, -118}, {88, 92, 0, 0} }}, - {{ {213, 77, -24}, 0, {282, 769}, {72, 87, 198, 0} }}, - {{ {300, 67, -54}, 0, {28, 29}, {65, 65, 168, 0} }}, - {{ {186, 24, -70}, 0, {-181, 1008}, {247, 71, 151, 0} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {155, 76, 244, 0} }}, - {{ {194, 106, -51}, 0, {-16, 1008}, {224, 81, 163, 0} }}, - {{ {186, 24, -70}, 0, {-16, 1008}, {247, 71, 151, 0} }}, - {{ {202, 125, 0}, 0, {-16, 1008}, {249, 127, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {155, 76, 12, 0} }}, - {{ {194, 106, 51}, 0, {-16, 1008}, {224, 81, 93, 0} }}, - {{ {186, 24, 70}, 0, {-16, 1008}, {247, 71, 105, 0} }}, - {{ {213, 77, 24}, 0, {-16, 1008}, {72, 87, 58, 0} }}, - {{ {213, 77, -24}, 0, {-16, 1008}, {72, 87, 198, 0} }}, - {{ {155, -10, -81}, 0, {-16, 1008}, {241, 54, 142, 0} }}, - {{ {159, -50, -97}, 0, {-16, 1008}, {229, 223, 136, 0} }}, - {{ {127, -55, -63}, 0, {-16, 1008}, {177, 202, 173, 0} }}, - {{ {206, -9, -105}, 0, {-16, 1008}, {16, 6, 130, 0} }}, - {{ {186, 24, -70}, 0, {-16, 1008}, {247, 71, 151, 0} }}, - {{ {300, 67, -54}, 0, {-16, 1008}, {65, 65, 168, 0} }}, - {{ {311, -4, -32}, 0, {-16, 1008}, {104, 199, 210, 0} }}, - {{ {317, 86, 0}, 0, {-16, 1008}, {88, 92, 0, 0} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {300, 67, 54}, 0, {-16, 1008}, {65, 65, 88, 0} }}, - {{ {206, -9, 105}, 0, {-16, 1008}, {16, 6, 126, 0} }}, - {{ {186, 24, 70}, 0, {-16, 1008}, {247, 71, 105, 0} }}, - {{ {155, -10, 81}, 0, {-16, 1008}, {241, 54, 114, 0} }}, - {{ {159, -50, 97}, 0, {-16, 1008}, {229, 223, 120, 0} }}, - {{ {127, -55, 63}, 0, {-16, 1008}, {177, 202, 83, 0} }}, - {{ {102, -78, 38}, 0, {-16, 1008}, {206, 172, 81, 0} }}, - {{ {115, -118, 39}, 0, {-16, 1008}, {190, 167, 62, 0} }}, - {{ {159, -50, 97}, 0, {-16, 1008}, {229, 223, 120, 0} }}, - {{ {102, -78, 38}, 0, {-16, 1008}, {206, 172, 81, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {155, 178, 0, 255} }}, - {{ {112, -125, 0}, 0, {-16, 1008}, {182, 153, 0, 255} }}, - {{ {115, -118, -39}, 0, {-16, 1008}, {190, 167, 194, 0} }}, - {{ {102, -78, -38}, 0, {-16, 1008}, {206, 172, 175, 0} }}, - {{ {159, -50, -97}, 0, {-16, 1008}, {229, 223, 136, 0} }}, - {{ {127, -55, -63}, 0, {-16, 1008}, {177, 202, 173, 0} }}, - {{ {152, -119, -38}, 0, {-16, 1008}, {42, 148, 203, 0} }}, - {{ {187, -78, -58}, 0, {-16, 1008}, {67, 166, 197, 0} }}, - {{ {206, -9, -105}, 0, {-16, 1008}, {16, 6, 130, 0} }}, - {{ {311, -4, -32}, 0, {-16, 1008}, {104, 199, 210, 0} }}, - {{ {203, -69, 0}, 0, {-16, 1008}, {78, 155, 0, 255} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {187, -78, 58}, 0, {-16, 1008}, {67, 166, 59, 0} }}, - {{ {187, -78, 58}, 0, {-16, 1008}, {67, 166, 59, 0} }}, - {{ {311, -4, 32}, 0, {-16, 1008}, {104, 199, 46, 0} }}, - {{ {206, -9, 105}, 0, {-16, 1008}, {16, 6, 126, 0} }}, - {{ {159, -50, 97}, 0, {-16, 1008}, {229, 223, 120, 0} }}, - {{ {152, -119, 38}, 0, {-16, 1008}, {42, 148, 53, 0} }}, - {{ {115, -118, 39}, 0, {-16, 1008}, {190, 167, 62, 0} }}, - {{ {152, -126, 0}, 0, {-16, 1008}, {48, 138, 0, 255} }}, - {{ {112, -125, 0}, 0, {-16, 1008}, {182, 153, 0, 255} }}, - {{ {115, -118, -39}, 0, {-16, 1008}, {190, 167, 194, 0} }}, - {{ {152, -119, -38}, 0, {-16, 1008}, {42, 148, 203, 0} }}, - {{ {203, -69, 0}, 0, {-16, 1008}, {78, 155, 0, 255} }}, - {{ {187, -78, -58}, 0, {-16, 1008}, {67, 166, 197, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(7, 10, 8, 0), - gsSP1Triangle(11, 10, 7, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(11, 13, 12, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(12, 14, 10, 0), - gsSP1Triangle(10, 14, 15, 0), - gsSP1Triangle(8, 10, 15, 0), - gsSP1Triangle(8, 15, 9, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(7, 9, 5, 0), - gsSP1Triangle(10, 9, 7, 0), - gsSP1Triangle(11, 10, 7, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 48, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(9, 10, 6, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(4, 6, 10, 0), - gsSP1Triangle(4, 10, 0, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2[10] = { - {{ {87, 81, -13}, 0, {-16, 1008}, {246, 118, 209, 0} }}, - {{ {98, 82, -11}, 0, {-16, 1008}, {251, 118, 210, 0} }}, - {{ {95, 64, -57}, 0, {-16, 1008}, {230, 108, 195, 0} }}, - {{ {83, 55, -67}, 0, {-16, 1008}, {235, 105, 188, 0} }}, - {{ {144, 37, -100}, 0, {-16, 1008}, {245, 101, 179, 0} }}, - {{ {87, 81, 13}, 0, {-16, 1008}, {246, 118, 47, 0} }}, - {{ {95, 64, 57}, 0, {-16, 1008}, {230, 108, 61, 0} }}, - {{ {98, 82, 11}, 0, {-16, 1008}, {251, 118, 46, 0} }}, - {{ {83, 55, 67}, 0, {-16, 1008}, {235, 105, 68, 0} }}, - {{ {144, 37, 100}, 0, {-16, 1008}, {245, 101, 77, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 8, 6, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3[23] = { - {{ {99, 94, 27}, 0, {344, 280}, {200, 46, 105, 0} }}, - {{ {99, 69, 38}, 0, {292, 386}, {229, 99, 75, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {127, 93, 21}, 0, {-16, 1008}, {69, 54, 92, 255} }}, - {{ {121, 69, 40}, 0, {684, 1013}, {22, 99, 77, 255} }}, - {{ {133, 76, 18}, 0, {556, 845}, {67, 81, 72, 0} }}, - {{ {148, 79, 0}, 0, {502, 939}, {43, 120, 0, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, - {{ {133, 76, -18}, 0, {430, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {99, 69, -38}, 0, {292, 386}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {98, 84, 0}, 0, {-54, 836}, {143, 58, 0, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(5, 6, 9, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSP1Triangle(13, 15, 4, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3 + 16, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4[53] = { - {{ {99, 69, -38}, 0, {-16, 1008}, {229, 99, 181, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {128, 57, -62}, 0, {-16, 1008}, {0, 79, 156, 0} }}, - {{ {54, 58, -50}, 0, {564, 1059}, {186, 52, 164, 0} }}, - {{ {58, -6, -63}, 0, {19, 1326}, {182, 234, 155, 0} }}, - {{ {49, 70, -35}, 0, {656, 1028}, {226, 100, 184, 0} }}, - {{ {81, -1, -76}, 0, {-206, 695}, {187, 35, 155, 0} }}, - {{ {132, 36, -69}, 0, {-126, -260}, {252, 42, 136, 0} }}, - {{ {99, 69, 38}, 0, {-16, 1008}, {229, 99, 75, 0} }}, - {{ {128, 57, 62}, 0, {-16, 1008}, {0, 79, 100, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {54, 58, 50}, 0, {564, 1059}, {186, 52, 92, 0} }}, - {{ {49, 70, 35}, 0, {656, 1028}, {226, 100, 72, 0} }}, - {{ {58, -6, 63}, 0, {19, 1326}, {182, 234, 101, 0} }}, - {{ {81, -1, 76}, 0, {-206, 695}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {-126, -260}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {350, -68}, {0, 79, 156, 0} }}, - {{ {132, 36, -69}, 0, {-58, -175}, {252, 42, 136, 0} }}, - {{ {58, -6, -63}, 0, {177, 1284}, {182, 234, 155, 0} }}, - {{ {54, 58, -50}, 0, {442, 1006}, {186, 52, 164, 0} }}, - {{ {99, 69, -38}, 0, {621, 286}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {682, 284}, {162, 75, 216, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {49, 70, 35}, 0, {-16, 1008}, {226, 100, 72, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {-17, 73, 16}, 0, {-16, 1008}, {168, 76, 51, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {-17, 73, -16}, 0, {-16, 1008}, {168, 76, 205, 255} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {49, 70, 35}, 0, {1360, 1009}, {226, 100, 72, 0} }}, - {{ {99, 74, 27}, 0, {1334, 284}, {162, 75, 40, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {128, 57, 62}, 0, {1666, -68}, {0, 79, 100, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {58, -6, 63}, 0, {1839, 1284}, {182, 234, 101, 0} }}, - {{ {132, 36, 69}, 0, {2074, -175}, {252, 42, 120, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 3, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 11, 9, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(12, 8, 13, 0), - gsSP1Triangle(12, 14, 11, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 5, 3, 0), - gsSP1Triangle(3, 6, 4, 0), - gsSP1Triangle(6, 3, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSP1Triangle(6, 9, 4, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 48, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_5[31] = { - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {177, 202, 173, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {206, 172, 175, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {71, -64, -64}, 0, {-16, -16}, {233, 248, 131, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {206, 172, 175, 0} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {102, -78, -38}, 0, {58, 33}, {206, 172, 175, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {155, 178, 0, 255} }}, - {{ {102, -78, 38}, 0, {58, 33}, {206, 172, 81, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {206, 172, 81, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {177, 202, 83, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {206, 172, 81, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {71, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {50, -67, 43}, 0, {-16, -16}, {136, 219, 20, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {66, -91, 0}, 0, {-16, 1008}, {43, 136, 0, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {83, -72, 0}, 0, {-16, 1221}, {231, 131, 0, 105} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {29, -51, 0}, 0, {-16, 1008}, {130, 243, 0, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_5 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 2, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(7, 9, 5, 0), - gsSP1Triangle(10, 11, 3, 0), - gsSP1Triangle(12, 3, 11, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_5 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(2, 4, 7, 0), - gsSP1Triangle(7, 0, 2, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(9, 8, 11, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(8, 10, 12, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(9, 13, 14, 0), - gsSP1Triangle(9, 11, 13, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0[10] = { - {{ {155, -10, -81}, 0, {970, 58}, {0, 32, 133, 0} }}, - {{ {132, 36, -69}, 0, {-87, 399}, {0, 32, 133, 0} }}, - {{ {186, 24, -70}, 0, {269, -7}, {6, 35, 134, 0} }}, - {{ {122, -18, -82}, 0, {977, 701}, {251, 30, 133, 0} }}, - {{ {81, -1, -76}, 0, {430, 1273}, {251, 30, 133, 0} }}, - {{ {155, -10, 81}, 0, {970, 58}, {0, 32, 123, 0} }}, - {{ {186, 24, 70}, 0, {269, -7}, {6, 35, 122, 0} }}, - {{ {132, 36, 69}, 0, {-87, 399}, {0, 32, 123, 0} }}, - {{ {122, -18, 82}, 0, {977, 701}, {251, 30, 123, 0} }}, - {{ {81, -1, 76}, 0, {430, 1273}, {251, 30, 123, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_1[7] = { - {{ {300, 67, 54}, 0, {964, 29}, {250, 113, 58, 0} }}, - {{ {213, 77, 24}, 0, {710, 769}, {243, 115, 52, 0} }}, - {{ {186, 24, 70}, 0, {1173, 1008}, {236, 87, 90, 0} }}, - {{ {317, 86, 0}, 0, {496, -118}, {255, 127, 0, 0} }}, - {{ {213, 77, -24}, 0, {282, 769}, {243, 115, 204, 0} }}, - {{ {300, 67, -54}, 0, {28, 29}, {250, 113, 198, 0} }}, - {{ {186, 24, -70}, 0, {-181, 1008}, {236, 87, 166, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_1 + 0, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0[101] = { - {{ {219, -11, -91}, 0, {-16, -16}, {32, 252, 133, 255} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {186, 24, -70}, 0, {9200, -8208}, {242, 56, 143, 0} }}, - {{ {168, -64, -78}, 0, {-16, -16}, {241, 203, 141, 0} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {264, -15, -46}, 0, {-16, -16}, {109, 236, 194, 255} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {237, 53, -77}, 0, {-16, -16}, {27, 63, 149, 255} }}, - {{ {186, 24, -70}, 0, {-16, -16}, {242, 56, 143, 255} }}, - {{ {199, 69, -35}, 0, {-16, -16}, {238, 112, 199, 255} }}, - {{ {248, 68, -56}, 0, {-16, -16}, {43, 80, 167, 255} }}, - {{ {238, 95, -10}, 0, {-16, -16}, {254, 127, 0, 255} }}, - {{ {199, 69, 35}, 0, {-16, -16}, {250, 112, 59, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {186, 24, 70}, 0, {-16, -16}, {249, 58, 113, 255} }}, - {{ {186, 24, 70}, 0, {-16, -16}, {249, 58, 113, 255} }}, - {{ {218, -11, 91}, 0, {-16, -16}, {30, 0, 123, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {264, -15, 46}, 0, {-16, -16}, {109, 231, 60, 255} }}, - {{ {226, -84, 57}, 0, {-16, -16}, {56, 167, 72, 255} }}, - {{ {168, -64, 78}, 0, {-16, -16}, {240, 203, 114, 0} }}, - {{ {155, -10, 81}, 0, {9200, -8208}, {5, 33, 123, 0} }}, - {{ {186, 24, 70}, 0, {9200, -8208}, {249, 58, 113, 0} }}, - {{ {151, -93, 50}, 0, {-16, -16}, {233, 148, 63, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {212, 173, 86, 0} }}, - {{ {155, -10, 81}, 0, {-16, -16}, {5, 33, 123, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {71, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {71, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {50, -67, 43}, 0, {-16, -16}, {136, 219, 20, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {237, 53, -77}, 0, {-16, -16}, {27, 63, 149, 255} }}, - {{ {248, 68, -56}, 0, {-16, -16}, {43, 80, 167, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {285, 78, -34}, 0, {-16, -16}, {107, 48, 207, 255} }}, - {{ {238, 95, -10}, 0, {-16, -16}, {254, 127, 0, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {274, 47, 0}, 0, {-16, -16}, {127, 247, 6, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {264, -15, 46}, 0, {-16, -16}, {109, 231, 60, 255} }}, - {{ {278, -30, 0}, 0, {-16, -16}, {123, 224, 0, 255} }}, - {{ {226, -84, 57}, 0, {-16, -16}, {56, 167, 72, 255} }}, - {{ {237, -96, 0}, 0, {-16, -16}, {68, 149, 0, 255} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {151, -93, 50}, 0, {-16, -16}, {233, 148, 63, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {264, -15, -46}, 0, {-16, -16}, {109, 236, 194, 255} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {274, 47, 0}, 0, {-16, -16}, {127, 247, 6, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {285, 78, -34}, 0, {-16, -16}, {107, 48, 207, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {151, -93, -50}, 0, {-16, -16}, {233, 148, 193, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {251, 144, 196, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {212, 173, 170, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {168, -64, -78}, 0, {-16, -16}, {241, 203, 141, 0} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {71, -64, -64}, 0, {-16, -16}, {233, 248, 131, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {251, 144, 196, 0} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {102, -78, 38}, 0, {58, 33}, {251, 144, 60, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {198, 143, 0, 255} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {102, -78, -38}, 0, {58, 33}, {251, 144, 196, 0} }}, - {{ {66, -91, 0}, 0, {-16, 1008}, {43, 136, 0, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {83, -72, 0}, 0, {-16, 1221}, {231, 131, 0, 105} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {29, -51, 0}, 0, {-16, 1008}, {130, 243, 0, 255} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(7, 6, 0, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(7, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(11, 9, 12, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(4, 1, 5, 0), - gsSP1Triangle(1, 6, 5, 0), - gsSP1Triangle(7, 6, 1, 0), - gsSP1Triangle(8, 7, 1, 0), - gsSP1Triangle(6, 9, 5, 0), - gsSP1Triangle(9, 6, 10, 0), - gsSP1Triangle(6, 11, 10, 0), - gsSP1Triangle(10, 12, 9, 0), - gsSP1Triangle(13, 12, 10, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(7, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 48, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(3, 1, 5, 0), - gsSP1Triangle(5, 6, 3, 0), - gsSP1Triangle(6, 5, 7, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(12, 8, 9, 0), - gsSP1Triangle(8, 12, 6, 0), - gsSP1Triangle(12, 13, 6, 0), - gsSP1Triangle(13, 3, 6, 0), - gsSP1Triangle(13, 14, 3, 0), - gsSP1Triangle(14, 15, 3, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 64, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(10, 6, 8, 0), - gsSP1Triangle(6, 10, 4, 0), - gsSP1Triangle(10, 8, 11, 0), - gsSP1Triangle(12, 13, 7, 0), - gsSP1Triangle(14, 13, 12, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 80, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 0, 3, 0), - gsSP1Triangle(5, 0, 4, 0), - gsSP1Triangle(0, 5, 1, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(6, 8, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(12, 11, 14, 0), - gsSP1Triangle(15, 14, 11, 0), - gsSP1Triangle(11, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_0 + 96, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(4, 2, 1, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1[63] = { - {{ {172, 81, 0}, 0, {-16, 1008}, {15, 126, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {250, 112, 59, 0} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {238, 112, 199, 0} }}, - {{ {58, -6, -63}, 0, {2032, -16}, {182, 234, 155, 0} }}, - {{ {81, -1, -76}, 0, {2032, -16}, {187, 35, 155, 0} }}, - {{ {49, -40, -31}, 0, {2032, -16}, {151, 233, 188, 0} }}, - {{ {58, -6, 63}, 0, {2032, -16}, {182, 234, 101, 0} }}, - {{ {49, -40, 31}, 0, {2032, -16}, {151, 233, 68, 0} }}, - {{ {81, -1, 76}, 0, {2032, -16}, {187, 35, 101, 0} }}, - {{ {155, -10, -81}, 0, {18416, -8208}, {5, 33, 133, 0} }}, - {{ {132, 36, -69}, 0, {18416, -8208}, {252, 42, 136, 0} }}, - {{ {186, 24, -70}, 0, {18416, -8208}, {242, 56, 143, 0} }}, - {{ {122, -18, -82}, 0, {18416, -8208}, {8, 82, 159, 0} }}, - {{ {81, -1, -76}, 0, {18416, -8208}, {187, 35, 155, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {186, 24, -70}, 0, {-22, 143}, {242, 56, 143, 0} }}, - {{ {132, 36, -69}, 0, {68, 981}, {252, 42, 136, 0} }}, - {{ {199, 69, -35}, 0, {664, -42}, {238, 112, 199, 0} }}, - {{ {133, 76, -18}, 0, {877, 845}, {67, 81, 184, 0} }}, - {{ {172, 81, 0}, 0, {1002, 333}, {15, 126, 0, 0} }}, - {{ {148, 79, 0}, 0, {1002, 647}, {43, 120, 0, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {199, 69, 35}, 0, {1341, -42}, {250, 112, 59, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {186, 24, 70}, 0, {2027, 143}, {249, 58, 113, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {201, 959}, {0, 79, 156, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {121, 69, -40}, 0, {620, 1013}, {22, 99, 179, 255} }}, - {{ {81, -1, -76}, 0, {-16, -16}, {187, 35, 155, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {92, -19, -101}, 0, {-16, -16}, {185, 14, 151, 0} }}, - {{ {122, -18, -82}, 0, {-16, -16}, {8, 82, 159, 0} }}, - {{ {173, -52, -129}, 0, {-16, -16}, {81, 214, 167, 0} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {212, 173, 170, 0} }}, - {{ {155, -10, 81}, 0, {18416, -8208}, {5, 33, 123, 0} }}, - {{ {186, 24, 70}, 0, {18416, -8208}, {249, 58, 113, 0} }}, - {{ {132, 36, 69}, 0, {18416, -8208}, {252, 42, 120, 0} }}, - {{ {122, -18, 82}, 0, {18416, -8208}, {8, 82, 97, 0} }}, - {{ {81, -1, 76}, 0, {18416, -8208}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {121, 69, 40}, 0, {1385, 1013}, {22, 99, 77, 255} }}, - {{ {81, -1, 76}, 0, {-16, -16}, {187, 35, 101, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {92, -19, 101}, 0, {-16, -16}, {185, 14, 105, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {212, 173, 86, 0} }}, - {{ {173, -52, 129}, 0, {-16, -16}, {81, 214, 89, 0} }}, - {{ {155, -10, 81}, 0, {-16, -16}, {5, 33, 123, 0} }}, - {{ {122, -18, 82}, 0, {-16, -16}, {8, 82, 97, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1 + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 10, 9, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1 + 14, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(2, 12, 13, 0), - gsSP1Triangle(12, 4, 13, 0), - gsSP1Triangle(12, 14, 4, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1 + 29, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(3, 5, 7, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1 + 45, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(11, 7, 9, 0), - gsSP1Triangle(11, 4, 7, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_1 + 60, 3, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_2[10] = { - {{ {87, 81, -13}, 0, {-16, 1008}, {246, 118, 209, 0} }}, - {{ {98, 82, -11}, 0, {-16, 1008}, {251, 118, 210, 0} }}, - {{ {95, 64, -57}, 0, {-16, 1008}, {230, 108, 195, 0} }}, - {{ {83, 55, -67}, 0, {-16, 1008}, {235, 105, 188, 0} }}, - {{ {144, 37, -100}, 0, {-16, 1008}, {245, 101, 179, 0} }}, - {{ {87, 81, 13}, 0, {-16, 1008}, {246, 118, 47, 0} }}, - {{ {95, 64, 57}, 0, {-16, 1008}, {230, 108, 61, 0} }}, - {{ {98, 82, 11}, 0, {-16, 1008}, {251, 118, 46, 0} }}, - {{ {83, 55, 67}, 0, {-16, 1008}, {235, 105, 68, 0} }}, - {{ {144, 37, 100}, 0, {-16, 1008}, {245, 101, 77, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_2 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 8, 6, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_3[23] = { - {{ {99, 94, 27}, 0, {344, 280}, {200, 46, 105, 0} }}, - {{ {99, 69, 38}, 0, {292, 386}, {229, 99, 75, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {127, 93, 21}, 0, {-16, 1008}, {69, 54, 92, 255} }}, - {{ {121, 69, 40}, 0, {684, 1013}, {22, 99, 77, 255} }}, - {{ {133, 76, 18}, 0, {556, 845}, {67, 81, 72, 0} }}, - {{ {148, 79, 0}, 0, {502, 939}, {43, 120, 0, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, - {{ {133, 76, -18}, 0, {430, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {99, 69, -38}, 0, {292, 386}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {98, 84, 0}, 0, {-54, 836}, {143, 58, 0, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_3 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(5, 6, 9, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSP1Triangle(13, 15, 4, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_3 + 16, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4[53] = { - {{ {99, 69, -38}, 0, {-16, 1008}, {229, 99, 181, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {128, 57, -62}, 0, {-16, 1008}, {0, 79, 156, 0} }}, - {{ {54, 58, -50}, 0, {564, 1059}, {186, 52, 164, 0} }}, - {{ {58, -6, -63}, 0, {19, 1326}, {182, 234, 155, 0} }}, - {{ {49, 70, -35}, 0, {656, 1028}, {226, 100, 184, 0} }}, - {{ {81, -1, -76}, 0, {-206, 695}, {187, 35, 155, 0} }}, - {{ {132, 36, -69}, 0, {-126, -260}, {252, 42, 136, 0} }}, - {{ {99, 69, 38}, 0, {-16, 1008}, {229, 99, 75, 0} }}, - {{ {128, 57, 62}, 0, {-16, 1008}, {0, 79, 100, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {54, 58, 50}, 0, {564, 1059}, {186, 52, 92, 0} }}, - {{ {49, 70, 35}, 0, {656, 1028}, {226, 100, 72, 0} }}, - {{ {58, -6, 63}, 0, {19, 1326}, {182, 234, 101, 0} }}, - {{ {81, -1, 76}, 0, {-206, 695}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {-126, -260}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {350, -68}, {0, 79, 156, 0} }}, - {{ {132, 36, -69}, 0, {-58, -175}, {252, 42, 136, 0} }}, - {{ {58, -6, -63}, 0, {177, 1284}, {182, 234, 155, 0} }}, - {{ {54, 58, -50}, 0, {442, 1006}, {186, 52, 164, 0} }}, - {{ {99, 69, -38}, 0, {621, 286}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {682, 284}, {162, 75, 216, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {49, 70, 35}, 0, {-16, 1008}, {226, 100, 72, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {-17, 73, 16}, 0, {-16, 1008}, {168, 76, 51, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {-17, 73, -16}, 0, {-16, 1008}, {168, 76, 205, 255} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {49, 70, 35}, 0, {1360, 1009}, {226, 100, 72, 0} }}, - {{ {99, 74, 27}, 0, {1334, 284}, {162, 75, 40, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {128, 57, 62}, 0, {1666, -68}, {0, 79, 100, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {58, -6, 63}, 0, {1839, 1284}, {182, 234, 101, 0} }}, - {{ {132, 36, 69}, 0, {2074, -175}, {252, 42, 120, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 3, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 11, 9, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(12, 8, 13, 0), - gsSP1Triangle(12, 14, 11, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 5, 3, 0), - gsSP1Triangle(3, 6, 4, 0), - gsSP1Triangle(6, 3, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSP1Triangle(6, 9, 4, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_vtx_4 + 48, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_vtx_0[10] = { - {{ {155, -10, -81}, 0, {970, 58}, {0, 32, 133, 0} }}, - {{ {132, 36, -69}, 0, {-87, 399}, {0, 32, 133, 0} }}, - {{ {186, 24, -70}, 0, {269, -7}, {6, 35, 134, 0} }}, - {{ {122, -18, -82}, 0, {977, 701}, {251, 30, 133, 0} }}, - {{ {81, -1, -76}, 0, {430, 1273}, {251, 30, 133, 0} }}, - {{ {155, -10, 81}, 0, {970, 58}, {0, 32, 123, 0} }}, - {{ {186, 24, 70}, 0, {269, -7}, {6, 35, 122, 0} }}, - {{ {132, 36, 69}, 0, {-87, 399}, {0, 32, 123, 0} }}, - {{ {122, -18, 82}, 0, {977, 701}, {251, 30, 123, 0} }}, - {{ {81, -1, 76}, 0, {430, 1273}, {251, 30, 123, 0} }}, -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_vtx_0 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0[101] = { - {{ {219, -11, -91}, 0, {-16, -16}, {32, 252, 133, 255} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {186, 24, -70}, 0, {9200, -8208}, {242, 56, 143, 0} }}, - {{ {168, -64, -78}, 0, {-16, -16}, {241, 203, 141, 0} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {264, -15, -46}, 0, {-16, -16}, {109, 236, 194, 255} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {237, 53, -77}, 0, {-16, -16}, {27, 63, 149, 255} }}, - {{ {186, 24, -70}, 0, {-16, -16}, {242, 56, 143, 255} }}, - {{ {199, 69, -35}, 0, {-16, -16}, {238, 112, 199, 255} }}, - {{ {248, 68, -56}, 0, {-16, -16}, {43, 80, 167, 255} }}, - {{ {238, 95, -10}, 0, {-16, -16}, {254, 127, 0, 255} }}, - {{ {199, 69, 35}, 0, {-16, -16}, {250, 112, 59, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {186, 24, 70}, 0, {-16, -16}, {249, 58, 113, 255} }}, - {{ {186, 24, 70}, 0, {-16, -16}, {249, 58, 113, 255} }}, - {{ {218, -11, 91}, 0, {-16, -16}, {30, 0, 123, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {264, -15, 46}, 0, {-16, -16}, {109, 231, 60, 255} }}, - {{ {226, -84, 57}, 0, {-16, -16}, {56, 167, 72, 255} }}, - {{ {168, -64, 78}, 0, {-16, -16}, {240, 203, 114, 0} }}, - {{ {155, -10, 81}, 0, {9200, -8208}, {5, 33, 123, 0} }}, - {{ {186, 24, 70}, 0, {9200, -8208}, {249, 58, 113, 0} }}, - {{ {151, -93, 50}, 0, {-16, -16}, {233, 148, 63, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {212, 173, 86, 0} }}, - {{ {155, -10, 81}, 0, {-16, -16}, {5, 33, 123, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {71, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {71, -64, 64}, 0, {-16, -16}, {233, 248, 125, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {50, -67, 43}, 0, {-16, -16}, {136, 219, 20, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {74, -90, 50}, 0, {-16, -16}, {244, 139, 47, 0} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {237, 53, -77}, 0, {-16, -16}, {27, 63, 149, 255} }}, - {{ {248, 68, -56}, 0, {-16, -16}, {43, 80, 167, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {285, 78, -34}, 0, {-16, -16}, {107, 48, 207, 255} }}, - {{ {238, 95, -10}, 0, {-16, -16}, {254, 127, 0, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {237, 53, 66}, 0, {-16, -16}, {25, 76, 99, 255} }}, - {{ {264, 24, 59}, 0, {-16, -16}, {103, 12, 74, 255} }}, - {{ {246, 64, 47}, 0, {-16, -16}, {46, 97, 69, 255} }}, - {{ {274, 47, 0}, 0, {-16, -16}, {127, 247, 6, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {264, -15, 46}, 0, {-16, -16}, {109, 231, 60, 255} }}, - {{ {278, -30, 0}, 0, {-16, -16}, {123, 224, 0, 255} }}, - {{ {226, -84, 57}, 0, {-16, -16}, {56, 167, 72, 255} }}, - {{ {237, -96, 0}, 0, {-16, -16}, {68, 149, 0, 255} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {151, -93, 50}, 0, {-16, -16}, {233, 148, 63, 0} }}, - {{ {102, -78, 38}, 0, {-16, -16}, {251, 144, 60, 0} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {264, -15, -46}, 0, {-16, -16}, {109, 236, 194, 255} }}, - {{ {258, 24, -58}, 0, {-16, -16}, {106, 4, 186, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {274, 47, 0}, 0, {-16, -16}, {127, 247, 6, 255} }}, - {{ {269, 51, -27}, 0, {-16, -16}, {112, 220, 208, 255} }}, - {{ {285, 78, -34}, 0, {-16, -16}, {107, 48, 207, 255} }}, - {{ {268, 60, 26}, 0, {-16, -16}, {103, 57, 48, 255} }}, - {{ {226, -84, -56}, 0, {-16, -16}, {56, 167, 185, 255} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {151, -93, -50}, 0, {-16, -16}, {233, 148, 193, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {251, 144, 196, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {212, 173, 170, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {168, -64, -78}, 0, {-16, -16}, {241, 203, 141, 0} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {71, -64, -64}, 0, {-16, -16}, {233, 248, 131, 0} }}, - {{ {50, -67, -43}, 0, {-16, -16}, {136, 219, 236, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {102, -78, -38}, 0, {-16, -16}, {251, 144, 196, 0} }}, - {{ {74, -90, -50}, 0, {-16, -16}, {244, 139, 209, 0} }}, - {{ {154, -101, 0}, 0, {-16, -16}, {241, 130, 0, 0} }}, - {{ {102, -78, 38}, 0, {58, 33}, {251, 144, 60, 0} }}, - {{ {96, -80, 0}, 0, {-16, 1008}, {198, 143, 0, 255} }}, - {{ {83, -72, 0}, 0, {-16, 482}, {231, 131, 0, 105} }}, - {{ {102, -78, -38}, 0, {58, 33}, {251, 144, 196, 0} }}, - {{ {66, -91, 0}, 0, {-16, 1008}, {43, 136, 0, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {83, -72, 0}, 0, {-16, 1221}, {231, 131, 0, 105} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {29, -51, 0}, 0, {-16, 1008}, {130, 243, 0, 255} }}, - {{ {42, -87, 0}, 0, {-16, 1008}, {185, 150, 0, 0} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(7, 6, 0, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(7, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(11, 9, 12, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(4, 1, 5, 0), - gsSP1Triangle(1, 6, 5, 0), - gsSP1Triangle(7, 6, 1, 0), - gsSP1Triangle(8, 7, 1, 0), - gsSP1Triangle(6, 9, 5, 0), - gsSP1Triangle(9, 6, 10, 0), - gsSP1Triangle(6, 11, 10, 0), - gsSP1Triangle(10, 12, 9, 0), - gsSP1Triangle(13, 12, 10, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(7, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 48, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(3, 1, 5, 0), - gsSP1Triangle(5, 6, 3, 0), - gsSP1Triangle(6, 5, 7, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(12, 8, 9, 0), - gsSP1Triangle(8, 12, 6, 0), - gsSP1Triangle(12, 13, 6, 0), - gsSP1Triangle(13, 3, 6, 0), - gsSP1Triangle(13, 14, 3, 0), - gsSP1Triangle(14, 15, 3, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 64, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(10, 6, 8, 0), - gsSP1Triangle(6, 10, 4, 0), - gsSP1Triangle(10, 8, 11, 0), - gsSP1Triangle(12, 13, 7, 0), - gsSP1Triangle(14, 13, 12, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 80, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 0, 3, 0), - gsSP1Triangle(5, 0, 4, 0), - gsSP1Triangle(0, 5, 1, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(6, 8, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(12, 11, 14, 0), - gsSP1Triangle(15, 14, 11, 0), - gsSP1Triangle(11, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_0 + 96, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(4, 2, 1, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1[63] = { - {{ {172, 81, 0}, 0, {-16, 1008}, {15, 126, 0, 0} }}, - {{ {199, 69, 35}, 0, {-16, 1008}, {250, 112, 59, 0} }}, - {{ {199, 69, -35}, 0, {-16, 1008}, {238, 112, 199, 0} }}, - {{ {58, -6, -63}, 0, {2032, -16}, {182, 234, 155, 0} }}, - {{ {81, -1, -76}, 0, {2032, -16}, {187, 35, 155, 0} }}, - {{ {49, -40, -31}, 0, {2032, -16}, {151, 233, 188, 0} }}, - {{ {58, -6, 63}, 0, {2032, -16}, {182, 234, 101, 0} }}, - {{ {49, -40, 31}, 0, {2032, -16}, {151, 233, 68, 0} }}, - {{ {81, -1, 76}, 0, {2032, -16}, {187, 35, 101, 0} }}, - {{ {155, -10, -81}, 0, {18416, -8208}, {5, 33, 133, 0} }}, - {{ {132, 36, -69}, 0, {18416, -8208}, {252, 42, 136, 0} }}, - {{ {186, 24, -70}, 0, {18416, -8208}, {242, 56, 143, 0} }}, - {{ {122, -18, -82}, 0, {18416, -8208}, {8, 82, 159, 0} }}, - {{ {81, -1, -76}, 0, {18416, -8208}, {187, 35, 155, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {186, 24, -70}, 0, {-22, 143}, {242, 56, 143, 0} }}, - {{ {132, 36, -69}, 0, {68, 981}, {252, 42, 136, 0} }}, - {{ {199, 69, -35}, 0, {664, -42}, {238, 112, 199, 0} }}, - {{ {133, 76, -18}, 0, {877, 845}, {67, 81, 184, 0} }}, - {{ {172, 81, 0}, 0, {1002, 333}, {15, 126, 0, 0} }}, - {{ {148, 79, 0}, 0, {1002, 647}, {43, 120, 0, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {199, 69, 35}, 0, {1341, -42}, {250, 112, 59, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {186, 24, 70}, 0, {2027, 143}, {249, 58, 113, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {201, 959}, {0, 79, 156, 0} }}, - {{ {177, 61, -49}, 0, {430, 256}, {17, 90, 168, 0} }}, - {{ {121, 69, -40}, 0, {620, 1013}, {22, 99, 179, 255} }}, - {{ {81, -1, -76}, 0, {-16, -16}, {187, 35, 155, 0} }}, - {{ {94, -34, -57}, 0, {-16, -16}, {197, 194, 162, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {92, -19, -101}, 0, {-16, -16}, {185, 14, 151, 0} }}, - {{ {122, -18, -82}, 0, {-16, -16}, {8, 82, 159, 0} }}, - {{ {173, -52, -129}, 0, {-16, -16}, {81, 214, 167, 0} }}, - {{ {155, -10, -81}, 0, {-16, -16}, {5, 33, 133, 0} }}, - {{ {127, -55, -63}, 0, {-16, -16}, {212, 173, 170, 0} }}, - {{ {155, -10, 81}, 0, {18416, -8208}, {5, 33, 123, 0} }}, - {{ {186, 24, 70}, 0, {18416, -8208}, {249, 58, 113, 0} }}, - {{ {132, 36, 69}, 0, {18416, -8208}, {252, 42, 120, 0} }}, - {{ {122, -18, 82}, 0, {18416, -8208}, {8, 82, 97, 0} }}, - {{ {81, -1, 76}, 0, {18416, -8208}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {1937, 981}, {252, 42, 120, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {128, 57, 62}, 0, {1804, 959}, {0, 79, 100, 0} }}, - {{ {177, 61, 49}, 0, {1575, 256}, {17, 90, 88, 0} }}, - {{ {133, 76, 18}, 0, {1128, 845}, {67, 81, 72, 0} }}, - {{ {121, 69, 40}, 0, {1385, 1013}, {22, 99, 77, 255} }}, - {{ {81, -1, 76}, 0, {-16, -16}, {187, 35, 101, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {94, -34, 57}, 0, {-16, -16}, {197, 194, 94, 0} }}, - {{ {92, -19, 101}, 0, {-16, -16}, {185, 14, 105, 0} }}, - {{ {127, -55, 63}, 0, {-16, -16}, {212, 173, 86, 0} }}, - {{ {173, -52, 129}, 0, {-16, -16}, {81, 214, 89, 0} }}, - {{ {155, -10, 81}, 0, {-16, -16}, {5, 33, 123, 0} }}, - {{ {122, -18, 82}, 0, {-16, -16}, {8, 82, 97, 0} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 10, 9, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 14, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(2, 12, 13, 0), - gsSP1Triangle(12, 4, 13, 0), - gsSP1Triangle(12, 14, 4, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 29, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(3, 5, 7, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 45, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(11, 7, 9, 0), - gsSP1Triangle(11, 4, 7, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_1 + 60, 3, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2[10] = { - {{ {87, 81, -13}, 0, {-16, 1008}, {246, 118, 209, 0} }}, - {{ {98, 82, -11}, 0, {-16, 1008}, {251, 118, 210, 0} }}, - {{ {95, 64, -57}, 0, {-16, 1008}, {230, 108, 195, 0} }}, - {{ {83, 55, -67}, 0, {-16, 1008}, {235, 105, 188, 0} }}, - {{ {144, 37, -100}, 0, {-16, 1008}, {245, 101, 179, 0} }}, - {{ {87, 81, 13}, 0, {-16, 1008}, {246, 118, 47, 0} }}, - {{ {95, 64, 57}, 0, {-16, 1008}, {230, 108, 61, 0} }}, - {{ {98, 82, 11}, 0, {-16, 1008}, {251, 118, 46, 0} }}, - {{ {83, 55, 67}, 0, {-16, 1008}, {235, 105, 68, 0} }}, - {{ {144, 37, 100}, 0, {-16, 1008}, {245, 101, 77, 0} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_2 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(5, 8, 6, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3[23] = { - {{ {99, 94, 27}, 0, {344, 280}, {200, 46, 105, 0} }}, - {{ {99, 69, 38}, 0, {292, 386}, {229, 99, 75, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {127, 93, 21}, 0, {-16, 1008}, {69, 54, 92, 255} }}, - {{ {121, 69, 40}, 0, {684, 1013}, {22, 99, 77, 255} }}, - {{ {133, 76, 18}, 0, {556, 845}, {67, 81, 72, 0} }}, - {{ {148, 79, 0}, 0, {502, 939}, {43, 120, 0, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, - {{ {133, 76, -18}, 0, {430, 845}, {67, 81, 184, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {99, 69, -38}, 0, {292, 386}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {99, 74, -27}, 0, {344, 280}, {162, 75, 216, 0} }}, - {{ {98, 84, 0}, 0, {-54, 836}, {143, 58, 0, 0} }}, - {{ {84, 140, 0}, 0, {-16, 1008}, {186, 106, 0, 0} }}, - {{ {99, 74, 27}, 0, {344, 280}, {162, 75, 40, 0} }}, - {{ {127, 124, 0}, 0, {-16, 1008}, {75, 103, 0, 255} }}, - {{ {99, 94, -27}, 0, {344, 280}, {200, 46, 151, 0} }}, - {{ {127, 93, -21}, 0, {-16, 1008}, {69, 54, 164, 255} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(5, 6, 9, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(10, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSP1Triangle(13, 15, 4, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_3 + 16, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4[53] = { - {{ {99, 69, -38}, 0, {-16, 1008}, {229, 99, 181, 0} }}, - {{ {121, 69, -40}, 0, {-16, 1008}, {22, 99, 179, 255} }}, - {{ {128, 57, -62}, 0, {-16, 1008}, {0, 79, 156, 0} }}, - {{ {54, 58, -50}, 0, {564, 1059}, {186, 52, 164, 0} }}, - {{ {58, -6, -63}, 0, {19, 1326}, {182, 234, 155, 0} }}, - {{ {49, 70, -35}, 0, {656, 1028}, {226, 100, 184, 0} }}, - {{ {81, -1, -76}, 0, {-206, 695}, {187, 35, 155, 0} }}, - {{ {132, 36, -69}, 0, {-126, -260}, {252, 42, 136, 0} }}, - {{ {99, 69, 38}, 0, {-16, 1008}, {229, 99, 75, 0} }}, - {{ {128, 57, 62}, 0, {-16, 1008}, {0, 79, 100, 0} }}, - {{ {121, 69, 40}, 0, {-16, 1008}, {22, 99, 77, 255} }}, - {{ {54, 58, 50}, 0, {564, 1059}, {186, 52, 92, 0} }}, - {{ {49, 70, 35}, 0, {656, 1028}, {226, 100, 72, 0} }}, - {{ {58, -6, 63}, 0, {19, 1326}, {182, 234, 101, 0} }}, - {{ {81, -1, 76}, 0, {-206, 695}, {187, 35, 101, 0} }}, - {{ {132, 36, 69}, 0, {-126, -260}, {252, 42, 120, 0} }}, - {{ {128, 57, -62}, 0, {350, -68}, {0, 79, 156, 0} }}, - {{ {132, 36, -69}, 0, {-58, -175}, {252, 42, 136, 0} }}, - {{ {58, -6, -63}, 0, {177, 1284}, {182, 234, 155, 0} }}, - {{ {54, 58, -50}, 0, {442, 1006}, {186, 52, 164, 0} }}, - {{ {99, 69, -38}, 0, {621, 286}, {229, 99, 181, 0} }}, - {{ {99, 74, -27}, 0, {682, 284}, {162, 75, 216, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {47, -5, -44}, 0, {-16, 1008}, {155, 230, 183, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {58, -6, -63}, 0, {-16, 1008}, {182, 234, 155, 0} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, -31}, 0, {-16, -16}, {151, 233, 188, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {35, -21, 0}, 0, {-16, 1008}, {136, 215, 0, 255} }}, - {{ {49, -40, 31}, 0, {-16, -16}, {151, 233, 68, 0} }}, - {{ {47, -5, 44}, 0, {-16, 1008}, {155, 230, 73, 255} }}, - {{ {49, 70, 35}, 0, {-16, 1008}, {226, 100, 72, 0} }}, - {{ {-10, 36, 27}, 0, {-16, 1008}, {160, 225, 77, 101} }}, - {{ {58, -6, 63}, 0, {-16, 1008}, {182, 234, 101, 0} }}, - {{ {-17, 73, 16}, 0, {-16, 1008}, {168, 76, 51, 255} }}, - {{ {49, 70, -35}, 0, {-16, 1008}, {226, 100, 184, 0} }}, - {{ {-17, 73, -16}, 0, {-16, 1008}, {168, 76, 205, 255} }}, - {{ {-10, 36, -27}, 0, {-16, 1008}, {160, 225, 179, 101} }}, - {{ {98, 84, 0}, 0, {1008, 252}, {143, 58, 0, 0} }}, - {{ {49, 70, -35}, 0, {656, 1009}, {226, 100, 184, 0} }}, - {{ {49, 70, 35}, 0, {1360, 1009}, {226, 100, 72, 0} }}, - {{ {99, 74, 27}, 0, {1334, 284}, {162, 75, 40, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {54, 58, 50}, 0, {1574, 1006}, {186, 52, 92, 0} }}, - {{ {128, 57, 62}, 0, {1666, -68}, {0, 79, 100, 0} }}, - {{ {99, 69, 38}, 0, {1395, 286}, {229, 99, 75, 0} }}, - {{ {58, -6, 63}, 0, {1839, 1284}, {182, 234, 101, 0} }}, - {{ {132, 36, 69}, 0, {2074, -175}, {252, 42, 120, 0} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(5, 3, 6, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 11, 9, 0), - gsSP1Triangle(12, 11, 8, 0), - gsSP1Triangle(12, 8, 13, 0), - gsSP1Triangle(12, 14, 11, 0), - gsSP1Triangle(12, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 5, 3, 0), - gsSP1Triangle(3, 6, 4, 0), - gsSP1Triangle(6, 3, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(8, 9, 6, 0), - gsSP1Triangle(6, 9, 4, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_vtx_4 + 48, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0[10] = { - {{ {155, -10, -81}, 0, {970, 58}, {0, 32, 133, 0} }}, - {{ {132, 36, -69}, 0, {-87, 399}, {0, 32, 133, 0} }}, - {{ {186, 24, -70}, 0, {269, -7}, {6, 35, 134, 0} }}, - {{ {122, -18, -82}, 0, {977, 701}, {251, 30, 133, 0} }}, - {{ {81, -1, -76}, 0, {430, 1273}, {251, 30, 133, 0} }}, - {{ {155, -10, 81}, 0, {970, 58}, {0, 32, 123, 0} }}, - {{ {186, 24, 70}, 0, {269, -7}, {6, 35, 122, 0} }}, - {{ {132, 36, 69}, 0, {-87, 399}, {0, 32, 123, 0} }}, - {{ {122, -18, 82}, 0, {977, 701}, {251, 30, 123, 0} }}, - {{ {81, -1, 76}, 0, {430, 1273}, {251, 30, 123, 0} }}, -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_vtx_0 + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(1, 3, 4, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Wing_DL_mesh_layer_4_vtx_0[4] = { - {{ {-3, 24, -2}, 0, {-16, 1978}, {233, 0, 125, 0} }}, - {{ {83, 23, 14}, 0, {974, 1978}, {233, 0, 125, 0} }}, - {{ {83, 200, 14}, 0, {974, -34}, {233, 0, 125, 0} }}, - {{ {-3, 200, -2}, 0, {-16, -34}, {234, 0, 125, 0} }}, -}; - -Gfx waluigi_Left_Wing_DL_mesh_layer_4_tri_0[] = { - gsSPVertex(waluigi_Left_Wing_DL_mesh_layer_4_vtx_0 + 0, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Wing_DL_mesh_layer_4_vtx_1[4] = { - {{ {-89, 199, -17}, 0, {-16, -34}, {234, 0, 125, 0} }}, - {{ {-89, 23, -17}, 0, {-16, 1978}, {234, 0, 125, 0} }}, - {{ {-3, 24, -2}, 0, {974, 1978}, {233, 0, 125, 0} }}, - {{ {-3, 200, -2}, 0, {974, -34}, {234, 0, 125, 0} }}, -}; - -Gfx waluigi_Left_Wing_DL_mesh_layer_4_tri_1[] = { - gsSPVertex(waluigi_Left_Wing_DL_mesh_layer_4_vtx_1 + 0, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Wing_DL_mesh_layer_4_vtx_0[4] = { - {{ {-3, 24, 2}, 0, {-16, 1978}, {23, 0, 125, 0} }}, - {{ {83, 23, -14}, 0, {974, 1978}, {23, 0, 125, 0} }}, - {{ {83, 200, -14}, 0, {974, -34}, {23, 0, 125, 0} }}, - {{ {-3, 200, 2}, 0, {-16, -34}, {22, 0, 125, 0} }}, -}; - -Gfx waluigi_Right_Wing_DL_mesh_layer_4_tri_0[] = { - gsSPVertex(waluigi_Right_Wing_DL_mesh_layer_4_vtx_0 + 0, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Wing_DL_mesh_layer_4_vtx_1[4] = { - {{ {-89, 199, 17}, 0, {-16, -34}, {22, 0, 125, 0} }}, - {{ {-3, 24, 2}, 0, {974, 1978}, {23, 0, 125, 0} }}, - {{ {-3, 200, 2}, 0, {974, -34}, {22, 0, 125, 0} }}, - {{ {-89, 23, 17}, 0, {-16, 1978}, {22, 0, 125, 0} }}, -}; - -Gfx waluigi_Right_Wing_DL_mesh_layer_4_tri_1[] = { - gsSPVertex(waluigi_Right_Wing_DL_mesh_layer_4_vtx_1 + 0, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Arm_Color_mesh_layer_1_vtx_0[31] = { - {{ {-19, -7, -34}, 0, {-16, -16}, {216, 225, 139, 0} }}, - {{ {-32, -4, -21}, 0, {-16, -16}, {145, 241, 196, 0} }}, - {{ {-32, 20, -11}, 0, {-16, -16}, {147, 55, 222, 0} }}, - {{ {-20, -34, 0}, 0, {-16, -16}, {214, 136, 254, 0} }}, - {{ {100, -28, 0}, 0, {-16, -16}, {23, 131, 253, 0} }}, - {{ {103, -7, -27}, 0, {-16, -16}, {24, 222, 136, 0} }}, - {{ {-18, 31, -20}, 0, {-16, -16}, {219, 102, 189, 0} }}, - {{ {-32, 19, 14}, 0, {-16, -16}, {147, 53, 39, 0} }}, - {{ {-32, -5, 21}, 0, {-16, -16}, {146, 236, 60, 0} }}, - {{ {-33, -19, 0}, 0, {-16, -16}, {143, 198, 254, 0} }}, - {{ {-19, -10, 34}, 0, {-16, -16}, {216, 216, 114, 0} }}, - {{ {103, -9, 27}, 0, {-16, -16}, {25, 213, 117, 0} }}, - {{ {125, -6, 19}, 0, {-16, -16}, {89, 222, 84, 0} }}, - {{ {125, -19, 0}, 0, {-16, -16}, {89, 165, 255, 0} }}, - {{ {127, -4, -19}, 0, {-16, -16}, {93, 231, 174, 0} }}, - {{ {127, 17, -10}, 0, {-16, -16}, {93, 71, 207, 0} }}, - {{ {105, 24, -15}, 0, {-16, -16}, {27, 103, 187, 0} }}, - {{ {127, 17, -10}, 0, {-16, -16}, {93, 71, 207, 0} }}, - {{ {103, -7, -27}, 0, {-16, -16}, {24, 222, 136, 0} }}, - {{ {-18, 31, -20}, 0, {-16, -16}, {219, 102, 189, 0} }}, - {{ {-18, 30, 23}, 0, {-16, -16}, {219, 95, 76, 0} }}, - {{ {-32, 19, 14}, 0, {-16, -16}, {147, 53, 39, 0} }}, - {{ {-32, -5, 21}, 0, {-16, -16}, {146, 236, 60, 0} }}, - {{ {-19, -10, 34}, 0, {-16, -16}, {216, 216, 114, 0} }}, - {{ {-33, -19, 0}, 0, {-16, -16}, {143, 198, 254, 0} }}, - {{ {105, 23, 18}, 0, {-16, -16}, {27, 98, 77, 0} }}, - {{ {103, -9, 27}, 0, {-16, -16}, {25, 213, 117, 0} }}, - {{ {125, -6, 19}, 0, {-16, -16}, {89, 222, 84, 0} }}, - {{ {127, 16, 13}, 0, {-16, -16}, {96, 63, 55, 0} }}, - {{ {127, -4, -19}, 0, {-16, -16}, {93, 231, 174, 0} }}, - {{ {125, -19, 0}, 0, {-16, -16}, {89, 165, 255, 0} }}, -}; - -Gfx waluigi_Left_Arm_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Arm_Color_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(8, 7, 2, 0), - gsSP1Triangle(2, 1, 8, 0), - gsSP1Triangle(1, 9, 8, 0), - gsSP1Triangle(3, 9, 1, 0), - gsSP1Triangle(10, 9, 3, 0), - gsSP1Triangle(10, 3, 11, 0), - gsSP1Triangle(3, 4, 11, 0), - gsSP1Triangle(4, 12, 11, 0), - gsSP1Triangle(4, 13, 12, 0), - gsSP1Triangle(14, 13, 4, 0), - gsSP1Triangle(5, 14, 4, 0), - gsSP1Triangle(15, 14, 5, 0), - gsSPVertex(waluigi_Left_Arm_Color_mesh_layer_1_vtx_0 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(3, 4, 0, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(7, 6, 8, 0), - gsSP1Triangle(4, 7, 9, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(11, 12, 9, 0), - gsSP1Triangle(12, 11, 13, 0), - gsSP1Triangle(11, 14, 13, 0), - gsSP1Triangle(12, 13, 1, 0), - gsSP1Triangle(9, 12, 1, 0), - gsSP1Triangle(9, 1, 0, 0), - gsSP1Triangle(4, 9, 0, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Forearm_mesh_layer_1_vtx_0[16] = { - {{ {12, 22, -13}, 0, {-16, -16}, {242, 106, 187, 0} }}, - {{ {-14, 15, -8}, 0, {-16, -16}, {169, 80, 209, 0} }}, - {{ {-14, 14, 12}, 0, {-16, -16}, {169, 74, 56, 0} }}, - {{ {10, -7, -24}, 0, {-16, -16}, {240, 223, 134, 0} }}, - {{ {99, -7, -20}, 0, {-16, -16}, {61, 224, 149, 0} }}, - {{ {100, 16, -11}, 0, {-16, -16}, {64, 91, 195, 0} }}, - {{ {12, 20, 17}, 0, {-16, -16}, {243, 99, 79, 0} }}, - {{ {-16, -6, 18}, 0, {-16, -16}, {162, 230, 82, 0} }}, - {{ {-16, -18, 1}, 0, {-16, -16}, {162, 170, 253, 0} }}, - {{ {-16, -5, -16}, 0, {-16, -16}, {162, 237, 173, 0} }}, - {{ {10, -27, 1}, 0, {-16, -16}, {239, 130, 252, 0} }}, - {{ {99, -23, 1}, 0, {-16, -16}, {59, 143, 252, 0} }}, - {{ {110, -2, 2}, 0, {-16, -16}, {127, 252, 1, 0} }}, - {{ {100, 15, 14}, 0, {-16, -16}, {64, 85, 69, 0} }}, - {{ {10, -10, 26}, 0, {-16, -16}, {241, 214, 119, 0} }}, - {{ {99, -9, 21}, 0, {-16, -16}, {61, 216, 104, 0} }}, -}; - -Gfx waluigi_Left_Forearm_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(8, 7, 2, 0), - gsSP1Triangle(8, 2, 1, 0), - gsSP1Triangle(9, 8, 1, 0), - gsSP1Triangle(3, 9, 1, 0), - gsSP1Triangle(10, 9, 3, 0), - gsSP1Triangle(10, 3, 11, 0), - gsSP1Triangle(3, 4, 11, 0), - gsSP1Triangle(4, 12, 11, 0), - gsSP1Triangle(5, 12, 4, 0), - gsSP1Triangle(13, 12, 5, 0), - gsSP1Triangle(6, 13, 5, 0), - gsSP1Triangle(6, 14, 13, 0), - gsSP1Triangle(6, 7, 14, 0), - gsSP1Triangle(14, 7, 8, 0), - gsSP1Triangle(14, 8, 10, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(14, 10, 15, 0), - gsSP1Triangle(10, 11, 15, 0), - gsSP1Triangle(11, 12, 15, 0), - gsSP1Triangle(15, 12, 13, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Hand_DL_mesh_layer_1_vtx_0[54] = { - {{ {75, -29, -54}, 0, {874, 1228}, {28, 182, 156, 0} }}, - {{ {102, -24, 6}, 0, {984, 906}, {101, 191, 41, 0} }}, - {{ {53, -42, 9}, 0, {540, 1071}, {5, 138, 47, 0} }}, - {{ {22, -23, -27}, 0, {346, 1088}, {22, 201, 144, 0} }}, - {{ {53, -42, 9}, 0, {855, 241}, {5, 138, 47, 0} }}, - {{ {29, -38, 5}, 0, {898, 243}, {59, 150, 38, 0} }}, - {{ {22, -23, -27}, 0, {916, 236}, {22, 201, 144, 0} }}, - {{ {13, -35, -34}, 0, {928, 264}, {1, 181, 153, 0} }}, - {{ {23, -54, 8}, 0, {906, 273}, {29, 138, 36, 0} }}, - {{ {-14, 23, -33}, 0, {995, 163}, {203, 56, 155, 0} }}, - {{ {-18, -13, -1}, 0, {992, 215}, {140, 204, 3, 0} }}, - {{ {-22, 41, 10}, 0, {1017, 110}, {186, 99, 39, 0} }}, - {{ {-5, 35, 7}, 0, {985, 117}, {221, 114, 45, 0} }}, - {{ {0, 22, -26}, 0, {970, 158}, {252, 69, 149, 0} }}, - {{ {8, 54, 12}, 0, {968, 76}, {177, 87, 48, 0} }}, - {{ {27, 58, -24}, 0, {932, 82}, {210, 92, 181, 0} }}, - {{ {27, 58, -24}, 0, {932, 82}, {210, 92, 181, 0} }}, - {{ {8, 54, 12}, 0, {968, 76}, {177, 87, 48, 0} }}, - {{ {54, 74, 10}, 0, {892, 25}, {20, 121, 33, 0} }}, - {{ {52, 50, -32}, 0, {885, 92}, {22, 85, 164, 0} }}, - {{ {94, 36, -12}, 0, {807, 95}, {107, 66, 235, 0} }}, - {{ {85, 15, -40}, 0, {814, 151}, {68, 50, 161, 0} }}, - {{ {95, -6, -40}, 0, {790, 188}, {104, 253, 183, 0} }}, - {{ {102, -24, 6}, 0, {773, 195}, {101, 191, 41, 0} }}, - {{ {75, -29, -54}, 0, {817, 244}, {28, 182, 156, 0} }}, - {{ {56, 11, -53}, 0, {864, 176}, {245, 23, 132, 0} }}, - {{ {28, 6, -38}, 0, {913, 185}, {199, 253, 142, 0} }}, - {{ {22, -23, -27}, 0, {916, 236}, {22, 201, 144, 0} }}, - {{ {0, 22, -26}, 0, {970, 158}, {252, 69, 149, 0} }}, - {{ {-14, 23, -33}, 0, {995, 163}, {203, 56, 155, 0} }}, - {{ {23, -54, 8}, 0, {264, 1195}, {29, 138, 36, 0} }}, - {{ {-18, -13, -1}, 0, {-55, 906}, {140, 204, 3, 0} }}, - {{ {13, -35, -34}, 0, {276, 1226}, {1, 181, 153, 0} }}, - {{ {1, -6, 35}, 0, {36, 668}, {234, 245, 125, 0} }}, - {{ {29, -38, 5}, 0, {340, 1068}, {59, 150, 38, 0} }}, - {{ {13, -1, 27}, 0, {161, 659}, {255, 253, 127, 0} }}, - {{ {-5, 35, 7}, 0, {66, 439}, {221, 114, 45, 0} }}, - {{ {-22, 41, 10}, 0, {-86, 388}, {186, 99, 39, 0} }}, - {{ {102, -24, 6}, 0, {984, 906}, {101, 191, 41, 0} }}, - {{ {94, 36, -12}, 0, {984, 466}, {107, 66, 235, 0} }}, - {{ {81, 26, 40}, 0, {751, 326}, {63, 26, 107, 0} }}, - {{ {54, 74, 10}, 0, {604, 61}, {20, 121, 33, 0} }}, - {{ {31, 5, 41}, 0, {409, 561}, {228, 240, 123, 0} }}, - {{ {54, 74, 10}, 0, {-82, 221}, {20, 121, 33, 0} }}, - {{ {8, 54, 12}, 0, {-45, 636}, {177, 87, 48, 0} }}, - {{ {81, 26, 40}, 0, {423, 161}, {63, 26, 107, 0} }}, - {{ {102, -24, 6}, 0, {942, 220}, {101, 191, 41, 0} }}, - {{ {81, 26, 40}, 0, {423, 161}, {63, 26, 107, 0} }}, - {{ {31, 5, 41}, 0, {409, 561}, {228, 240, 123, 0} }}, - {{ {53, -42, 9}, 0, {856, 634}, {5, 138, 47, 0} }}, - {{ {29, -38, 5}, 0, {748, 801}, {59, 150, 38, 0} }}, - {{ {13, -1, 27}, 0, {396, 734}, {255, 253, 127, 0} }}, - {{ {-5, 35, 7}, 0, {47, 801}, {221, 114, 45, 0} }}, - {{ {8, 54, 12}, 0, {-45, 636}, {177, 87, 48, 0} }}, -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Hand_DL_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(5, 8, 7, 0), - gsSP1Triangle(6, 7, 9, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(9, 11, 12, 0), - gsSP1Triangle(12, 13, 9, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Left_Hand_DL_mesh_layer_1_vtx_0 + 16, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(0, 10, 12, 0), - gsSP1Triangle(9, 10, 0, 0), - gsSP1Triangle(9, 0, 3, 0), - gsSP1Triangle(3, 5, 9, 0), - gsSP1Triangle(9, 5, 6, 0), - gsSPVertex(waluigi_Left_Hand_DL_mesh_layer_1_vtx_0 + 30, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(6, 7, 3, 0), - gsSP1Triangle(7, 1, 3, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(12, 15, 13, 0), - gsSPVertex(waluigi_Left_Hand_DL_mesh_layer_1_vtx_0 + 46, 8, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(2, 5, 4, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Hand_DL_mesh_layer_5_vtx_0[9] = { - {{ {31, 5, 41}, 0, {409, 561}, {228, 240, 123, 0} }}, - {{ {54, 74, 10}, 0, {-82, 221}, {235, 57, 112, 0} }}, - {{ {8, 54, 12}, 0, {-45, 636}, {211, 44, 110, 0} }}, - {{ {81, 26, 40}, 0, {423, 161}, {3, 253, 127, 0} }}, - {{ {102, -24, 6}, 0, {942, 220}, {28, 195, 108, 0} }}, - {{ {53, -42, 9}, 0, {856, 634}, {5, 186, 106, 0} }}, - {{ {29, -38, 5}, 0, {748, 801}, {226, 178, 96, 0} }}, - {{ {13, -1, 27}, 0, {396, 734}, {190, 226, 104, 0} }}, - {{ {-5, 35, 7}, 0, {47, 801}, {182, 23, 101, 0} }}, -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Left_Hand_DL_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(8, 0, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0[72] = { - {{ {121, 73, -21}, 0, {-16, -16}, {77, 95, 34, 255} }}, - {{ {70, 89, -20}, 0, {-16, -16}, {240, 126, 249, 255} }}, - {{ {77, 41, 21}, 0, {-16, -16}, {20, 40, 119, 255} }}, - {{ {119, 70, -42}, 0, {-16, -16}, {50, 65, 159, 255} }}, - {{ {141, 34, -7}, 0, {-16, -16}, {116, 248, 52, 255} }}, - {{ {83, -17, 10}, 0, {-16, -16}, {67, 193, 88, 255} }}, - {{ {133, 28, -40}, 0, {-16, -16}, {80, 216, 166, 255} }}, - {{ {89, -6, -27}, 0, {-16, -16}, {101, 227, 184, 255} }}, - {{ {89, -47, -37}, 0, {-16, -16}, {75, 164, 212, 255} }}, - {{ {45, -34, 10}, 0, {-16, -16}, {255, 159, 82, 255} }}, - {{ {41, -37, -36}, 0, {-16, -16}, {216, 157, 187, 255} }}, - {{ {26, -32, 6}, 0, {-16, -16}, {55, 168, 73, 255} }}, - {{ {20, -27, -27}, 0, {-16, -16}, {16, 178, 157, 255} }}, - {{ {13, -39, -31}, 0, {-16, -16}, {99, 222, 184, 255} }}, - {{ {20, -46, 12}, 0, {-16, -16}, {117, 221, 35, 255} }}, - {{ {2, 3, 26}, 0, {-16, -16}, {74, 52, 89, 255} }}, - {{ {26, -32, 6}, 0, {-16, -16}, {55, 168, 73, 255} }}, - {{ {11, 5, 17}, 0, {-16, -16}, {5, 27, 124, 255} }}, - {{ {2, 3, 26}, 0, {-16, -16}, {74, 52, 89, 255} }}, - {{ {-3, 35, -9}, 0, {-16, -16}, {206, 114, 24, 255} }}, - {{ {-17, 40, -8}, 0, {-16, -16}, {43, 120, 0, 255} }}, - {{ {-10, 14, -43}, 0, {-16, -16}, {50, 60, 156, 255} }}, - {{ {1, 15, -37}, 0, {-16, -16}, {225, 28, 136, 255} }}, - {{ {11, 29, -52}, 0, {-16, -16}, {219, 30, 138, 255} }}, - {{ {6, 53, -9}, 0, {-16, -16}, {172, 93, 23, 255} }}, - {{ {26, 41, -41}, 0, {-16, -16}, {245, 65, 147, 255} }}, - {{ {70, 89, -20}, 0, {-16, -16}, {240, 126, 249, 255} }}, - {{ {78, 59, -34}, 0, {-16, -16}, {246, 22, 131, 255} }}, - {{ {119, 70, -42}, 0, {-16, -16}, {50, 65, 159, 255} }}, - {{ {133, 28, -40}, 0, {-16, -16}, {80, 216, 166, 255} }}, - {{ {141, 34, -7}, 0, {-16, -16}, {116, 248, 52, 255} }}, - {{ {89, -6, -27}, 0, {-16, -16}, {101, 227, 184, 255} }}, - {{ {69, 10, -36}, 0, {-16, -16}, {51, 29, 143, 255} }}, - {{ {78, 59, -34}, 0, {-16, -16}, {246, 22, 131, 255} }}, - {{ {89, -6, -27}, 0, {-16, -16}, {101, 227, 184, 255} }}, - {{ {76, -18, -48}, 0, {-16, -16}, {45, 3, 137, 255} }}, - {{ {89, -47, -37}, 0, {-16, -16}, {75, 164, 212, 255} }}, - {{ {41, -37, -36}, 0, {-16, -16}, {216, 157, 187, 255} }}, - {{ {25, -1, -44}, 0, {-16, -16}, {224, 227, 137, 255} }}, - {{ {20, -27, -27}, 0, {-16, -16}, {16, 178, 157, 255} }}, - {{ {1, 15, -37}, 0, {-16, -16}, {225, 28, 136, 255} }}, - {{ {-10, 14, -43}, 0, {-16, -16}, {50, 60, 156, 255} }}, - {{ {13, -39, -31}, 0, {-16, -16}, {99, 222, 184, 255} }}, - {{ {11, 29, -52}, 0, {-16, -16}, {219, 30, 138, 255} }}, - {{ {26, 41, -41}, 0, {-16, -16}, {245, 65, 147, 255} }}, - {{ {83, -17, 10}, 0, {945, 212}, {67, 193, 88, 255} }}, - {{ {77, 41, 21}, 0, {485, 185}, {20, 40, 119, 255} }}, - {{ {26, 16, 28}, 0, {528, 698}, {222, 13, 122, 255} }}, - {{ {26, 16, 28}, 0, {528, 698}, {222, 13, 122, 255} }}, - {{ {77, 41, 21}, 0, {485, 185}, {20, 40, 119, 255} }}, - {{ {70, 89, -20}, 0, {37, 151}, {240, 126, 249, 255} }}, - {{ {6, 53, -9}, 0, {129, 746}, {172, 93, 23, 255} }}, - {{ {-3, 35, -9}, 0, {241, 838}, {206, 114, 24, 255} }}, - {{ {11, 5, 17}, 0, {549, 817}, {5, 27, 124, 255} }}, - {{ {26, -32, 6}, 0, {858, 706}, {55, 168, 73, 255} }}, - {{ {45, -34, 10}, 0, {945, 558}, {255, 159, 82, 255} }}, - {{ {83, -17, 10}, 0, {945, 212}, {67, 193, 88, 255} }}, - {{ {2, 3, 26}, 0, {-16, -16}, {168, 240, 90, 255} }}, - {{ {6, -38, 7}, 0, {-16, -16}, {167, 176, 42, 255} }}, - {{ {20, -46, 12}, 0, {-16, -16}, {185, 161, 45, 255} }}, - {{ {-6, -3, 17}, 0, {-16, -16}, {151, 226, 66, 255} }}, - {{ {-20, 22, -7}, 0, {-16, -16}, {131, 0, 22, 255} }}, - {{ {-17, 40, -8}, 0, {-16, -16}, {132, 21, 16, 255} }}, - {{ {-10, 14, -43}, 0, {-16, -16}, {145, 244, 195, 255} }}, - {{ {-10, 14, -43}, 0, {-16, -16}, {145, 244, 195, 255} }}, - {{ {-15, 4, -32}, 0, {-16, -16}, {141, 222, 214, 255} }}, - {{ {-20, 22, -7}, 0, {-16, -16}, {131, 0, 22, 255} }}, - {{ {1, -33, -23}, 0, {-16, -16}, {159, 179, 226, 255} }}, - {{ {13, -39, -31}, 0, {-16, -16}, {181, 164, 212, 255} }}, - {{ {6, -38, 7}, 0, {-16, -16}, {167, 176, 42, 255} }}, - {{ {20, -46, 12}, 0, {-16, -16}, {185, 161, 45, 255} }}, - {{ {-6, -3, 17}, 0, {-16, -16}, {151, 226, 66, 255} }}, -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(6, 4, 5, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(8, 7, 5, 0), - gsSP1Triangle(8, 5, 9, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(11, 14, 13, 0), - gsSP1Triangle(15, 14, 11, 0), - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(3, 4, 2, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 6, 3, 0), - gsSP1Triangle(3, 8, 7, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(12, 11, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(11, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(5, 6, 3, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(8, 11, 6, 0), - gsSP1Triangle(6, 11, 12, 0), - gsSP1Triangle(3, 6, 12, 0), - gsSP1Triangle(3, 12, 0, 0), - gsSP1Triangle(12, 1, 0, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 48, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 0, 3, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(0, 5, 6, 0), - gsSP1Triangle(6, 7, 0, 0), - gsSP1Triangle(7, 8, 0, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(9, 12, 10, 0), - gsSP1Triangle(13, 12, 9, 0), - gsSP1Triangle(14, 13, 9, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_vtx_0 + 64, 8, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(3, 5, 7, 0), - gsSP1Triangle(7, 1, 3, 0), - gsSP1Triangle(7, 2, 1, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_vtx_0[9] = { - {{ {83, -17, 10}, 0, {945, 212}, {21, 227, 122, 255} }}, - {{ {77, 41, 21}, 0, {485, 185}, {251, 44, 119, 255} }}, - {{ {26, 16, 28}, 0, {528, 698}, {222, 13, 122, 255} }}, - {{ {70, 89, -20}, 0, {37, 151}, {229, 79, 96, 255} }}, - {{ {6, 53, -9}, 0, {129, 746}, {204, 67, 95, 255} }}, - {{ {-3, 35, -9}, 0, {241, 838}, {172, 40, 87, 255} }}, - {{ {11, 5, 17}, 0, {549, 817}, {186, 246, 106, 255} }}, - {{ {26, -32, 6}, 0, {858, 706}, {224, 205, 112, 255} }}, - {{ {45, -34, 10}, 0, {945, 558}, {253, 212, 119, 255} }}, -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(5, 2, 4, 0), - gsSP1Triangle(5, 6, 2, 0), - gsSP1Triangle(2, 6, 7, 0), - gsSP1Triangle(7, 8, 2, 0), - gsSP1Triangle(8, 0, 2, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Arm_Color_mesh_layer_1_vtx_0[28] = { - {{ {105, 21, 22}, 0, {-16, -16}, {26, 97, 78, 0} }}, - {{ {127, 15, 16}, 0, {-16, -16}, {94, 68, 53, 0} }}, - {{ {127, 16, -7}, 0, {-16, -16}, {95, 70, 209, 0} }}, - {{ {126, -8, 23}, 0, {-16, -16}, {94, 222, 79, 0} }}, - {{ {102, -11, 31}, 0, {-16, -16}, {24, 213, 117, 0} }}, - {{ {-18, 27, 27}, 0, {-16, -16}, {219, 95, 76, 0} }}, - {{ {-18, 29, -15}, 0, {-16, -16}, {220, 103, 191, 0} }}, - {{ {105, 23, -11}, 0, {-16, -16}, {26, 104, 188, 0} }}, - {{ {126, -6, -15}, 0, {-16, -16}, {96, 231, 176, 0} }}, - {{ {124, -20, 3}, 0, {-16, -16}, {89, 165, 249, 0} }}, - {{ {101, -30, 3}, 0, {-16, -16}, {25, 132, 249, 0} }}, - {{ {102, -8, -23}, 0, {-16, -16}, {23, 225, 135, 0} }}, - {{ {-20, -36, 2}, 0, {-16, -16}, {215, 136, 249, 0} }}, - {{ {-19, -13, 38}, 0, {-16, -16}, {217, 213, 113, 0} }}, - {{ {-33, 17, 17}, 0, {-16, -16}, {148, 55, 39, 0} }}, - {{ {-33, 18, -8}, 0, {-16, -16}, {148, 58, 221, 0} }}, - {{ {-34, -5, -17}, 0, {-16, -16}, {146, 245, 194, 0} }}, - {{ {-33, 18, -8}, 0, {-16, -16}, {148, 58, 221, 0} }}, - {{ {-18, 29, -15}, 0, {-16, -16}, {220, 103, 191, 0} }}, - {{ {-19, -10, -31}, 0, {-16, -16}, {217, 227, 139, 0} }}, - {{ {105, 23, -11}, 0, {-16, -16}, {26, 104, 188, 0} }}, - {{ {102, -8, -23}, 0, {-16, -16}, {23, 225, 135, 0} }}, - {{ {126, -6, -15}, 0, {-16, -16}, {96, 231, 176, 0} }}, - {{ {-20, -36, 2}, 0, {-16, -16}, {215, 136, 249, 0} }}, - {{ {-34, -22, 3}, 0, {-16, -16}, {145, 195, 251, 0} }}, - {{ {-34, -8, 25}, 0, {-16, -16}, {146, 238, 62, 0} }}, - {{ {-19, -13, 38}, 0, {-16, -16}, {217, 213, 113, 0} }}, - {{ {-33, 17, 17}, 0, {-16, -16}, {148, 55, 39, 0} }}, -}; - -Gfx waluigi_Right_Arm_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Arm_Color_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(0, 2, 7, 0), - gsSP1Triangle(7, 2, 8, 0), - gsSP1Triangle(8, 2, 9, 0), - gsSP1Triangle(2, 3, 9, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(10, 9, 3, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(11, 10, 12, 0), - gsSP1Triangle(10, 13, 12, 0), - gsSP1Triangle(10, 4, 13, 0), - gsSP1Triangle(10, 3, 4, 0), - gsSP1Triangle(4, 5, 13, 0), - gsSP1Triangle(5, 14, 13, 0), - gsSP1Triangle(15, 14, 5, 0), - gsSP1Triangle(6, 15, 5, 0), - gsSPVertex(waluigi_Right_Arm_Color_mesh_layer_1_vtx_0 + 16, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(5, 7, 3, 0), - gsSP1Triangle(7, 8, 3, 0), - gsSP1Triangle(9, 8, 7, 0), - gsSP1Triangle(10, 9, 7, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(9, 11, 1, 0), - gsSP1Triangle(9, 1, 0, 0), - gsSP1Triangle(0, 8, 9, 0), - gsSP1Triangle(8, 0, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Forearm_mesh_layer_1_vtx_0[16] = { - {{ {7, -13, 29}, 0, {-16, -16}, {240, 213, 118, 0} }}, - {{ {-19, -9, 21}, 0, {-16, -16}, {161, 232, 81, 0} }}, - {{ {5, -30, 3}, 0, {-16, -16}, {237, 131, 249, 0} }}, - {{ {-16, 10, 15}, 0, {-16, -16}, {169, 74, 56, 0} }}, - {{ {10, 17, 21}, 0, {-16, -16}, {241, 99, 79, 0} }}, - {{ {105, -11, 25}, 0, {-16, -16}, {62, 218, 104, 0} }}, - {{ {104, -26, 3}, 0, {-16, -16}, {59, 144, 251, 0} }}, - {{ {105, -9, -17}, 0, {-16, -16}, {61, 228, 148, 0} }}, - {{ {7, -10, -21}, 0, {-16, -16}, {240, 226, 134, 0} }}, - {{ {-19, -21, 3}, 0, {-16, -16}, {161, 172, 250, 0} }}, - {{ {-19, -8, -13}, 0, {-16, -16}, {163, 239, 171, 0} }}, - {{ {-16, 12, -6}, 0, {-16, -16}, {171, 81, 208, 0} }}, - {{ {10, 19, -10}, 0, {-16, -16}, {243, 107, 189, 0} }}, - {{ {106, 13, 18}, 0, {-16, -16}, {64, 86, 69, 0} }}, - {{ {115, -4, 4}, 0, {-16, -16}, {127, 253, 255, 0} }}, - {{ {106, 14, -7}, 0, {-16, -16}, {63, 93, 196, 0} }}, -}; - -Gfx waluigi_Right_Forearm_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Forearm_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 2, 0), - gsSP1Triangle(7, 6, 2, 0), - gsSP1Triangle(7, 2, 8, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(1, 9, 2, 0), - gsSP1Triangle(9, 1, 3, 0), - gsSP1Triangle(10, 9, 3, 0), - gsSP1Triangle(10, 3, 11, 0), - gsSP1Triangle(11, 3, 4, 0), - gsSP1Triangle(12, 11, 4, 0), - gsSP1Triangle(13, 12, 4, 0), - gsSP1Triangle(5, 13, 4, 0), - gsSP1Triangle(5, 14, 13, 0), - gsSP1Triangle(6, 14, 5, 0), - gsSP1Triangle(7, 14, 6, 0), - gsSP1Triangle(15, 14, 7, 0), - gsSP1Triangle(15, 7, 8, 0), - gsSP1Triangle(15, 8, 12, 0), - gsSP1Triangle(8, 10, 12, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSP1Triangle(13, 15, 12, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Hand_DL_mesh_layer_1_vtx_0[55] = { - {{ {56, -40, -4}, 0, {483, 898}, {6, 140, 204, 0} }}, - {{ {105, -23, 0}, 0, {102, 828}, {101, 190, 215, 0} }}, - {{ {76, -30, 60}, 0, {229, 1072}, {24, 178, 98, 0} }}, - {{ {25, -23, 31}, 0, {633, 888}, {15, 190, 108, 0} }}, - {{ {25, -23, 31}, 0, {840, 936}, {15, 190, 108, 0} }}, - {{ {33, -36, -2}, 0, {852, 943}, {58, 152, 212, 0} }}, - {{ {56, -40, -4}, 0, {890, 946}, {6, 140, 204, 0} }}, - {{ {15, -34, 37}, 0, {826, 957}, {252, 177, 100, 0} }}, - {{ {-12, 25, 37}, 0, {780, 863}, {196, 52, 99, 0} }}, - {{ {3, 23, 31}, 0, {803, 863}, {245, 63, 110, 0} }}, - {{ {31, 6, 44}, 0, {848, 893}, {195, 250, 111, 0} }}, - {{ {76, -30, 60}, 0, {923, 954}, {24, 178, 98, 0} }}, - {{ {58, 10, 60}, 0, {892, 891}, {244, 20, 125, 0} }}, - {{ {97, -7, 47}, 0, {953, 909}, {102, 249, 75, 0} }}, - {{ {105, -23, 0}, 0, {964, 917}, {101, 190, 215, 0} }}, - {{ {98, 37, 21}, 0, {950, 828}, {107, 63, 28, 0} }}, - {{ {97, -7, 47}, 0, {953, 909}, {102, 249, 75, 0} }}, - {{ {98, 37, 21}, 0, {950, 828}, {107, 63, 28, 0} }}, - {{ {87, 15, 47}, 0, {936, 876}, {65, 46, 99, 0} }}, - {{ {56, 51, 40}, 0, {883, 817}, {19, 82, 95, 0} }}, - {{ {60, 75, -1}, 0, {885, 759}, {22, 122, 228, 0} }}, - {{ {31, 58, 31}, 0, {843, 803}, {208, 90, 76, 0} }}, - {{ {12, 56, -4}, 0, {812, 793}, {179, 90, 210, 0} }}, - {{ {3, 23, 31}, 0, {803, 863}, {245, 63, 110, 0} }}, - {{ {0, 39, -2}, 0, {795, 824}, {220, 114, 212, 0} }}, - {{ {-12, 25, 37}, 0, {780, 863}, {196, 52, 99, 0} }}, - {{ {-17, 44, -4}, 0, {769, 815}, {188, 101, 219, 0} }}, - {{ {-14, -10, 5}, 0, {778, 907}, {140, 206, 246, 0} }}, - {{ {15, -34, 37}, 0, {826, 957}, {252, 177, 100, 0} }}, - {{ {31, 6, 44}, 0, {848, 893}, {195, 250, 111, 0} }}, - {{ {58, 10, 60}, 0, {892, 891}, {244, 20, 125, 0} }}, - {{ {15, -34, 37}, 0, {826, 957}, {252, 177, 100, 0} }}, - {{ {26, -52, -4}, 0, {843, 968}, {28, 138, 219, 0} }}, - {{ {33, -36, -2}, 0, {852, 943}, {58, 152, 212, 0} }}, - {{ {60, 75, -1}, 0, {281, 92}, {22, 122, 228, 0} }}, - {{ {98, 37, 21}, 0, {29, 473}, {107, 63, 28, 0} }}, - {{ {87, 28, -31}, 0, {198, 335}, {68, 28, 152, 0} }}, - {{ {105, -23, 0}, 0, {102, 828}, {101, 190, 215, 0} }}, - {{ {15, -34, 37}, 0, {713, 981}, {252, 177, 100, 0} }}, - {{ {-14, -10, 5}, 0, {931, 674}, {140, 206, 246, 0} }}, - {{ {26, -52, -4}, 0, {723, 963}, {28, 138, 219, 0} }}, - {{ {6, -2, -31}, 0, {829, 498}, {240, 252, 130, 0} }}, - {{ {-17, 44, -4}, 0, {883, 251}, {188, 101, 219, 0} }}, - {{ {0, 39, -2}, 0, {766, 312}, {220, 114, 212, 0} }}, - {{ {17, 1, -22}, 0, {733, 519}, {11, 1, 129, 0} }}, - {{ {33, -36, -2}, 0, {645, 866}, {58, 152, 212, 0} }}, - {{ {37, 9, -35}, 0, {404, 607}, {233, 247, 131, 0} }}, - {{ {56, -40, -4}, 0, {-51, 674}, {6, 140, 204, 0} }}, - {{ {33, -36, -2}, 0, {55, 845}, {58, 152, 212, 0} }}, - {{ {105, -23, 0}, 0, {-128, 253}, {101, 190, 215, 0} }}, - {{ {87, 28, -31}, 0, {388, 197}, {68, 28, 152, 0} }}, - {{ {60, 75, -1}, 0, {896, 268}, {22, 122, 228, 0} }}, - {{ {12, 56, -4}, 0, {859, 694}, {179, 90, 210, 0} }}, - {{ {0, 39, -2}, 0, {766, 845}, {220, 114, 212, 0} }}, - {{ {17, 1, -22}, 0, {406, 791}, {11, 1, 129, 0} }}, -}; - -Gfx waluigi_Right_Hand_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Hand_DL_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 4, 7, 0), - gsSP1Triangle(8, 7, 4, 0), - gsSP1Triangle(4, 9, 8, 0), - gsSP1Triangle(10, 9, 4, 0), - gsSP1Triangle(11, 10, 4, 0), - gsSP1Triangle(11, 12, 10, 0), - gsSP1Triangle(11, 13, 12, 0), - gsSP1Triangle(14, 13, 11, 0), - gsSP1Triangle(14, 15, 13, 0), - gsSPVertex(waluigi_Right_Hand_DL_mesh_layer_1_vtx_0 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(8, 10, 9, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(9, 11, 12, 0), - gsSP1Triangle(7, 13, 5, 0), - gsSP1Triangle(5, 13, 14, 0), - gsSP1Triangle(3, 5, 14, 0), - gsSP1Triangle(2, 3, 14, 0), - gsSP1Triangle(0, 2, 14, 0), - gsSPVertex(waluigi_Right_Hand_DL_mesh_layer_1_vtx_0 + 31, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(5, 4, 6, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(10, 8, 11, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(12, 13, 10, 0), - gsSP1Triangle(10, 13, 14, 0), - gsSP1Triangle(14, 9, 10, 0), - gsSPVertex(waluigi_Right_Hand_DL_mesh_layer_1_vtx_0 + 46, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(0, 8, 7, 0), - gsSP1Triangle(2, 8, 0, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Hand_DL_mesh_layer_5_vtx_0[9] = { - {{ {37, 9, -35}, 0, {404, 607}, {233, 247, 131, 0} }}, - {{ {56, -40, -4}, 0, {-51, 674}, {8, 191, 147, 0} }}, - {{ {33, -36, -2}, 0, {55, 845}, {230, 184, 154, 0} }}, - {{ {105, -23, 0}, 0, {-128, 253}, {30, 200, 146, 0} }}, - {{ {87, 28, -31}, 0, {388, 197}, {9, 0, 129, 0} }}, - {{ {60, 75, -1}, 0, {896, 268}, {240, 62, 146, 0} }}, - {{ {12, 56, -4}, 0, {859, 694}, {215, 49, 146, 0} }}, - {{ {0, 39, -2}, 0, {766, 845}, {186, 28, 154, 0} }}, - {{ {17, 1, -22}, 0, {406, 791}, {196, 230, 147, 0} }}, -}; - -Gfx waluigi_Right_Hand_DL_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Right_Hand_DL_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(0, 8, 7, 0), - gsSP1Triangle(2, 8, 0, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0[73] = { - {{ {30, 13, -30}, 0, {406, 706}, {215, 3, 136, 255} }}, - {{ {86, -19, -13}, 0, {-17, 214}, {62, 185, 171, 255} }}, - {{ {48, -35, -9}, 0, {-37, 612}, {247, 153, 182, 255} }}, - {{ {81, 37, -28}, 0, {491, 96}, {16, 29, 133, 255} }}, - {{ {76, 88, 9}, 0, {954, 98}, {243, 126, 255, 255} }}, - {{ {13, 53, 5}, 0, {823, 735}, {174, 94, 231, 255} }}, - {{ {3, 36, 6}, 0, {704, 856}, {215, 116, 225, 255} }}, - {{ {16, 4, -17}, 0, {379, 847}, {0, 17, 130, 255} }}, - {{ {30, -32, -4}, 0, {53, 766}, {55, 163, 189, 255} }}, - {{ {48, -35, -9}, 0, {-16, -16}, {247, 153, 182, 255} }}, - {{ {86, -19, -13}, 0, {-16, -16}, {62, 185, 171, 255} }}, - {{ {93, -45, 36}, 0, {-16, -16}, {76, 167, 48, 255} }}, - {{ {93, -5, 22}, 0, {-16, -16}, {104, 230, 69, 255} }}, - {{ {136, 28, 31}, 0, {-16, -16}, {82, 222, 91, 255} }}, - {{ {143, 31, -1}, 0, {-16, -16}, {115, 240, 204, 255} }}, - {{ {81, 37, -28}, 0, {-16, -16}, {16, 29, 133, 255} }}, - {{ {81, 37, -28}, 0, {-16, -16}, {16, 29, 133, 255} }}, - {{ {125, 71, 9}, 0, {-16, -16}, {78, 90, 212, 255} }}, - {{ {143, 31, -1}, 0, {-16, -16}, {115, 240, 204, 255} }}, - {{ {76, 88, 9}, 0, {-16, -16}, {243, 126, 255, 255} }}, - {{ {124, 69, 30}, 0, {-16, -16}, {57, 70, 90, 255} }}, - {{ {84, 59, 25}, 0, {-16, -16}, {253, 33, 123, 255} }}, - {{ {34, 43, 36}, 0, {-16, -16}, {253, 74, 103, 255} }}, - {{ {13, 53, 5}, 0, {-16, -16}, {174, 94, 231, 255} }}, - {{ {20, 33, 48}, 0, {-16, -16}, {226, 42, 116, 255} }}, - {{ {3, 36, 6}, 0, {-16, -16}, {215, 116, 225, 255} }}, - {{ {9, 18, 35}, 0, {-16, -16}, {234, 40, 119, 255} }}, - {{ {-1, 18, 42}, 0, {-16, -16}, {61, 66, 90, 255} }}, - {{ {-9, 41, 5}, 0, {-16, -16}, {49, 117, 243, 255} }}, - {{ {7, 1, -26}, 0, {-16, -16}, {76, 42, 163, 255} }}, - {{ {16, 4, -17}, 0, {-16, -16}, {0, 17, 130, 255} }}, - {{ {30, -32, -4}, 0, {-16, -16}, {55, 163, 189, 255} }}, - {{ {30, -32, -4}, 0, {-16, -16}, {55, 163, 189, 255} }}, - {{ {25, -46, -9}, 0, {-16, -16}, {119, 225, 224, 255} }}, - {{ {7, 1, -26}, 0, {-16, -16}, {76, 42, 163, 255} }}, - {{ {19, -36, 33}, 0, {-16, -16}, {103, 226, 68, 255} }}, - {{ {26, -24, 28}, 0, {-16, -16}, {13, 186, 105, 255} }}, - {{ {46, -35, 37}, 0, {-16, -16}, {216, 164, 78, 255} }}, - {{ {48, -35, -9}, 0, {-16, -16}, {247, 153, 182, 255} }}, - {{ {93, -45, 36}, 0, {-16, -16}, {76, 167, 48, 255} }}, - {{ {81, -15, 45}, 0, {-16, -16}, {53, 11, 115, 255} }}, - {{ {93, -5, 22}, 0, {-16, -16}, {104, 230, 69, 255} }}, - {{ {75, 11, 32}, 0, {-16, -16}, {61, 36, 106, 255} }}, - {{ {84, 59, 25}, 0, {-16, -16}, {253, 33, 123, 255} }}, - {{ {136, 28, 31}, 0, {-16, -16}, {82, 222, 91, 255} }}, - {{ {124, 69, 30}, 0, {-16, -16}, {57, 70, 90, 255} }}, - {{ {143, 31, -1}, 0, {-16, -16}, {115, 240, 204, 255} }}, - {{ {125, 71, 9}, 0, {-16, -16}, {78, 90, 212, 255} }}, - {{ {75, 11, 32}, 0, {-16, -16}, {61, 36, 106, 255} }}, - {{ {84, 59, 25}, 0, {-16, -16}, {253, 33, 123, 255} }}, - {{ {34, 43, 36}, 0, {-16, -16}, {253, 74, 103, 255} }}, - {{ {81, -15, 45}, 0, {-16, -16}, {53, 11, 115, 255} }}, - {{ {32, 2, 43}, 0, {-16, -16}, {227, 238, 122, 255} }}, - {{ {20, 33, 48}, 0, {-16, -16}, {226, 42, 116, 255} }}, - {{ {9, 18, 35}, 0, {-16, -16}, {234, 40, 119, 255} }}, - {{ {26, -24, 28}, 0, {-16, -16}, {13, 186, 105, 255} }}, - {{ {-1, 18, 42}, 0, {-16, -16}, {61, 66, 90, 255} }}, - {{ {19, -36, 33}, 0, {-16, -16}, {103, 226, 68, 255} }}, - {{ {46, -35, 37}, 0, {-16, -16}, {216, 164, 78, 255} }}, - {{ {25, -46, -9}, 0, {-16, -16}, {184, 158, 218, 255} }}, - {{ {11, -38, -3}, 0, {-16, -16}, {164, 173, 227, 255} }}, - {{ {7, 1, -26}, 0, {-16, -16}, {158, 231, 179, 255} }}, - {{ {19, -36, 33}, 0, {-16, -16}, {182, 168, 55, 255} }}, - {{ {7, -30, 26}, 0, {-16, -16}, {158, 186, 42, 255} }}, - {{ {-1, 18, 42}, 0, {-16, -16}, {147, 254, 66, 255} }}, - {{ {7, -30, 26}, 0, {-16, -16}, {158, 186, 42, 255} }}, - {{ {19, -36, 33}, 0, {-16, -16}, {182, 168, 55, 255} }}, - {{ {-7, 7, 32}, 0, {-16, -16}, {141, 231, 49, 255} }}, - {{ {-12, 23, 6}, 0, {-16, -16}, {130, 0, 240, 255} }}, - {{ {-9, 41, 5}, 0, {-16, -16}, {131, 20, 244, 255} }}, - {{ {7, 1, -26}, 0, {-16, -16}, {158, 231, 179, 255} }}, - {{ {0, -4, -15}, 0, {-16, -16}, {145, 222, 204, 255} }}, - {{ {11, -38, -3}, 0, {-16, -16}, {164, 173, 227, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(10, 13, 12, 0), - gsSP1Triangle(10, 14, 13, 0), - gsSP1Triangle(15, 14, 10, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(6, 5, 3, 0), - gsSP1Triangle(3, 7, 6, 0), - gsSP1Triangle(8, 6, 7, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(13, 12, 9, 0), - gsSP1Triangle(9, 14, 13, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 48, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(2, 5, 4, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(7, 6, 8, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 4, 7, 0), - gsSP1Triangle(3, 4, 10, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 12, 11, 0), - gsSP1Triangle(14, 15, 12, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_vtx_0 + 64, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 4, 5, 0), - gsSP1Triangle(6, 7, 4, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(7, 8, 1, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(3, 4, 7, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_vtx_0[9] = { - {{ {30, 13, -30}, 0, {406, 706}, {215, 3, 136, 255} }}, - {{ {86, -19, -13}, 0, {-17, 214}, {13, 216, 136, 255} }}, - {{ {48, -35, -9}, 0, {-37, 612}, {243, 201, 142, 255} }}, - {{ {81, 37, -28}, 0, {491, 96}, {245, 33, 134, 255} }}, - {{ {76, 88, 9}, 0, {954, 98}, {225, 72, 156, 255} }}, - {{ {13, 53, 5}, 0, {823, 735}, {202, 62, 159, 255} }}, - {{ {3, 36, 6}, 0, {704, 856}, {172, 38, 168, 255} }}, - {{ {16, 4, -17}, 0, {379, 847}, {178, 236, 158, 255} }}, - {{ {30, -32, -4}, 0, {53, 766}, {214, 196, 152, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(8, 7, 0, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0[86] = { - {{ {166, -13, -17}, 0, {-16, -16}, {122, 9, 34, 255} }}, - {{ {162, 14, -11}, 0, {-16, -16}, {122, 10, 33, 255} }}, - {{ {153, 7, 24}, 0, {-16, -16}, {73, 243, 103, 255} }}, - {{ {155, -15, 21}, 0, {-16, -16}, {71, 249, 105, 255} }}, - {{ {101, -29, 15}, 0, {-16, -16}, {66, 150, 25, 255} }}, - {{ {98, 10, 29}, 0, {-16, -16}, {79, 8, 99, 255} }}, - {{ {90, -3, 52}, 0, {-16, -16}, {72, 2, 105, 255} }}, - {{ {84, 48, 24}, 0, {-16, -16}, {26, 79, 96, 255} }}, - {{ {139, 53, 25}, 0, {-16, -16}, {252, 19, 126, 255} }}, - {{ {123, 72, 21}, 0, {-16, -16}, {252, 22, 125, 255} }}, - {{ {46, 49, 45}, 0, {-16, -16}, {247, 72, 104, 255} }}, - {{ {56, 80, 1}, 0, {-16, -16}, {6, 125, 237, 255} }}, - {{ {84, 60, -7}, 0, {-16, -16}, {1, 112, 196, 255} }}, - {{ {126, 84, -3}, 0, {-16, -16}, {195, 103, 42, 255} }}, - {{ {123, 72, 21}, 0, {-16, -16}, {196, 103, 44, 255} }}, - {{ {89, 18, -34}, 0, {-16, -16}, {7, 10, 130, 255} }}, - {{ {126, 84, -3}, 0, {-16, -16}, {6, 51, 140, 255} }}, - {{ {89, 18, -34}, 0, {-16, -16}, {7, 10, 130, 255} }}, - {{ {84, 60, -7}, 0, {-16, -16}, {1, 112, 196, 255} }}, - {{ {146, 59, -8}, 0, {-16, -16}, {23, 42, 138, 255} }}, - {{ {46, 49, 45}, 0, {-16, -16}, {247, 72, 104, 255} }}, - {{ {56, 80, 1}, 0, {-16, -16}, {6, 125, 237, 255} }}, - {{ {8, 58, -2}, 0, {-16, -16}, {175, 93, 226, 255} }}, - {{ {18, 30, 41}, 0, {-16, -16}, {201, 45, 105, 255} }}, - {{ {-4, 38, 0}, 0, {-16, -16}, {217, 115, 217, 255} }}, - {{ {0, 21, 37}, 0, {-16, -16}, {5, 68, 107, 255} }}, - {{ {-15, 23, 43}, 0, {-16, -16}, {212, 59, 104, 255} }}, - {{ {-22, 43, -3}, 0, {-16, -16}, {195, 105, 218, 255} }}, - {{ {14, -1, -22}, 0, {-16, -16}, {3, 4, 129, 255} }}, - {{ {2, -5, -33}, 0, {-16, -16}, {250, 2, 129, 255} }}, - {{ {32, -43, 0}, 0, {-16, -16}, {51, 148, 212, 255} }}, - {{ {24, -59, -3}, 0, {-16, -16}, {38, 141, 219, 255} }}, - {{ {24, -59, -3}, 0, {-16, -16}, {38, 141, 219, 255} }}, - {{ {32, -43, 0}, 0, {-16, -16}, {51, 148, 212, 255} }}, - {{ {23, -29, 36}, 0, {-16, -16}, {22, 197, 110, 255} }}, - {{ {45, -29, 52}, 0, {-16, -16}, {231, 188, 105, 255} }}, - {{ {56, -47, -5}, 0, {-16, -16}, {3, 138, 209, 255} }}, - {{ {88, -34, 39}, 0, {-16, -16}, {61, 166, 65, 255} }}, - {{ {101, -29, 15}, 0, {-16, -16}, {66, 150, 25, 255} }}, - {{ {94, -22, -18}, 0, {-16, -16}, {26, 168, 168, 255} }}, - {{ {155, -15, 21}, 0, {-16, -16}, {21, 131, 246, 255} }}, - {{ {166, -13, -17}, 0, {-16, -16}, {15, 130, 254, 255} }}, - {{ {90, -3, 52}, 0, {-16, -16}, {72, 2, 105, 255} }}, - {{ {46, 49, 45}, 0, {-16, -16}, {247, 72, 104, 255} }}, - {{ {18, 30, 41}, 0, {-16, -16}, {201, 45, 105, 255} }}, - {{ {0, 21, 37}, 0, {-16, -16}, {5, 68, 107, 255} }}, - {{ {15, -39, 42}, 0, {-16, -16}, {18, 186, 104, 255} }}, - {{ {-15, 23, 43}, 0, {-16, -16}, {212, 59, 104, 255} }}, - {{ {-15, 23, 43}, 0, {-16, -16}, {212, 59, 104, 255} }}, - {{ {0, -35, 32}, 0, {-16, -16}, {163, 184, 49, 255} }}, - {{ {15, -39, 42}, 0, {-16, -16}, {18, 186, 104, 255} }}, - {{ {-21, 9, 33}, 0, {-16, -16}, {141, 231, 47, 255} }}, - {{ {-22, 43, -3}, 0, {-16, -16}, {195, 105, 218, 255} }}, - {{ {-25, 24, 0}, 0, {-16, -16}, {132, 251, 229, 255} }}, - {{ {2, -5, -33}, 0, {-16, -16}, {250, 2, 129, 255} }}, - {{ {-8, -12, -20}, 0, {-16, -16}, {155, 208, 196, 255} }}, - {{ {24, -59, -3}, 0, {-16, -16}, {38, 141, 219, 255} }}, - {{ {6, -49, 0}, 0, {-16, -16}, {171, 165, 230, 255} }}, - {{ {23, -29, 36}, 0, {-16, -16}, {22, 197, 110, 255} }}, - {{ {89, 18, -34}, 0, {-16, -16}, {7, 10, 130, 255} }}, - {{ {162, 14, -11}, 0, {-16, -16}, {38, 31, 139, 255} }}, - {{ {166, -13, -17}, 0, {-16, -16}, {30, 6, 133, 255} }}, - {{ {94, -22, -18}, 0, {-16, -16}, {26, 168, 168, 255} }}, - {{ {146, 59, -8}, 0, {-16, -16}, {94, 76, 40, 255} }}, - {{ {126, 84, -3}, 0, {-16, -16}, {97, 68, 46, 255} }}, - {{ {123, 72, 21}, 0, {-16, -16}, {94, 76, 40, 255} }}, - {{ {139, 53, 25}, 0, {-16, -16}, {90, 83, 34, 255} }}, - {{ {8, 58, -2}, 0, {918, 788}, {175, 93, 226, 255} }}, - {{ {56, 80, 1}, 0, {967, 274}, {6, 125, 237, 255} }}, - {{ {33, 7, -37}, 0, {377, 612}, {223, 250, 133, 255} }}, - {{ {89, 18, -34}, 0, {341, 7}, {7, 10, 130, 255} }}, - {{ {94, -22, -18}, 0, {50, 98}, {26, 168, 168, 255} }}, - {{ {56, -47, -5}, 0, {-27, 522}, {3, 138, 209, 255} }}, - {{ {32, -43, 0}, 0, {62, 742}, {51, 148, 212, 255} }}, - {{ {14, -1, -22}, 0, {383, 842}, {3, 4, 129, 255} }}, - {{ {-4, 38, 0}, 0, {782, 949}, {217, 115, 217, 255} }}, - {{ {105, 17, 3}, 0, {-16, -16}, {119, 44, 3, 255} }}, - {{ {98, 10, 29}, 0, {-16, -16}, {110, 48, 42, 255} }}, - {{ {153, 7, 24}, 0, {-16, -16}, {12, 123, 30, 255} }}, - {{ {139, 53, 25}, 0, {-16, -16}, {92, 168, 2, 255} }}, - {{ {98, 10, 29}, 0, {-16, -16}, {110, 48, 42, 255} }}, - {{ {105, 17, 3}, 0, {-16, -16}, {119, 44, 3, 255} }}, - {{ {146, 59, -8}, 0, {-16, -16}, {89, 166, 246, 255} }}, - {{ {89, 18, -34}, 0, {-16, -16}, {112, 36, 209, 255} }}, - {{ {162, 14, -11}, 0, {-16, -16}, {11, 125, 19, 255} }}, - {{ {153, 7, 24}, 0, {-16, -16}, {12, 123, 30, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(4, 2, 5, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(7, 5, 8, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(6, 7, 10, 0), - gsSP1Triangle(10, 7, 11, 0), - gsSP1Triangle(11, 7, 12, 0), - gsSP1Triangle(12, 7, 13, 0), - gsSP1Triangle(7, 14, 13, 0), - gsSP1Triangle(11, 12, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(7, 6, 8, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(10, 8, 11, 0), - gsSP1Triangle(11, 8, 12, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 2, 1, 0), - gsSP1Triangle(4, 3, 1, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(6, 4, 7, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(5, 6, 10, 0), - gsSP1Triangle(5, 10, 3, 0), - gsSP1Triangle(3, 10, 11, 0), - gsSP1Triangle(3, 11, 12, 0), - gsSP1Triangle(2, 3, 12, 0), - gsSP1Triangle(13, 2, 12, 0), - gsSP1Triangle(14, 2, 13, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 48, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(8, 10, 2, 0), - gsSP1Triangle(2, 1, 9, 0), - gsSP1Triangle(7, 9, 1, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(3, 5, 7, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 63, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 6, 8, 0), - gsSP1Triangle(6, 9, 10, 0), - gsSP1Triangle(10, 11, 6, 0), - gsSP1Triangle(6, 11, 12, 0), - gsSP1Triangle(4, 6, 12, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_vtx_0 + 79, 7, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(3, 2, 4, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(2, 6, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_vtx_0[9] = { - {{ {8, 58, -2}, 0, {918, 788}, {212, 52, 149, 255} }}, - {{ {56, 80, 1}, 0, {967, 274}, {241, 62, 146, 255} }}, - {{ {33, 7, -37}, 0, {377, 612}, {223, 250, 133, 255} }}, - {{ {89, 18, -34}, 0, {341, 7}, {6, 4, 129, 255} }}, - {{ {94, -22, -18}, 0, {50, 98}, {9, 201, 142, 255} }}, - {{ {56, -47, -5}, 0, {-27, 522}, {243, 187, 150, 255} }}, - {{ {32, -43, 0}, 0, {62, 742}, {221, 184, 157, 255} }}, - {{ {14, -1, -22}, 0, {383, 842}, {187, 228, 153, 255} }}, - {{ {-4, 38, 0}, 0, {782, 949}, {182, 29, 157, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(5, 2, 4, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(6, 7, 2, 0), - gsSP1Triangle(2, 7, 8, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0[59] = { - {{ {131, 47, -1}, 0, {1088, 212}, {228, 93, 174, 255} }}, - {{ {107, -19, -33}, 0, {458, 16}, {206, 14, 140, 255} }}, - {{ {78, 11, 40}, 0, {756, 802}, {210, 64, 156, 255} }}, - {{ {70, -52, 35}, 0, {180, 784}, {198, 219, 149, 255} }}, - {{ {114, -92, -11}, 0, {-164, 172}, {208, 185, 162, 255} }}, - {{ {192, 11, -2}, 0, {-16, -16}, {83, 33, 165, 255} }}, - {{ {107, -19, -33}, 0, {-16, -16}, {206, 14, 140, 255} }}, - {{ {131, 47, -1}, 0, {-16, -16}, {228, 93, 174, 255} }}, - {{ {182, -72, -8}, 0, {-16, -16}, {74, 217, 160, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {183, 100, 86}, 0, {-16, -16}, {20, 123, 234, 255} }}, - {{ {129, 65, 103}, 0, {-16, -16}, {164, 78, 41, 255} }}, - {{ {78, 11, 40}, 0, {-16, -16}, {210, 64, 156, 255} }}, - {{ {45, 49, 53}, 0, {-16, -16}, {23, 58, 145, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {0, 9, 129, 255} }}, - {{ {70, -52, 35}, 0, {-16, -16}, {198, 219, 149, 255} }}, - {{ {29, -82, 43}, 0, {-16, -16}, {10, 210, 138, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {0, 9, 129, 255} }}, - {{ {70, -52, 35}, 0, {-16, -16}, {198, 219, 149, 255} }}, - {{ {106, -124, 90}, 0, {-16, -16}, {152, 187, 23, 255} }}, - {{ {114, -92, -11}, 0, {-16, -16}, {208, 185, 162, 255} }}, - {{ {151, -168, 67}, 0, {-16, -16}, {247, 136, 216, 255} }}, - {{ {182, -72, -8}, 0, {-16, -16}, {74, 217, 160, 255} }}, - {{ {107, -19, -33}, 0, {-16, -16}, {206, 14, 140, 255} }}, - {{ {228, -121, 117}, 0, {-16, -16}, {101, 196, 207, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {273, -105, 188}, 0, {-16, -16}, {109, 197, 30, 255} }}, - {{ {285, -6, 196}, 0, {-16, -16}, {119, 27, 37, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {211, 81, 156}, 0, {-16, -16}, {38, 113, 44, 255} }}, - {{ {228, 1, 228}, 0, {-16, -16}, {252, 33, 123, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {211, 81, 156}, 0, {-16, -16}, {38, 113, 44, 255} }}, - {{ {160, 65, 148}, 0, {-16, -16}, {175, 67, 72, 255} }}, - {{ {183, 100, 86}, 0, {-16, -16}, {20, 123, 234, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {129, 65, 103}, 0, {-16, -16}, {164, 78, 41, 255} }}, - {{ {137, -137, 134}, 0, {-16, -16}, {163, 199, 65, 255} }}, - {{ {73, 11, 60}, 0, {-16, -16}, {188, 250, 107, 255} }}, - {{ {45, 49, 53}, 0, {-16, -16}, {201, 236, 113, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {205, 254, 116, 255} }}, - {{ {65, -53, 55}, 0, {-16, -16}, {186, 7, 106, 255} }}, - {{ {29, -82, 43}, 0, {-16, -16}, {205, 16, 115, 255} }}, - {{ {106, -124, 90}, 0, {-16, -16}, {152, 187, 23, 255} }}, - {{ {151, -168, 67}, 0, {-16, -16}, {247, 136, 216, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {171, -129, 178}, 0, {-16, -16}, {182, 205, 90, 255} }}, - {{ {171, -129, 178}, 0, {-16, -16}, {182, 205, 90, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {216, -104, 220}, 0, {-16, -16}, {244, 207, 117, 255} }}, - {{ {273, -105, 188}, 0, {-16, -16}, {109, 197, 30, 255} }}, - {{ {228, 1, 228}, 0, {-16, -16}, {252, 33, 123, 255} }}, - {{ {285, -6, 196}, 0, {-16, -16}, {119, 27, 37, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {137, -137, 134}, 0, {-16, -16}, {163, 199, 65, 255} }}, - {{ {160, 65, 148}, 0, {-16, -16}, {175, 67, 72, 255} }}, - {{ {73, 11, 60}, 0, {-16, -16}, {188, 250, 107, 255} }}, - {{ {65, -53, 55}, 0, {-16, -16}, {186, 7, 106, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 6, 5, 0), - gsSP1Triangle(8, 5, 9, 0), - gsSP1Triangle(5, 10, 9, 0), - gsSP1Triangle(7, 10, 5, 0), - gsSP1Triangle(10, 7, 11, 0), - gsSP1Triangle(12, 11, 7, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(15, 14, 12, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(8, 5, 6, 0), - gsSP1Triangle(5, 8, 9, 0), - gsSP1Triangle(8, 10, 9, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(8, 12, 11, 0), - gsSP1Triangle(8, 6, 12, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(3, 5, 2, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(5, 8, 7, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 7, 9, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 12, 6, 0), - gsSP1Triangle(12, 13, 6, 0), - gsSP1Triangle(13, 14, 6, 0), - gsSP1Triangle(6, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_0 + 48, 11, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(2, 4, 6, 0), - gsSP1Triangle(6, 0, 2, 0), - gsSP1Triangle(6, 7, 0, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1[46] = { - {{ {58, 81, 0}, 0, {-16, -16}, {23, 122, 227, 255} }}, - {{ {11, 60, -3}, 0, {-16, -16}, {177, 89, 210, 255} }}, - {{ {29, 62, 34}, 0, {-16, -16}, {206, 89, 75, 255} }}, - {{ {1, 24, 35}, 0, {-16, -16}, {249, 63, 110, 255} }}, - {{ {-2, 41, 0}, 0, {-16, -16}, {222, 115, 215, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {46, 80, 87, 255} }}, - {{ {-19, 47, -4}, 0, {-16, -16}, {46, 116, 233, 255} }}, - {{ {4, -3, -32}, 0, {-16, -16}, {73, 31, 156, 255} }}, - {{ {16, 1, -22}, 0, {-16, -16}, {4, 0, 129, 255} }}, - {{ {31, -39, 0}, 0, {-16, -16}, {61, 152, 215, 255} }}, - {{ {24, -55, -4}, 0, {-16, -16}, {117, 211, 234, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {87, 229, 89, 255} }}, - {{ {23, -25, 35}, 0, {-16, -16}, {16, 192, 109, 255} }}, - {{ {55, -43, -3}, 0, {-16, -16}, {6, 140, 205, 255} }}, - {{ {75, -32, 65}, 0, {-16, -16}, {25, 178, 97, 255} }}, - {{ {103, -25, 1}, 0, {-16, -16}, {101, 191, 214, 255} }}, - {{ {103, -25, 1}, 0, {-16, -16}, {101, 191, 214, 255} }}, - {{ {95, -8, 52}, 0, {-16, -16}, {103, 249, 74, 255} }}, - {{ {75, -32, 65}, 0, {-16, -16}, {25, 178, 97, 255} }}, - {{ {96, 39, 24}, 0, {-16, -16}, {108, 61, 28, 255} }}, - {{ {85, 30, -32}, 0, {-16, -16}, {69, 28, 153, 255} }}, - {{ {58, 81, 0}, 0, {-16, -16}, {23, 122, 227, 255} }}, - {{ {54, 54, 44}, 0, {-16, -16}, {20, 81, 96, 255} }}, - {{ {29, 62, 34}, 0, {-16, -16}, {206, 89, 75, 255} }}, - {{ {56, 11, 65}, 0, {-16, -16}, {241, 19, 125, 255} }}, - {{ {29, 7, 48}, 0, {-16, -16}, {192, 250, 110, 255} }}, - {{ {1, 24, 35}, 0, {-16, -16}, {249, 63, 110, 255} }}, - {{ {23, -25, 35}, 0, {-16, -16}, {16, 192, 109, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {46, 80, 87, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {87, 229, 89, 255} }}, - {{ {85, 15, 52}, 0, {-16, -16}, {68, 44, 98, 255} }}, - {{ {11, 60, -3}, 0, {950, 789}, {177, 89, 210, 255} }}, - {{ {58, 81, 0}, 0, {936, 243}, {23, 122, 227, 255} }}, - {{ {35, 9, -36}, 0, {464, 685}, {231, 245, 132, 255} }}, - {{ {85, 30, -32}, 0, {438, 108}, {69, 28, 153, 255} }}, - {{ {103, -25, 1}, 0, {-56, 77}, {101, 191, 214, 255} }}, - {{ {55, -43, -3}, 0, {-15, 625}, {6, 140, 205, 255} }}, - {{ {31, -39, 0}, 0, {106, 862}, {61, 152, 215, 255} }}, - {{ {16, 1, -22}, 0, {473, 904}, {4, 0, 129, 255} }}, - {{ {-2, 41, 0}, 0, {852, 978}, {222, 115, 215, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {155, 184, 30, 255} }}, - {{ {-15, -12, 7}, 0, {-16, -16}, {139, 207, 248, 255} }}, - {{ {24, -55, -4}, 0, {-16, -16}, {161, 175, 236, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {135, 235, 31, 255} }}, - {{ {-19, 47, -4}, 0, {-16, -16}, {131, 244, 238, 255} }}, - {{ {4, -3, -32}, 0, {-16, -16}, {153, 213, 196, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(7, 6, 4, 0), - gsSP1Triangle(4, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(12, 9, 13, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(13, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(10, 9, 7, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(11, 10, 12, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(2, 9, 11, 0), - gsSP1Triangle(2, 8, 9, 0), - gsSP1Triangle(2, 1, 8, 0), - gsSP1Triangle(1, 14, 8, 0), - gsSP1Triangle(1, 3, 14, 0), - gsSP1Triangle(3, 6, 14, 0), - gsSP1Triangle(14, 6, 8, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_vtx_1 + 31, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(6, 7, 2, 0), - gsSP1Triangle(2, 7, 8, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 10, 9, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(14, 10, 13, 0), - gsSP1Triangle(11, 10, 14, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_0[9] = { - {{ {11, 60, -3}, 0, {950, 789}, {213, 50, 147, 255} }}, - {{ {58, 81, 0}, 0, {936, 243}, {238, 61, 146, 255} }}, - {{ {35, 9, -36}, 0, {464, 685}, {231, 245, 132, 255} }}, - {{ {85, 30, -32}, 0, {438, 108}, {9, 2, 129, 255} }}, - {{ {103, -25, 1}, 0, {-56, 77}, {31, 200, 146, 255} }}, - {{ {55, -43, -3}, 0, {-15, 625}, {7, 190, 148, 255} }}, - {{ {31, -39, 0}, 0, {106, 862}, {228, 183, 156, 255} }}, - {{ {16, 1, -22}, 0, {473, 904}, {190, 228, 151, 255} }}, - {{ {-2, 41, 0}, 0, {852, 978}, {184, 29, 155, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(6, 7, 2, 0), - gsSP1Triangle(2, 7, 8, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_1[5] = { - {{ {131, 47, -1}, 0, {1088, 212}, {165, 63, 194, 255} }}, - {{ {107, -19, -33}, 0, {458, 16}, {149, 18, 190, 255} }}, - {{ {78, 11, 40}, 0, {756, 802}, {150, 40, 198, 255} }}, - {{ {70, -52, 35}, 0, {180, 784}, {145, 252, 194, 255} }}, - {{ {114, -92, -11}, 0, {-164, 172}, {154, 225, 186, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_vtx_1 + 0, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0[59] = { - {{ {131, 47, -1}, 0, {1088, 212}, {228, 93, 174, 255} }}, - {{ {107, -19, -33}, 0, {458, 16}, {206, 14, 140, 255} }}, - {{ {78, 11, 40}, 0, {756, 802}, {210, 64, 156, 255} }}, - {{ {70, -52, 35}, 0, {180, 784}, {198, 219, 149, 255} }}, - {{ {114, -92, -11}, 0, {-164, 172}, {208, 185, 162, 255} }}, - {{ {192, 11, -2}, 0, {-16, -16}, {83, 33, 165, 255} }}, - {{ {107, -19, -33}, 0, {-16, -16}, {206, 14, 140, 255} }}, - {{ {131, 47, -1}, 0, {-16, -16}, {228, 93, 174, 255} }}, - {{ {182, -72, -8}, 0, {-16, -16}, {74, 217, 160, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {183, 100, 86}, 0, {-16, -16}, {20, 123, 234, 255} }}, - {{ {129, 65, 103}, 0, {-16, -16}, {164, 78, 41, 255} }}, - {{ {78, 11, 40}, 0, {-16, -16}, {210, 64, 156, 255} }}, - {{ {45, 49, 53}, 0, {-16, -16}, {23, 58, 145, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {0, 9, 129, 255} }}, - {{ {70, -52, 35}, 0, {-16, -16}, {198, 219, 149, 255} }}, - {{ {29, -82, 43}, 0, {-16, -16}, {10, 210, 138, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {0, 9, 129, 255} }}, - {{ {70, -52, 35}, 0, {-16, -16}, {198, 219, 149, 255} }}, - {{ {106, -124, 90}, 0, {-16, -16}, {152, 187, 23, 255} }}, - {{ {114, -92, -11}, 0, {-16, -16}, {208, 185, 162, 255} }}, - {{ {151, -168, 67}, 0, {-16, -16}, {247, 136, 216, 255} }}, - {{ {182, -72, -8}, 0, {-16, -16}, {74, 217, 160, 255} }}, - {{ {107, -19, -33}, 0, {-16, -16}, {206, 14, 140, 255} }}, - {{ {228, -121, 117}, 0, {-16, -16}, {101, 196, 207, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {273, -105, 188}, 0, {-16, -16}, {109, 197, 30, 255} }}, - {{ {285, -6, 196}, 0, {-16, -16}, {119, 27, 37, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {211, 81, 156}, 0, {-16, -16}, {38, 113, 44, 255} }}, - {{ {228, 1, 228}, 0, {-16, -16}, {252, 33, 123, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {211, 81, 156}, 0, {-16, -16}, {38, 113, 44, 255} }}, - {{ {160, 65, 148}, 0, {-16, -16}, {175, 67, 72, 255} }}, - {{ {183, 100, 86}, 0, {-16, -16}, {20, 123, 234, 255} }}, - {{ {246, 29, 128}, 0, {-16, -16}, {113, 41, 214, 255} }}, - {{ {129, 65, 103}, 0, {-16, -16}, {164, 78, 41, 255} }}, - {{ {137, -137, 134}, 0, {-16, -16}, {163, 199, 65, 255} }}, - {{ {73, 11, 60}, 0, {-16, -16}, {188, 250, 107, 255} }}, - {{ {45, 49, 53}, 0, {-16, -16}, {201, 236, 113, 255} }}, - {{ {18, -13, 33}, 0, {-16, -16}, {205, 254, 116, 255} }}, - {{ {65, -53, 55}, 0, {-16, -16}, {186, 7, 106, 255} }}, - {{ {29, -82, 43}, 0, {-16, -16}, {205, 16, 115, 255} }}, - {{ {106, -124, 90}, 0, {-16, -16}, {152, 187, 23, 255} }}, - {{ {151, -168, 67}, 0, {-16, -16}, {247, 136, 216, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {171, -129, 178}, 0, {-16, -16}, {182, 205, 90, 255} }}, - {{ {171, -129, 178}, 0, {-16, -16}, {182, 205, 90, 255} }}, - {{ {181, -167, 138}, 0, {-16, -16}, {8, 132, 26, 255} }}, - {{ {216, -104, 220}, 0, {-16, -16}, {244, 207, 117, 255} }}, - {{ {273, -105, 188}, 0, {-16, -16}, {109, 197, 30, 255} }}, - {{ {228, 1, 228}, 0, {-16, -16}, {252, 33, 123, 255} }}, - {{ {285, -6, 196}, 0, {-16, -16}, {119, 27, 37, 255} }}, - {{ {192, 42, 190}, 0, {-16, -16}, {196, 54, 98, 255} }}, - {{ {137, -137, 134}, 0, {-16, -16}, {163, 199, 65, 255} }}, - {{ {160, 65, 148}, 0, {-16, -16}, {175, 67, 72, 255} }}, - {{ {73, 11, 60}, 0, {-16, -16}, {188, 250, 107, 255} }}, - {{ {65, -53, 55}, 0, {-16, -16}, {186, 7, 106, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(8, 6, 5, 0), - gsSP1Triangle(8, 5, 9, 0), - gsSP1Triangle(5, 10, 9, 0), - gsSP1Triangle(7, 10, 5, 0), - gsSP1Triangle(10, 7, 11, 0), - gsSP1Triangle(12, 11, 7, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(12, 14, 13, 0), - gsSP1Triangle(15, 14, 12, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(8, 5, 6, 0), - gsSP1Triangle(5, 8, 9, 0), - gsSP1Triangle(8, 10, 9, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(8, 12, 11, 0), - gsSP1Triangle(8, 6, 12, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(3, 5, 2, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(5, 8, 7, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 7, 9, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 12, 6, 0), - gsSP1Triangle(12, 13, 6, 0), - gsSP1Triangle(13, 14, 6, 0), - gsSP1Triangle(6, 14, 15, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_0 + 48, 11, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(3, 5, 4, 0), - gsSP1Triangle(2, 4, 6, 0), - gsSP1Triangle(6, 0, 2, 0), - gsSP1Triangle(6, 7, 0, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1[46] = { - {{ {58, 81, 0}, 0, {-16, -16}, {23, 122, 227, 255} }}, - {{ {11, 60, -3}, 0, {-16, -16}, {177, 89, 210, 255} }}, - {{ {29, 62, 34}, 0, {-16, -16}, {206, 89, 75, 255} }}, - {{ {1, 24, 35}, 0, {-16, -16}, {249, 63, 110, 255} }}, - {{ {-2, 41, 0}, 0, {-16, -16}, {222, 115, 215, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {46, 80, 87, 255} }}, - {{ {-19, 47, -4}, 0, {-16, -16}, {46, 116, 233, 255} }}, - {{ {4, -3, -32}, 0, {-16, -16}, {73, 31, 156, 255} }}, - {{ {16, 1, -22}, 0, {-16, -16}, {4, 0, 129, 255} }}, - {{ {31, -39, 0}, 0, {-16, -16}, {61, 152, 215, 255} }}, - {{ {24, -55, -4}, 0, {-16, -16}, {117, 211, 234, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {87, 229, 89, 255} }}, - {{ {23, -25, 35}, 0, {-16, -16}, {16, 192, 109, 255} }}, - {{ {55, -43, -3}, 0, {-16, -16}, {6, 140, 205, 255} }}, - {{ {75, -32, 65}, 0, {-16, -16}, {25, 178, 97, 255} }}, - {{ {103, -25, 1}, 0, {-16, -16}, {101, 191, 214, 255} }}, - {{ {103, -25, 1}, 0, {-16, -16}, {101, 191, 214, 255} }}, - {{ {95, -8, 52}, 0, {-16, -16}, {103, 249, 74, 255} }}, - {{ {75, -32, 65}, 0, {-16, -16}, {25, 178, 97, 255} }}, - {{ {96, 39, 24}, 0, {-16, -16}, {108, 61, 28, 255} }}, - {{ {85, 30, -32}, 0, {-16, -16}, {69, 28, 153, 255} }}, - {{ {58, 81, 0}, 0, {-16, -16}, {23, 122, 227, 255} }}, - {{ {54, 54, 44}, 0, {-16, -16}, {20, 81, 96, 255} }}, - {{ {29, 62, 34}, 0, {-16, -16}, {206, 89, 75, 255} }}, - {{ {56, 11, 65}, 0, {-16, -16}, {241, 19, 125, 255} }}, - {{ {29, 7, 48}, 0, {-16, -16}, {192, 250, 110, 255} }}, - {{ {1, 24, 35}, 0, {-16, -16}, {249, 63, 110, 255} }}, - {{ {23, -25, 35}, 0, {-16, -16}, {16, 192, 109, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {46, 80, 87, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {87, 229, 89, 255} }}, - {{ {85, 15, 52}, 0, {-16, -16}, {68, 44, 98, 255} }}, - {{ {11, 60, -3}, 0, {950, 789}, {177, 89, 210, 255} }}, - {{ {58, 81, 0}, 0, {936, 243}, {23, 122, 227, 255} }}, - {{ {35, 9, -36}, 0, {464, 685}, {231, 245, 132, 255} }}, - {{ {85, 30, -32}, 0, {438, 108}, {69, 28, 153, 255} }}, - {{ {103, -25, 1}, 0, {-56, 77}, {101, 191, 214, 255} }}, - {{ {55, -43, -3}, 0, {-15, 625}, {6, 140, 205, 255} }}, - {{ {31, -39, 0}, 0, {106, 862}, {61, 152, 215, 255} }}, - {{ {16, 1, -22}, 0, {473, 904}, {4, 0, 129, 255} }}, - {{ {-2, 41, 0}, 0, {852, 978}, {222, 115, 215, 255} }}, - {{ {13, -37, 41}, 0, {-16, -16}, {155, 184, 30, 255} }}, - {{ {-15, -12, 7}, 0, {-16, -16}, {139, 207, 248, 255} }}, - {{ {24, -55, -4}, 0, {-16, -16}, {161, 175, 236, 255} }}, - {{ {-13, 26, 41}, 0, {-16, -16}, {135, 235, 31, 255} }}, - {{ {-19, 47, -4}, 0, {-16, -16}, {131, 244, 238, 255} }}, - {{ {4, -3, -32}, 0, {-16, -16}, {153, 213, 196, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(7, 6, 4, 0), - gsSP1Triangle(4, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(12, 9, 13, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(13, 15, 14, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1 + 16, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(5, 3, 4, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(10, 9, 7, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(11, 10, 12, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(2, 9, 11, 0), - gsSP1Triangle(2, 8, 9, 0), - gsSP1Triangle(2, 1, 8, 0), - gsSP1Triangle(1, 14, 8, 0), - gsSP1Triangle(1, 3, 14, 0), - gsSP1Triangle(3, 6, 14, 0), - gsSP1Triangle(14, 6, 8, 0), - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_vtx_1 + 31, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(6, 7, 2, 0), - gsSP1Triangle(2, 7, 8, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(12, 10, 9, 0), - gsSP1Triangle(13, 10, 12, 0), - gsSP1Triangle(14, 10, 13, 0), - gsSP1Triangle(11, 10, 14, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_0[9] = { - {{ {11, 60, -3}, 0, {950, 789}, {213, 50, 147, 255} }}, - {{ {58, 81, 0}, 0, {936, 243}, {238, 61, 146, 255} }}, - {{ {35, 9, -36}, 0, {464, 685}, {231, 245, 132, 255} }}, - {{ {85, 30, -32}, 0, {438, 108}, {9, 2, 129, 255} }}, - {{ {103, -25, 1}, 0, {-56, 77}, {31, 200, 146, 255} }}, - {{ {55, -43, -3}, 0, {-15, 625}, {7, 190, 148, 255} }}, - {{ {31, -39, 0}, 0, {106, 862}, {228, 183, 156, 255} }}, - {{ {16, 1, -22}, 0, {473, 904}, {190, 228, 151, 255} }}, - {{ {-2, 41, 0}, 0, {852, 978}, {184, 29, 155, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_0 + 0, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(2, 3, 4, 0), - gsSP1Triangle(2, 4, 5, 0), - gsSP1Triangle(2, 5, 6, 0), - gsSP1Triangle(6, 7, 2, 0), - gsSP1Triangle(2, 7, 8, 0), - gsSP1Triangle(0, 2, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_1[5] = { - {{ {131, 47, -1}, 0, {1088, 212}, {165, 63, 194, 255} }}, - {{ {107, -19, -33}, 0, {458, 16}, {149, 18, 190, 255} }}, - {{ {78, 11, 40}, 0, {756, 802}, {150, 40, 198, 255} }}, - {{ {70, -52, 35}, 0, {180, 784}, {145, 252, 194, 255} }}, - {{ {114, -92, -11}, 0, {-164, 172}, {154, 225, 186, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_vtx_1 + 0, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0[8] = { - {{ {178, -177, 128}, 0, {-16, 1982}, {168, 179, 207, 255} }}, - {{ {319, -248, -14}, 0, {-16, -16}, {168, 179, 207, 255} }}, - {{ {349, -325, 53}, 0, {974, -16}, {168, 179, 207, 255} }}, - {{ {207, -253, 195}, 0, {974, 1982}, {168, 179, 207, 255} }}, - {{ {414, 206, 82}, 0, {974, -16}, {189, 101, 217, 255} }}, - {{ {368, 146, 7}, 0, {-16, -16}, {189, 101, 217, 255} }}, - {{ {212, 96, 143}, 0, {-16, 1982}, {189, 101, 217, 255} }}, - {{ {258, 156, 218}, 0, {974, 1982}, {189, 101, 217, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_0 + 0, 8, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1[8] = { - {{ {368, 146, 7}, 0, {974, -16}, {189, 101, 217, 255} }}, - {{ {166, 37, 68}, 0, {-16, 1982}, {190, 101, 217, 255} }}, - {{ {212, 96, 143}, 0, {974, 1982}, {189, 101, 217, 255} }}, - {{ {322, 87, -67}, 0, {-16, -16}, {190, 101, 217, 255} }}, - {{ {178, -177, 128}, 0, {974, 1982}, {168, 179, 207, 255} }}, - {{ {149, -100, 60}, 0, {-16, 1982}, {167, 179, 207, 255} }}, - {{ {319, -248, -14}, 0, {974, -16}, {168, 179, 207, 255} }}, - {{ {290, -171, -81}, 0, {-16, -16}, {168, 179, 206, 255} }}, -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1[] = { - gsSPVertex(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_vtx_1 + 0, 8, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Thigh_Color_mesh_layer_1_vtx_0[22] = { - {{ {-26, 28, 25}, 0, {-16, -16}, {173, 76, 60, 0} }}, - {{ {-39, 0, 7}, 0, {-16, -16}, {130, 243, 254, 0} }}, - {{ {-20, -9, 38}, 0, {-16, -16}, {184, 221, 99, 0} }}, - {{ {-24, 28, -11}, 0, {-16, -16}, {176, 76, 192, 0} }}, - {{ {0, 37, -16}, 0, {-16, -16}, {237, 101, 181, 0} }}, - {{ {-1, 37, 31}, 0, {-16, -16}, {235, 101, 75, 0} }}, - {{ {6, -12, 46}, 0, {-16, -16}, {242, 218, 120, 0} }}, - {{ {-17, -34, 8}, 0, {-16, -16}, {189, 148, 0, 0} }}, - {{ {-19, -10, -23}, 0, {-16, -16}, {188, 218, 155, 0} }}, - {{ {7, -12, -31}, 0, {-16, -16}, {244, 217, 136, 0} }}, - {{ {158, 33, -10}, 0, {-16, -16}, {44, 98, 188, 0} }}, - {{ {156, 33, 25}, 0, {-16, -16}, {42, 98, 69, 0} }}, - {{ {161, -3, 37}, 0, {-16, -16}, {50, 227, 113, 0} }}, - {{ {165, -27, 8}, 0, {-16, -16}, {59, 143, 0, 0} }}, - {{ {10, -41, 8}, 0, {-16, -16}, {247, 129, 0, 0} }}, - {{ {163, -3, -20}, 0, {-16, -16}, {52, 226, 144, 0} }}, - {{ {158, 33, -10}, 0, {-16, -16}, {44, 98, 188, 0} }}, - {{ {189, 8, 8}, 0, {-16, -16}, {127, 11, 1, 0} }}, - {{ {163, -3, -20}, 0, {-16, -16}, {52, 226, 144, 0} }}, - {{ {156, 33, 25}, 0, {-16, -16}, {42, 98, 69, 0} }}, - {{ {161, -3, 37}, 0, {-16, -16}, {50, 227, 113, 0} }}, - {{ {165, -27, 8}, 0, {-16, -16}, {59, 143, 0, 0} }}, -}; - -Gfx waluigi_Left_Thigh_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Thigh_Color_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(5, 0, 6, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(2, 1, 7, 0), - gsSP1Triangle(7, 1, 8, 0), - gsSP1Triangle(8, 1, 3, 0), - gsSP1Triangle(9, 8, 3, 0), - gsSP1Triangle(9, 3, 4, 0), - gsSP1Triangle(9, 4, 10, 0), - gsSP1Triangle(4, 5, 10, 0), - gsSP1Triangle(5, 11, 10, 0), - gsSP1Triangle(5, 6, 11, 0), - gsSP1Triangle(6, 12, 11, 0), - gsSP1Triangle(13, 12, 6, 0), - gsSP1Triangle(6, 14, 13, 0), - gsSP1Triangle(6, 7, 14, 0), - gsSP1Triangle(14, 7, 9, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(14, 9, 13, 0), - gsSP1Triangle(9, 15, 13, 0), - gsSP1Triangle(10, 15, 9, 0), - gsSPVertex(waluigi_Left_Thigh_Color_mesh_layer_1_vtx_0 + 16, 6, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 1, 4, 0), - gsSP1Triangle(2, 1, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Leg_mesh_layer_1_vtx_0[12] = { - {{ {4, 32, 26}, 0, {-16, -16}, {216, 99, 69, 0} }}, - {{ {161, -5, 34}, 0, {-16, -16}, {57, 217, 107, 0} }}, - {{ {168, 27, 24}, 0, {-16, -16}, {70, 81, 68, 0} }}, - {{ {0, -3, 37}, 0, {-16, -16}, {211, 225, 115, 0} }}, - {{ {-27, 7, 8}, 0, {-16, -16}, {129, 11, 254, 0} }}, - {{ {6, 32, -9}, 0, {-16, -16}, {220, 99, 185, 0} }}, - {{ {170, 27, -6}, 0, {-16, -16}, {76, 81, 194, 0} }}, - {{ {174, 3, 9}, 0, {-16, -16}, {125, 233, 5, 0} }}, - {{ {159, -24, 9}, 0, {-16, -16}, {52, 140, 1, 0} }}, - {{ {-5, -25, 9}, 0, {-16, -16}, {202, 141, 0, 0} }}, - {{ {0, -3, -19}, 0, {-16, -16}, {211, 225, 141, 0} }}, - {{ {163, -5, -16}, 0, {-16, -16}, {61, 216, 152, 0} }}, -}; - -Gfx waluigi_Left_Leg_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Leg_mesh_layer_1_vtx_0 + 0, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(0, 2, 6, 0), - gsSP1Triangle(2, 7, 6, 0), - gsSP1Triangle(1, 7, 2, 0), - gsSP1Triangle(8, 7, 1, 0), - gsSP1Triangle(9, 8, 1, 0), - gsSP1Triangle(1, 3, 9, 0), - gsSP1Triangle(3, 4, 9, 0), - gsSP1Triangle(9, 4, 10, 0), - gsSP1Triangle(10, 4, 5, 0), - gsSP1Triangle(11, 10, 5, 0), - gsSP1Triangle(5, 6, 11, 0), - gsSP1Triangle(6, 7, 11, 0), - gsSP1Triangle(11, 7, 8, 0), - gsSP1Triangle(9, 11, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Left_Foot_mesh_layer_1_vtx_0[15] = { - {{ {63, -20, 11}, 0, {-16, -16}, {220, 135, 13, 0} }}, - {{ {78, -17, -20}, 0, {-16, -16}, {241, 175, 159, 0} }}, - {{ {116, -44, 7}, 0, {-16, -16}, {245, 129, 1, 0} }}, - {{ {-19, 7, -23}, 0, {-16, -16}, {195, 188, 168, 0} }}, - {{ {-44, 13, 8}, 0, {-16, -16}, {141, 202, 254, 0} }}, - {{ {-18, 9, 43}, 0, {-16, -16}, {197, 190, 91, 0} }}, - {{ {81, -12, 36}, 0, {-16, -16}, {247, 183, 104, 0} }}, - {{ {147, -36, 16}, 0, {-16, -16}, {101, 204, 58, 0} }}, - {{ {147, -36, -1}, 0, {-16, -16}, {102, 204, 201, 0} }}, - {{ {118, 14, -25}, 0, {-16, -16}, {70, 54, 165, 0} }}, - {{ {9, 56, -34}, 0, {-16, -16}, {4, 77, 155, 0} }}, - {{ {-26, 70, -7}, 0, {-16, -16}, {198, 100, 203, 0} }}, - {{ {-29, 71, 26}, 0, {-16, -16}, {191, 99, 46, 0} }}, - {{ {11, 57, 52}, 0, {-16, -16}, {8, 79, 99, 0} }}, - {{ {120, 15, 40}, 0, {-16, -16}, {74, 55, 87, 0} }}, -}; - -Gfx waluigi_Left_Foot_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Left_Foot_mesh_layer_1_vtx_0 + 0, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(2, 6, 0, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(2, 8, 7, 0), - gsSP1Triangle(8, 2, 1, 0), - gsSP1Triangle(1, 9, 8, 0), - gsSP1Triangle(1, 10, 9, 0), - gsSP1Triangle(1, 3, 10, 0), - gsSP1Triangle(11, 10, 3, 0), - gsSP1Triangle(11, 3, 4, 0), - gsSP1Triangle(4, 12, 11, 0), - gsSP1Triangle(12, 4, 5, 0), - gsSP1Triangle(5, 13, 12, 0), - gsSP1Triangle(5, 6, 13, 0), - gsSP1Triangle(6, 14, 13, 0), - gsSP1Triangle(7, 14, 6, 0), - gsSP1Triangle(14, 7, 9, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(14, 9, 10, 0), - gsSP1Triangle(13, 14, 10, 0), - gsSP1Triangle(13, 10, 11, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Thigh_Color_mesh_layer_1_vtx_0[22] = { - {{ {161, -2, -37}, 0, {-16, -16}, {50, 229, 142, 0} }}, - {{ {189, 9, -8}, 0, {-16, -16}, {126, 12, 255, 0} }}, - {{ {165, -25, -8}, 0, {-16, -16}, {59, 143, 253, 0} }}, - {{ {155, 35, -24}, 0, {-16, -16}, {41, 100, 189, 0} }}, - {{ {6, -10, -45}, 0, {-16, -16}, {243, 221, 135, 0} }}, - {{ {11, -41, -7}, 0, {-16, -16}, {249, 129, 254, 0} }}, - {{ {7, -12, 31}, 0, {-16, -16}, {245, 214, 119, 0} }}, - {{ {163, -3, 21}, 0, {-16, -16}, {53, 223, 111, 0} }}, - {{ {156, 34, 11}, 0, {-16, -16}, {43, 97, 70, 0} }}, - {{ {-2, 38, -29}, 0, {-16, -16}, {235, 102, 183, 0} }}, - {{ {-27, 29, -24}, 0, {-16, -16}, {172, 75, 197, 0} }}, - {{ {-20, -8, -37}, 0, {-16, -16}, {185, 221, 157, 0} }}, - {{ {-17, -34, -7}, 0, {-16, -16}, {190, 147, 254, 0} }}, - {{ {-19, -10, 23}, 0, {-16, -16}, {188, 214, 99, 0} }}, - {{ {-26, 28, 13}, 0, {-16, -16}, {174, 70, 67, 0} }}, - {{ {-1, 37, 18}, 0, {-16, -16}, {236, 98, 78, 0} }}, - {{ {-27, 29, -24}, 0, {-16, -16}, {172, 75, 197, 0} }}, - {{ {-39, 0, -6}, 0, {-16, -16}, {130, 240, 2, 0} }}, - {{ {-26, 28, 13}, 0, {-16, -16}, {174, 70, 67, 0} }}, - {{ {-20, -8, -37}, 0, {-16, -16}, {185, 221, 157, 0} }}, - {{ {-17, -34, -7}, 0, {-16, -16}, {190, 147, 254, 0} }}, - {{ {-19, -10, 23}, 0, {-16, -16}, {188, 214, 99, 0} }}, -}; - -Gfx waluigi_Right_Thigh_Color_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Thigh_Color_mesh_layer_1_vtx_0 + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(4, 0, 2, 0), - gsSP1Triangle(2, 5, 4, 0), - gsSP1Triangle(2, 6, 5, 0), - gsSP1Triangle(2, 7, 6, 0), - gsSP1Triangle(2, 1, 7, 0), - gsSP1Triangle(7, 1, 8, 0), - gsSP1Triangle(8, 1, 3, 0), - gsSP1Triangle(8, 3, 9, 0), - gsSP1Triangle(3, 4, 9, 0), - gsSP1Triangle(4, 10, 9, 0), - gsSP1Triangle(4, 11, 10, 0), - gsSP1Triangle(12, 11, 4, 0), - gsSP1Triangle(5, 12, 4, 0), - gsSP1Triangle(6, 12, 5, 0), - gsSP1Triangle(6, 13, 12, 0), - gsSP1Triangle(14, 13, 6, 0), - gsSP1Triangle(15, 14, 6, 0), - gsSP1Triangle(8, 15, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(8, 9, 15, 0), - gsSP1Triangle(9, 10, 15, 0), - gsSP1Triangle(10, 14, 15, 0), - gsSPVertex(waluigi_Right_Thigh_Color_mesh_layer_1_vtx_0 + 16, 6, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 1, 4, 0), - gsSP1Triangle(2, 1, 5, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Leg_mesh_layer_1_vtx_0[12] = { - {{ {163, -4, 15}, 0, {-16, -16}, {55, 212, 106, 0} }}, - {{ {170, 27, 6}, 0, {-16, -16}, {69, 82, 68, 0} }}, - {{ {6, 33, 9}, 0, {-16, -16}, {218, 97, 73, 0} }}, - {{ {178, 4, -9}, 0, {-16, -16}, {125, 231, 254, 0} }}, - {{ {156, -23, -10}, 0, {-16, -16}, {44, 137, 252, 0} }}, - {{ {-5, -23, -9}, 0, {-16, -16}, {200, 142, 255, 0} }}, - {{ {0, -2, 19}, 0, {-16, -16}, {209, 223, 113, 0} }}, - {{ {-25, 9, -8}, 0, {-16, -16}, {130, 15, 3, 0} }}, - {{ {6, 34, -25}, 0, {-16, -16}, {218, 102, 190, 0} }}, - {{ {170, 28, -24}, 0, {-16, -16}, {70, 84, 190, 0} }}, - {{ {161, -3, -35}, 0, {-16, -16}, {51, 217, 146, 0} }}, - {{ {-3, 0, -37}, 0, {-16, -16}, {204, 230, 143, 0} }}, -}; - -Gfx waluigi_Right_Leg_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Leg_mesh_layer_1_vtx_0 + 0, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(2, 6, 0, 0), - gsSP1Triangle(2, 7, 6, 0), - gsSP1Triangle(8, 7, 2, 0), - gsSP1Triangle(8, 2, 1, 0), - gsSP1Triangle(1, 9, 8, 0), - gsSP1Triangle(1, 3, 9, 0), - gsSP1Triangle(9, 3, 10, 0), - gsSP1Triangle(10, 3, 4, 0), - gsSP1Triangle(10, 4, 5, 0), - gsSP1Triangle(5, 11, 10, 0), - gsSP1Triangle(5, 7, 11, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(11, 7, 8, 0), - gsSP1Triangle(10, 11, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSPEndDisplayList(), -}; - -Vtx waluigi_Right_Foot_DL_mesh_layer_1_vtx_0[15] = { - {{ {78, -17, 20}, 0, {-16, -16}, {240, 176, 98, 0} }}, - {{ {115, -44, -6}, 0, {-16, -16}, {245, 129, 1, 0} }}, - {{ {145, -35, 1}, 0, {-16, -16}, {99, 205, 61, 0} }}, - {{ {64, -19, -10}, 0, {-16, -16}, {220, 135, 244, 0} }}, - {{ {-20, 8, 22}, 0, {-16, -16}, {194, 189, 88, 0} }}, - {{ {7, 57, 32}, 0, {-16, -16}, {2, 80, 99, 0} }}, - {{ {117, 16, 25}, 0, {-16, -16}, {70, 57, 90, 0} }}, - {{ {146, -36, -16}, 0, {-16, -16}, {102, 202, 202, 0} }}, - {{ {81, -12, -36}, 0, {-16, -16}, {248, 182, 153, 0} }}, - {{ {-18, 8, -45}, 0, {-16, -16}, {198, 188, 166, 0} }}, - {{ {-44, 12, -9}, 0, {-16, -16}, {142, 201, 2, 0} }}, - {{ {-27, 69, 5}, 0, {-16, -16}, {196, 101, 50, 0} }}, - {{ {11, 56, -54}, 0, {-16, -16}, {9, 77, 155, 0} }}, - {{ {121, 15, -40}, 0, {-16, -16}, {76, 54, 169, 0} }}, - {{ {-29, 71, -28}, 0, {-16, -16}, {191, 99, 209, 0} }}, -}; - -Gfx waluigi_Right_Foot_DL_mesh_layer_1_tri_0[] = { - gsSPVertex(waluigi_Right_Foot_DL_mesh_layer_1_vtx_0 + 0, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(2, 6, 0, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(7, 2, 1, 0), - gsSP1Triangle(7, 1, 8, 0), - gsSP1Triangle(3, 8, 1, 0), - gsSP1Triangle(9, 8, 3, 0), - gsSP1Triangle(10, 9, 3, 0), - gsSP1Triangle(3, 4, 10, 0), - gsSP1Triangle(10, 4, 11, 0), - gsSP1Triangle(4, 5, 11, 0), - gsSP1Triangle(11, 5, 12, 0), - gsSP1Triangle(5, 13, 12, 0), - gsSP1Triangle(5, 6, 13, 0), - gsSP1Triangle(6, 7, 13, 0), - gsSP1Triangle(8, 13, 7, 0), - gsSP1Triangle(12, 13, 8, 0), - gsSP1Triangle(12, 8, 9, 0), - gsSP1Triangle(14, 12, 9, 0), - gsSP1Triangle(9, 10, 14, 0), - gsSP1Triangle(11, 14, 10, 0), - gsSP1Triangle(14, 11, 12, 0), - gsSPEndDisplayList(), -}; - - -Gfx mat_waluigi_body[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_overalls_button_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsSPCopyLightsPlayerPart(PANTS), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_metal[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, 0, 0, 0, 0, ENVIRONMENT), - gsSPSetGeometryMode(G_TEXTURE_GEN), - gsSPTexture(4032, 1984, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_metal_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(METAL), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_metal[] = { - gsDPPipeSync(), - gsSPClearGeometryMode(G_TEXTURE_GEN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_shirt[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SHIRT), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_cap[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(CAP), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_open[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_center_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_hair[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(HAIR), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_nose[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPSetLights1(waluigi_nose_lights), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_mouth_closed[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_mouth_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_moustache[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPClearGeometryMode(G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPSetLights1(waluigi_moustache_lights), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_moustache[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_CULL_BACK), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_sideburns[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_sideburns_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetPrimColor(0, 0, 255, 255, 255, 255), - gsSPCopyLightsPlayerPart(HAIR), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_emblem[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0), - gsSPClearGeometryMode(G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_cap_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetPrimColor(0, 0, 255, 255, 255, 255), - gsSPSetLights1(waluigi_emblem_lights), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_emblem[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_CULL_BACK), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_emblem_icon[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, PRIMITIVE, 0), - gsSPClearGeometryMode(G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_glove_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetPrimColor(0, 0, 255, 255, 255, 255), - gsSPSetLights1(waluigi_emblem_icon_lights), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_emblem_icon[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_CULL_BACK), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_half[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_half_closed_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_closed[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_closed_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_left[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_left_unused_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_right[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_right_unused_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_up[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_up_unused_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_down[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_down_unused_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_waluigi_mouth_open[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_mouth_dead_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_eyes_dead[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_custom_waluigi_eyes_dead_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsSPCopyLightsPlayerPart(SKIN), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_wing_2[] = { - gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), - gsSPClearGeometryMode(G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_wing_2_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_wing_2[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_CULL_BACK), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_wing_1[] = { - gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), - gsSPClearGeometryMode(G_CULL_BACK), - gsSPTexture(65535, 65535, 0, 0, 1), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_wing_1_rgba16), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPLoadBlock(7, 0, 0, 2047, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 252), - gsSPEndDisplayList(), -}; - -Gfx mat_revert_waluigi_wing_1[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_CULL_BACK), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_gloves[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(GLOVES), - gsSPEndDisplayList(), -}; - -Gfx mat_waluigi_shoes[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 1), - gsSPCopyLightsPlayerPart(SHOES), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Butt_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Butt_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Butt_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Butt_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Torso_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Torso_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_shirt), - gsSPDisplayList(waluigi_Torso_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Torso_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Torso_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Torso_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_open), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_half), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_left), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_right), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_up), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_1_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_down), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_1_tri_5), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Head_DL_mesh_layer_5_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Head_DL_mesh_layer_5_tri_2), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_eyes_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_eyes_half), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_eyes_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_eyes_left), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_eyes_right), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_eyes_up), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_eyes_down), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7[] = { - gsSPDisplayList(mat_waluigi_eyes_dead), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_5), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_open), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_half), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_left), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_right), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_up), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_down), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_mouth_closed), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Head_Capless_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_half), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_closed), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_left), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_right), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_up), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_down), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_mat_override_eyes_dead_7[] = { - gsSPDisplayList(mat_waluigi_hair), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_eyes_dead), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_1), - gsSPDisplayList(mat_waluigi_moustache), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_2), - gsSPDisplayList(mat_revert_waluigi_moustache), - gsSPDisplayList(mat_waluigi_nose), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_3), - gsSPDisplayList(mat_waluigi_waluigi_mouth_open), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_1_tri_4), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_half_1[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_closed_2[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_left_3[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_right_4[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_up_5[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_down_6[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_mat_override_eyes_dead_7[] = { - gsSPDisplayList(mat_waluigi_sideburns), - gsSPDisplayList(waluigi_Switch_Option_Switch_Option_Head_Capless_Dead_DL_mesh_layer_5_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Wing_DL_mesh_layer_4[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Left_Wing_DL_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Left_Wing_DL_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Wing_DL_mesh_layer_4_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Left_Wing_DL_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Left_Wing_DL_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Wing_DL_mesh_layer_4[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Right_Wing_DL_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Right_Wing_DL_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Wing_DL_mesh_layer_4_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Right_Wing_DL_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Right_Wing_DL_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Arm_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shirt), - gsSPDisplayList(waluigi_Left_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Arm_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Forearm_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shirt), - gsSPDisplayList(waluigi_Left_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Forearm_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Left_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Left_Hand_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Hand_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Hand_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Left_Hand_Open_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Arm_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shirt), - gsSPDisplayList(waluigi_Right_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Arm_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Arm_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Forearm_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shirt), - gsSPDisplayList(waluigi_Right_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), +ALIGNED8 const Texture waluigi_texture_r_logo[] = { +#include "actors/waluigi/custom_waluigi_logo.rgba16.inc.c" }; -Gfx waluigi_Right_Forearm_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Forearm_mesh_layer_1_tri_0), - gsSPEndDisplayList(), +ALIGNED8 const Texture waluigi_texture_r_blend[] = { +#include "actors/waluigi/custom_waluigi_logo_blend.rgba16.inc.c" }; -Gfx waluigi_Right_Hand_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Right_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), +ALIGNED8 const Texture waluigi_texture_r_cap[] = { +#include "actors/waluigi/custom_waluigi_cap.rgba16.inc.c" }; -Gfx waluigi_Right_Hand_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Hand_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), +ALIGNED8 const Texture waluigi_texture_hair_sideburn[] = { +#include "actors/waluigi/custom_waluigi_sideburn.rgba16.inc.c" }; -Gfx waluigi_Right_Hand_DL_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Right_Hand_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), +ALIGNED8 const Texture waluigi_texture_add_sideburn[] = { +#include "actors/waluigi/custom_waluigi_sideburn_add.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_skin_sideburn[] = { +#include "actors/waluigi/custom_waluigi_skin.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_mouth[] = { +#include "actors/waluigi/custom_waluigi_mouth.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_mouth_dead[] = { +#include "actors/waluigi/custom_waluigi_mouth_dead.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_front[] = { +#include "actors/waluigi/custom_waluigi_eyes_center.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_half_closed[] = { +#include "actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_closed[] = { +#include "actors/waluigi/custom_waluigi_eyes_closed.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_right[] = { +#include "actors/waluigi/custom_waluigi_eyes_left_unused.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_left[] = { +#include "actors/waluigi/custom_waluigi_eyes_right_unused.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_up[] = { +#include "actors/waluigi/custom_waluigi_eyes_up_unused.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_down[] = { +#include "actors/waluigi/custom_waluigi_eyes_down_unused.rgba16.inc.c" +}; + +ALIGNED8 const Texture waluigi_texture_eyes_dead[] = { +#include "actors/waluigi/custom_waluigi_eyes_dead.rgba16.inc.c" +}; + +static const Vtx waluigi_butt_dl_vertex[77] = { + {{ {-10, -60, 46}, 0, {0, 0}, {204, 157, 60, 0} }}, + {{ {38, -70, 38}, 0, {0, 0}, {25, 137, 38, 0} }}, + {{ {10, -41, 73}, 0, {0, 0}, {231, 196, 109, 0} }}, + {{ {-17, -65, 0}, 0, {0, 0}, {198, 143, 0, 0} }}, + {{ {-38, -40, 35}, 0, {0, 0}, {146, 208, 42, 0} }}, + {{ {-22, 1, 66}, 0, {0, 0}, {171, 249, 94, 0} }}, + {{ {16, -1, 82}, 0, {0, 0}, {250, 250, 127, 0} }}, + {{ {51, -46, 65}, 0, {0, 0}, {54, 190, 95, 0} }}, + {{ {78, -47, 26}, 0, {0, 0}, {100, 184, 31, 0} }}, + {{ {38, -70, -38}, 0, {0, 0}, {25, 137, 218, 0} }}, + {{ {-10, -60, -46}, 0, {0, 0}, {204, 157, 196, 0} }}, + {{ {-38, -40, -35}, 0, {0, 0}, {146, 208, 214, 0} }}, + {{ {-37, 44, -33}, 0, {0, 0}, {146, 54, 224, 0} }}, + {{ {-37, 44, 33}, 0, {0, 0}, {146, 54, 32, 0} }}, + {{ {-17, 34, 66}, 0, {0, 0}, {180, 38, 95, 0} }}, + {{ {15, 35, 79}, 0, {0, 0}, {248, 38, 121, 0} }}, + {{ {16, -1, 82}, 0, {0, 0}, {250, 250, 127, 0} }}, + {{ {67, -3, 66}, 0, {0, 0}, {82, 243, 96, 0} }}, + {{ {15, 35, 79}, 0, {0, 0}, {248, 38, 121, 0} }}, + {{ {51, -46, 65}, 0, {0, 0}, {54, 190, 95, 0} }}, + {{ {78, -47, 26}, 0, {0, 0}, {100, 184, 31, 0} }}, + {{ {101, 12, 0}, 0, {0, 0}, {127, 3, 0, 0} }}, + {{ {78, -47, -26}, 0, {0, 0}, {100, 184, 225, 0} }}, + {{ {38, -70, -38}, 0, {0, 0}, {25, 137, 218, 0} }}, + {{ {51, -46, -65}, 0, {0, 0}, {54, 190, 161, 0} }}, + {{ {10, -41, -73}, 0, {0, 0}, {231, 196, 147, 0} }}, + {{ {-10, -60, -46}, 0, {0, 0}, {204, 157, 196, 0} }}, + {{ {-38, -40, -35}, 0, {0, 0}, {146, 208, 214, 0} }}, + {{ {-22, 1, -66}, 0, {0, 0}, {171, 249, 162, 0} }}, + {{ {-37, 44, -33}, 0, {0, 0}, {146, 54, 224, 0} }}, + {{ {-17, 34, -66}, 0, {0, 0}, {180, 38, 161, 0} }}, + {{ {1, 58, -60}, 0, {0, 0}, {215, 90, 177, 0} }}, + {{ {-4, 71, -29}, 0, {0, 0}, {205, 114, 231, 0} }}, + {{ {1, 58, -60}, 0, {0, 0}, {215, 90, 177, 0} }}, + {{ {-37, 44, -33}, 0, {0, 0}, {146, 54, 224, 0} }}, + {{ {-4, 71, 29}, 0, {0, 0}, {205, 114, 25, 0} }}, + {{ {-37, 44, 33}, 0, {0, 0}, {146, 54, 32, 0} }}, + {{ {1, 58, 60}, 0, {0, 0}, {215, 90, 79, 0} }}, + {{ {-17, 34, 66}, 0, {0, 0}, {180, 38, 95, 0} }}, + {{ {15, 35, 79}, 0, {0, 0}, {248, 38, 121, 0} }}, + {{ {44, 69, 53}, 0, {0, 0}, {28, 102, 71, 0} }}, + {{ {68, 35, 66}, 0, {0, 0}, {77, 32, 96, 0} }}, + {{ {67, -3, 66}, 0, {0, 0}, {82, 243, 96, 0} }}, + {{ {101, 12, 0}, 0, {0, 0}, {127, 3, 0, 0} }}, + {{ {78, 58, 28}, 0, {0, 0}, {94, 80, 30, 0} }}, + {{ {78, 58, -28}, 0, {0, 0}, {94, 80, 226, 0} }}, + {{ {68, 35, -66}, 0, {0, 0}, {77, 32, 160, 0} }}, + {{ {67, -3, -66}, 0, {0, 0}, {82, 243, 160, 0} }}, + {{ {78, -47, -26}, 0, {0, 0}, {100, 184, 225, 0} }}, + {{ {67, -3, -66}, 0, {0, 0}, {82, 243, 160, 0} }}, + {{ {101, 12, 0}, 0, {0, 0}, {127, 3, 0, 0} }}, + {{ {51, -46, -65}, 0, {0, 0}, {54, 190, 161, 0} }}, + {{ {16, -1, -82}, 0, {0, 0}, {250, 250, 129, 0} }}, + {{ {10, -41, -73}, 0, {0, 0}, {231, 196, 147, 0} }}, + {{ {-22, 1, -66}, 0, {0, 0}, {171, 249, 162, 0} }}, + {{ {15, 35, -79}, 0, {0, 0}, {248, 38, 135, 0} }}, + {{ {-17, 34, -66}, 0, {0, 0}, {180, 38, 161, 0} }}, + {{ {1, 58, -60}, 0, {0, 0}, {215, 90, 177, 0} }}, + {{ {44, 69, -53}, 0, {0, 0}, {28, 102, 185, 0} }}, + {{ {-4, 71, -29}, 0, {0, 0}, {205, 114, 231, 0} }}, + {{ {38, 79, -21}, 0, {0, 0}, {17, 125, 241, 0} }}, + {{ {-4, 71, 29}, 0, {0, 0}, {205, 114, 25, 0} }}, + {{ {38, 79, 21}, 0, {0, 0}, {17, 125, 15, 0} }}, + {{ {44, 69, 53}, 0, {0, 0}, {28, 102, 71, 0} }}, + {{ {-4, 71, 29}, 0, {0, 0}, {205, 114, 25, 0} }}, + {{ {1, 58, 60}, 0, {0, 0}, {215, 90, 79, 0} }}, + {{ {44, 69, 53}, 0, {0, 0}, {28, 102, 71, 0} }}, + {{ {38, 79, 21}, 0, {0, 0}, {17, 125, 15, 0} }}, + {{ {78, 58, 28}, 0, {0, 0}, {94, 80, 30, 0} }}, + {{ {68, 35, 66}, 0, {0, 0}, {77, 32, 96, 0} }}, + {{ {38, 79, -21}, 0, {0, 0}, {17, 125, 241, 0} }}, + {{ {78, 58, -28}, 0, {0, 0}, {94, 80, 226, 0} }}, + {{ {44, 69, -53}, 0, {0, 0}, {28, 102, 185, 0} }}, + {{ {68, 35, -66}, 0, {0, 0}, {77, 32, 160, 0} }}, + {{ {15, 35, -79}, 0, {0, 0}, {248, 38, 135, 0} }}, + {{ {67, -3, -66}, 0, {0, 0}, {82, 243, 160, 0} }}, + {{ {16, -1, -82}, 0, {0, 0}, {250, 250, 129, 0} }}, +}; + +const Gfx waluigi_butt_dl[] = { + gsSPVertex(waluigi_butt_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(0, 4, 3, 0), + gsSP1Triangle(0, 2, 4, 0), + gsSP1Triangle(5, 4, 2, 0), + gsSP1Triangle(6, 5, 2, 0), + gsSP1Triangle(2, 7, 6, 0), + gsSP1Triangle(7, 2, 1, 0), + gsSP1Triangle(8, 7, 1, 0), + gsSP1Triangle(1, 9, 8, 0), + gsSP1Triangle(3, 9, 1, 0), + gsSP1Triangle(10, 9, 3, 0), + gsSP1Triangle(10, 3, 11, 0), + gsSP1Triangle(11, 3, 4, 0), + gsSP1Triangle(11, 4, 12, 0), + gsSP1Triangle(13, 12, 4, 0), + gsSP1Triangle(13, 4, 5, 0), + gsSP1Triangle(14, 13, 5, 0), + gsSP1Triangle(14, 5, 15, 0), + gsSP1Triangle(6, 15, 5, 0), + gsSPVertex(waluigi_butt_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(5, 1, 4, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(6, 4, 7, 0), + gsSP1Triangle(7, 8, 6, 0), + gsSP1Triangle(8, 7, 9, 0), + gsSP1Triangle(10, 9, 7, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(9, 11, 12, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(14, 12, 13, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_butt_dl_vertex + 32, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(6, 5, 4, 0), + gsSP1Triangle(7, 5, 6, 0), + gsSP1Triangle(5, 7, 8, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(10, 9, 7, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(12, 9, 11, 0), + gsSP1Triangle(11, 13, 12, 0), + gsSP1Triangle(13, 11, 14, 0), + gsSP1Triangle(15, 14, 11, 0), + gsSPVertex(waluigi_butt_dl_vertex + 48, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(4, 1, 3, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(4, 6, 7, 0), + gsSP1Triangle(8, 7, 6, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(9, 10, 7, 0), + gsSP1Triangle(11, 10, 9, 0), + gsSP1Triangle(12, 10, 11, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(14, 12, 13, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_butt_dl_vertex + 64, 13, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(5, 4, 2, 0), + gsSP1Triangle(3, 4, 6, 0), + gsSP1Triangle(6, 4, 7, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(7, 9, 8, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(9, 11, 10, 0), + gsSP1Triangle(12, 10, 11, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_butt[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(PANTS), // gsSPLight(&waluigi_blue_lights_group.a, 2), + gsSPDisplayList(waluigi_butt_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_butt[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPSetGeometryMode(G_TEXTURE_GEN), + gsSPTexture(4032, 1984, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), + gsSPDisplayList(waluigi_butt_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_left_arm_shared_dl_vertex[29] = { + {{ {137, 13, -17}, 0, {0, 0}, {46, 98, 189, 255} }}, + {{ {137, -12, -27}, 0, {0, 0}, {48, 224, 143, 255} }}, + {{ {18, 20, -22}, 0, {0, 0}, {227, 100, 184, 255} }}, + {{ {147, 6, -11}, 0, {0, 0}, {109, 56, 222, 255} }}, + {{ {137, 13, 10}, 0, {0, 0}, {45, 97, 69, 255} }}, + {{ {18, 20, 15}, 0, {0, 0}, {227, 100, 72, 255} }}, + {{ {0, 11, 7}, 0, {0, 0}, {154, 63, 41, 255} }}, + {{ {0, 11, -14}, 0, {0, 0}, {154, 63, 214, 255} }}, + {{ {18, -15, -34}, 0, {0, 0}, {225, 221, 138, 255} }}, + {{ {137, -29, -4}, 0, {0, 0}, {46, 138, 255, 255} }}, + {{ {147, -9, -17}, 0, {0, 0}, {111, 240, 196, 255} }}, + {{ {147, 6, 4}, 0, {0, 0}, {109, 56, 34, 255} }}, + {{ {147, -9, 10}, 0, {0, 0}, {109, 238, 63, 255} }}, + {{ {137, -12, 19}, 0, {0, 0}, {46, 222, 113, 255} }}, + {{ {18, -15, 27}, 0, {0, 0}, {225, 220, 118, 255} }}, + {{ {0, -11, 15}, 0, {0, 0}, {153, 235, 71, 255} }}, + {{ {0, -11, -22}, 0, {0, 0}, {153, 237, 185, 255} }}, + {{ {0, -11, 15}, 0, {0, 0}, {153, 235, 71, 255} }}, + {{ {0, 11, -14}, 0, {0, 0}, {154, 63, 214, 255} }}, + {{ {18, -15, -34}, 0, {0, 0}, {225, 221, 138, 255} }}, + {{ {18, -39, -4}, 0, {0, 0}, {224, 133, 255, 255} }}, + {{ {137, -29, -4}, 0, {0, 0}, {46, 138, 255, 255} }}, + {{ {137, -12, 19}, 0, {0, 0}, {46, 222, 113, 255} }}, + {{ {147, -9, 10}, 0, {0, 0}, {109, 238, 63, 255} }}, + {{ {147, -20, -4}, 0, {0, 0}, {108, 189, 254, 255} }}, + {{ {147, -9, -17}, 0, {0, 0}, {111, 240, 196, 255} }}, + {{ {147, 6, 4}, 0, {0, 0}, {109, 56, 34, 255} }}, + {{ {18, -15, 27}, 0, {0, 0}, {225, 220, 118, 255} }}, + {{ {0, -25, -4}, 0, {0, 0}, {151, 184, 0, 255} }}, +}; + +const Gfx waluigi_left_arm_shared_dl[] = { + gsSPVertex(waluigi_left_arm_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(4, 0, 5, 0), + gsSP1Triangle(5, 0, 2, 0), + gsSP1Triangle(6, 5, 2, 0), + gsSP1Triangle(7, 6, 2, 0), + gsSP1Triangle(7, 2, 8, 0), + gsSP1Triangle(2, 1, 8, 0), + gsSP1Triangle(1, 9, 8, 0), + gsSP1Triangle(10, 9, 1, 0), + gsSP1Triangle(10, 1, 3, 0), + gsSP1Triangle(10, 3, 11, 0), + gsSP1Triangle(11, 3, 4, 0), + gsSP1Triangle(11, 4, 12, 0), + gsSP1Triangle(12, 4, 13, 0), + gsSP1Triangle(13, 4, 14, 0), + gsSP1Triangle(14, 4, 5, 0), + gsSP1Triangle(15, 14, 5, 0), + gsSP1Triangle(6, 15, 5, 0), + gsSP1Triangle(6, 7, 15, 0), + gsSPVertex(waluigi_left_arm_shared_dl_vertex + 16, 13, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(0, 3, 4, 0), + gsSP1Triangle(3, 5, 4, 0), + gsSP1Triangle(5, 6, 4, 0), + gsSP1Triangle(7, 6, 5, 0), + gsSP1Triangle(8, 7, 5, 0), + gsSP1Triangle(8, 5, 9, 0), + gsSP1Triangle(8, 9, 7, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(4, 6, 11, 0), + gsSP1Triangle(12, 4, 11, 0), + gsSP1Triangle(1, 12, 11, 0), + gsSP1Triangle(12, 1, 0, 0), + gsSP1Triangle(12, 0, 4, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_left_arm[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(SHIRT), // gsSPLight(&waluigi_green_lights_group.a, 2), + gsSPDisplayList(waluigi_left_arm_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_left_forearm_shared_dl_vertex[16] = { + {{ {2, -29, -4}, 0, {0, 0}, {206, 139, 0, 255} }}, + {{ {110, -17, 27}, 0, {0, 0}, {52, 220, 110, 255} }}, + {{ {2, -13, 19}, 0, {0, 0}, {206, 220, 111, 255} }}, + {{ {110, -41, -4}, 0, {0, 0}, {52, 140, 0, 255} }}, + {{ {2, -13, -27}, 0, {0, 0}, {204, 223, 145, 255} }}, + {{ {-7, -9, -17}, 0, {0, 0}, {144, 245, 198, 255} }}, + {{ {-7, -20, -4}, 0, {0, 0}, {146, 193, 252, 255} }}, + {{ {-7, -9, 10}, 0, {0, 0}, {144, 243, 59, 255} }}, + {{ {2, 13, 10}, 0, {0, 0}, {207, 95, 69, 255} }}, + {{ {110, 22, 15}, 0, {0, 0}, {51, 94, 68, 255} }}, + {{ {128, -5, -4}, 0, {0, 0}, {127, 2, 255, 255} }}, + {{ {110, -17, -34}, 0, {0, 0}, {51, 221, 145, 255} }}, + {{ {2, 13, -17}, 0, {0, 0}, {205, 95, 189, 255} }}, + {{ {-7, 4, -11}, 0, {0, 0}, {142, 43, 221, 255} }}, + {{ {-7, 6, 4}, 0, {0, 0}, {145, 53, 31, 255} }}, + {{ {110, 22, -22}, 0, {0, 0}, {50, 94, 187, 255} }}, +}; + +const Gfx waluigi_left_forearm_shared_dl[] = { + gsSPVertex(waluigi_left_forearm_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(4, 3, 0, 0), + gsSP1Triangle(5, 4, 0, 0), + gsSP1Triangle(6, 5, 0, 0), + gsSP1Triangle(6, 0, 2, 0), + gsSP1Triangle(7, 6, 2, 0), + gsSP1Triangle(7, 2, 8, 0), + gsSP1Triangle(2, 9, 8, 0), + gsSP1Triangle(1, 9, 2, 0), + gsSP1Triangle(10, 9, 1, 0), + gsSP1Triangle(10, 1, 3, 0), + gsSP1Triangle(10, 3, 11, 0), + gsSP1Triangle(11, 3, 4, 0), + gsSP1Triangle(12, 11, 4, 0), + gsSP1Triangle(13, 12, 4, 0), + gsSP1Triangle(5, 13, 4, 0), + gsSP1Triangle(6, 13, 5, 0), + gsSP1Triangle(14, 13, 6, 0), + gsSP1Triangle(7, 14, 6, 0), + gsSP1Triangle(14, 7, 8, 0), + gsSP1Triangle(14, 8, 12, 0), + gsSP1Triangle(8, 15, 12, 0), + gsSP1Triangle(9, 15, 8, 0), + gsSP1Triangle(10, 15, 9, 0), + gsSP1Triangle(10, 11, 15, 0), + gsSP1Triangle(15, 11, 12, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSPEndDisplayList(), +}; + +// 0x0400D3E8 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_closed_shared_dl_vertex_group1, 0x00114750, 78432, 0x0000d3e8, 256); + +// 0x0400D4E8 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_closed_shared_dl_vertex_group2, 0x00114750, 78432, 0x0000d4e8, 224); + +// 0x0400D5C8 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_closed_shared_dl_vertex_group3, 0x00114750, 78432, 0x0000d5c8, 240); + +// 0x0400D6B8 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_closed_shared_dl_vertex_group4, 0x00114750, 78432, 0x0000d6b8, 160); + +// 0x0400D758 - 0x0400D8F0 +const Gfx waluigi_left_hand_closed_shared_dl[] = { + gsSPVertex(waluigi_left_hand_closed_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 1, 0, 0x0, 2, 1, 7, 0x0), + gsSP2Triangles( 7, 1, 6, 0x0, 6, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 3, 0x0, 9, 3, 2, 0x0), + gsSP2Triangles( 0, 10, 11, 0x0, 12, 10, 0, 0x0), + gsSP1Triangle(13, 14, 15, 0x0), + gsSPVertex(waluigi_left_hand_closed_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 5, 1, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 1, 0, 9, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 0, 2, 7, 0x0, 7, 2, 8, 0x0), + gsSP2Triangles( 8, 2, 11, 0x0, 11, 2, 5, 0x0), + gsSP2Triangles( 9, 7, 6, 0x0, 6, 8, 12, 0x0), + gsSP2Triangles(12, 8, 13, 0x0, 13, 5, 4, 0x0), + gsSPVertex(waluigi_left_hand_closed_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 1, 4, 0x0, 4, 1, 5, 0x0), + gsSP2Triangles( 5, 1, 0, 0x0, 6, 7, 2, 0x0), + gsSP2Triangles( 8, 2, 3, 0x0, 3, 9, 10, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 11, 7, 6, 0x0), + gsSP2Triangles(10, 12, 13, 0x0, 6, 14, 12, 0x0), + gsSPVertex(waluigi_left_hand_closed_shared_dl_vertex_group4, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 1, 5, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 8, 9, 6, 0x0), + gsSP1Triangle( 7, 1, 8, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_left_hand_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_left_hand_closed_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_right_arm_shared_dl_vertex[29] = { + {{ {137, 13, 17}, 0, {0, 0}, {46, 98, 67, 255} }}, + {{ {18, 20, 22}, 0, {0, 0}, {227, 100, 72, 255} }}, + {{ {137, -12, 27}, 0, {0, 0}, {48, 224, 113, 255} }}, + {{ {18, 20, -15}, 0, {0, 0}, {227, 100, 184, 255} }}, + {{ {137, 13, -10}, 0, {0, 0}, {45, 97, 187, 255} }}, + {{ {147, 6, 11}, 0, {0, 0}, {109, 56, 34, 255} }}, + {{ {147, -9, 17}, 0, {0, 0}, {111, 240, 60, 255} }}, + {{ {137, -29, 4}, 0, {0, 0}, {46, 138, 1, 255} }}, + {{ {18, -15, 34}, 0, {0, 0}, {225, 221, 118, 255} }}, + {{ {0, 11, 14}, 0, {0, 0}, {154, 63, 42, 255} }}, + {{ {0, 11, -7}, 0, {0, 0}, {154, 63, 215, 255} }}, + {{ {0, -11, -15}, 0, {0, 0}, {153, 235, 185, 255} }}, + {{ {18, -15, -27}, 0, {0, 0}, {225, 220, 138, 255} }}, + {{ {137, -12, -19}, 0, {0, 0}, {46, 222, 143, 255} }}, + {{ {147, -9, -10}, 0, {0, 0}, {109, 238, 193, 255} }}, + {{ {147, 6, -4}, 0, {0, 0}, {109, 56, 222, 255} }}, + {{ {147, -20, 4}, 0, {0, 0}, {108, 189, 2, 255} }}, + {{ {147, -9, -10}, 0, {0, 0}, {109, 238, 193, 255} }}, + {{ {147, -9, 17}, 0, {0, 0}, {111, 240, 60, 255} }}, + {{ {137, -29, 4}, 0, {0, 0}, {46, 138, 1, 255} }}, + {{ {137, -12, -19}, 0, {0, 0}, {46, 222, 143, 255} }}, + {{ {18, -39, 4}, 0, {0, 0}, {224, 133, 1, 255} }}, + {{ {18, -15, 34}, 0, {0, 0}, {225, 221, 118, 255} }}, + {{ {0, -11, 22}, 0, {0, 0}, {153, 237, 71, 255} }}, + {{ {0, 11, 14}, 0, {0, 0}, {154, 63, 42, 255} }}, + {{ {0, -11, -15}, 0, {0, 0}, {153, 235, 185, 255} }}, + {{ {0, 11, -7}, 0, {0, 0}, {154, 63, 215, 255} }}, + {{ {0, -25, 4}, 0, {0, 0}, {151, 184, 0, 255} }}, + {{ {18, -15, -27}, 0, {0, 0}, {225, 220, 138, 255} }}, +}; + +const Gfx waluigi_right_arm_shared_dl[] = { + gsSPVertex(waluigi_right_arm_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(4, 3, 0, 0), + gsSP1Triangle(5, 4, 0, 0), + gsSP1Triangle(5, 0, 2, 0), + gsSP1Triangle(6, 5, 2, 0), + gsSP1Triangle(6, 2, 7, 0), + gsSP1Triangle(2, 8, 7, 0), + gsSP1Triangle(1, 8, 2, 0), + gsSP1Triangle(9, 8, 1, 0), + gsSP1Triangle(9, 1, 10, 0), + gsSP1Triangle(10, 1, 3, 0), + gsSP1Triangle(10, 3, 11, 0), + gsSP1Triangle(11, 3, 12, 0), + gsSP1Triangle(12, 3, 4, 0), + gsSP1Triangle(13, 12, 4, 0), + gsSP1Triangle(14, 13, 4, 0), + gsSP1Triangle(15, 14, 4, 0), + gsSP1Triangle(15, 4, 5, 0), + gsSP1Triangle(6, 15, 5, 0), + gsSP1Triangle(14, 15, 6, 0), + gsSPVertex(waluigi_right_arm_shared_dl_vertex + 16, 13, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(3, 5, 4, 0), + gsSP1Triangle(6, 5, 3, 0), + gsSP1Triangle(7, 5, 6, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(11, 7, 9, 0), + gsSP1Triangle(11, 5, 7, 0), + gsSP1Triangle(11, 12, 5, 0), + gsSP1Triangle(9, 12, 11, 0), + gsSP1Triangle(5, 12, 4, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_arm[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(SHIRT), // gsSPLight(&waluigi_green_lights_group.a, 2), + gsSPDisplayList(waluigi_right_arm_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_right_forearm_shared_dl_vertex[16] = { + {{ {2, -29, 4}, 0, {0, 0}, {206, 139, 0, 255} }}, + {{ {2, -13, -19}, 0, {0, 0}, {206, 220, 145, 255} }}, + {{ {110, -17, -27}, 0, {0, 0}, {52, 220, 146, 255} }}, + {{ {-7, -20, 4}, 0, {0, 0}, {146, 193, 4, 255} }}, + {{ {-7, -9, 17}, 0, {0, 0}, {144, 245, 58, 255} }}, + {{ {2, -13, 27}, 0, {0, 0}, {204, 223, 111, 255} }}, + {{ {110, -41, 4}, 0, {0, 0}, {52, 140, 0, 255} }}, + {{ {128, -5, 4}, 0, {0, 0}, {127, 2, 1, 255} }}, + {{ {110, 22, -15}, 0, {0, 0}, {51, 94, 188, 255} }}, + {{ {2, 13, -10}, 0, {0, 0}, {207, 95, 187, 255} }}, + {{ {-7, -9, -10}, 0, {0, 0}, {144, 243, 197, 255} }}, + {{ {-7, 6, -4}, 0, {0, 0}, {145, 53, 225, 255} }}, + {{ {-7, 4, 11}, 0, {0, 0}, {142, 43, 35, 255} }}, + {{ {2, 13, 17}, 0, {0, 0}, {205, 95, 67, 255} }}, + {{ {110, -17, 34}, 0, {0, 0}, {51, 221, 111, 255} }}, + {{ {110, 22, 22}, 0, {0, 0}, {50, 94, 69, 255} }}, +}; + +const Gfx waluigi_right_forearm_shared_dl[] = { + gsSPVertex(waluigi_right_forearm_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(4, 0, 5, 0), + gsSP1Triangle(5, 0, 6, 0), + gsSP1Triangle(6, 0, 2, 0), + gsSP1Triangle(7, 6, 2, 0), + gsSP1Triangle(7, 2, 8, 0), + gsSP1Triangle(2, 1, 8, 0), + gsSP1Triangle(1, 9, 8, 0), + gsSP1Triangle(10, 9, 1, 0), + gsSP1Triangle(10, 1, 3, 0), + gsSP1Triangle(10, 3, 11, 0), + gsSP1Triangle(11, 3, 12, 0), + gsSP1Triangle(3, 4, 12, 0), + gsSP1Triangle(4, 5, 12, 0), + gsSP1Triangle(12, 5, 13, 0), + gsSP1Triangle(13, 5, 14, 0), + gsSP1Triangle(14, 5, 6, 0), + gsSP1Triangle(7, 14, 6, 0), + gsSP1Triangle(7, 15, 14, 0), + gsSP1Triangle(7, 8, 15, 0), + gsSP1Triangle(8, 9, 15, 0), + gsSP1Triangle(9, 13, 15, 0), + gsSP1Triangle(11, 13, 9, 0), + gsSP1Triangle(11, 9, 10, 0), + gsSP1Triangle(12, 13, 11, 0), + gsSP1Triangle(15, 13, 14, 0), + gsSPEndDisplayList(), +}; + +// 0x0400DFF8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_closed_dl_vertex_group1, 0x00114750, 78432, 0x0000dff8, 256); + +// 0x0400E0F8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_closed_dl_vertex_group2, 0x00114750, 78432, 0x0000e0f8, 224); + +// 0x0400E1D8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_closed_dl_vertex_group3, 0x00114750, 78432, 0x0000e1d8, 240); + +// 0x0400E2C8 - 0x0400E458 +const Gfx waluigi_right_hand_closed_dl[] = { + gsSPVertex(waluigi_right_hand_closed_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 4, 0x0), + gsSP2Triangles( 2, 5, 6, 0x0, 6, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 8, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 5, 2, 0x0, 11, 12, 13, 0x0), + gsSP2Triangles(13, 12, 14, 0x0, 14, 12, 8, 0x0), + gsSP2Triangles( 8, 12, 9, 0x0, 9, 12, 11, 0x0), + gsSP1Triangle( 3, 15, 0, 0x0), + gsSPVertex(waluigi_right_hand_closed_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 8, 7, 1, 0x0, 1, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 10, 7, 6, 0x0), + gsSP2Triangles( 9, 10, 5, 0x0, 10, 11, 5, 0x0), + gsSP2Triangles(11, 12, 5, 0x0, 1, 4, 3, 0x0), + gsSP2Triangles(11, 10, 6, 0x0, 6, 13, 11, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 0, 8, 1, 0x0, 6, 8, 0, 0x0), + gsSPVertex(waluigi_right_hand_closed_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 8, 6, 5, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 0, 6, 8, 0x0), + gsSP2Triangles(10, 11, 1, 0x0, 11, 9, 1, 0x0), + gsSP2Triangles(11, 12, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(13, 5, 3, 0x0, 3, 9, 14, 0x0), + gsSP1Triangle(14, 13, 3, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_right_hand_closed_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_hand_closed[] = { + gsSPDisplayList(waluigi_right_hand_closed_dl), + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_left_thigh_dl_vertex[24] = { + {{ {-2, -13, -33}, 0, {0, 0}, {172, 235, 163, 255} }}, + {{ {16, -17, -40}, 0, {0, 0}, {239, 220, 136, 255} }}, + {{ {-2, -49, 3}, 0, {0, 0}, {173, 160, 0, 255} }}, + {{ {-2, 40, -18}, 0, {0, 0}, {171, 76, 201, 255} }}, + {{ {-17, 1, 3}, 0, {0, 0}, {129, 1, 255, 255} }}, + {{ {-2, -13, 40}, 0, {0, 0}, {174, 233, 94, 255} }}, + {{ {16, -17, 46}, 0, {0, 0}, {240, 219, 120, 255} }}, + {{ {16, -56, 3}, 0, {0, 0}, {242, 130, 0, 255} }}, + {{ {187, -34, 5}, 0, {0, 0}, {69, 149, 0, 255} }}, + {{ {187, -10, -24}, 0, {0, 0}, {68, 226, 153, 255} }}, + {{ {187, 27, -12}, 0, {0, 0}, {69, 86, 193, 255} }}, + {{ {16, 46, -24}, 0, {0, 0}, {238, 99, 178, 255} }}, + {{ {16, 46, 29}, 0, {0, 0}, {242, 102, 75, 255} }}, + {{ {-2, 40, 26}, 0, {0, 0}, {175, 76, 61, 255} }}, + {{ {187, 27, 23}, 0, {0, 0}, {68, 85, 65, 255} }}, + {{ {187, -10, 34}, 0, {0, 0}, {67, 225, 103, 255} }}, + {{ {198, 0, 5}, 0, {0, 0}, {127, 0, 0, 255} }}, + {{ {187, -10, 34}, 0, {0, 0}, {67, 225, 103, 255} }}, + {{ {187, -34, 5}, 0, {0, 0}, {69, 149, 0, 255} }}, + {{ {187, 27, 23}, 0, {0, 0}, {68, 85, 65, 255} }}, + {{ {187, 27, -12}, 0, {0, 0}, {69, 86, 193, 255} }}, + {{ {187, -10, -24}, 0, {0, 0}, {68, 226, 153, 255} }}, + {{ {16, 46, -24}, 0, {0, 0}, {238, 99, 178, 255} }}, + {{ {16, 46, 29}, 0, {0, 0}, {242, 102, 75, 255} }}, +}; + +const Gfx waluigi_left_thigh_dl[] = { + gsSPVertex(waluigi_left_thigh_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(4, 3, 0, 0), + gsSP1Triangle(4, 0, 2, 0), + gsSP1Triangle(4, 2, 5, 0), + gsSP1Triangle(5, 2, 6, 0), + gsSP1Triangle(2, 7, 6, 0), + gsSP1Triangle(2, 1, 7, 0), + gsSP1Triangle(7, 1, 8, 0), + gsSP1Triangle(9, 8, 1, 0), + gsSP1Triangle(9, 1, 10, 0), + gsSP1Triangle(1, 11, 10, 0), + gsSP1Triangle(3, 11, 1, 0), + gsSP1Triangle(3, 12, 11, 0), + gsSP1Triangle(13, 12, 3, 0), + gsSP1Triangle(4, 13, 3, 0), + gsSP1Triangle(4, 5, 13, 0), + gsSP1Triangle(5, 6, 13, 0), + gsSP1Triangle(13, 6, 12, 0), + gsSP1Triangle(12, 6, 14, 0), + gsSP1Triangle(15, 14, 6, 0), + gsSP1Triangle(15, 6, 8, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSPVertex(waluigi_left_thigh_dl_vertex + 16, 8, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(0, 4, 3, 0), + gsSP1Triangle(0, 5, 4, 0), + gsSP1Triangle(0, 2, 5, 0), + gsSP1Triangle(4, 6, 3, 0), + gsSP1Triangle(6, 7, 3, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_left_thigh[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(PANTS), // gsSPLight(&waluigi_blue_lights_group.a, 2), + gsSPDisplayList(waluigi_left_thigh_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_left_thigh[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPSetGeometryMode(G_TEXTURE_GEN), + gsSPTexture(4032, 1984, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), + gsSPDisplayList(waluigi_left_thigh_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_left_leg_shared_dl_vertex[12] = { + {{ {188, -2, 5}, 0, {0, 0}, {127, 0, 255, 255} }}, + {{ {181, 42, 34}, 0, {0, 0}, {65, 88, 65, 255} }}, + {{ {181, -18, 52}, 0, {0, 0}, {65, 224, 104, 255} }}, + {{ {181, 42, -16}, 0, {0, 0}, {66, 91, 196, 255} }}, + {{ {181, -18, -40}, 0, {0, 0}, {65, 229, 151, 255} }}, + {{ {181, -56, 5}, 0, {0, 0}, {64, 146, 255, 255} }}, + {{ {12, -36, 5}, 0, {0, 0}, {192, 146, 1, 255} }}, + {{ {12, -12, 32}, 0, {0, 0}, {194, 225, 106, 255} }}, + {{ {12, 26, 21}, 0, {0, 0}, {193, 89, 65, 255} }}, + {{ {12, 26, -11}, 0, {0, 0}, {194, 90, 191, 255} }}, + {{ {12, -12, -23}, 0, {0, 0}, {195, 225, 149, 255} }}, + {{ {-5, -2, 5}, 0, {0, 0}, {129, 0, 1, 255} }}, +}; + +const Gfx waluigi_left_leg_shared_dl[] = { + gsSPVertex(waluigi_left_leg_shared_dl_vertex + 0, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(0, 4, 3, 0), + gsSP1Triangle(0, 5, 4, 0), + gsSP1Triangle(0, 2, 5, 0), + gsSP1Triangle(2, 6, 5, 0), + gsSP1Triangle(7, 6, 2, 0), + gsSP1Triangle(7, 2, 8, 0), + gsSP1Triangle(1, 8, 2, 0), + gsSP1Triangle(8, 1, 9, 0), + gsSP1Triangle(3, 9, 1, 0), + gsSP1Triangle(4, 9, 3, 0), + gsSP1Triangle(10, 9, 4, 0), + gsSP1Triangle(10, 4, 6, 0), + gsSP1Triangle(5, 6, 4, 0), + gsSP1Triangle(11, 10, 6, 0), + gsSP1Triangle(11, 9, 10, 0), + gsSP1Triangle(11, 8, 9, 0), + gsSP1Triangle(11, 7, 8, 0), + gsSP1Triangle(11, 6, 7, 0), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_left_foot_shared_dl_vertex[38] = { + {{ {110, 9, 32}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {110, 9, -25}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {82, 19, -40}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {82, 19, 52}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {1, 48, -32}, 0, {0, 0}, {43, 119, 0, 0} }}, + {{ {1, 48, 45}, 0, {0, 0}, {43, 119, 0, 0} }}, + {{ {-29, 59, -11}, 0, {0, 0}, {44, 119, 0, 0} }}, + {{ {-29, 59, 20}, 0, {0, 0}, {44, 119, 0, 0} }}, + {{ {69, -9, -32}, 0, {0, 0}, {241, 192, 147, 0} }}, + {{ {1, 48, -32}, 0, {0, 0}, {211, 242, 138, 0} }}, + {{ {82, 19, -40}, 0, {0, 0}, {8, 223, 134, 0} }}, + {{ {-19, 12, -20}, 0, {0, 0}, {189, 195, 167, 0} }}, + {{ {45, -27, 7}, 0, {0, 0}, {214, 136, 0, 0} }}, + {{ {87, -33, -16}, 0, {0, 0}, {233, 166, 170, 0} }}, + {{ {117, -22, -16}, 0, {0, 0}, {102, 220, 190, 0} }}, + {{ {110, 9, -25}, 0, {0, 0}, {95, 253, 171, 0} }}, + {{ {110, 9, -25}, 0, {0, 0}, {95, 253, 171, 0} }}, + {{ {117, -22, 24}, 0, {0, 0}, {104, 219, 62, 0} }}, + {{ {117, -22, -16}, 0, {0, 0}, {102, 220, 190, 0} }}, + {{ {110, 9, 32}, 0, {0, 0}, {103, 4, 74, 0} }}, + {{ {82, 19, 52}, 0, {0, 0}, {20, 231, 123, 0} }}, + {{ {69, -9, 47}, 0, {0, 0}, {250, 192, 109, 0} }}, + {{ {1, 48, 45}, 0, {0, 0}, {210, 253, 118, 0} }}, + {{ {-19, 12, 36}, 0, {0, 0}, {183, 199, 87, 0} }}, + {{ {-29, 59, 20}, 0, {0, 0}, {141, 15, 52, 0} }}, + {{ {-37, 14, 3}, 0, {0, 0}, {142, 201, 248, 0} }}, + {{ {-29, 59, -11}, 0, {0, 0}, {144, 11, 197, 0} }}, + {{ {-19, 12, -20}, 0, {0, 0}, {189, 195, 167, 0} }}, + {{ {1, 48, -32}, 0, {0, 0}, {211, 242, 138, 0} }}, + {{ {45, -27, 7}, 0, {0, 0}, {214, 136, 0, 0} }}, + {{ {87, -33, 24}, 0, {0, 0}, {238, 157, 78, 0} }}, + {{ {87, -33, -16}, 0, {0, 0}, {233, 166, 170, 0} }}, + {{ {87, -33, 24}, 0, {0, 0}, {238, 157, 78, 0} }}, + {{ {87, -33, -16}, 0, {0, 0}, {233, 166, 170, 0} }}, + {{ {94, -61, 3}, 0, {0, 0}, {240, 130, 253, 0} }}, + {{ {117, -22, -16}, 0, {0, 0}, {102, 220, 190, 0} }}, + {{ {117, -22, 24}, 0, {0, 0}, {104, 219, 62, 0} }}, + {{ {69, -9, 47}, 0, {0, 0}, {250, 192, 109, 0} }}, +}; + +const Gfx waluigi_left_foot_shared_dl[] = { + gsSPVertex(waluigi_left_foot_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(5, 4, 6, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 11, 9, 0), + gsSP1Triangle(11, 8, 12, 0), + gsSP1Triangle(8, 13, 12, 0), + gsSP1Triangle(14, 13, 8, 0), + gsSP1Triangle(14, 8, 10, 0), + gsSP1Triangle(15, 14, 10, 0), + gsSPVertex(waluigi_left_foot_shared_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(5, 1, 4, 0), + gsSP1Triangle(5, 4, 6, 0), + gsSP1Triangle(7, 5, 6, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(8, 9, 7, 0), + gsSP1Triangle(9, 8, 10, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(10, 12, 11, 0), + gsSP1Triangle(9, 11, 13, 0), + gsSP1Triangle(13, 7, 9, 0), + gsSP1Triangle(13, 5, 7, 0), + gsSP1Triangle(5, 13, 14, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSPVertex(waluigi_left_foot_shared_dl_vertex + 32, 6, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(0, 2, 4, 0), + gsSP1Triangle(5, 0, 4, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_left_foot[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(SHOES), + gsSPDisplayList(waluigi_left_foot_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_right_thigh_shared_dl_vertex[25] = { + {{ {-2, -13, 33}, 0, {0, 0}, {172, 235, 93, 255} }}, + {{ {-2, -49, -3}, 0, {0, 0}, {173, 160, 0, 255} }}, + {{ {16, -17, 40}, 0, {0, 0}, {239, 220, 120, 255} }}, + {{ {-17, 1, -3}, 0, {0, 0}, {129, 1, 1, 255} }}, + {{ {-2, 40, 18}, 0, {0, 0}, {171, 76, 55, 255} }}, + {{ {16, 46, 24}, 0, {0, 0}, {238, 99, 78, 255} }}, + {{ {187, 27, 12}, 0, {0, 0}, {69, 86, 63, 255} }}, + {{ {187, -10, 24}, 0, {0, 0}, {68, 226, 103, 255} }}, + {{ {187, -34, -5}, 0, {0, 0}, {69, 149, 0, 255} }}, + {{ {16, -56, -3}, 0, {0, 0}, {242, 130, 0, 255} }}, + {{ {16, -17, -46}, 0, {0, 0}, {240, 219, 136, 255} }}, + {{ {-2, -13, -40}, 0, {0, 0}, {174, 233, 162, 255} }}, + {{ {-2, 40, -26}, 0, {0, 0}, {175, 76, 195, 255} }}, + {{ {16, 46, -29}, 0, {0, 0}, {242, 102, 181, 255} }}, + {{ {187, 27, -23}, 0, {0, 0}, {68, 85, 191, 255} }}, + {{ {198, 0, -5}, 0, {0, 0}, {127, 0, 0, 255} }}, + {{ {198, 0, -5}, 0, {0, 0}, {127, 0, 0, 255} }}, + {{ {187, -34, -5}, 0, {0, 0}, {69, 149, 0, 255} }}, + {{ {187, -10, -34}, 0, {0, 0}, {67, 225, 153, 255} }}, + {{ {16, -17, -46}, 0, {0, 0}, {240, 219, 136, 255} }}, + {{ {16, -56, -3}, 0, {0, 0}, {242, 130, 0, 255} }}, + {{ {187, 27, -23}, 0, {0, 0}, {68, 85, 191, 255} }}, + {{ {16, 46, -29}, 0, {0, 0}, {242, 102, 181, 255} }}, + {{ {-2, 40, -26}, 0, {0, 0}, {175, 76, 195, 255} }}, + {{ {-2, -13, -40}, 0, {0, 0}, {174, 233, 162, 255} }}, +}; + +const Gfx waluigi_right_thigh_shared_dl[] = { + gsSPVertex(waluigi_right_thigh_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(0, 2, 4, 0), + gsSP1Triangle(4, 2, 5, 0), + gsSP1Triangle(2, 6, 5, 0), + gsSP1Triangle(7, 6, 2, 0), + gsSP1Triangle(7, 2, 8, 0), + gsSP1Triangle(9, 8, 2, 0), + gsSP1Triangle(1, 9, 2, 0), + gsSP1Triangle(1, 10, 9, 0), + gsSP1Triangle(11, 10, 1, 0), + gsSP1Triangle(3, 11, 1, 0), + gsSP1Triangle(3, 12, 11, 0), + gsSP1Triangle(3, 4, 12, 0), + gsSP1Triangle(12, 4, 13, 0), + gsSP1Triangle(4, 5, 13, 0), + gsSP1Triangle(5, 14, 13, 0), + gsSP1Triangle(6, 14, 5, 0), + gsSP1Triangle(15, 14, 6, 0), + gsSP1Triangle(15, 6, 7, 0), + gsSP1Triangle(15, 7, 8, 0), + gsSPVertex(waluigi_right_thigh_shared_dl_vertex + 16, 9, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(2, 3, 5, 0), + gsSP1Triangle(6, 5, 3, 0), + gsSP1Triangle(7, 6, 3, 0), + gsSP1Triangle(8, 7, 3, 0), + gsSP1Triangle(0, 2, 5, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_thigh[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(PANTS), // gsSPLight(&waluigi_blue_lights_group.a, 2), + gsSPDisplayList(waluigi_right_thigh_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_right_leg_shared_dl_vertex[22] = { + {{ {181, 42, -34}, 0, {0, 0}, {243, 36, 135, 255} }}, + {{ {181, -18, -52}, 0, {0, 0}, {243, 36, 135, 255} }}, + {{ {12, 26, -21}, 0, {0, 0}, {193, 89, 191, 255} }}, + {{ {12, -12, -32}, 0, {0, 0}, {194, 225, 150, 255} }}, + {{ {-5, -2, -5}, 0, {0, 0}, {129, 0, 255, 255} }}, + {{ {12, -36, -5}, 0, {0, 0}, {192, 146, 255, 255} }}, + {{ {181, -18, -52}, 0, {0, 0}, {244, 158, 176, 255} }}, + {{ {181, -56, -5}, 0, {0, 0}, {244, 158, 176, 255} }}, + {{ {12, -12, 23}, 0, {0, 0}, {195, 225, 107, 255} }}, + {{ {181, -18, 40}, 0, {0, 0}, {245, 159, 82, 255} }}, + {{ {181, -56, -5}, 0, {0, 0}, {245, 159, 82, 255} }}, + {{ {12, 26, 11}, 0, {0, 0}, {194, 90, 65, 255} }}, + {{ {181, -18, 40}, 0, {0, 0}, {248, 46, 118, 255} }}, + {{ {181, 42, 16}, 0, {0, 0}, {248, 47, 118, 255} }}, + {{ {181, 42, -34}, 0, {0, 0}, {244, 126, 0, 255} }}, + {{ {181, 42, 16}, 0, {0, 0}, {244, 126, 0, 255} }}, + {{ {188, -2, -5}, 0, {0, 0}, {127, 0, 1, 255} }}, + {{ {181, -18, -52}, 0, {0, 0}, {126, 251, 239, 255} }}, + {{ {181, 42, -34}, 0, {0, 0}, {126, 14, 246, 255} }}, + {{ {181, -56, -5}, 0, {0, 0}, {126, 240, 0, 255} }}, + {{ {181, -18, 40}, 0, {0, 0}, {126, 251, 18, 255} }}, + {{ {181, 42, 16}, 0, {0, 0}, {126, 15, 10, 255} }}, +}; + +const Gfx waluigi_right_leg_shared_dl[] = { + gsSPVertex(waluigi_right_leg_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(4, 2, 3, 0), + gsSP1Triangle(4, 3, 5, 0), + gsSP1Triangle(3, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(4, 5, 8, 0), + gsSP1Triangle(8, 5, 9, 0), + gsSP1Triangle(10, 9, 5, 0), + gsSP1Triangle(4, 8, 11, 0), + gsSP1Triangle(8, 12, 11, 0), + gsSP1Triangle(12, 13, 11, 0), + gsSP1Triangle(4, 11, 2, 0), + gsSP1Triangle(2, 11, 14, 0), + gsSP1Triangle(15, 14, 11, 0), + gsSPVertex(waluigi_right_leg_shared_dl_vertex + 16, 6, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(0, 4, 3, 0), + gsSP1Triangle(0, 5, 4, 0), + gsSP1Triangle(0, 2, 5, 0), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_right_foot_dl_vertex[40] = { + {{ {110, 9, -32}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {82, 19, 40}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {110, 9, 25}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {82, 19, -52}, 0, {0, 0}, {43, 120, 0, 0} }}, + {{ {1, 48, 32}, 0, {0, 0}, {43, 119, 0, 0} }}, + {{ {1, 48, -45}, 0, {0, 0}, {43, 119, 0, 0} }}, + {{ {-29, 59, 11}, 0, {0, 0}, {44, 119, 0, 0} }}, + {{ {-29, 59, -20}, 0, {0, 0}, {44, 119, 0, 0} }}, + {{ {69, -9, 32}, 0, {0, 0}, {241, 192, 109, 0} }}, + {{ {82, 19, 40}, 0, {0, 0}, {8, 223, 122, 0} }}, + {{ {1, 48, 32}, 0, {0, 0}, {211, 242, 118, 0} }}, + {{ {117, -22, 16}, 0, {0, 0}, {102, 220, 66, 0} }}, + {{ {87, -33, 16}, 0, {0, 0}, {233, 166, 86, 0} }}, + {{ {45, -27, -7}, 0, {0, 0}, {214, 136, 0, 0} }}, + {{ {-19, 12, 20}, 0, {0, 0}, {189, 195, 89, 0} }}, + {{ {-29, 59, 11}, 0, {0, 0}, {144, 11, 59, 0} }}, + {{ {-29, 59, 11}, 0, {0, 0}, {144, 11, 59, 0} }}, + {{ {-37, 14, -3}, 0, {0, 0}, {142, 201, 8, 0} }}, + {{ {-19, 12, 20}, 0, {0, 0}, {189, 195, 89, 0} }}, + {{ {-29, 59, -20}, 0, {0, 0}, {141, 15, 204, 0} }}, + {{ {-19, 12, -36}, 0, {0, 0}, {183, 199, 169, 0} }}, + {{ {1, 48, -45}, 0, {0, 0}, {210, 253, 138, 0} }}, + {{ {69, -9, -47}, 0, {0, 0}, {250, 192, 147, 0} }}, + {{ {82, 19, -52}, 0, {0, 0}, {20, 231, 133, 0} }}, + {{ {117, -22, -24}, 0, {0, 0}, {104, 219, 194, 0} }}, + {{ {110, 9, -32}, 0, {0, 0}, {103, 4, 182, 0} }}, + {{ {110, 9, 25}, 0, {0, 0}, {95, 253, 85, 0} }}, + {{ {117, -22, 16}, 0, {0, 0}, {102, 220, 66, 0} }}, + {{ {82, 19, 40}, 0, {0, 0}, {8, 223, 122, 0} }}, + {{ {94, -61, -3}, 0, {0, 0}, {240, 130, 3, 0} }}, + {{ {87, -33, -24}, 0, {0, 0}, {238, 157, 178, 0} }}, + {{ {87, -33, 16}, 0, {0, 0}, {233, 166, 86, 0} }}, + {{ {87, -33, 16}, 0, {0, 0}, {233, 166, 86, 0} }}, + {{ {45, -27, -7}, 0, {0, 0}, {214, 136, 0, 0} }}, + {{ {87, -33, -24}, 0, {0, 0}, {238, 157, 178, 0} }}, + {{ {69, -9, -47}, 0, {0, 0}, {250, 192, 147, 0} }}, + {{ {-19, 12, -36}, 0, {0, 0}, {183, 199, 169, 0} }}, + {{ {-37, 14, -3}, 0, {0, 0}, {142, 201, 8, 0} }}, + {{ {-19, 12, 20}, 0, {0, 0}, {189, 195, 89, 0} }}, + {{ {117, -22, -24}, 0, {0, 0}, {104, 219, 194, 0} }}, +}; + +const Gfx waluigi_right_foot_dl[] = { + gsSPVertex(waluigi_right_foot_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(5, 6, 4, 0), + gsSP1Triangle(5, 7, 6, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(11, 9, 8, 0), + gsSP1Triangle(11, 8, 12, 0), + gsSP1Triangle(8, 13, 12, 0), + gsSP1Triangle(14, 13, 8, 0), + gsSP1Triangle(8, 10, 14, 0), + gsSP1Triangle(15, 14, 10, 0), + gsSPVertex(waluigi_right_foot_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 0, 3, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(4, 3, 5, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(6, 5, 7, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(8, 7, 9, 0), + gsSP1Triangle(10, 8, 9, 0), + gsSP1Triangle(10, 11, 8, 0), + gsSP1Triangle(10, 12, 11, 0), + gsSP1Triangle(13, 8, 11, 0), + gsSP1Triangle(14, 8, 13, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSP1Triangle(11, 15, 13, 0), + gsSPVertex(waluigi_right_foot_dl_vertex + 32, 8, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(1, 4, 3, 0), + gsSP1Triangle(1, 5, 4, 0), + gsSP1Triangle(5, 1, 6, 0), + gsSP1Triangle(3, 7, 2, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_foot[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(SHOES), + gsSPDisplayList(waluigi_right_foot_dl), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsDPSetEnvColor(255, 255, 255, 255), + gsDPSetAlphaCompare(G_AC_NONE), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_foot[] = { + gsSPDisplayList(waluigi_right_foot_dl), + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), + gsDPSetEnvColor(255, 255, 255, 255), + gsDPSetAlphaCompare(G_AC_NONE), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_yellow_button_dl_vertex[14] = { + {{ {34, 88, -36}, 0, {809, 950}, {19, 122, 228, 0} }}, + {{ {52, 85, -26}, 0, {1056, 582}, {40, 120, 240, 0} }}, + {{ {75, 74, -32}, 0, {950, 35}, {72, 102, 232, 0} }}, + {{ {25, 81, -58}, 0, {291, 1048}, {254, 104, 184, 0} }}, + {{ {40, 70, -70}, 0, {36, 651}, {15, 84, 162, 0} }}, + {{ {57, 64, -69}, 0, {81, 270}, {43, 77, 165, 0} }}, + {{ {75, 64, -55}, 0, {427, -70}, {72, 85, 196, 0} }}, + {{ {52, 85, 26}, 0, {-36, 628}, {40, 120, 16, 0} }}, + {{ {34, 88, 36}, 0, {236, 979}, {19, 122, 28, 0} }}, + {{ {75, 74, 32}, 0, {32, 73}, {72, 102, 24, 0} }}, + {{ {25, 81, 58}, 0, {761, 1041}, {254, 104, 72, 0} }}, + {{ {40, 70, 70}, 0, {989, 627}, {15, 84, 94, 0} }}, + {{ {57, 64, 69}, 0, {918, 248}, {43, 77, 91, 0} }}, + {{ {75, 64, 55}, 0, {548, -67}, {72, 85, 60, 0} }}, +}; + +static const Vtx waluigi_tshirt_shared_dl_vertex[31] = { + {{ {75, 74, 32}, 0, {0, 0}, {72, 102, 24, 0} }}, + {{ {113, 30, 25}, 0, {0, 0}, {106, 65, 24, 0} }}, + {{ {75, 74, -32}, 0, {0, 0}, {72, 102, 232, 0} }}, + {{ {113, 30, -25}, 0, {0, 0}, {106, 65, 232, 0} }}, + {{ {131, -9, 22}, 0, {0, 0}, {124, 11, 25, 0} }}, + {{ {131, -9, -22}, 0, {0, 0}, {124, 11, 231, 0} }}, + {{ {121, -45, 25}, 0, {0, 0}, {99, 179, 20, 0} }}, + {{ {121, -45, -25}, 0, {0, 0}, {99, 179, 236, 0} }}, + {{ {76, -69, 0}, 0, {0, 0}, {31, 133, 0, 0} }}, + {{ {34, 33, -85}, 0, {0, 0}, {2, 25, 131, 0} }}, + {{ {69, 50, -70}, 0, {0, 0}, {59, 45, 153, 0} }}, + {{ {70, 0, -82}, 0, {0, 0}, {40, 4, 136, 0} }}, + {{ {109, 6, -58}, 0, {0, 0}, {92, 30, 174, 0} }}, + {{ {111, -37, -59}, 0, {0, 0}, {84, 209, 173, 0} }}, + {{ {68, -37, -77}, 0, {0, 0}, {26, 203, 144, 0} }}, + {{ {92, -57, -47}, 0, {0, 0}, {44, 147, 207, 0} }}, + {{ {92, -57, -47}, 0, {0, 0}, {44, 147, 207, 0} }}, + {{ {38, -61, -63}, 0, {0, 0}, {253, 156, 178, 0} }}, + {{ {68, -37, -77}, 0, {0, 0}, {26, 203, 144, 0} }}, + {{ {25, -9, -86}, 0, {0, 0}, {241, 233, 132, 0} }}, + {{ {70, 0, -82}, 0, {0, 0}, {40, 4, 136, 0} }}, + {{ {34, 33, -85}, 0, {0, 0}, {2, 25, 131, 0} }}, + {{ {25, -9, 86}, 0, {0, 0}, {241, 233, 124, 0} }}, + {{ {70, 0, 82}, 0, {0, 0}, {40, 4, 120, 0} }}, + {{ {34, 33, 85}, 0, {0, 0}, {2, 25, 125, 0} }}, + {{ {68, -37, 77}, 0, {0, 0}, {26, 203, 112, 0} }}, + {{ {38, -61, 63}, 0, {0, 0}, {253, 156, 78, 0} }}, + {{ {92, -57, 47}, 0, {0, 0}, {44, 147, 49, 0} }}, + {{ {111, -37, 59}, 0, {0, 0}, {84, 209, 83, 0} }}, + {{ {109, 6, 58}, 0, {0, 0}, {92, 30, 82, 0} }}, + {{ {69, 50, 70}, 0, {0, 0}, {59, 45, 103, 0} }}, +}; + +static const Vtx waluigi_pants_overalls_shared_dl_vertex[98] = { + {{ {52, 85, -26}, 0, {0, 0}, {40, 120, 240, 0} }}, + {{ {34, 88, -36}, 0, {0, 0}, {19, 122, 228, 0} }}, + {{ {52, 85, 26}, 0, {0, 0}, {40, 120, 16, 0} }}, + {{ {34, 88, 36}, 0, {0, 0}, {19, 122, 28, 0} }}, + {{ {-17, 88, 28}, 0, {0, 0}, {232, 120, 34, 0} }}, + {{ {-17, 88, -28}, 0, {0, 0}, {232, 120, 222, 0} }}, + {{ {25, 81, -58}, 0, {0, 0}, {254, 104, 184, 0} }}, + {{ {-32, 60, -57}, 0, {0, 0}, {201, 62, 160, 0} }}, + {{ {15, 50, -77}, 0, {0, 0}, {231, 49, 141, 0} }}, + {{ {40, 70, -70}, 0, {0, 0}, {15, 84, 162, 0} }}, + {{ {34, 33, -85}, 0, {0, 0}, {2, 25, 131, 0} }}, + {{ {57, 64, -69}, 0, {0, 0}, {43, 77, 165, 0} }}, + {{ {69, 50, -70}, 0, {0, 0}, {59, 45, 153, 0} }}, + {{ {75, 64, -55}, 0, {0, 0}, {72, 85, 196, 0} }}, + {{ {109, 6, -58}, 0, {0, 0}, {92, 30, 174, 0} }}, + {{ {113, 30, -25}, 0, {0, 0}, {106, 65, 232, 0} }}, + {{ {75, 74, -32}, 0, {0, 0}, {72, 102, 232, 0} }}, + {{ {113, 30, -25}, 0, {0, 0}, {106, 65, 232, 0} }}, + {{ {75, 64, -55}, 0, {0, 0}, {72, 85, 196, 0} }}, + {{ {131, -9, -22}, 0, {0, 0}, {124, 11, 231, 0} }}, + {{ {109, 6, -58}, 0, {0, 0}, {92, 30, 174, 0} }}, + {{ {111, -37, -59}, 0, {0, 0}, {84, 209, 173, 0} }}, + {{ {121, -45, -25}, 0, {0, 0}, {99, 179, 236, 0} }}, + {{ {92, -57, -47}, 0, {0, 0}, {44, 147, 207, 0} }}, + {{ {76, -69, 0}, 0, {0, 0}, {31, 133, 0, 0} }}, + {{ {38, -61, -63}, 0, {0, 0}, {253, 156, 178, 0} }}, + {{ {24, -74, 0}, 0, {0, 0}, {244, 130, 0, 0} }}, + {{ {38, -61, 63}, 0, {0, 0}, {253, 156, 78, 0} }}, + {{ {92, -57, 47}, 0, {0, 0}, {44, 147, 49, 0} }}, + {{ {121, -45, 25}, 0, {0, 0}, {99, 179, 20, 0} }}, + {{ {111, -37, 59}, 0, {0, 0}, {84, 209, 83, 0} }}, + {{ {131, -9, 22}, 0, {0, 0}, {124, 11, 25, 0} }}, + {{ {111, -37, 59}, 0, {0, 0}, {84, 209, 83, 0} }}, + {{ {131, -9, 22}, 0, {0, 0}, {124, 11, 25, 0} }}, + {{ {109, 6, 58}, 0, {0, 0}, {92, 30, 82, 0} }}, + {{ {113, 30, 25}, 0, {0, 0}, {106, 65, 24, 0} }}, + {{ {75, 64, 55}, 0, {0, 0}, {72, 85, 60, 0} }}, + {{ {75, 74, 32}, 0, {0, 0}, {72, 102, 24, 0} }}, + {{ {69, 50, 70}, 0, {0, 0}, {59, 45, 103, 0} }}, + {{ {57, 64, 69}, 0, {0, 0}, {43, 77, 91, 0} }}, + {{ {34, 33, 85}, 0, {0, 0}, {2, 25, 125, 0} }}, + {{ {40, 70, 70}, 0, {0, 0}, {15, 84, 94, 0} }}, + {{ {15, 50, 77}, 0, {0, 0}, {231, 49, 115, 0} }}, + {{ {25, 81, 58}, 0, {0, 0}, {254, 104, 72, 0} }}, + {{ {-32, 60, 57}, 0, {0, 0}, {201, 62, 96, 0} }}, + {{ {-17, 88, 28}, 0, {0, 0}, {232, 120, 34, 0} }}, + {{ {34, 88, 36}, 0, {0, 0}, {19, 122, 28, 0} }}, + {{ {-43, 72, 42}, 0, {0, 0}, {193, 81, 75, 0} }}, + {{ {-32, 60, 57}, 0, {0, 0}, {201, 62, 96, 0} }}, + {{ {-43, 72, 42}, 0, {0, 0}, {193, 81, 75, 0} }}, + {{ {-67, 58, 23}, 0, {0, 0}, {142, 43, 36, 0} }}, + {{ {-44, 80, 19}, 0, {0, 0}, {192, 109, 16, 0} }}, + {{ {-17, 88, 28}, 0, {0, 0}, {232, 120, 34, 0} }}, + {{ {-44, 80, -19}, 0, {0, 0}, {192, 109, 240, 0} }}, + {{ {-17, 88, -28}, 0, {0, 0}, {232, 120, 222, 0} }}, + {{ {-43, 72, -42}, 0, {0, 0}, {193, 81, 181, 0} }}, + {{ {-32, 60, -57}, 0, {0, 0}, {201, 62, 160, 0} }}, + {{ {-67, 58, -23}, 0, {0, 0}, {142, 43, 220, 0} }}, + {{ {-31, 29, -70}, 0, {0, 0}, {189, 17, 149, 0} }}, + {{ {15, 50, -77}, 0, {0, 0}, {231, 49, 141, 0} }}, + {{ {34, 33, -85}, 0, {0, 0}, {2, 25, 131, 0} }}, + {{ {25, -9, -86}, 0, {0, 0}, {241, 233, 132, 0} }}, + {{ {-34, -14, -68}, 0, {0, 0}, {183, 222, 158, 0} }}, + {{ {38, -61, -63}, 0, {0, 0}, {253, 156, 178, 0} }}, + {{ {-10, -60, -50}, 0, {0, 0}, {206, 156, 196, 0} }}, + {{ {-34, -14, -68}, 0, {0, 0}, {183, 222, 158, 0} }}, + {{ {38, -61, -63}, 0, {0, 0}, {253, 156, 178, 0} }}, + {{ {24, -74, 0}, 0, {0, 0}, {244, 130, 0, 0} }}, + {{ {-39, -49, 0}, 0, {0, 0}, {173, 160, 0, 0} }}, + {{ {-10, -60, 50}, 0, {0, 0}, {206, 156, 60, 0} }}, + {{ {38, -61, 63}, 0, {0, 0}, {253, 156, 78, 0} }}, + {{ {-34, -14, 68}, 0, {0, 0}, {183, 222, 98, 0} }}, + {{ {25, -9, 86}, 0, {0, 0}, {241, 233, 124, 0} }}, + {{ {-31, 29, 70}, 0, {0, 0}, {189, 17, 107, 0} }}, + {{ {34, 33, 85}, 0, {0, 0}, {2, 25, 125, 0} }}, + {{ {15, 50, 77}, 0, {0, 0}, {231, 49, 115, 0} }}, + {{ {-32, 60, 57}, 0, {0, 0}, {201, 62, 96, 0} }}, + {{ {-67, 58, 23}, 0, {0, 0}, {142, 43, 36, 0} }}, + {{ {-62, -12, 30}, 0, {0, 0}, {142, 217, 40, 0} }}, + {{ {-67, 58, -23}, 0, {0, 0}, {142, 43, 220, 0} }}, + {{ {-67, 58, -23}, 0, {0, 0}, {142, 43, 220, 0} }}, + {{ {-67, 58, 23}, 0, {0, 0}, {142, 43, 36, 0} }}, + {{ {-44, 80, 19}, 0, {0, 0}, {192, 109, 16, 0} }}, + {{ {-44, 80, -19}, 0, {0, 0}, {192, 109, 240, 0} }}, + {{ {-43, 72, -42}, 0, {0, 0}, {193, 81, 181, 0} }}, + {{ {-62, -12, -30}, 0, {0, 0}, {142, 217, 216, 0} }}, + {{ {-62, -12, 30}, 0, {0, 0}, {142, 217, 40, 0} }}, + {{ {-39, -49, 0}, 0, {0, 0}, {173, 160, 0, 0} }}, + {{ {-10, -60, -50}, 0, {0, 0}, {206, 156, 196, 0} }}, + {{ {-34, -14, -68}, 0, {0, 0}, {183, 222, 158, 0} }}, + {{ {-31, 29, -70}, 0, {0, 0}, {189, 17, 149, 0} }}, + {{ {-10, -60, 50}, 0, {0, 0}, {206, 156, 60, 0} }}, + {{ {-34, -14, 68}, 0, {0, 0}, {183, 222, 98, 0} }}, + {{ {-31, 29, 70}, 0, {0, 0}, {189, 17, 107, 0} }}, + {{ {52, 85, -26}, 0, {0, 0}, {40, 120, 240, 0} }}, + {{ {52, 85, 26}, 0, {0, 0}, {40, 120, 16, 0} }}, + {{ {75, 74, -32}, 0, {0, 0}, {72, 102, 232, 0} }}, + {{ {75, 74, 32}, 0, {0, 0}, {72, 102, 24, 0} }}, +}; + +const Gfx waluigi_yellow_button_dl[] = { + gsSPVertex(waluigi_yellow_button_dl_vertex + 0, 14, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(4, 2, 5, 0), + gsSP1Triangle(6, 5, 2, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(11, 9, 10, 0), + gsSP1Triangle(12, 9, 11, 0), + gsSP1Triangle(13, 9, 12, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_pants_overalls_shared_dl[] = { + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(1, 4, 3, 0), + gsSP1Triangle(5, 4, 1, 0), + gsSP1Triangle(6, 5, 1, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(6, 8, 7, 0), + gsSP1Triangle(6, 9, 8, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(9, 11, 10, 0), + gsSP1Triangle(11, 12, 10, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(12, 13, 14, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(3, 5, 4, 0), + gsSP1Triangle(6, 5, 3, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(8, 9, 7, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(8, 11, 10, 0), + gsSP1Triangle(12, 11, 8, 0), + gsSP1Triangle(12, 8, 13, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(13, 15, 14, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 32, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(3, 4, 2, 0), + gsSP1Triangle(4, 3, 5, 0), + gsSP1Triangle(6, 2, 4, 0), + gsSP1Triangle(6, 4, 7, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(10, 8, 9, 0), + gsSP1Triangle(10, 9, 11, 0), + gsSP1Triangle(10, 11, 12, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(14, 13, 11, 0), + gsSP1Triangle(15, 12, 13, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 48, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(4, 3, 1, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(6, 5, 4, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(8, 9, 7, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(8, 11, 10, 0), + gsSP1Triangle(11, 12, 10, 0), + gsSP1Triangle(10, 12, 13, 0), + gsSP1Triangle(10, 13, 14, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 64, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 3, 0, 0), + gsSP1Triangle(4, 0, 3, 0), + gsSP1Triangle(4, 3, 5, 0), + gsSP1Triangle(5, 3, 6, 0), + gsSP1Triangle(7, 5, 6, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(9, 7, 8, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(9, 11, 12, 0), + gsSP1Triangle(9, 12, 13, 0), + gsSP1Triangle(13, 14, 9, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 80, 14, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(3, 4, 0, 0), + gsSP1Triangle(5, 6, 0, 0), + gsSP1Triangle(5, 7, 6, 0), + gsSP1Triangle(5, 8, 7, 0), + gsSP1Triangle(8, 5, 9, 0), + gsSP1Triangle(9, 5, 10, 0), + gsSP1Triangle(0, 10, 5, 0), + gsSP1Triangle(11, 6, 7, 0), + gsSP1Triangle(12, 6, 11, 0), + gsSP1Triangle(12, 13, 6, 0), + gsSPVertex(waluigi_pants_overalls_shared_dl_vertex + 94, 4, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_tshirt_shared_dl[] = { + gsSPVertex(waluigi_tshirt_shared_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(9, 10, 11, 0), + gsSP1Triangle(11, 10, 12, 0), + gsSP1Triangle(11, 12, 13, 0), + gsSP1Triangle(14, 11, 13, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_tshirt_shared_dl_vertex + 16, 15, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(4, 2, 3, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(7, 6, 9, 0), + gsSP1Triangle(9, 6, 10, 0), + gsSP1Triangle(11, 9, 10, 0), + gsSP1Triangle(9, 11, 12, 0), + gsSP1Triangle(9, 12, 7, 0), + gsSP1Triangle(7, 12, 13, 0), + gsSP1Triangle(7, 13, 14, 0), + gsSP1Triangle(7, 14, 8, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_torso_dl[] = { + gsSPDisplayList(waluigi_pants_overalls_shared_dl), + gsSPCopyLightsPlayerPart(SHIRT), // gsSPLight(&waluigi_green_lights_group.a, 2), + gsSPDisplayList(waluigi_tshirt_shared_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_torso[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_yellow_button), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_yellow_button_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_torso_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_torso_shared_dl[] = { + gsSPDisplayList(waluigi_yellow_button_dl), + gsSPDisplayList(waluigi_pants_overalls_shared_dl), + gsSPDisplayList(waluigi_tshirt_shared_dl), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_r_logo_dl_vertex[7] = { + {{ {233, 101, -65}, 0, {-179, 79}, {45, 86, 175, 0} }}, + {{ {149, 58, -70}, 0, {-591, 1094}, {233, 62, 148, 0} }}, + {{ {177, 108, -31}, 0, {158, 752}, {57, 98, 199, 0} }}, + {{ {250, 110, 0}, 0, {496, -98}, {75, 102, 0, 0} }}, + {{ {177, 108, 31}, 0, {834, 752}, {57, 98, 57, 0} }}, + {{ {233, 101, 65}, 0, {1171, 79}, {45, 86, 81, 0} }}, + {{ {149, 58, 70}, 0, {1583, 1094}, {233, 62, 108, 0} }}, +}; + +static const Vtx waluigi_eyes_cap_on_dl_vertex[8] = { + {{ {158, 101, 31}, 0, {1387, -25}, {146, 62, 15, 255} }}, + {{ {87, 59, 70}, 0, {1961, 931}, {249, 62, 110, 255} }}, + {{ {149, 58, 70}, 0, {1987, 117}, {233, 62, 108, 255} }}, + {{ {93, 107, 0}, 0, {1014, 918}, {224, 123, 0, 255} }}, + {{ {158, 101, -31}, 0, {578, -25}, {146, 62, 241, 255} }}, + {{ {87, 59, -70}, 0, {66, 931}, {249, 62, 146, 255} }}, + {{ {149, 58, -70}, 0, {41, 117}, {233, 62, 148, 255} }}, + {{ {80, 101, 0}, 0, {1014, 1072}, {235, 125, 0, 255} }}, +}; + +static const Vtx waluigi_hair_sideburn_cap_on_dl_vertex[12] = { + {{ {37, 38, 67}, 0, {88, 1295}, {207, 32, 113, 255} }}, + {{ {25, -6, 70}, 0, {740, 1533}, {187, 254, 106, 255} }}, + {{ {87, 59, 70}, 0, {-80, 554}, {249, 62, 110, 255} }}, + {{ {85, -22, 83}, 0, {956, 760}, {1, 96, 83, 255} }}, + {{ {125, -18, 85}, 0, {995, 239}, {235, 67, 106, 255} }}, + {{ {149, 58, 70}, 0, {69, -244}, {233, 62, 108, 255} }}, + {{ {87, 59, -70}, 0, {-80, 554}, {249, 62, 146, 255} }}, + {{ {25, -6, -70}, 0, {740, 1533}, {187, 254, 150, 255} }}, + {{ {37, 38, -67}, 0, {88, 1295}, {207, 32, 143, 255} }}, + {{ {85, -22, -83}, 0, {956, 760}, {1, 96, 173, 255} }}, + {{ {125, -18, -85}, 0, {995, 239}, {235, 67, 150, 255} }}, + {{ {149, 58, -70}, 0, {69, -244}, {233, 62, 148, 255} }}, +}; + +static const Vtx waluigi_mouth_cap_on_dl_vertex[26] = { + {{ {80, 101, 0}, 0, {1008, 279}, {235, 125, 0, 255} }}, + {{ {63, 68, 64}, 0, {1676, 322}, {242, 80, 98, 255} }}, + {{ {87, 59, 70}, 0, {1769, 103}, {249, 62, 110, 255} }}, + {{ {34, 104, 0}, 0, {1008, 644}, {14, 126, 0, 255} }}, + {{ {63, 68, -64}, 0, {340, 322}, {242, 80, 158, 255} }}, + {{ {87, 59, -70}, 0, {247, 103}, {249, 62, 146, 255} }}, + {{ {37, 38, -67}, 0, {142, 615}, {207, 32, 143, 255} }}, + {{ {20, 65, -40}, 0, {469, 794}, {204, 44, 149, 255} }}, + {{ {-7, 33, -30}, 0, {238, 1071}, {147, 240, 192, 255} }}, + {{ {-39, 96, -22}, 0, {736, 1284}, {167, 26, 169, 255} }}, + {{ {21, 81, -31}, 0, {645, 773}, {245, 84, 162, 255} }}, + {{ {-37, 128, 0}, 0, {1008, 1309}, {199, 113, 0, 255} }}, + {{ {21, 81, 31}, 0, {1371, 773}, {245, 84, 94, 255} }}, + {{ {-39, 96, 22}, 0, {1280, 1284}, {167, 26, 87, 255} }}, + {{ {20, 65, 40}, 0, {1547, 794}, {204, 44, 107, 255} }}, + {{ {-7, 33, 30}, 0, {1778, 1071}, {147, 240, 64, 255} }}, + {{ {-7, 33, 30}, 0, {1778, 1071}, {147, 240, 64, 255} }}, + {{ {37, 38, 67}, 0, {1874, 615}, {207, 32, 113, 255} }}, + {{ {20, 65, 40}, 0, {1547, 794}, {204, 44, 107, 255} }}, + {{ {63, 68, 64}, 0, {1676, 322}, {242, 80, 98, 255} }}, + {{ {87, 59, 70}, 0, {1769, 103}, {249, 62, 110, 255} }}, + {{ {21, 81, 31}, 0, {1371, 773}, {245, 84, 94, 255} }}, + {{ {34, 104, 0}, 0, {1008, 644}, {14, 126, 0, 255} }}, + {{ {21, 81, -31}, 0, {645, 773}, {245, 84, 162, 255} }}, + {{ {63, 68, -64}, 0, {340, 322}, {242, 80, 158, 255} }}, + {{ {20, 65, -40}, 0, {469, 794}, {204, 44, 149, 255} }}, +}; + +static const Vtx waluigi_face_cap_dl_vertex[44] = { + {{ {158, 101, -31}, 0, {0, 0}, {146, 62, 241, 0} }}, + {{ {158, 101, 31}, 0, {0, 0}, {146, 62, 15, 0} }}, + {{ {153, 166, 0}, 0, {0, 0}, {230, 124, 0, 0} }}, + {{ {150, 136, 56}, 0, {0, 0}, {213, 73, 94, 0} }}, + {{ {149, 58, 70}, 0, {0, 0}, {233, 62, 108, 0} }}, + {{ {177, 108, 31}, 0, {0, 0}, {57, 98, 57, 0} }}, + {{ {177, 108, -31}, 0, {0, 0}, {57, 98, 199, 0} }}, + {{ {150, 136, -56}, 0, {0, 0}, {213, 73, 162, 0} }}, + {{ {149, 58, -70}, 0, {0, 0}, {233, 62, 148, 0} }}, + {{ {125, -18, -85}, 0, {0, 0}, {235, 67, 150, 0} }}, + {{ {185, 21, -105}, 0, {0, 0}, {14, 11, 130, 0} }}, + {{ {233, 101, -65}, 0, {0, 0}, {45, 86, 175, 0} }}, + {{ {273, 35, -43}, 0, {0, 0}, {116, 235, 208, 0} }}, + {{ {250, 110, 0}, 0, {0, 0}, {75, 102, 0, 0} }}, + {{ {273, 35, 43}, 0, {0, 0}, {116, 235, 48, 0} }}, + {{ {233, 101, 65}, 0, {0, 0}, {45, 86, 81, 0} }}, + {{ {273, 35, 43}, 0, {0, 0}, {116, 235, 48, 0} }}, + {{ {233, 101, 65}, 0, {0, 0}, {45, 86, 81, 0} }}, + {{ {185, 21, 105}, 0, {0, 0}, {14, 11, 126, 0} }}, + {{ {149, 58, 70}, 0, {0, 0}, {233, 62, 108, 0} }}, + {{ {125, -18, 85}, 0, {0, 0}, {235, 67, 106, 0} }}, + {{ {135, -41, 99}, 0, {0, 0}, {229, 232, 122, 0} }}, + {{ {97, -52, 66}, 0, {0, 0}, {205, 190, 96, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {231, 146, 57, 0} }}, + {{ {94, -120, 40}, 0, {0, 0}, {199, 156, 55, 0} }}, + {{ {94, -120, -40}, 0, {0, 0}, {199, 156, 201, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {231, 146, 199, 0} }}, + {{ {135, -41, -99}, 0, {0, 0}, {229, 232, 134, 0} }}, + {{ {97, -52, -66}, 0, {0, 0}, {205, 190, 160, 0} }}, + {{ {125, -18, -85}, 0, {0, 0}, {235, 67, 150, 0} }}, + {{ {185, 21, -105}, 0, {0, 0}, {14, 11, 130, 0} }}, + {{ {177, -66, -71}, 0, {0, 0}, {73, 178, 188, 0} }}, + {{ {177, -66, -71}, 0, {0, 0}, {73, 178, 188, 0} }}, + {{ {185, 21, -105}, 0, {0, 0}, {14, 11, 130, 0} }}, + {{ {273, 35, -43}, 0, {0, 0}, {116, 235, 208, 0} }}, + {{ {177, -66, 71}, 0, {0, 0}, {73, 178, 68, 0} }}, + {{ {273, 35, 43}, 0, {0, 0}, {116, 235, 48, 0} }}, + {{ {185, 21, 105}, 0, {0, 0}, {14, 11, 126, 0} }}, + {{ {135, -41, 99}, 0, {0, 0}, {229, 232, 122, 0} }}, + {{ {134, -124, 38}, 0, {0, 0}, {42, 145, 45, 0} }}, + {{ {94, -120, 40}, 0, {0, 0}, {199, 156, 55, 0} }}, + {{ {94, -120, -40}, 0, {0, 0}, {199, 156, 201, 0} }}, + {{ {134, -124, -38}, 0, {0, 0}, {42, 145, 211, 0} }}, + {{ {135, -41, -99}, 0, {0, 0}, {229, 232, 134, 0} }}, +}; + +static const Vtx waluigi_face_part_cap_on_dl_vertex[35] = { + {{ {-39, 96, 22}, 0, {0, 0}, {167, 26, 87, 255} }}, + {{ {-37, 128, 0}, 0, {0, 0}, {199, 113, 0, 255} }}, + {{ {-39, 96, -22}, 0, {0, 0}, {167, 26, 169, 255} }}, + {{ {-40, 78, 0}, 0, {0, 0}, {135, 216, 0, 255} }}, + {{ {-7, 33, -30}, 0, {0, 0}, {147, 240, 192, 255} }}, + {{ {-7, 33, 30}, 0, {0, 0}, {147, 240, 64, 255} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 255} }}, + {{ {25, -6, -70}, 0, {0, 0}, {187, 254, 150, 255} }}, + {{ {37, 38, -67}, 0, {0, 0}, {207, 32, 143, 255} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 255} }}, + {{ {68, -22, -109}, 0, {0, 0}, {217, 24, 138, 255} }}, + {{ {97, -52, -66}, 0, {0, 0}, {205, 190, 160, 255} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 255} }}, + {{ {37, 38, 67}, 0, {0, 0}, {207, 32, 113, 255} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 255} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 0} }}, + {{ {68, -22, 109}, 0, {0, 0}, {217, 24, 118, 0} }}, + {{ {85, -22, 83}, 0, {0, 0}, {1, 96, 83, 0} }}, + {{ {159, -32, 129}, 0, {0, 0}, {101, 253, 77, 0} }}, + {{ {97, -52, 66}, 0, {0, 0}, {205, 190, 96, 0} }}, + {{ {125, -18, 85}, 0, {0, 0}, {235, 67, 106, 0} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 255} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 0} }}, + {{ {49, -34, 70}, 0, {0, 0}, {209, 202, 105, 255} }}, + {{ {68, -22, 109}, 0, {0, 0}, {217, 24, 118, 255} }}, + {{ {97, -52, 66}, 0, {0, 0}, {205, 190, 96, 255} }}, + {{ {22, -61, 0}, 0, {0, 0}, {158, 176, 0, 0} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 255} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 0} }}, + {{ {68, -22, -109}, 0, {0, 0}, {217, 24, 138, 0} }}, + {{ {25, -6, -70}, 0, {0, 0}, {187, 254, 150, 0} }}, + {{ {85, -22, -83}, 0, {0, 0}, {1, 96, 173, 0} }}, + {{ {159, -32, -129}, 0, {0, 0}, {101, 253, 179, 0} }}, + {{ {125, -18, -85}, 0, {0, 0}, {235, 67, 150, 0} }}, + {{ {97, -52, -66}, 0, {0, 0}, {205, 190, 160, 0} }}, +}; + +static const Vtx waluigi_face_back_hair_cap_on_dl_vertex[30] = { + {{ {97, -52, 66}, 0, {0, 0}, {205, 190, 96, 0} }}, + {{ {49, -34, 70}, 0, {0, 0}, {209, 202, 105, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {231, 146, 57, 0} }}, + {{ {58, -100, 65}, 0, {0, 0}, {81, 181, 62, 0} }}, + {{ {29, -78, 83}, 0, {0, 0}, {232, 4, 125, 0} }}, + {{ {-3, -80, 52}, 0, {0, 0}, {133, 235, 23, 0} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 0} }}, + {{ {22, -61, 0}, 0, {0, 0}, {158, 176, 0, 0} }}, + {{ {26, -107, 30}, 0, {0, 0}, {231, 150, 191, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {231, 146, 199, 0} }}, + {{ {26, -107, -30}, 0, {0, 0}, {231, 150, 65, 0} }}, + {{ {-3, -80, -52}, 0, {0, 0}, {133, 235, 233, 0} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 0} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 0} }}, + {{ {29, -78, -83}, 0, {0, 0}, {232, 4, 131, 0} }}, + {{ {58, -100, -65}, 0, {0, 0}, {81, 181, 194, 0} }}, + {{ {97, -52, -66}, 0, {0, 0}, {205, 190, 160, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {231, 146, 199, 0} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 0} }}, + {{ {26, -107, -30}, 0, {0, 0}, {231, 150, 65, 0} }}, + {{ {58, -100, -65}, 0, {0, 0}, {81, 181, 194, 0} }}, + {{ {28, -110, -69}, 0, {0, 0}, {230, 149, 193, 0} }}, + {{ {-3, -80, -52}, 0, {0, 0}, {133, 235, 233, 0} }}, + {{ {29, -78, -83}, 0, {0, 0}, {232, 4, 131, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {231, 146, 57, 0} }}, + {{ {58, -100, 65}, 0, {0, 0}, {81, 181, 62, 0} }}, + {{ {26, -107, 30}, 0, {0, 0}, {231, 150, 191, 0} }}, + {{ {28, -110, 69}, 0, {0, 0}, {230, 149, 63, 0} }}, + {{ {29, -78, 83}, 0, {0, 0}, {232, 4, 125, 0} }}, + {{ {-3, -80, 52}, 0, {0, 0}, {133, 235, 23, 0} }}, +}; + +static const Vtx waluigi_nose_cap_on_dl_vertex[32] = { + {{ {117, 117, 0}, 0, {0, 0}, {0, 0, 127, 255} }}, + {{ {100, 77, 0}, 0, {0, 0}, {0, 0, 127, 255} }}, + {{ {100, 77, 0}, 0, {0, 0}, {0, 0, 127, 255} }}, + {{ {55, 83, -21}, 0, {0, 0}, {129, 254, 4, 255} }}, + {{ {55, 83, -21}, 0, {0, 0}, {0, 0, 127, 255} }}, + {{ {55, 83, 0}, 0, {0, 0}, {129, 7, 0, 255} }}, + {{ {58, 135, 0}, 0, {0, 0}, {129, 249, 0, 255} }}, + {{ {55, 83, 21}, 0, {0, 0}, {155, 254, 76, 255} }}, + {{ {64, 135, 26}, 0, {0, 0}, {169, 12, 91, 255} }}, + {{ {86, 135, 35}, 0, {0, 0}, {22, 20, 124, 255} }}, + {{ {72, 82, 24}, 0, {0, 0}, {11, 227, 123, 255} }}, + {{ {88, 79, 16}, 0, {0, 0}, {73, 215, 96, 255} }}, + {{ {107, 127, 21}, 0, {0, 0}, {98, 9, 80, 255} }}, + {{ {100, 77, 0}, 0, {0, 0}, {94, 212, 73, 255} }}, + {{ {117, 117, 0}, 0, {0, 0}, {127, 245, 0, 255} }}, + {{ {100, 156, 0}, 0, {0, 0}, {108, 67, 0, 255} }}, + {{ {117, 117, 0}, 0, {0, 0}, {127, 245, 0, 255} }}, + {{ {107, 127, -21}, 0, {0, 0}, {98, 9, 176, 255} }}, + {{ {100, 156, 0}, 0, {0, 0}, {108, 67, 0, 255} }}, + {{ {100, 77, 0}, 0, {0, 0}, {94, 212, 183, 255} }}, + {{ {88, 79, -16}, 0, {0, 0}, {73, 215, 160, 255} }}, + {{ {86, 135, -35}, 0, {0, 0}, {22, 20, 132, 255} }}, + {{ {72, 82, -24}, 0, {0, 0}, {11, 227, 133, 255} }}, + {{ {55, 83, -21}, 0, {0, 0}, {129, 254, 4, 255} }}, + {{ {64, 135, -26}, 0, {0, 0}, {169, 12, 165, 255} }}, + {{ {58, 135, 0}, 0, {0, 0}, {129, 249, 0, 255} }}, + {{ {45, 188, 0}, 0, {0, 0}, {172, 95, 0, 255} }}, + {{ {64, 135, 26}, 0, {0, 0}, {169, 12, 91, 255} }}, + {{ {86, 135, 35}, 0, {0, 0}, {22, 20, 124, 255} }}, + {{ {83, 173, 14}, 0, {0, 0}, {50, 95, 68, 255} }}, + {{ {107, 127, 21}, 0, {0, 0}, {98, 9, 80, 255} }}, + {{ {83, 173, -14}, 0, {0, 0}, {50, 95, 188, 255} }}, +}; + +static const Vtx waluigi_mustache_cap_on_dl_vertex[10] = { + {{ {59, 85, -65}, 0, {0, 0}, {240, 101, 181, 255} }}, + {{ {124, 31, -122}, 0, {0, 0}, {244, 85, 162, 255} }}, + {{ {45, 82, -66}, 0, {0, 0}, {237, 104, 185, 255} }}, + {{ {74, 111, -14}, 0, {0, 0}, {219, 114, 213, 255} }}, + {{ {58, 108, -7}, 0, {0, 0}, {217, 113, 215, 255} }}, + {{ {59, 85, 65}, 0, {0, 0}, {240, 101, 75, 255} }}, + {{ {45, 82, 66}, 0, {0, 0}, {237, 104, 71, 255} }}, + {{ {124, 31, 122}, 0, {0, 0}, {244, 85, 94, 255} }}, + {{ {74, 111, 14}, 0, {0, 0}, {219, 114, 43, 255} }}, + {{ {58, 108, 7}, 0, {0, 0}, {217, 113, 41, 255} }}, +}; + +static const Vtx waluigi_mustache_cap_on_dead_dl_vertex[10] = { + {{ {59, 85, -65}, 0, {0, 0}, {238, 106, 188, 255} }}, + {{ {62, 31, -122}, 0, {0, 0}, {243, 91, 169, 255} }}, + {{ {45, 82, -66}, 0, {0, 0}, {237, 103, 184, 255} }}, + {{ {74, 111, -14}, 0, {0, 0}, {219, 114, 213, 255} }}, + {{ {58, 108, -7}, 0, {0, 0}, {217, 113, 215, 255} }}, + {{ {59, 85, 65}, 0, {0, 0}, {238, 106, 68, 255} }}, + {{ {45, 82, 66}, 0, {0, 0}, {237, 103, 72, 255} }}, + {{ {62, 31, 122}, 0, {0, 0}, {243, 91, 87, 255} }}, + {{ {74, 111, 14}, 0, {0, 0}, {219, 114, 43, 255} }}, + {{ {58, 108, 7}, 0, {0, 0}, {217, 113, 41, 255} }}, +}; + +const Gfx waluigi_r_logo_dl[] = { + gsSPVertex(waluigi_r_logo_dl_vertex + 0, 7, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(4, 3, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(5, 4, 6, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_eyes_cap_on_dl[] = { + gsSPVertex(waluigi_eyes_cap_on_dl_vertex + 0, 8, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 0, 3, 0), + gsSP1Triangle(0, 4, 3, 0), + gsSP1Triangle(4, 5, 3, 0), + gsSP1Triangle(5, 4, 6, 0), + gsSP1Triangle(7, 3, 5, 0), + gsSP1Triangle(3, 7, 1, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_hair_sideburn_cap_on_dl[] = { + gsSPVertex(waluigi_hair_sideburn_cap_on_dl_vertex + 0, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(4, 2, 3, 0), + gsSP1Triangle(5, 2, 4, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(9, 7, 6, 0), + gsSP1Triangle(10, 9, 6, 0), + gsSP1Triangle(11, 10, 6, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mouth_cap_on_dl[] = { + gsSPVertex(waluigi_mouth_cap_on_dl_vertex + 0, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(0, 3, 4, 0), + gsSP1Triangle(5, 0, 4, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(4, 7, 6, 0), + gsSP1Triangle(7, 8, 6, 0), + gsSP1Triangle(8, 9, 6, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_part_cap_on_dl[] = { + gsSPVertex(waluigi_face_part_cap_on_dl_vertex + 0, 15, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(4, 3, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(7, 6, 4, 0), + gsSP1Triangle(7, 4, 8, 0), + gsSP1Triangle(6, 7, 9, 0), + gsSP1Triangle(7, 10, 9, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(0, 3, 5, 0), + gsSP1Triangle(12, 13, 5, 0), + gsSP1Triangle(14, 12, 5, 0), + gsSP1Triangle(5, 6, 14, 0), + gsSPVertex(waluigi_face_part_cap_on_dl_vertex + 15, 14, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(1, 4, 3, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(3, 5, 2, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(9, 6, 8, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(11, 12, 13, 0), + gsSPVertex(waluigi_face_part_cap_on_dl_vertex + 29, 6, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(4, 5, 3, 0), + gsSP1Triangle(0, 3, 5, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_cap_dl[] = { + gsSPVertex(waluigi_face_cap_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(4, 5, 3, 0), + gsSP1Triangle(3, 5, 2, 0), + gsSP1Triangle(5, 6, 2, 0), + gsSP1Triangle(7, 2, 6, 0), + gsSP1Triangle(8, 7, 6, 0), + gsSP1Triangle(7, 8, 0, 0), + gsSP1Triangle(2, 7, 0, 0), + gsSP1Triangle(9, 8, 10, 0), + gsSP1Triangle(10, 8, 11, 0), + gsSP1Triangle(12, 10, 11, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSPVertex(waluigi_face_cap_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(4, 2, 3, 0), + gsSP1Triangle(2, 4, 5, 0), + gsSP1Triangle(6, 5, 4, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 7, 8, 0), + gsSP1Triangle(7, 9, 8, 0), + gsSP1Triangle(7, 10, 9, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(11, 10, 12, 0), + gsSP1Triangle(12, 13, 11, 0), + gsSP1Triangle(14, 11, 13, 0), + gsSP1Triangle(15, 11, 14, 0), + gsSPVertex(waluigi_face_cap_dl_vertex + 32, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + gsSP1Triangle(3, 6, 7, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(10, 7, 9, 0), + gsSP1Triangle(11, 10, 9, 0), + gsSP1Triangle(0, 10, 11, 0), + gsSP1Triangle(10, 0, 7, 0), + gsSP1Triangle(0, 3, 7, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_back_hair_cap_on_dl[] = { + gsSPVertex(waluigi_face_back_hair_cap_on_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(4, 3, 1, 0), + gsSP1Triangle(1, 5, 4, 0), + gsSP1Triangle(1, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 8, 5, 0), + gsSP1Triangle(2, 8, 7, 0), + gsSP1Triangle(9, 2, 7, 0), + gsSP1Triangle(9, 7, 10, 0), + gsSP1Triangle(10, 7, 11, 0), + gsSP1Triangle(11, 7, 12, 0), + gsSP1Triangle(13, 11, 12, 0), + gsSP1Triangle(13, 14, 11, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSP1Triangle(13, 9, 15, 0), + gsSPVertex(waluigi_face_back_hair_cap_on_dl_vertex + 16, 14, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(3, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(4, 5, 7, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(11, 10, 9, 0), + gsSP1Triangle(9, 12, 11, 0), + gsSP1Triangle(13, 11, 12, 0), + gsSP1Triangle(10, 11, 13, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_nose_cap_on_dl[] = { + gsSPVertex(waluigi_nose_cap_on_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 1, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(6, 3, 5, 0), + gsSP1Triangle(6, 5, 7, 0), + gsSP1Triangle(7, 8, 6, 0), + gsSP1Triangle(8, 7, 9, 0), + gsSP1Triangle(7, 10, 9, 0), + gsSP1Triangle(9, 10, 11, 0), + gsSP1Triangle(12, 9, 11, 0), + gsSP1Triangle(11, 13, 12, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(14, 15, 12, 0), + gsSPVertex(waluigi_nose_cap_on_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(1, 4, 5, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 8, 5, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(11, 10, 9, 0), + gsSP1Triangle(11, 12, 10, 0), + gsSP1Triangle(13, 10, 12, 0), + gsSP1Triangle(14, 13, 12, 0), + gsSP1Triangle(2, 13, 14, 0), + gsSP1Triangle(2, 15, 13, 0), + gsSP1Triangle(2, 1, 15, 0), + gsSP1Triangle(1, 5, 15, 0), + gsSP1Triangle(15, 5, 10, 0), + gsSP1Triangle(8, 10, 5, 0), + gsSP1Triangle(15, 10, 13, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mustache_cap_on_dl[] = { + gsSPVertex(waluigi_mustache_cap_on_dl_vertex + 0, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 8, 6, 0), + gsSP1Triangle(6, 8, 9, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mustache_cap_on_dead_dl[] = { + gsSPVertex(waluigi_mustache_cap_on_dead_dl_vertex + 0, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 8, 6, 0), + gsSP1Triangle(6, 8, 9, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_hair_sideburn_decal_cap_on[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, COMBINED, 0, 0, 0, COMBINED), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 11), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_hair_sideburn_cap_on_dl), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsSPDisplayList(waluigi_hair_sideburn_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_r_logo_decal[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_blend), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_r_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_r_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_cap_on_dl[] = { + gsSPDisplayList(waluigi_face_part_cap_on_dl), + gsSPCopyLightsPlayerPart(CAP), + gsSPDisplayList(waluigi_face_cap_dl), + gsSPCopyLightsPlayerPart(HAIR), + gsSPDisplayList(waluigi_face_back_hair_cap_on_dl), + gsSPLight(&waluigi_pink_lights_group.l, 1), + gsSPLight(&waluigi_pink_lights_group.a, 2), + gsSPDisplayList(waluigi_nose_cap_on_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPLight(&waluigi_black_lights_group.a, 2), + gsSPDisplayList(waluigi_mustache_cap_on_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_cap_on_dead_dl[] = { + gsSPDisplayList(waluigi_face_part_cap_on_dl), + gsSPCopyLightsPlayerPart(CAP), + gsSPDisplayList(waluigi_face_cap_dl), + gsSPCopyLightsPlayerPart(HAIR), + gsSPDisplayList(waluigi_face_back_hair_cap_on_dl), + gsSPLight(&waluigi_pink_lights_group.l, 1), + gsSPLight(&waluigi_pink_lights_group.a, 2), + gsSPDisplayList(waluigi_nose_cap_on_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPLight(&waluigi_black_lights_group.a, 2), + gsSPDisplayList(waluigi_mustache_cap_on_dead_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_front[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_front), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_half_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_half_closed), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_closed), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_right[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_right), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_left[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_left), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_up[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_up), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_down[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_down), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_on_eyes_dead[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_dead), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth_dead), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_on_dead_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_cap_on_shared_dl[] = { + gsSPDisplayList(waluigi_r_logo_dl), + gsSPDisplayList(waluigi_eyes_cap_on_dl), + gsSPDisplayList(waluigi_hair_sideburn_cap_on_dl), + gsSPDisplayList(waluigi_mouth_cap_on_dl), + gsSPDisplayList(waluigi_face_part_cap_on_dl), + gsSPDisplayList(waluigi_face_cap_dl), + gsSPDisplayList(waluigi_face_back_hair_cap_on_dl), + gsSPDisplayList(waluigi_nose_cap_on_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPDisplayList(waluigi_mustache_cap_on_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +static const Vtx waluigi_eyes_cap_off_dl_vertex[8] = { + {{ {87, 59, -70}, 0, {66, 931}, {249, 62, 146, 255} }}, + {{ {158, 101, -31}, 0, {578, -25}, {252, 116, 204, 255} }}, + {{ {149, 58, -70}, 0, {41, 117}, {234, 51, 142, 255} }}, + {{ {93, 107, 0}, 0, {1014, 918}, {224, 123, 0, 255} }}, + {{ {80, 101, 0}, 0, {1014, 1072}, {235, 125, 0, 255} }}, + {{ {87, 59, 70}, 0, {1961, 931}, {249, 62, 110, 255} }}, + {{ {158, 101, 31}, 0, {1387, -25}, {252, 116, 52, 255} }}, + {{ {149, 58, 70}, 0, {1987, 117}, {233, 52, 114, 255} }}, +}; + +static const Vtx waluigi_mouth_cap_off_dl_vertex[26] = { + {{ {80, 101, 0}, 0, {1008, 279}, {235, 125, 0, 255} }}, + {{ {63, 68, 64}, 0, {1676, 322}, {242, 80, 98, 255} }}, + {{ {87, 59, 70}, 0, {1769, 103}, {249, 62, 110, 255} }}, + {{ {34, 104, 0}, 0, {1008, 644}, {14, 126, 0, 255} }}, + {{ {63, 68, -64}, 0, {340, 322}, {242, 80, 158, 255} }}, + {{ {87, 59, -70}, 0, {247, 103}, {249, 62, 146, 255} }}, + {{ {37, 38, -67}, 0, {142, 615}, {207, 32, 143, 255} }}, + {{ {20, 65, -40}, 0, {469, 794}, {204, 44, 149, 255} }}, + {{ {-7, 33, -30}, 0, {238, 1071}, {147, 240, 192, 255} }}, + {{ {-39, 96, -22}, 0, {736, 1284}, {167, 26, 169, 255} }}, + {{ {21, 81, -31}, 0, {645, 773}, {245, 84, 162, 255} }}, + {{ {-37, 128, 0}, 0, {1008, 1309}, {199, 113, 0, 255} }}, + {{ {21, 81, 31}, 0, {1371, 773}, {245, 84, 94, 255} }}, + {{ {-39, 96, 22}, 0, {1280, 1284}, {167, 26, 87, 255} }}, + {{ {20, 65, 40}, 0, {1547, 794}, {204, 44, 107, 255} }}, + {{ {-7, 33, 30}, 0, {1778, 1071}, {147, 240, 64, 255} }}, + {{ {-7, 33, 30}, 0, {1778, 1071}, {147, 240, 64, 255} }}, + {{ {37, 38, 67}, 0, {1874, 615}, {207, 32, 113, 255} }}, + {{ {20, 65, 40}, 0, {1547, 794}, {204, 44, 107, 255} }}, + {{ {63, 68, 64}, 0, {1676, 322}, {242, 80, 98, 255} }}, + {{ {87, 59, 70}, 0, {1769, 103}, {249, 62, 110, 255} }}, + {{ {21, 81, 31}, 0, {1371, 773}, {245, 84, 94, 255} }}, + {{ {34, 104, 0}, 0, {1008, 644}, {14, 126, 0, 255} }}, + {{ {20, 65, -40}, 0, {469, 794}, {204, 44, 149, 255} }}, + {{ {21, 81, -31}, 0, {645, 773}, {245, 84, 162, 255} }}, + {{ {63, 68, -64}, 0, {340, 322}, {242, 80, 158, 255} }}, +}; + +static const Vtx waluigi_hair_sideburn_cap_off_dl_vertex[12] = { + {{ {149, 58, -70}, 0, {69, -244}, {234, 51, 142, 255} }}, + {{ {125, -18, -85}, 0, {995, 239}, {18, 39, 136, 255} }}, + {{ {87, 59, -70}, 0, {-80, 554}, {249, 62, 146, 255} }}, + {{ {85, -22, -83}, 0, {956, 760}, {1, 96, 173, 255} }}, + {{ {25, -6, -70}, 0, {740, 1533}, {187, 254, 150, 255} }}, + {{ {37, 38, -67}, 0, {88, 1295}, {207, 32, 143, 255} }}, + {{ {149, 58, 70}, 0, {69, -244}, {233, 52, 114, 255} }}, + {{ {87, 59, 70}, 0, {-80, 554}, {249, 62, 110, 255} }}, + {{ {125, -18, 85}, 0, {995, 239}, {14, 41, 120, 255} }}, + {{ {85, -22, 83}, 0, {956, 760}, {1, 96, 83, 255} }}, + {{ {25, -6, 70}, 0, {740, 1533}, {187, 254, 106, 255} }}, + {{ {37, 38, 67}, 0, {88, 1295}, {207, 32, 113, 255} }}, +}; + +static const Vtx waluigi_face_part_cap_off_dl_vertex[36] = { + {{ {22, -61, 0}, 0, {0, 0}, {158, 176, 0, 0} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 255} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 0} }}, + {{ {68, -22, -109}, 0, {0, 0}, {217, 24, 138, 255} }}, + {{ {97, -52, -66}, 0, {0, 0}, {228, 179, 159, 255} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 255} }}, + {{ {25, -6, -70}, 0, {0, 0}, {187, 254, 150, 255} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 255} }}, + {{ {-7, 33, -30}, 0, {0, 0}, {147, 240, 192, 255} }}, + {{ {-7, 33, 30}, 0, {0, 0}, {147, 240, 64, 255} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 255} }}, + {{ {37, 38, 67}, 0, {0, 0}, {207, 32, 113, 255} }}, + {{ {-40, 78, 0}, 0, {0, 0}, {135, 216, 0, 255} }}, + {{ {-39, 96, -22}, 0, {0, 0}, {167, 26, 169, 255} }}, + {{ {-39, 96, 22}, 0, {0, 0}, {167, 26, 87, 255} }}, + {{ {-37, 128, 0}, 0, {0, 0}, {199, 113, 0, 255} }}, + {{ {25, -6, -70}, 0, {0, 0}, {187, 254, 150, 255} }}, + {{ {-7, 33, -30}, 0, {0, 0}, {147, 240, 192, 255} }}, + {{ {37, 38, -67}, 0, {0, 0}, {207, 32, 143, 255} }}, + {{ {97, -52, 66}, 0, {0, 0}, {225, 180, 97, 255} }}, + {{ {68, -22, 109}, 0, {0, 0}, {217, 24, 118, 255} }}, + {{ {49, -34, 70}, 0, {0, 0}, {209, 202, 105, 255} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 255} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 0} }}, + {{ {25, -6, 70}, 0, {0, 0}, {187, 254, 106, 0} }}, + {{ {68, -22, 109}, 0, {0, 0}, {217, 24, 118, 0} }}, + {{ {85, -22, 83}, 0, {0, 0}, {1, 96, 83, 0} }}, + {{ {159, -32, 129}, 0, {0, 0}, {101, 253, 77, 0} }}, + {{ {97, -52, 66}, 0, {0, 0}, {225, 180, 97, 0} }}, + {{ {125, -18, 85}, 0, {0, 0}, {14, 41, 120, 0} }}, + {{ {68, -22, -109}, 0, {0, 0}, {217, 24, 138, 0} }}, + {{ {25, -6, -70}, 0, {0, 0}, {187, 254, 150, 0} }}, + {{ {85, -22, -83}, 0, {0, 0}, {1, 96, 173, 0} }}, + {{ {159, -32, -129}, 0, {0, 0}, {101, 253, 179, 0} }}, + {{ {125, -18, -85}, 0, {0, 0}, {18, 39, 136, 0} }}, + {{ {97, -52, -66}, 0, {0, 0}, {228, 179, 159, 0} }}, +}; + +static const Vtx waluigi_face_hair_cap_off_dl_vertex[92] = { + {{ {158, 101, -31}, 0, {0, 0}, {229, 108, 196, 0} }}, + {{ {190, 72, -80}, 0, {0, 0}, {35, 57, 148, 0} }}, + {{ {137, 76, -54}, 0, {0, 0}, {220, 85, 169, 0} }}, + {{ {201, 83, -58}, 0, {0, 0}, {59, 72, 169, 0} }}, + {{ {191, 120, -10}, 0, {0, 0}, {14, 126, 254, 0} }}, + {{ {146, 102, 0}, 0, {0, 0}, {209, 118, 2, 0} }}, + {{ {158, 101, 31}, 0, {0, 0}, {252, 113, 58, 0} }}, + {{ {200, 78, 50}, 0, {0, 0}, {73, 87, 57, 0} }}, + {{ {190, 72, 80}, 0, {0, 0}, {37, 68, 100, 0} }}, + {{ {137, 76, 54}, 0, {0, 0}, {220, 85, 87, 0} }}, + {{ {149, 58, 70}, 0, {0, 0}, {233, 52, 114, 0} }}, + {{ {170, -9, 91}, 0, {0, 0}, {27, 246, 124, 0} }}, + {{ {125, -18, 85}, 0, {0, 0}, {14, 41, 120, 0} }}, + {{ {130, -70, 75}, 0, {0, 0}, {243, 207, 117, 0} }}, + {{ {97, -52, 66}, 0, {0, 0}, {225, 180, 97, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {239, 144, 57, 0} }}, + {{ {97, -52, 66}, 0, {0, 0}, {225, 180, 97, 0} }}, + {{ {49, -34, 70}, 0, {0, 0}, {209, 202, 105, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {239, 144, 57, 0} }}, + {{ {58, -100, 65}, 0, {0, 0}, {81, 181, 62, 0} }}, + {{ {29, -78, 83}, 0, {0, 0}, {232, 4, 125, 0} }}, + {{ {-3, -80, 52}, 0, {0, 0}, {133, 235, 23, 0} }}, + {{ {5, -37, 43}, 0, {0, 0}, {138, 248, 47, 0} }}, + {{ {22, -61, 0}, 0, {0, 0}, {158, 176, 0, 0} }}, + {{ {26, -107, 30}, 0, {0, 0}, {231, 150, 191, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {242, 143, 199, 0} }}, + {{ {26, -107, -30}, 0, {0, 0}, {231, 150, 65, 0} }}, + {{ {-3, -80, -52}, 0, {0, 0}, {133, 235, 233, 0} }}, + {{ {5, -37, -43}, 0, {0, 0}, {138, 248, 209, 0} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 0} }}, + {{ {29, -78, -83}, 0, {0, 0}, {232, 4, 131, 0} }}, + {{ {58, -100, -65}, 0, {0, 0}, {81, 181, 194, 0} }}, + {{ {97, -52, -66}, 0, {0, 0}, {228, 179, 159, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {242, 143, 199, 0} }}, + {{ {49, -34, -70}, 0, {0, 0}, {209, 202, 151, 0} }}, + {{ {130, -70, -73}, 0, {0, 0}, {246, 206, 140, 0} }}, + {{ {125, -18, -85}, 0, {0, 0}, {18, 39, 136, 0} }}, + {{ {170, -9, -89}, 0, {0, 0}, {32, 246, 133, 0} }}, + {{ {149, 58, -70}, 0, {0, 0}, {234, 51, 142, 0} }}, + {{ {190, 72, -80}, 0, {0, 0}, {35, 57, 148, 0} }}, + {{ {137, 76, -54}, 0, {0, 0}, {220, 85, 169, 0} }}, + {{ {211, 30, -60}, 0, {0, 0}, {103, 1, 182, 0} }}, + {{ {201, 83, -58}, 0, {0, 0}, {59, 72, 169, 0} }}, + {{ {223, 59, -27}, 0, {0, 0}, {112, 230, 202, 0} }}, + {{ {241, 97, -34}, 0, {0, 0}, {106, 52, 209, 0} }}, + {{ {191, 120, -10}, 0, {0, 0}, {14, 126, 254, 0} }}, + {{ {200, 78, 50}, 0, {0, 0}, {73, 87, 57, 0} }}, + {{ {222, 72, 28}, 0, {0, 0}, {106, 47, 52, 0} }}, + {{ {218, 30, 63}, 0, {0, 0}, {105, 4, 72, 0} }}, + {{ {222, 72, 28}, 0, {0, 0}, {106, 47, 52, 0} }}, + {{ {200, 78, 50}, 0, {0, 0}, {73, 87, 57, 0} }}, + {{ {190, 72, 80}, 0, {0, 0}, {37, 68, 100, 0} }}, + {{ {170, -9, 91}, 0, {0, 0}, {27, 246, 124, 0} }}, + {{ {218, -14, 49}, 0, {0, 0}, {106, 231, 66, 0} }}, + {{ {177, -89, 57}, 0, {0, 0}, {58, 177, 81, 0} }}, + {{ {130, -70, 75}, 0, {0, 0}, {243, 207, 117, 0} }}, + {{ {99, -113, 46}, 0, {0, 0}, {219, 158, 72, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {239, 144, 57, 0} }}, + {{ {102, -126, 1}, 0, {0, 0}, {222, 134, 0, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {242, 143, 199, 0} }}, + {{ {99, -113, -44}, 0, {0, 0}, {220, 157, 185, 0} }}, + {{ {130, -70, -73}, 0, {0, 0}, {246, 206, 140, 0} }}, + {{ {177, -89, -55}, 0, {0, 0}, {58, 177, 175, 0} }}, + {{ {170, -9, -89}, 0, {0, 0}, {32, 246, 133, 0} }}, + {{ {177, -89, -55}, 0, {0, 0}, {58, 177, 175, 0} }}, + {{ {170, -9, -89}, 0, {0, 0}, {32, 246, 133, 0} }}, + {{ {218, -14, -47}, 0, {0, 0}, {105, 236, 188, 0} }}, + {{ {211, 30, -60}, 0, {0, 0}, {103, 1, 182, 0} }}, + {{ {230, 53, 0}, 0, {0, 0}, {127, 249, 4, 0} }}, + {{ {223, 59, -27}, 0, {0, 0}, {112, 230, 202, 0} }}, + {{ {241, 97, -34}, 0, {0, 0}, {106, 52, 209, 0} }}, + {{ {222, 72, 28}, 0, {0, 0}, {106, 47, 52, 0} }}, + {{ {218, 30, 63}, 0, {0, 0}, {105, 4, 72, 0} }}, + {{ {218, -14, 49}, 0, {0, 0}, {106, 231, 66, 0} }}, + {{ {234, -37, 1}, 0, {0, 0}, {122, 221, 0, 0} }}, + {{ {177, -89, 57}, 0, {0, 0}, {58, 177, 81, 0} }}, + {{ {190, -107, 1}, 0, {0, 0}, {74, 153, 0, 0} }}, + {{ {99, -113, 46}, 0, {0, 0}, {219, 158, 72, 0} }}, + {{ {102, -126, 1}, 0, {0, 0}, {222, 134, 0, 0} }}, + {{ {99, -113, -44}, 0, {0, 0}, {220, 157, 185, 0} }}, + {{ {73, -89, 41}, 0, {0, 0}, {239, 144, 57, 0} }}, + {{ {58, -100, 65}, 0, {0, 0}, {81, 181, 62, 0} }}, + {{ {26, -107, 30}, 0, {0, 0}, {231, 150, 191, 0} }}, + {{ {28, -110, 69}, 0, {0, 0}, {230, 149, 63, 0} }}, + {{ {29, -78, 83}, 0, {0, 0}, {232, 4, 125, 0} }}, + {{ {-3, -80, 52}, 0, {0, 0}, {133, 235, 23, 0} }}, + {{ {73, -89, -41}, 0, {0, 0}, {242, 143, 199, 0} }}, + {{ {26, -107, -30}, 0, {0, 0}, {231, 150, 65, 0} }}, + {{ {58, -100, -65}, 0, {0, 0}, {81, 181, 194, 0} }}, + {{ {28, -110, -69}, 0, {0, 0}, {230, 149, 193, 0} }}, + {{ {-3, -80, -52}, 0, {0, 0}, {133, 235, 233, 0} }}, + {{ {29, -78, -83}, 0, {0, 0}, {232, 4, 131, 0} }}, +}; + +static const Vtx waluigi_nose_cap_off_dl_vertex[28] = { + {{ {88, 79, 16}, 0, {0, 0}, {73, 215, 96, 255} }}, + {{ {100, 77, 0}, 0, {0, 0}, {115, 203, 0, 255} }}, + {{ {107, 127, 21}, 0, {0, 0}, {98, 9, 80, 255} }}, + {{ {117, 117, 0}, 0, {0, 0}, {127, 245, 0, 255} }}, + {{ {107, 127, -21}, 0, {0, 0}, {98, 9, 176, 255} }}, + {{ {88, 79, -16}, 0, {0, 0}, {73, 215, 160, 255} }}, + {{ {86, 135, -35}, 0, {0, 0}, {22, 20, 132, 255} }}, + {{ {72, 82, -24}, 0, {0, 0}, {11, 227, 133, 255} }}, + {{ {55, 83, -21}, 0, {0, 0}, {155, 254, 180, 255} }}, + {{ {64, 135, -26}, 0, {0, 0}, {169, 12, 165, 255} }}, + {{ {58, 135, 0}, 0, {0, 0}, {129, 249, 0, 255} }}, + {{ {55, 83, 0}, 0, {0, 0}, {129, 7, 0, 255} }}, + {{ {55, 83, 21}, 0, {0, 0}, {155, 254, 76, 255} }}, + {{ {64, 135, 26}, 0, {0, 0}, {169, 12, 91, 255} }}, + {{ {86, 135, 35}, 0, {0, 0}, {22, 20, 124, 255} }}, + {{ {72, 82, 24}, 0, {0, 0}, {11, 227, 123, 255} }}, + {{ {107, 127, 21}, 0, {0, 0}, {98, 9, 80, 255} }}, + {{ {83, 173, 14}, 0, {0, 0}, {50, 95, 68, 255} }}, + {{ {86, 135, 35}, 0, {0, 0}, {22, 20, 124, 255} }}, + {{ {100, 156, 0}, 0, {0, 0}, {108, 67, 0, 255} }}, + {{ {117, 117, 0}, 0, {0, 0}, {127, 245, 0, 255} }}, + {{ {107, 127, -21}, 0, {0, 0}, {98, 9, 176, 255} }}, + {{ {83, 173, -14}, 0, {0, 0}, {50, 95, 188, 255} }}, + {{ {86, 135, -35}, 0, {0, 0}, {22, 20, 132, 255} }}, + {{ {45, 188, 0}, 0, {0, 0}, {172, 95, 0, 255} }}, + {{ {64, 135, -26}, 0, {0, 0}, {169, 12, 165, 255} }}, + {{ {58, 135, 0}, 0, {0, 0}, {129, 249, 0, 255} }}, + {{ {64, 135, 26}, 0, {0, 0}, {169, 12, 91, 255} }}, +}; + +static const Vtx waluigi_mustache_cap_off_dl_vertex[10] = { + {{ {59, 85, -65}, 0, {0, 0}, {240, 101, 181, 255} }}, + {{ {124, 31, -122}, 0, {0, 0}, {244, 85, 162, 255} }}, + {{ {45, 82, -66}, 0, {0, 0}, {237, 104, 185, 255} }}, + {{ {74, 111, -14}, 0, {0, 0}, {219, 114, 213, 255} }}, + {{ {58, 108, -7}, 0, {0, 0}, {217, 113, 215, 255} }}, + {{ {59, 85, 65}, 0, {0, 0}, {240, 101, 75, 255} }}, + {{ {45, 82, 66}, 0, {0, 0}, {237, 104, 71, 255} }}, + {{ {124, 31, 122}, 0, {0, 0}, {244, 85, 94, 255} }}, + {{ {74, 111, 14}, 0, {0, 0}, {219, 114, 43, 255} }}, + {{ {58, 108, 7}, 0, {0, 0}, {217, 113, 41, 255} }}, +}; + +static const Vtx waluigi_mustache_cap_off_dead_dl_vertex[10] = { + {{ {59, 85, -65}, 0, {0, 0}, {238, 106, 188, 255} }}, + {{ {62, 31, -122}, 0, {0, 0}, {243, 91, 169, 255} }}, + {{ {45, 82, -66}, 0, {0, 0}, {237, 103, 184, 255} }}, + {{ {74, 111, -14}, 0, {0, 0}, {219, 114, 213, 255} }}, + {{ {58, 108, -7}, 0, {0, 0}, {217, 113, 215, 255} }}, + {{ {59, 85, 65}, 0, {0, 0}, {238, 106, 68, 255} }}, + {{ {45, 82, 66}, 0, {0, 0}, {237, 103, 72, 255} }}, + {{ {62, 31, 122}, 0, {0, 0}, {243, 91, 87, 255} }}, + {{ {74, 111, 14}, 0, {0, 0}, {219, 114, 43, 255} }}, + {{ {58, 108, 7}, 0, {0, 0}, {217, 113, 41, 255} }}, +}; + +const Gfx waluigi_eyes_cap_off_dl[] = { + gsSPVertex(waluigi_eyes_cap_off_dl_vertex + 0, 8, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 0, 3, 0), + gsSP1Triangle(4, 3, 0, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(5, 6, 3, 0), + gsSP1Triangle(6, 5, 7, 0), + gsSP1Triangle(6, 1, 3, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mouth_cap_off_dl[] = { + gsSPVertex(waluigi_mouth_cap_off_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 0, 3, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(4, 0, 5, 0), + gsSP1Triangle(6, 4, 5, 0), + gsSP1Triangle(4, 6, 7, 0), + gsSP1Triangle(6, 8, 7, 0), + gsSP1Triangle(8, 9, 7, 0), + gsSP1Triangle(10, 7, 9, 0), + gsSP1Triangle(10, 9, 11, 0), + gsSP1Triangle(3, 10, 11, 0), + gsSP1Triangle(3, 11, 12, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(12, 13, 14, 0), + gsSP1Triangle(13, 15, 14, 0), + gsSPVertex(waluigi_mouth_cap_off_dl_vertex + 16, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(4, 3, 1, 0), + gsSP1Triangle(3, 5, 2, 0), + gsSP1Triangle(5, 3, 6, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(8, 6, 9, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_hair_sideburn_cap_off_dl[] = { + gsSPVertex(waluigi_hair_sideburn_cap_off_dl_vertex + 0, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(3, 4, 2, 0), + gsSP1Triangle(2, 4, 5, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(8, 7, 9, 0), + gsSP1Triangle(7, 10, 9, 0), + gsSP1Triangle(11, 10, 7, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_part_cap_off_dl[] = { + gsSPVertex(waluigi_face_part_cap_off_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(6, 3, 5, 0), + gsSP1Triangle(7, 6, 5, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(8, 7, 9, 0), + gsSP1Triangle(9, 7, 1, 0), + gsSP1Triangle(1, 10, 9, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(12, 8, 9, 0), + gsSP1Triangle(8, 12, 13, 0), + gsSP1Triangle(12, 14, 13, 0), + gsSP1Triangle(14, 12, 9, 0), + gsSP1Triangle(14, 15, 13, 0), + gsSPVertex(waluigi_face_part_cap_off_dl_vertex + 16, 14, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(9, 11, 10, 0), + gsSP1Triangle(9, 12, 11, 0), + gsSP1Triangle(13, 11, 12, 0), + gsSP1Triangle(11, 13, 10, 0), + gsSPVertex(waluigi_face_part_cap_off_dl_vertex + 30, 6, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(4, 5, 3, 0), + gsSP1Triangle(0, 3, 5, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_hair_cap_off_dl[] = { + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 0, 3, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(0, 5, 4, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(7, 4, 6, 0), + gsSP1Triangle(6, 8, 7, 0), + gsSP1Triangle(6, 9, 8, 0), + gsSP1Triangle(10, 8, 9, 0), + gsSP1Triangle(10, 11, 8, 0), + gsSP1Triangle(10, 12, 11, 0), + gsSP1Triangle(13, 11, 12, 0), + gsSP1Triangle(14, 13, 12, 0), + gsSP1Triangle(15, 13, 14, 0), + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 16, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(4, 3, 1, 0), + gsSP1Triangle(1, 5, 4, 0), + gsSP1Triangle(1, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 8, 5, 0), + gsSP1Triangle(2, 8, 7, 0), + gsSP1Triangle(9, 2, 7, 0), + gsSP1Triangle(9, 7, 10, 0), + gsSP1Triangle(10, 7, 11, 0), + gsSP1Triangle(11, 7, 12, 0), + gsSP1Triangle(13, 11, 12, 0), + gsSP1Triangle(13, 14, 11, 0), + gsSP1Triangle(14, 13, 15, 0), + gsSP1Triangle(13, 9, 15, 0), + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 32, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 3, 1, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(4, 6, 5, 0), + gsSP1Triangle(6, 7, 5, 0), + gsSP1Triangle(7, 6, 8, 0), + gsSP1Triangle(7, 9, 5, 0), + gsSP1Triangle(9, 7, 10, 0), + gsSP1Triangle(9, 10, 11, 0), + gsSP1Triangle(11, 10, 12, 0), + gsSP1Triangle(10, 13, 12, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(14, 15, 12, 0), + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 48, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 0, 2, 0), + gsSP1Triangle(4, 0, 3, 0), + gsSP1Triangle(0, 4, 5, 0), + gsSP1Triangle(5, 4, 6, 0), + gsSP1Triangle(7, 6, 4, 0), + gsSP1Triangle(7, 8, 6, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(9, 10, 8, 0), + gsSP1Triangle(9, 11, 10, 0), + gsSP1Triangle(11, 12, 10, 0), + gsSP1Triangle(13, 12, 11, 0), + gsSP1Triangle(14, 12, 13, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 64, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(3, 5, 4, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(4, 6, 7, 0), + gsSP1Triangle(8, 4, 7, 0), + gsSP1Triangle(4, 8, 9, 0), + gsSP1Triangle(9, 10, 4, 0), + gsSP1Triangle(10, 9, 11, 0), + gsSP1Triangle(12, 10, 11, 0), + gsSP1Triangle(12, 11, 13, 0), + gsSP1Triangle(14, 12, 13, 0), + gsSP1Triangle(14, 15, 12, 0), + gsSP1Triangle(15, 0, 12, 0), + gsSP1Triangle(12, 0, 10, 0), + gsSP1Triangle(0, 2, 10, 0), + gsSP1Triangle(2, 4, 10, 0), + gsSPVertex(waluigi_face_hair_cap_off_dl_vertex + 80, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(1, 4, 3, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(2, 3, 5, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(7, 10, 9, 0), + gsSP1Triangle(10, 11, 9, 0), + gsSP1Triangle(8, 9, 11, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_nose_cap_off_dl[] = { + gsSPVertex(waluigi_nose_cap_off_dl_vertex + 0, 16, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(1, 3, 2, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(1, 5, 4, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(5, 7, 6, 0), + gsSP1Triangle(7, 8, 6, 0), + gsSP1Triangle(8, 9, 6, 0), + gsSP1Triangle(10, 9, 8, 0), + gsSP1Triangle(10, 8, 11, 0), + gsSP1Triangle(10, 11, 12, 0), + gsSP1Triangle(12, 13, 10, 0), + gsSP1Triangle(13, 12, 14, 0), + gsSP1Triangle(12, 15, 14, 0), + gsSP1Triangle(14, 15, 0, 0), + gsSP1Triangle(2, 14, 0, 0), + gsSPVertex(waluigi_nose_cap_off_dl_vertex + 16, 12, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(4, 3, 0, 0), + gsSP1Triangle(4, 5, 3, 0), + gsSP1Triangle(3, 5, 6, 0), + gsSP1Triangle(5, 7, 6, 0), + gsSP1Triangle(6, 7, 8, 0), + gsSP1Triangle(9, 8, 7, 0), + gsSP1Triangle(9, 10, 8, 0), + gsSP1Triangle(11, 8, 10, 0), + gsSP1Triangle(11, 2, 8, 0), + gsSP1Triangle(1, 8, 2, 0), + gsSP1Triangle(6, 8, 1, 0), + gsSP1Triangle(3, 6, 1, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mustache_cap_off_dl[] = { + gsSPVertex(waluigi_mustache_cap_off_dl_vertex + 0, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 8, 6, 0), + gsSP1Triangle(6, 8, 9, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_mustache_cap_off_dead_dl[] = { + gsSPVertex(waluigi_mustache_cap_off_dead_dl_vertex + 0, 10, 0), + gsSP1Triangle(0, 1, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(2, 4, 3, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 8, 6, 0), + gsSP1Triangle(6, 8, 9, 0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_hair_sideburn_decal_cap_off[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, COMBINED, 0, 0, 0, COMBINED), + gsDPSetCycleType(G_CYC_2CYCLE), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 11), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_hair_sideburn_cap_off_dl), + gsDPSetCycleType(G_CYC_1CYCLE), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsSPDisplayList(waluigi_hair_sideburn_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_cap_off_dl[] = { + gsSPDisplayList(waluigi_face_part_cap_off_dl), + gsSPCopyLightsPlayerPart(HAIR), + gsSPDisplayList(waluigi_face_hair_cap_off_dl), + gsSPLight(&waluigi_pink_lights_group.l, 1), + gsSPLight(&waluigi_pink_lights_group.a, 2), + gsSPDisplayList(waluigi_nose_cap_off_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPLight(&waluigi_black_lights_group.a, 2), + gsSPDisplayList(waluigi_mustache_cap_off_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_face_cap_off_dead_dl[] = { + gsSPDisplayList(waluigi_face_part_cap_off_dl), + gsSPCopyLightsPlayerPart(HAIR), + gsSPDisplayList(waluigi_face_hair_cap_off_dl), + gsSPLight(&waluigi_pink_lights_group.l, 1), + gsSPLight(&waluigi_pink_lights_group.a, 2), + gsSPDisplayList(waluigi_nose_cap_off_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPLight(&waluigi_black_lights_group.a, 2), + gsSPDisplayList(waluigi_mustache_cap_off_dead_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_front[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_front), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_half_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_half_closed), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_closed[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_closed), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_right[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_right), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_left[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_left), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_up[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_up), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_down[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_down), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_cap_off_eyes_dead[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_eyes_dead), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPCopyLightsPlayerPart(SKIN), + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_mouth_dead), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 64 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_face_cap_off_dead_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_cap_off_shared_dl[] = { + gsSPDisplayList(waluigi_eyes_cap_off_dl), + gsSPDisplayList(waluigi_mouth_cap_off_dl), + gsSPDisplayList(waluigi_hair_sideburn_cap_off_dl), + gsSPDisplayList(waluigi_face_part_cap_off_dl), + gsSPDisplayList(waluigi_face_hair_cap_off_dl), + gsSPDisplayList(waluigi_nose_cap_off_dl), + gsSPClearGeometryMode(G_CULL_BACK), + gsSPDisplayList(waluigi_mustache_cap_off_dl), + gsSPSetGeometryMode(G_CULL_BACK), + gsSPEndDisplayList(), +}; + +// 0x04019538 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group1, 0x00114750, 78432, 0x00019538, 224); + +// 0x04019618 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group2, 0x00114750, 78432, 0x00019618, 256); + +// 0x04019718 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group3, 0x00114750, 78432, 0x00019718, 256); + +// 0x04019818 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group4, 0x00114750, 78432, 0x00019818, 256); + +// 0x04019918 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group5, 0x00114750, 78432, 0x00019918, 256); + +// 0x04019A18 +ROM_ASSET_LOAD_VTX(waluigi_left_hand_open_shared_dl_vertex_group6, 0x00114750, 78432, 0x00019a18, 80); + +// 0x04019A68 - 0x04019CA0 +const Gfx waluigi_left_hand_open_shared_dl[] = { + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 3, 7, 0x0), + gsSP2Triangles( 1, 0, 5, 0x0, 5, 4, 1, 0x0), + gsSP2Triangles( 5, 3, 6, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 8, 11, 9, 0x0, 12, 13, 11, 0x0), + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 0, 10, 7, 0x0, 11, 10, 0, 0x0), + gsSP2Triangles(12, 13, 11, 0x0, 9, 8, 13, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 10, 14, 7, 0x0), + gsSP2Triangles(11, 14, 10, 0x0, 13, 4, 11, 0x0), + gsSP2Triangles( 8, 5, 13, 0x0, 3, 15, 1, 0x0), + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 1, 9, 10, 0x0, 5, 11, 1, 0x0), + gsSP2Triangles(12, 13, 5, 0x0, 14, 9, 15, 0x0), + gsSP1Triangle( 4, 7, 12, 0x0), + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 7, 0, 2, 0x0), + gsSP2Triangles( 8, 6, 5, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 3, 2, 0x0, 2, 12, 11, 0x0), + gsSP2Triangles( 3, 13, 9, 0x0, 6, 0, 7, 0x0), + gsSP2Triangles( 7, 4, 9, 0x0, 10, 14, 15, 0x0), + gsSP1Triangle(15, 14, 11, 0x0), + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 2, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 8, 0x0, 11, 10, 4, 0x0), + gsSP2Triangles( 7, 12, 11, 0x0, 9, 12, 7, 0x0), + gsSP2Triangles( 6, 3, 1, 0x0, 6, 5, 3, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 14, 10, 11, 0x0), + gsSP2Triangles( 8, 10, 15, 0x0, 10, 14, 15, 0x0), + gsSPVertex(waluigi_left_hand_open_shared_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_left_hand_open[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_left_hand_open_shared_dl), + gsSPEndDisplayList(), +}; + +// 0x04019CC0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group1, 0x00114750, 78432, 0x00019cc0, 224); + +// 0x04019DA0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group2, 0x00114750, 78432, 0x00019da0, 256); + +// 0x04019EA0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group3, 0x00114750, 78432, 0x00019ea0, 256); + +// 0x04019FA0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group4, 0x00114750, 78432, 0x00019fa0, 256); + +// 0x0401A0A0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group5, 0x00114750, 78432, 0x0001a0a0, 256); + +// 0x0401A1A0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_open_dl_vertex_group6, 0x00114750, 78432, 0x0001a1a0, 80); + +// 0x0401A1F0 - 0x0401A428 +const Gfx waluigi_right_hand_open_dl[] = { + gsSPVertex(waluigi_right_hand_open_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 3, 4, 0x0), + gsSP2Triangles( 5, 2, 1, 0x0, 1, 6, 5, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 11, 10, 0x0, 11, 12, 13, 0x0), + gsSPVertex(waluigi_right_hand_open_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 10, 2, 0x0, 2, 10, 11, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 12, 8, 7, 0x0), + gsSP2Triangles( 8, 5, 9, 0x0, 9, 14, 10, 0x0), + gsSP2Triangles(10, 14, 11, 0x0, 11, 6, 12, 0x0), + gsSP2Triangles(12, 5, 8, 0x0, 1, 15, 3, 0x0), + gsSPVertex(waluigi_right_hand_open_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 1, 0x0, 1, 11, 4, 0x0), + gsSP2Triangles( 4, 12, 13, 0x0, 14, 10, 15, 0x0), + gsSP1Triangle(13, 7, 5, 0x0), + gsSPVertex(waluigi_right_hand_open_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 0, 2, 5, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles( 0, 4, 11, 0x0, 11, 12, 0, 0x0), + gsSP2Triangles(10, 13, 4, 0x0, 5, 2, 6, 0x0), + gsSP2Triangles(10, 3, 5, 0x0, 14, 15, 9, 0x0), + gsSP1Triangle(11, 15, 14, 0x0), + gsSPVertex(waluigi_right_hand_open_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 1, 0x0), + gsSP2Triangles( 5, 4, 3, 0x0, 6, 7, 5, 0x0), + gsSP2Triangles( 2, 7, 6, 0x0, 8, 9, 0, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 3, 10, 11, 0x0), + gsSP2Triangles(11, 12, 6, 0x0, 6, 12, 8, 0x0), + gsSP2Triangles( 1, 4, 7, 0x0, 4, 5, 7, 0x0), + gsSP2Triangles(13, 12, 11, 0x0, 11, 10, 14, 0x0), + gsSP2Triangles(15, 10, 9, 0x0, 15, 14, 10, 0x0), + gsSPVertex(waluigi_right_hand_open_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_open[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_right_hand_open_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_hand_open[] = { + gsSPDisplayList(waluigi_right_hand_open_dl), + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), + gsSPEndDisplayList(), +}; + +// 0x0401A478 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_r_logo_dl_vertex, 0x00114750, 78432, 0x0001a478, 80); + +// 0x0401A4C8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_hand_position_dl_vertex_group1, 0x00114750, 78432, 0x0001a4c8, 240); + +// 0x0401A5B8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_hand_position_dl_vertex_group2, 0x00114750, 78432, 0x0001a5b8, 256); + +// 0x0401A6B8 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_hand_position_dl_vertex_group3, 0x00114750, 78432, 0x0001a6b8, 224); + +// 0x0401A798 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_top_dl_vertex_group1, 0x00114750, 78432, 0x0001a798, 240); + +// 0x0401A888 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_top_dl_vertex_group2, 0x00114750, 78432, 0x0001a888, 256); + +// 0x0401A988 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_top_dl_vertex_group3, 0x00114750, 78432, 0x0001a988, 256); + +// 0x0401AA88 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_top_dl_vertex_group4, 0x00114750, 78432, 0x0001aa88, 128); + +// 0x0401AB08 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_cap_bottom_dl_vertex, 0x00114750, 78432, 0x0001ab08, 160); + +// 0x0401ABA8 - 0x0401ABD0 +const Gfx waluigi_right_hand_cap_r_logo_dl[] = { + gsSPVertex(waluigi_right_hand_cap_r_logo_dl_vertex, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP1Triangle( 1, 4, 3, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401ABD0 - 0x0401AD40 +const Gfx waluigi_right_hand_cap_top_dl[] = { + gsSPVertex(waluigi_right_hand_cap_top_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 5, 0x0, 6, 2, 1, 0x0), + gsSP2Triangles( 2, 6, 4, 0x0, 7, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 6, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 13, 14, 11, 0x0), + gsSPVertex(waluigi_right_hand_cap_top_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 0, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 0, 9, 3, 0x0), + gsSP2Triangles(10, 9, 0, 0x0, 11, 12, 2, 0x0), + gsSP2Triangles( 2, 5, 11, 0x0, 3, 9, 4, 0x0), + gsSP2Triangles(13, 14, 15, 0x0, 11, 5, 14, 0x0), + gsSP1Triangle( 7, 14, 5, 0x0), + gsSPVertex(waluigi_right_hand_cap_top_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 0, 4, 1, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 8, 9, 0x0, 7, 6, 8, 0x0), + gsSP2Triangles(10, 7, 9, 0x0, 11, 12, 9, 0x0), + gsSP2Triangles(10, 13, 14, 0x0, 12, 13, 10, 0x0), + gsSP1Triangle(13, 12, 15, 0x0), + gsSPVertex(waluigi_right_hand_cap_top_dl_vertex_group4, 8, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 3, 5, 6, 0x0), + gsSP1Triangle( 7, 0, 2, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401AD40 - 0x0401AED0 +const Gfx waluigi_right_hand_cap_hand_position_dl[] = { + gsSPVertex(waluigi_right_hand_cap_hand_position_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 2, 1, 4, 0x0, 2, 5, 6, 0x0), + gsSP2Triangles( 6, 3, 2, 0x0, 5, 2, 4, 0x0), + gsSP2Triangles( 3, 7, 0, 0x0, 3, 6, 8, 0x0), + gsSP2Triangles( 3, 8, 7, 0x0, 9, 0, 7, 0x0), + gsSP2Triangles(10, 0, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(11, 1, 10, 0x0, 11, 4, 1, 0x0), + gsSP2Triangles( 7, 12, 13, 0x0, 8, 12, 7, 0x0), + gsSP2Triangles(13, 14, 7, 0x0, 7, 14, 9, 0x0), + gsSPVertex(waluigi_right_hand_cap_hand_position_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 6, 2, 4, 0x0), + gsSP2Triangles( 7, 5, 4, 0x0, 8, 9, 3, 0x0), + gsSP2Triangles( 3, 9, 10, 0x0, 10, 6, 3, 0x0), + gsSP2Triangles( 5, 11, 3, 0x0, 3, 11, 8, 0x0), + gsSP2Triangles(10, 0, 6, 0x0, 6, 0, 2, 0x0), + gsSP2Triangles( 2, 1, 12, 0x0, 5, 13, 11, 0x0), + gsSP2Triangles( 1, 14, 12, 0x0, 14, 15, 12, 0x0), + gsSPVertex(waluigi_right_hand_cap_hand_position_dl_vertex_group3, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 5, 7, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 8, 5, 9, 0x0), + gsSP2Triangles( 3, 10, 1, 0x0, 11, 10, 3, 0x0), + gsSP2Triangles( 1, 10, 2, 0x0, 2, 10, 12, 0x0), + gsSP2Triangles(12, 10, 13, 0x0, 10, 11, 13, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401AED0 - 0x0401AF20 +const Gfx waluigi_right_hand_cap_bottom_dl[] = { + gsSPVertex(waluigi_right_hand_cap_bottom_dl_vertex, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 3, 2, 0x0, 5, 4, 2, 0x0), + gsSP2Triangles( 6, 5, 2, 0x0, 6, 2, 7, 0x0), + gsSP2Triangles( 8, 9, 6, 0x0, 6, 7, 8, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_decal[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_blend), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_right_hand_cap_r_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_r_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(waluigi_right_hand_cap_r_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_dl[] = { + gsSPCopyLightsPlayerPart(CAP), + gsSPDisplayList(waluigi_right_hand_cap_top_dl), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_right_hand_cap_hand_position_dl), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), + gsSPCopyLightsPlayerPart(CAP), + gsSPDisplayList(waluigi_right_hand_cap_bottom_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +// 0x0401AF60 +static const Vtx waluigi_right_hand_cap_wings_half_1_dl_vertex[] = { + {{{ 368, 146, 7}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 166, 37, 68}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 212, 96, 143}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 368, 146, 7}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 322, 87, -67}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 166, 37, 68}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 178, -177, 128}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 149, -100, 60}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 319, -248, -14}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 290, -171, -81}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, +}; + +// 0x0401B000 +static const Vtx waluigi_right_hand_cap_wings_half_2_dl_vertex[] = { + {{{ 414, 206, 82}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 212, 96, 143}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 258, 156, 218}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 368, 146, 7}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 178, -177, 128}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 319, -248, -14}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 349, -325, 53}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 207, -253, 195}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, +}; + +// 0x0401B080 - 0x0401B0B0 +const Gfx waluigi_right_hand_cap_wings_half_1_dl[] = { + gsSPVertex(waluigi_right_hand_cap_wings_half_1_dl_vertex, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 7, 9, 8, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401B0B0 - 0x0401B0E0 +const Gfx waluigi_right_hand_cap_wings_half_2_dl[] = { + gsSPVertex(waluigi_right_hand_cap_wings_half_2_dl_vertex, 8, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 4, 6, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_wings_intial_dl[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), + gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsSPLight(&waluigi_white_lights_group.l, 1), + gsSPLight(&waluigi_white_lights_group.a, 2), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_wings_transparent_intial_dl[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), + gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsSPLight(&waluigi_white_lights_group.l, 1), + gsSPLight(&waluigi_white_lights_group.a, 2), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_metal_wings_intial_dl[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_wings_end_dl[] = { + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPDisplayList(waluigi_right_hand_cap_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_wings[] = { + gsSPDisplayList(waluigi_right_hand_cap_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_1), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_2), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_2_dl), + gsSPDisplayList(waluigi_right_hand_cap_wings_end_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_cap_wings_transparent[] = { + gsSPDisplayList(waluigi_right_hand_cap_wings_transparent_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_1), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_2), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_2_dl), + gsSPDisplayList(waluigi_right_hand_cap_wings_end_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_hand_cap_shared_dl[] = { + gsSPDisplayList(waluigi_right_hand_cap_r_logo_dl), + gsSPDisplayList(waluigi_right_hand_cap_top_dl), + gsSPDisplayList(waluigi_right_hand_cap_hand_position_dl), + gsSPDisplayList(waluigi_right_hand_cap_bottom_dl), + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_hand_cap_shared_dl_wings[] = { + gsSPDisplayList(waluigi_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_2_dl), + gsSPDisplayList(waluigi_right_hand_cap_wings_end_dl), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_metal_right_hand_cap_shared_dl_wings_transparent[] = { + gsSPDisplayList(waluigi_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_right_hand_cap_wings_half_2_dl), + gsSPDisplayList(waluigi_right_hand_cap_wings_end_dl), + gsSPEndDisplayList(), +}; + +// 0x0401B2D0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group1, 0x00114750, 78432, 0x0001b2d0, 256); + +// 0x0401B3D0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group2, 0x00114750, 78432, 0x0001b3d0, 224); + +// 0x0401B4B0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group3, 0x00114750, 78432, 0x0001b4b0, 240); + +// 0x0401B5A0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group4, 0x00114750, 78432, 0x0001b5a0, 256); + +// 0x0401B6A0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group5, 0x00114750, 78432, 0x0001b6a0, 256); + +// 0x0401B7A0 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group6, 0x00114750, 78432, 0x0001b7a0, 240); + +// 0x0401B890 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group7, 0x00114750, 78432, 0x0001b890, 240); + +// 0x0401B980 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group8, 0x00114750, 78432, 0x0001b980, 240); + +// 0x0401BA70 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group9, 0x00114750, 78432, 0x0001ba70, 256); + +// 0x0401BB70 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group10, 0x00114750, 78432, 0x0001bb70, 224); + +// 0x0401BC50 +ROM_ASSET_LOAD_VTX(waluigi_right_hand_peace_shared_dl_vertex_group11, 0x00114750, 78432, 0x0001bc50, 48); + +// 0x0401BC80 - 0x0401BF30 +const Gfx waluigi_right_hand_peace_shared_dl[] = { + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 3, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 8, 7, 9, 0x0, 7, 6, 10, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 11, 8, 9, 0x0), + gsSP2Triangles( 7, 12, 5, 0x0, 10, 13, 14, 0x0), + gsSP2Triangles( 6, 15, 10, 0x0, 10, 14, 9, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 8, 0, 9, 0x0), + gsSP2Triangles(10, 11, 12, 0x0, 10, 12, 13, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 8, 10, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 2, 12, 13, 0x0, 3, 5, 12, 0x0), + gsSP1Triangle(12, 14, 15, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 9, 11, 12, 0x0, 13, 14, 15, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group6, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group7, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group8, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 3, 2, 7, 0x0), + gsSP2Triangles( 8, 3, 7, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group9, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles(12, 13, 14, 0x0, 12, 14, 15, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group10, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 8, 9, 10, 0x0, 8, 10, 11, 0x0), + gsSP2Triangles(12, 13, 9, 0x0, 12, 9, 8, 0x0), + gsSPVertex(waluigi_right_hand_peace_shared_dl_vertex_group11, 3, 0), + gsSP1Triangle( 0, 1, 2, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_right_hand_peace[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c + gsSPDisplayList(waluigi_right_hand_peace_shared_dl), + gsSPEndDisplayList(), +}; + +// 0x0401C940 +static const Vtx waluigi_wings_half_1_dl_vertex[] = { + {{{ -105, 212, 0}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ -105, 0, 0}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 0, 0, 0}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 0, 212, 0}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, +}; + +// 0x0401C980 +static const Vtx waluigi_wings_half_2_dl_vertex[] = { + {{{ 0, 0, 0}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 106, 212, 0}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 0, 212, 0}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 106, 0, 0}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, +}; + +// 0x0401C9C0 - 0x0401C9E0 +const Gfx waluigi_wings_half_1_dl[] = { + gsSPVertex(waluigi_wings_half_1_dl_vertex, 4, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401C9E0 - 0x0401CA00 +const Gfx waluigi_wings_half_2_dl[] = { + gsSPVertex(waluigi_wings_half_2_dl_vertex, 4, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSPEndDisplayList(), +}; + +// 0x0401CA00 - 0x0401CAB8 +const Gfx waluigi_cap_wings[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), + gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), + gsSPLight(&waluigi_white_lights_group.l, 1), + gsSPLight(&waluigi_white_lights_group.a, 2), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_1), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_2), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_wings_half_2_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPEndDisplayList(), +}; + +// 0x0401CAB8 - 0x0401CB70 +const Gfx waluigi_cap_wings_transparent[] = { + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), + gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), + gsDPTileSync(), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), + gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), + gsSPLight(&waluigi_white_lights_group.l, 1), + gsSPLight(&waluigi_white_lights_group.a, 2), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_1), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, waluigi_texture_wings_half_2), + gsDPLoadSync(), + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(waluigi_wings_half_2_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPEndDisplayList(), +}; + +// 0x0401CB70 - 0x0401CC28 +const Gfx waluigi_metal_cap_wings[] = { + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_wings_half_2_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPEndDisplayList(), +}; + +// 0x0401CC28 - 0x0401CD20 +const Gfx waluigi_metal_cap_wings_transparent[] = { + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&waluigi_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_wings_half_1_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, waluigi_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), + gsSPDisplayList(waluigi_wings_half_2_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPEndDisplayList(), +}; + +const Gfx waluigi_material_revert_render_settings[] = { + gsDPPipeSync(), + gsSPSetGeometryMode(G_LIGHTING), + gsSPClearGeometryMode(G_TEXTURE_GEN), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 0), + gsDPSetEnvColor(255, 255, 255, 255), + gsDPSetAlphaCompare(G_AC_NONE), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + + gsSPEndDisplayList(), }; - -Gfx waluigi_Right_Hand_DL_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Hand_DL_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Open_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Peace_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Cap_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_cap), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(mat_waluigi_gloves), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_1_tri_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5[] = { - gsSPDisplayList(mat_waluigi_emblem_icon), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_0), - gsSPDisplayList(mat_revert_waluigi_emblem_icon), - gsSPDisplayList(mat_waluigi_emblem), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_emblem), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_0), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_mesh_layer_5_tri_1), - gsSPDisplayList(mat_revert_waluigi_metal), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_wing_2), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_0), - gsSPDisplayList(mat_revert_waluigi_wing_2), - gsSPDisplayList(mat_waluigi_wing_1), - gsSPDisplayList(waluigi_Switch_Option_Right_Hand_Wing_Cap_Wings_mesh_layer_4_tri_1), - gsSPDisplayList(mat_revert_waluigi_wing_1), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Thigh_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Left_Thigh_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Thigh_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Thigh_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Leg_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Left_Leg_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Leg_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Leg_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Foot_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shoes), - gsSPDisplayList(waluigi_Left_Foot_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Left_Foot_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Left_Foot_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Thigh_Color_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Right_Thigh_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Thigh_Color_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Thigh_Color_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Leg_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_body), - gsSPDisplayList(waluigi_Right_Leg_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Leg_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Leg_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Foot_DL_mesh_layer_1[] = { - gsSPDisplayList(mat_waluigi_shoes), - gsSPDisplayList(waluigi_Right_Foot_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_Right_Foot_DL_mesh_layer_1_mat_override_metal_0[] = { - gsSPDisplayList(mat_waluigi_metal), - gsSPDisplayList(waluigi_Right_Foot_DL_mesh_layer_1_tri_0), - gsSPEndDisplayList(), -}; - -Gfx waluigi_material_revert_render_settings[] = { - gsDPPipeSync(), - gsSPSetGeometryMode(G_LIGHTING), - gsSPClearGeometryMode(G_TEXTURE_GEN), - gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT), - gsSPTexture(65535, 65535, 0, 0, 0), - gsDPSetEnvColor(255, 255, 255, 255), - gsDPSetAlphaCompare(G_AC_NONE), - - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, 0), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(0, 0, 0, 124, 124), - - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, 0), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 256), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), - gsDPSetTileSize(1, 0, 0, 124, 124), - gsSPEndDisplayList(), -}; - diff --git a/actors/waluigi/waluigi_externs.h b/actors/waluigi/waluigi_externs.h new file mode 100644 index 00000000..5e550bc3 --- /dev/null +++ b/actors/waluigi/waluigi_externs.h @@ -0,0 +1,16 @@ +extern ALIGNED8 const Texture waluigi_texture_r_logo[]; +extern ALIGNED8 const Texture waluigi_texture_r_blend[]; +extern ALIGNED8 const Texture waluigi_texture_r_cap[]; +extern ALIGNED8 const Texture waluigi_texture_hair_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_add_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_skin_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_mouth[]; +extern ALIGNED8 const Texture waluigi_texture_mouth_dead[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_front[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_half_closed[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_closed[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_right[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_left[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_up[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_down[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_dead[]; \ No newline at end of file diff --git a/actors/waluigi/wing_1.rgba16.png b/actors/waluigi/wing_1.rgba16.png deleted file mode 100644 index 394cbd582cae233fc7664fb14e296d5178bf2675..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1341 zcmV-D1;YA?P)e5m?2jzIS_@1cUB;gNF)-8L?V$$Boc{4BKZkOBoc{4 zB9TZW636zJ-7n{MCK(ubZ_Sc(dMc?@-FvIj-7~OQ{EVLt{NFpU@n1IJ`uh5Pb91v$ zV!8gPfXmCvLI}~;)>a{u7|Zx00xm8tRuZR(zlx0C^l^TEUWt=r)%@3Q;$A?WSd!v% z-m~BCz}eYZA%1&%>z;FuG=1Od!0GAfJH%F5CY_4im)JP$mpgEBa#F|vbx6>&#weII z^Dhe^S@I+tJ#G@FkS_~3Iyx%np2Y23BCVBc6|{B-4i672IUp@@t|h@TBu~4x0Fr4l zBgwM$W%J*UB*T^K?d|RL?t%UN{iSz#ieTP@Dl1*%@&dQ0&>Y0;kP63ISPYJO41OkwC`UJ-+LSk+1G5?eR$plGaK=3;tmK>h~ znd?vcp@8Yk-UU%WYXNUZigGWBoqs5xCF`w|Kwx}|(1&g39}38Jx8xG1g}{!reg&k6 zl>)f=1nZGoAw+<_zP{F~SCOZXl>%B)*MN`6GbSrdQpIA20@k_tUS3{if>u>emr}s+ z2MLvo+TT`hN80LpRU;q;4?D1mTme?%8X@?!DF9;c5wLf6cNcqmd;KGz{Z^CU`XFFV zC6Fk#Fvo`iAa+bQb|DtG+X0DMD+m@)2n5PKiM7Tb92^v}_#Hz5RK;jTxPE?qp6v-J zsqMysMY|c2W5HSy(BAzdNs49A`reQn3#qLqFX!SAwN+sfYz<%>@bM zTy#y5;tvG~-dX_kr6_@^eEQ{7Iv|P1$({fB__%m_dMbjzSrT9po4sNC+kJ&W!kmhY zNsBo4@9ypj{E`6FlF++IWF#PK{kEKS#ir7$s)&^aO@r+Ni1 z2@qT|0XZ*y0%8H=&K?O+B$jb}d|Yf-06RSrlNCdpK7jBG$R5M}e^!g~<--$VoIJGy z?H7<_SgJHZKrB^r=d%Yeq*$(u=e$|74;I7yDgcMh5)mIgKR(D6U_Mr&+uPg4{r!D; z+{9>Y6`-m%z{)&hbxA^e<}kN2(_hl%g+tZEXPh`yKntXxOf*TGtu`N<{^?(K^;m4b zMS)!f2&zif1oQ*|z-3n?C&&EEBhId54D*=)li64`c#jjy+b>0!L#5pDiI;QZurmQ} z5X@y2uG!~(U}tQp;8;6@IEH&=(fOzX4Aer>8xIc;)om=K4tzWr2xS;k7V!Z-c~wB{ z4X1$dCPM_tZ3h(1o6(^F_tH*r8#4h0o7`HGIddK_25W@yT_7-`^n<5g?CHI*k+?Gf zxj~{y_#sMQWAP)1*f!oAJH@g1L&W@{00I(}H(C-{8RQTdpO$Vhydk+auCA_%&yS&i zB;(9!GebY1{JgSC0o`|vwR6*d)MxEyuL>Z@s@QPg^`tN!672rIJKs31QjYbvF3jknxm(KvEs%Pt7-a5Wt zZLk$V-aE54{=4g$fSa3}QeCg|?-Kpwk2>%-@U)_FskK$M00000NkvXXu0mjfc++m= diff --git a/actors/waluigi/wing_2.rgba16.png b/actors/waluigi/wing_2.rgba16.png deleted file mode 100644 index 7be615e006b8d62ac8994478b24167ca48d40c42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1032 zcmV+j1o!)iP)e5n5|YTF%*T{yG9_9NF=h4&`01AkURpi5{cvykjTnP zBoc{4B5@^OSUc>5q-5q&#J$a0({qyZvv>!_9n7OVr*r^O9 zfzG((M(H*Ci;IhSGIT15K&OA^rdcB)F{Q^*v za=9E`ehAMW9v->~_zcn6zP^Q3m2evFB(m9TwoZ1?EMVgx^aa2^_gkceiw})Bd}v`U zqzQRGbmDvr|BQfukOIf)yH=8G`2!v*keTB_1em~;OfvKSiw@vVPfxS+^YiQ$4gLTr z%LCp|5Fszm2?&&JzzB%ICEZaZkgmH=OJ|J%&N)##DMAQg`MwZP0*tNZfb!88eRB8(iQ4S(O}jwAl1hZEH3xKEzD@w}@W%9I_V}g>2)LA< zPxIM7F`NtLz>h-v?SxJ_l~;o(z2~iFsHo z>G|y-N?eY4U%DhQtc6g~?n=aMD6pE;LKBGk_-f2`?Sxvc+E_+F$vv@xWK$oXa*RF? zoiQ!#0uNH+8WH))$0f7Byu9o#Ke^ILsKgGccFn!Bv9$hn2YhLz~rLEmr|9`fj-P1zl=jlz*CM~&*%C)lrWtG z0BL5F7M(_wWV^k+om6TEb$uS*R3iZ|yYx~L7-m2D+;?E<>4ijKGL(Idw{DZ{V`Y;- znFwHR%as2B%3R)01bonSfCWBfpL?#F9?yZ&pfV%1L+u0iC!frXWQoNDDG0|EK$RSscQe*s{%|5nQuq3(U{GkRZyA_0K8n0ffi zeXonIoXEh@s)x*PExeM%p?|2rp#p~r94hdCSKu8HX2-i06$$bH0000!lvI6;>1s;*b3=Dh+K$tP>S|=w^aDk_bV@QPi+v#`t8WcF(wtlaF&h>oGER7uv z+bqoQT{$lKFVrT#Nzq;IYyqRVf%uJ^ZHE04Yi#`37kpS{;ZUn*D7>QiM5E~6--mlH zio6kd9F+A<_JRiA6sx@r*Y-A)F-(}2@yT+xL(9a5FIE|!>~AuL#yptLbh_B#wTVxH z?1V`bPtGl4kgM}%Is2$iFwoz#XxV?sod-M){IQxAHzl-=Lp<`as0o8nt^QrTDX|9O??M;EDn@) zdI8Y^dI8x1KwF~8m)rssFahmz(Byxz16y%{UkXg01G}Dv7dcc1v?Ol1qb-2qRU%}T u^oxjF%og`QBNxB~%wNZ=t{z2|AHoR{*dr=B_@&$c0000A0;2?wReu4vNkl3@z^qkRXvraNw{=a7ZMUPeAeuNF=`j zp8*aW5*v~=DQVZdH#mD|hI`K4vfeDY?HFqd09=#!;d5j78u%J$+`uQV;a@kj_*@Cu z6=-1zVghPh#cejvs2LkblAzZMg{m}85sVCnuefA{9)W)hfq!^-aj`(v!0`xhH~?I) zJdnX^71v`Hy-=ph$UrfYa=)iiF{r8N{XW3?%z^@$({&Q!u?T%Y#2ZW#X@m7T)|X2b z7-X>Bj&p?62U7}$Kxmm53{Yk0*=uT(lSw{DHz!6HLTl-0)`WESLRp2)Ca?3O#OTH7 zf>~g<^J+@VoPW^Lw_7gkfg_$FPzaHK(6oUTRdbO7#m z7V@Az1#@4+(tzN0bMA8S=lPrm6;3CwjmOS)yF6G%^ifH&KF6ks8W0(w(fFqHYanOfzkd`_{hWciUOfw{zH?9K%oQPtS{q#e O0000w%a}c diff --git a/actors/wario/custom_wario_logo_blend.rgba16.png b/actors/wario/custom_wario_logo_blend.rgba16.png new file mode 100644 index 0000000000000000000000000000000000000000..94392977bafee65998bb13592a4035da601dabd0 GIT binary patch literal 476 zcmV<20VDp2P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGizyJUazyWI3i3tDz0dYx0K~z{r?Uu2U zf-n$p82uG{UFR-ZIYGiq6ui71L_)s25E_6EEGZ{WWh5aJF@J|7h| S9jwv-0000X$R)4@rL_t(oN9~u<4uBvCMXmq;=L#py3bSk1SgZ47tHBX*<}fV; zN16nNg*1e)a=`+v$t@)Jn8t2E0?gSf@2Wr#egQ}T-LhA3tAI`h7GPJQsRB%i<|SZB zxb=YIB9K?_y%k^`Oi=(0b|?A1dDjX^P$4~M7Ebc}?U`y2E6@Sa`HfAlcQoR?TB3BbD(8Z)AgC@;^Z$@kmP53ll7YJbn X9ZqloiRDNk00000NkvXXu0mjfU-MlS delta 218 zcmV<0044vc0;mFzR)4)oL_t(oN9~tc4uBvG1;P8@SuFvBvbH>Fh)!bok;hQL#qK9Y z5vhRnEth1h&9@w+gA>#@zC;30xB?@y&$3(v;QRty0r*2pvjT215&>uxq!oZkj4S~} zLURu|v;?l|EnNY~izx_j!$tc{;vDjipes6+kVu(kwK__}~G2c#S< UAmI>b;{X5v07*qoM6N<$f_4vHT>t<8 diff --git a/actors/wario/geo.inc.c b/actors/wario/geo.inc.c index 8f1bcc6e..91bf34fd 100644 --- a/actors/wario/geo.inc.c +++ b/actors/wario/geo.inc.c @@ -9,6 +9,7 @@ const GeoLayout wario_geo_face_and_wings[] = { GEO_OPEN_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, wario_w_logo_decal), GEO_DISPLAY_LIST(LAYER_ALPHA, wario_hair_sideburn_decal_cap_on), GEO_OPEN_NODE(), GEO_SWITCH_CASE(0, geo_switch_mario_eyes), @@ -99,8 +100,12 @@ const GeoLayout wario_geo_right_hand[] = { GEO_CLOSE_NODE(), GEO_ANIMATED_PART(LAYER_OPAQUE, 82, 0, 0, wario_right_hand_peace), // here we go hand GEO_ANIMATED_PART(LAYER_OPAQUE, 82, 0, 0, wario_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, wario_right_hand_cap_decal), + GEO_CLOSE_NODE(), GEO_ANIMATED_PART(LAYER_OPAQUE, 82, 0, 0, wario_right_hand_cap), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, wario_right_hand_cap_decal), GEO_DISPLAY_LIST(LAYER_ALPHA, wario_right_hand_cap_wings), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), @@ -188,6 +193,7 @@ const GeoLayout wario_vanish_geo_face_and_wings[] = { GEO_OPEN_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_w_logo_decal), GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_hair_sideburn_decal_cap_on), GEO_OPEN_NODE(), GEO_SWITCH_CASE(0, geo_switch_mario_eyes), @@ -279,9 +285,13 @@ const GeoLayout wario_vanish_geo_right_hand[] = { GEO_CLOSE_NODE(), GEO_ANIMATED_PART(LAYER_TRANSPARENT, 82, 0, 0, wario_right_hand_peace), // here we go hand GEO_ANIMATED_PART(LAYER_TRANSPARENT, 82, 0, 0, wario_right_hand_cap), + GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_right_hand_cap_decal), + GEO_CLOSE_NODE(), GEO_ANIMATED_PART(LAYER_TRANSPARENT, 82, 0, 0, wario_right_hand_cap), GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, wario_right_hand_cap_wings_transparent), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_right_hand_cap_wings_transparent), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_right_hand_cap_decal), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), GEO_RETURN(), @@ -575,7 +585,7 @@ const GeoLayout wario_metal_vanish_geo_right_hand[] = { GEO_ANIMATED_PART(LAYER_TRANSPARENT, 82, 0, 0, wario_metal_right_hand_cap_shared_dl), GEO_ANIMATED_PART(LAYER_TRANSPARENT, 82, 0, 0, wario_metal_right_hand_cap_shared_dl), GEO_OPEN_NODE(), - GEO_DISPLAY_LIST(LAYER_ALPHA, wario_metal_right_hand_cap_shared_dl_wings_transparent), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_metal_right_hand_cap_shared_dl_wings_transparent), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), GEO_RETURN(), diff --git a/actors/wario/geo_header.h b/actors/wario/geo_header.h index 002b63cc..37dc9c5e 100644 --- a/actors/wario/geo_header.h +++ b/actors/wario/geo_header.h @@ -42,7 +42,7 @@ extern const Gfx wario_right_leg_shared_dl[]; extern const Gfx wario_right_foot_dl[]; extern const Gfx wario_right_foot[]; extern const Gfx wario_metal_right_foot[]; -extern const Gfx wario_white_button_dl[]; +extern const Gfx wario_yellow_button_dl[]; extern const Gfx wario_pants_overalls_shared_dl[]; extern const Gfx wario_tshirt_shared_dl[]; extern const Gfx wario_torso_dl[]; @@ -59,6 +59,7 @@ extern const Gfx wario_nose_cap_on_dl[]; extern const Gfx wario_mustache_cap_on_dl[]; extern const Gfx wario_mustache_cap_on_dead_dl[]; extern const Gfx wario_hair_sideburn_decal_cap_on[]; +extern const Gfx wario_w_logo_decal[]; extern const Gfx wario_face_cap_on_dl[]; extern const Gfx wario_cap_on_eyes_front[]; extern const Gfx wario_cap_on_eyes_half_closed[]; @@ -97,11 +98,13 @@ extern const Gfx wario_right_hand_cap_w_logo_dl[]; extern const Gfx wario_right_hand_cap_top_dl[]; extern const Gfx wario_right_hand_cap_hand_position_dl[]; extern const Gfx wario_right_hand_cap_bottom_dl[]; +extern const Gfx wario_right_hand_cap_decal[]; extern const Gfx wario_right_hand_cap_dl[]; extern const Gfx wario_right_hand_cap_wings_half_1_dl[]; extern const Gfx wario_right_hand_cap_wings_half_2_dl[]; extern const Gfx wario_right_hand_cap_wings_intial_dl[]; extern const Gfx wario_right_hand_cap_wings_transparent_intial_dl[]; +extern const Gfx wario_right_hand_cap_metal_wings_intial_dl[]; extern const Gfx wario_right_hand_cap_wings_end_dl[]; extern const Gfx wario_right_hand_cap[]; extern const Gfx wario_right_hand_cap_wings[]; @@ -117,4 +120,4 @@ extern const Gfx wario_cap_wings[]; extern const Gfx wario_cap_wings_transparent[]; extern const Gfx wario_metal_cap_wings[]; extern const Gfx wario_metal_cap_wings_transparent[]; -extern const Gfx wario_material_revert_render_settings[]; \ No newline at end of file +extern const Gfx wario_material_revert_render_settings[]; diff --git a/actors/wario/model.inc.c b/actors/wario/model.inc.c index e96b077c..31114363 100644 --- a/actors/wario/model.inc.c +++ b/actors/wario/model.inc.c @@ -1,3 +1,6 @@ +#include "pc/rom_assets.h" +// Wario + static const Lights1 wario_purple_lights_group = gdSPDefLights1( 0x3d, 0x00, 0x5e, 0x7b, 0x00, 0xbd, 0x28, 0x28, 0x28 @@ -39,13 +42,14 @@ static const Lights1 wario_black_lights_group = gdSPDefLights1( ); #include "actors/mario/mario_externs.h" -#define wario_texture_metal_shade mario_texture_metal_shade -#define wario_texture_metal_light mario_texture_metal_light -#define wario_texture_wings_half_1 mario_texture_wings_half_1 -#define wario_texture_wings_half_2 mario_texture_wings_half_2 -#define wario_texture_metal_wings_half_1 mario_texture_metal_wings_half_1 -#define wario_texture_metal_wings_half_2 mario_texture_metal_wings_half_2 -#define wario_texture_cap_inside mario_texture_cap_inside +#define wario_texture_metal_shade mario_texture_metal_shade +#define wario_texture_metal_light mario_texture_metal_light +#define wario_texture_wings_half_1 mario_texture_wings_half_1 +#define wario_texture_wings_half_2 mario_texture_wings_half_2 +#define wario_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define wario_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define wario_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define wario_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light ALIGNED8 const Texture wario_texture_white_button[] = { #include "actors/wario/custom_wario_overalls_button.rgba16.inc.c" @@ -55,12 +59,20 @@ ALIGNED8 const Texture wario_texture_w_logo[] = { #include "actors/wario/custom_wario_logo.rgba16.inc.c" }; +ALIGNED8 const Texture wario_texture_w_blend[] = { +#include "actors/wario/custom_wario_logo_blend.rgba16.inc.c" +}; + +ALIGNED8 const Texture wario_texture_w_cap[] = { +#include "actors/wario/custom_wario_cap.rgba16.inc.c" +}; + ALIGNED8 const Texture wario_texture_hair_sideburn[] = { -#include "actors/wario/custom_wario_sideburn.rgba32.inc.c" +#include "actors/wario/custom_wario_sideburn.rgba16.inc.c" }; ALIGNED8 const Texture wario_texture_add_sideburn[] = { -#include "actors/wario/custom_wario_sideburn_add.rgba32.inc.c" +#include "actors/wario/custom_wario_sideburn_add.rgba16.inc.c" }; ALIGNED8 const Texture wario_texture_skin_sideburn[] = { @@ -432,103 +444,48 @@ const Gfx wario_left_forearm_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx wario_left_hand_closed_shared_dl_vertex[44] = { - {{{-18, 45, 8}, 0, {0, 0}, {0x83, 0xF3, 0x13, 0xFF}}}, - {{{-14, -14, -4}, 0, {0, 0}, {0x8C, 0xCD, 0x2, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x98, 0xD2, 0x38, 0xFF}}}, - {{{-10, 26, -38}, 0, {0, 0}, {0xF0, 0x41, 0x94, 0xFF}}}, - {{{17, -38, -39}, 0, {0, 0}, {0x1A, 0xB6, 0x9C, 0xFF}}}, - {{{26, -25, -32}, 0, {0, 0}, {0x9, 0xC7, 0x8F, 0xFF}}}, - {{{4, 24, -31}, 0, {0, 0}, {0xD5, 0x40, 0x9B, 0xFF}}}, - {{{-1, 39, 5}, 0, {0, 0}, {0xEA, 0x6F, 0x3A, 0xFF}}}, - {{{-18, 45, 8}, 0, {0, 0}, {0x2D, 0x72, 0x21, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x44, 0x1B, 0x68, 0xFF}}}, - {{{17, -1, 27}, 0, {0, 0}, {0x0, 0xFD, 0x7F, 0xFF}}}, - {{{34, -41, 3}, 0, {0, 0}, {0x42, 0xA2, 0x36, 0xFF}}}, - {{{27, -58, 6}, 0, {0, 0}, {0x74, 0xD5, 0x1D, 0xFF}}}, - {{{58, -45, 7}, 0, {0, 0}, {0x1, 0x84, 0x1C, 0xFF}}}, - {{{80, -31, -61}, 0, {0, 0}, {0xC, 0xB2, 0x9C, 0xFF}}}, - {{{33, 7, -44}, 0, {0, 0}, {0xC6, 0xFE, 0x8F, 0xFF}}}, - {{{32, 63, -28}, 0, {0, 0}, {0xD0, 0x50, 0xA9, 0xFF}}}, - {{{33, 7, -44}, 0, {0, 0}, {0xC6, 0xFE, 0x8F, 0xFF}}}, - {{{4, 24, -31}, 0, {0, 0}, {0xD5, 0x40, 0x9B, 0xFF}}}, - {{{12, 59, 10}, 0, {0, 0}, {0xA9, 0x59, 0x1B, 0xFF}}}, - {{{-1, 39, 5}, 0, {0, 0}, {0xEA, 0x6F, 0x3A, 0xFF}}}, - {{{36, 6, 42}, 0, {0, 0}, {0xE1, 0xF0, 0x7A, 0xFF}}}, - {{{17, -1, 27}, 0, {0, 0}, {0x0, 0xFD, 0x7F, 0xFF}}}, - {{{34, -41, 3}, 0, {0, 0}, {0x42, 0xA2, 0x36, 0xFF}}}, - {{{58, -45, 7}, 0, {0, 0}, {0x1, 0x84, 0x1C, 0xFF}}}, - {{{107, -26, 4}, 0, {0, 0}, {0x68, 0xC5, 0x2B, 0xFF}}}, - {{{80, -31, -61}, 0, {0, 0}, {0xC, 0xB2, 0x9C, 0xFF}}}, - {{{100, -6, -46}, 0, {0, 0}, {0x64, 0xA, 0xB2, 0xFF}}}, - {{{61, 12, -60}, 0, {0, 0}, {0x0, 0x21, 0x85, 0xFF}}}, - {{{57, 55, -37}, 0, {0, 0}, {0x22, 0x55, 0xA8, 0xFF}}}, - {{{59, 81, 8}, 0, {0, 0}, {0x11, 0x7B, 0x1D, 0xFF}}}, - {{{86, 29, 41}, 0, {0, 0}, {0x4C, 0x20, 0x61, 0xFF}}}, - {{{107, -26, 4}, 0, {0, 0}, {0x68, 0xC5, 0x2B, 0xFF}}}, - {{{99, 40, -16}, 0, {0, 0}, {0x6D, 0x3C, 0xE5, 0xFF}}}, - {{{86, 29, 41}, 0, {0, 0}, {0x4C, 0x20, 0x61, 0xFF}}}, - {{{100, -6, -46}, 0, {0, 0}, {0x64, 0xA, 0xB2, 0xFF}}}, - {{{90, 17, -46}, 0, {0, 0}, {0x43, 0x35, 0xA2, 0xFF}}}, - {{{61, 12, -60}, 0, {0, 0}, {0x0, 0x21, 0x85, 0xFF}}}, - {{{57, 55, -37}, 0, {0, 0}, {0x22, 0x55, 0xA8, 0xFF}}}, - {{{59, 81, 8}, 0, {0, 0}, {0x11, 0x7B, 0x1D, 0xFF}}}, - {{{27, -58, 6}, 0, {0, 0}, {0xA2, 0xAC, 0x12, 0xFF}}}, - {{{-14, -14, -4}, 0, {0, 0}, {0x8C, 0xCD, 0x2, 0xFF}}}, - {{{17, -38, -39}, 0, {0, 0}, {0x1A, 0xB6, 0x9C, 0xFF}}}, - {{{5, -6, 36}, 0, {0, 0}, {0x98, 0xD2, 0x38, 0xFF}}}, -}; +// 0x0400D3E8 +ROM_ASSET_LOAD_VTX(wario_left_hand_closed_shared_dl_vertex_group1, 0x00114750, 78432, 0x0000d3e8, 256); +// 0x0400D4E8 +ROM_ASSET_LOAD_VTX(wario_left_hand_closed_shared_dl_vertex_group2, 0x00114750, 78432, 0x0000d4e8, 224); + +// 0x0400D5C8 +ROM_ASSET_LOAD_VTX(wario_left_hand_closed_shared_dl_vertex_group3, 0x00114750, 78432, 0x0000d5c8, 240); + +// 0x0400D6B8 +ROM_ASSET_LOAD_VTX(wario_left_hand_closed_shared_dl_vertex_group4, 0x00114750, 78432, 0x0000d6b8, 160); + +// 0x0400D758 - 0x0400D8F0 const Gfx wario_left_hand_closed_shared_dl[] = { - gsSPVertex(wario_left_hand_closed_shared_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 6, 3, 0), - gsSP1Triangle(3, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 10, 7, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(11, 12, 4, 0), - gsSP1Triangle(4, 5, 11, 0), - gsSP1Triangle(13, 11, 5, 0), - gsSP1Triangle(5, 14, 13, 0), - gsSP1Triangle(5, 15, 14, 0), - gsSP1Triangle(5, 6, 15, 0), - gsSPVertex(wario_left_hand_closed_shared_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(2, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(5, 6, 7, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(8, 9, 5, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(10, 11, 9, 0), - gsSP1Triangle(12, 11, 10, 0), - gsSP1Triangle(1, 12, 10, 0), - gsSP1Triangle(12, 1, 0, 0), - gsSP1Triangle(12, 0, 13, 0), - gsSP1Triangle(14, 13, 0, 0), - gsSP1Triangle(0, 3, 14, 0), - gsSP1Triangle(5, 14, 3, 0), - gsSP1Triangle(5, 15, 14, 0), - gsSP1Triangle(9, 15, 5, 0), - gsSPVertex(wario_left_hand_closed_shared_dl_vertex + 32, 12, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(4, 1, 3, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(6, 4, 5, 0), - gsSP1Triangle(4, 6, 1, 0), - gsSP1Triangle(7, 1, 6, 0), - gsSP1Triangle(2, 1, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 9, 8, 0), + gsSPVertex(wario_left_hand_closed_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 1, 0, 0x0, 2, 1, 7, 0x0), + gsSP2Triangles( 7, 1, 6, 0x0, 6, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 3, 0x0, 9, 3, 2, 0x0), + gsSP2Triangles( 0, 10, 11, 0x0, 12, 10, 0, 0x0), + gsSP1Triangle(13, 14, 15, 0x0), + gsSPVertex(wario_left_hand_closed_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 5, 1, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 1, 0, 9, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 0, 2, 7, 0x0, 7, 2, 8, 0x0), + gsSP2Triangles( 8, 2, 11, 0x0, 11, 2, 5, 0x0), + gsSP2Triangles( 9, 7, 6, 0x0, 6, 8, 12, 0x0), + gsSP2Triangles(12, 8, 13, 0x0, 13, 5, 4, 0x0), + gsSPVertex(wario_left_hand_closed_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 1, 4, 0x0, 4, 1, 5, 0x0), + gsSP2Triangles( 5, 1, 0, 0x0, 6, 7, 2, 0x0), + gsSP2Triangles( 8, 2, 3, 0x0, 3, 9, 10, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 11, 7, 6, 0x0), + gsSP2Triangles(10, 12, 13, 0x0, 6, 14, 12, 0x0), + gsSPVertex(wario_left_hand_closed_shared_dl_vertex_group4, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 1, 5, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 8, 9, 6, 0x0), + gsSP1Triangle( 7, 1, 8, 0x0), gsSPEndDisplayList(), }; @@ -673,100 +630,44 @@ const Gfx wario_right_forearm_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx wario_right_hand_closed_dl_vertex[41] = { - {{{31, -40, -1}, 0, {0, 0}, {0x43, 0xA3, 0xC9, 0xFF}}}, - {{{24, -57, -4}, 0, {0, 0}, {0x74, 0xD4, 0xE6, 0xFF}}}, - {{{4, -3, -33}, 0, {0, 0}, {0x49, 0x1E, 0x9C, 0xFF}}}, - {{{13, -38, 41}, 0, {0, 0}, {0x15, 0xB2, 0x62, 0xFF}}}, - {{{23, -26, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFF}}}, - {{{55, -44, -4}, 0, {0, 0}, {0x0, 0x85, 0xDF, 0xFF}}}, - {{{35, 9, -37}, 0, {0, 0}, {0xE5, 0xF5, 0x84, 0xFF}}}, - {{{15, 0, -23}, 0, {0, 0}, {0x4, 0x1, 0x81, 0xFF}}}, - {{{-2, 41, -1}, 0, {0, 0}, {0xED, 0x71, 0xC9, 0xFF}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0x30, 0x73, 0xE5, 0xFF}}}, - {{{-14, 26, 41}, 0, {0, 0}, {0xED, 0x3D, 0x6E, 0xFF}}}, - {{{1, 24, 35}, 0, {0, 0}, {0xD2, 0x3C, 0x66, 0xFF}}}, - {{{-16, -12, 6}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFF}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0x84, 0xF5, 0xE7, 0xFF}}}, - {{{4, -3, -33}, 0, {0, 0}, {0x9A, 0xD5, 0xC2, 0xFF}}}, - {{{24, -57, -4}, 0, {0, 0}, {0xA1, 0xAF, 0xE7, 0xFF}}}, - {{{29, 6, 49}, 0, {0, 0}, {0xC2, 0xFA, 0x6F, 0xFF}}}, - {{{1, 24, 35}, 0, {0, 0}, {0xD2, 0x3C, 0x66, 0xFF}}}, - {{{23, -26, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFF}}}, - {{{29, 62, 34}, 0, {0, 0}, {0xCE, 0x4D, 0x58, 0xFF}}}, - {{{57, 10, 66}, 0, {0, 0}, {0xFD, 0x1C, 0x7C, 0xFF}}}, - {{{75, -33, 66}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFF}}}, - {{{55, -44, -4}, 0, {0, 0}, {0x0, 0x85, 0xDF, 0xFF}}}, - {{{104, -26, 1}, 0, {0, 0}, {0x69, 0xC5, 0xD7, 0xFF}}}, - {{{35, 9, -37}, 0, {0, 0}, {0xE5, 0xF5, 0x84, 0xFF}}}, - {{{86, 30, -33}, 0, {0, 0}, {0x50, 0x22, 0xA3, 0xFF}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x14, 0x7B, 0xE9, 0xFF}}}, - {{{10, 60, -4}, 0, {0, 0}, {0xAB, 0x5B, 0xE5, 0xFF}}}, - {{{-2, 41, -1}, 0, {0, 0}, {0xED, 0x71, 0xC9, 0xFF}}}, - {{{15, 0, -23}, 0, {0, 0}, {0x4, 0x1, 0x81, 0xFF}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x20, 0x51, 0x5C, 0xFF}}}, - {{{86, 15, 52}, 0, {0, 0}, {0x41, 0x30, 0x62, 0xFF}}}, - {{{96, -8, 52}, 0, {0, 0}, {0x61, 0x6, 0x52, 0xFF}}}, - {{{86, 15, 52}, 0, {0, 0}, {0x41, 0x30, 0x62, 0xFF}}}, - {{{57, 10, 66}, 0, {0, 0}, {0xFD, 0x1C, 0x7C, 0xFF}}}, - {{{75, -33, 66}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFF}}}, - {{{104, -26, 1}, 0, {0, 0}, {0x69, 0xC5, 0xD7, 0xFF}}}, - {{{97, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFF}}}, - {{{86, 30, -33}, 0, {0, 0}, {0x50, 0x22, 0xA3, 0xFF}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x14, 0x7B, 0xE9, 0xFF}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x20, 0x51, 0x5C, 0xFF}}}, -}; +// 0x0400DFF8 +ROM_ASSET_LOAD_VTX(wario_right_hand_closed_dl_vertex_group1, 0x00114750, 78432, 0x0000dff8, 256); +// 0x0400E0F8 +ROM_ASSET_LOAD_VTX(wario_right_hand_closed_dl_vertex_group2, 0x00114750, 78432, 0x0000e0f8, 224); + +// 0x0400E1D8 +ROM_ASSET_LOAD_VTX(wario_right_hand_closed_dl_vertex_group3, 0x00114750, 78432, 0x0000e1d8, 240); + +// 0x0400E2C8 - 0x0400E458 const Gfx wario_right_hand_closed_dl[] = { - gsSPVertex(wario_right_hand_closed_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(0, 7, 6, 0), - gsSP1Triangle(2, 7, 0, 0), - gsSP1Triangle(8, 7, 2, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(10, 11, 8, 0), - gsSP1Triangle(4, 11, 10, 0), - gsSP1Triangle(10, 3, 4, 0), - gsSP1Triangle(10, 12, 3, 0), - gsSP1Triangle(13, 12, 10, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(15, 12, 14, 0), - gsSP1Triangle(3, 12, 15, 0), - gsSPVertex(wario_right_hand_closed_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(5, 0, 2, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(11, 8, 12, 0), - gsSP1Triangle(8, 13, 12, 0), - gsSP1Triangle(11, 12, 1, 0), - gsSP1Triangle(3, 11, 1, 0), - gsSP1Triangle(10, 11, 3, 0), - gsSP1Triangle(3, 14, 10, 0), - gsSP1Triangle(14, 3, 4, 0), - gsSP1Triangle(15, 14, 4, 0), - gsSPVertex(wario_right_hand_closed_dl_vertex + 32, 9, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 0, 3, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(7, 5, 6, 0), - gsSP1Triangle(8, 5, 7, 0), - gsSP1Triangle(5, 8, 1, 0), - gsSP1Triangle(0, 5, 1, 0), + gsSPVertex(wario_right_hand_closed_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 4, 0x0), + gsSP2Triangles( 2, 5, 6, 0x0, 6, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 8, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 5, 2, 0x0, 11, 12, 13, 0x0), + gsSP2Triangles(13, 12, 14, 0x0, 14, 12, 8, 0x0), + gsSP2Triangles( 8, 12, 9, 0x0, 9, 12, 11, 0x0), + gsSP1Triangle( 3, 15, 0, 0x0), + gsSPVertex(wario_right_hand_closed_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 8, 7, 1, 0x0, 1, 7, 4, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 10, 7, 6, 0x0), + gsSP2Triangles( 9, 10, 5, 0x0, 10, 11, 5, 0x0), + gsSP2Triangles(11, 12, 5, 0x0, 1, 4, 3, 0x0), + gsSP2Triangles(11, 10, 6, 0x0, 6, 13, 11, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 0, 8, 1, 0x0, 6, 8, 0, 0x0), + gsSPVertex(wario_right_hand_closed_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 8, 6, 5, 0x0), + gsSP2Triangles( 9, 3, 1, 0x0, 0, 6, 8, 0x0), + gsSP2Triangles(10, 11, 1, 0x0, 11, 9, 1, 0x0), + gsSP2Triangles(11, 12, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(13, 5, 3, 0x0, 3, 9, 14, 0x0), + gsSP1Triangle(14, 13, 3, 0x0), gsSPEndDisplayList(), }; @@ -2142,30 +2043,28 @@ const Gfx wario_hair_sideburn_decal_cap_on[] = { gsSPTexture(65535, 65535, 0, 0, 1), gsSPLight(&wario_black_lights_group.l, 1), gsSPCopyLightEXT(2, 11), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, wario_texture_hair_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, wario_texture_add_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(wario_hair_sideburn_cap_on_dl), gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_skin_sideburn), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), gsSPDisplayList(wario_hair_sideburn_cap_on_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -2173,6 +2072,45 @@ const Gfx wario_hair_sideburn_decal_cap_on[] = { gsSPEndDisplayList(), }; +const Gfx wario_w_logo_decal[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_blend), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(wario_w_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(wario_w_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + const Gfx wario_face_cap_on_dl[] = { gsSPDisplayList(wario_face_part_cap_on_dl), gsSPCopyLightsPlayerPart(CAP), @@ -2213,14 +2151,6 @@ const Gfx wario_cap_on_eyes_front[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_front), @@ -2245,14 +2175,6 @@ const Gfx wario_cap_on_eyes_half_closed[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_half_closed), @@ -2277,14 +2199,6 @@ const Gfx wario_cap_on_eyes_closed[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_closed), @@ -2309,14 +2223,6 @@ const Gfx wario_cap_on_eyes_right[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_right), @@ -2341,14 +2247,6 @@ const Gfx wario_cap_on_eyes_left[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_left), @@ -2373,14 +2271,6 @@ const Gfx wario_cap_on_eyes_up[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_up), @@ -2405,14 +2295,6 @@ const Gfx wario_cap_on_eyes_down[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_down), @@ -2437,14 +2319,6 @@ const Gfx wario_cap_on_eyes_dead[] = { gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_w_logo_dl), - gsDPTileSync(), gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), gsDPSetTileSize(0, 0, 0, (64 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_eyes_dead), @@ -3089,30 +2963,28 @@ const Gfx wario_hair_sideburn_decal_cap_off[] = { gsSPTexture(65535, 65535, 0, 0, 1), gsSPLight(&wario_black_lights_group.l, 1), gsSPCopyLightEXT(2, 11), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, wario_texture_hair_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_hair_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(0, 0, 0, 124, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 1, wario_texture_add_sideburn), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 1023, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_32b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_add_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(wario_hair_sideburn_cap_off_dl), gsDPSetCycleType(G_CYC_1CYCLE), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_skin_sideburn), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), gsSPCopyLightsPlayerPart(SKIN), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_skin_sideburn), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), gsSPDisplayList(wario_hair_sideburn_cap_off_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -3355,141 +3227,65 @@ const Gfx wario_metal_cap_off_shared_dl[] = { gsSPEndDisplayList(), }; -static const Vtx wario_left_hand_open_shared_dl_vertex[63] = { - {{{20, -27, -27}, 0, {0, 0}, {0x8, 0xBF, 0x93, 0x0}}}, - {{{13, -39, -31}, 0, {0, 0}, {0x18, 0x99, 0xB9, 0x0}}}, - {{{-10, 14, -43}, 0, {0, 0}, {0xD3, 0x19, 0x8C, 0x0}}}, - {{{1, -33, -23}, 0, {0, 0}, {0x9B, 0xBA, 0xE0, 0x0}}}, - {{{6, -38, 7}, 0, {0, 0}, {0xAD, 0xAA, 0x2B, 0x0}}}, - {{{20, -46, 12}, 0, {0, 0}, {0x26, 0x9D, 0x46, 0x0}}}, - {{{26, -32, 6}, 0, {0, 0}, {0x34, 0xA5, 0x48, 0x0}}}, - {{{20, -27, -27}, 0, {0, 0}, {0x9, 0xBF, 0x93, 0x0}}}, - {{{41, -37, -36}, 0, {0, 0}, {0xD8, 0x9A, 0xBF, 0x0}}}, - {{{25, -1, -44}, 0, {0, 0}, {0xE4, 0xE0, 0x88, 0x0}}}, - {{{1, 15, -37}, 0, {0, 0}, {0xD2, 0x9, 0x8A, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{-17, 40, -8}, 0, {0, 0}, {0xBC, 0x69, 0x16, 0x0}}}, - {{{-20, 22, -7}, 0, {0, 0}, {0x83, 0x6, 0x14, 0x0}}}, - {{{-15, 4, -32}, 0, {0, 0}, {0x88, 0xDD, 0xE7, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{2, 3, 26}, 0, {0, 0}, {0xF5, 0x17, 0x7C, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{6, -38, 7}, 0, {0, 0}, {0xAD, 0xAA, 0x2B, 0x0}}}, - {{{20, -46, 12}, 0, {0, 0}, {0x26, 0x9D, 0x46, 0x0}}}, - {{{26, -32, 6}, 0, {0, 0}, {0x34, 0xA5, 0x48, 0x0}}}, - {{{11, 5, 17}, 0, {0, 0}, {0xFF, 0x1B, 0x7C, 0x0}}}, - {{{26, 16, 28}, 0, {0, 0}, {0xDA, 0xC, 0x79, 0x0}}}, - {{{45, -34, 10}, 0, {0, 0}, {0xFE, 0x99, 0x4B, 0x0}}}, - {{{41, -37, -36}, 0, {0, 0}, {0xD8, 0x9A, 0xBF, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{76, -18, -48}, 0, {0, 0}, {0x27, 0xA, 0x87, 0x0}}}, - {{{25, -1, -44}, 0, {0, 0}, {0xE4, 0xE0, 0x88, 0x0}}}, - {{{26, 41, -41}, 0, {0, 0}, {0x5, 0x34, 0x8C, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{1, 15, -37}, 0, {0, 0}, {0xD2, 0x9, 0x8A, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{-3, 35, -9}, 0, {0, 0}, {0xCD, 0x73, 0x13, 0x0}}}, - {{{6, 53, -9}, 0, {0, 0}, {0xAF, 0x61, 0x0, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{26, 16, 28}, 0, {0, 0}, {0xDA, 0xC, 0x79, 0x0}}}, - {{{11, 5, 17}, 0, {0, 0}, {0xFF, 0x1B, 0x7C, 0x0}}}, - {{{2, 3, 26}, 0, {0, 0}, {0xF5, 0x17, 0x7C, 0x0}}}, - {{{-17, 40, -8}, 0, {0, 0}, {0xBC, 0x69, 0x16, 0x0}}}, - {{{-20, 22, -7}, 0, {0, 0}, {0x83, 0x6, 0x14, 0x0}}}, - {{{-6, -3, 17}, 0, {0, 0}, {0x8F, 0xDA, 0x2D, 0x0}}}, - {{{-15, 4, -32}, 0, {0, 0}, {0x88, 0xDD, 0xE7, 0x0}}}, - {{{70, 89, -20}, 0, {0, 0}, {0xEC, 0x7D, 0xF6, 0x0}}}, - {{{77, 41, 21}, 0, {0, 0}, {0x1D, 0x2A, 0x74, 0x0}}}, - {{{83, -17, 10}, 0, {0, 0}, {0x4E, 0xBC, 0x4B, 0x0}}}, - {{{45, -34, 10}, 0, {0, 0}, {0xFE, 0x99, 0x4B, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{89, -6, -27}, 0, {0, 0}, {0x5D, 0xF5, 0xAA, 0x0}}}, - {{{76, -18, -48}, 0, {0, 0}, {0x27, 0xA, 0x87, 0x0}}}, - {{{89, -6, -27}, 0, {0, 0}, {0x5D, 0xF5, 0xAA, 0x0}}}, - {{{89, -47, -37}, 0, {0, 0}, {0x57, 0xA9, 0xDF, 0x0}}}, - {{{69, 10, -36}, 0, {0, 0}, {0x35, 0x1C, 0x90, 0x0}}}, - {{{26, 41, -41}, 0, {0, 0}, {0x5, 0x34, 0x8C, 0x0}}}, - {{{78, 59, -34}, 0, {0, 0}, {0xFE, 0xB, 0x81, 0x0}}}, - {{{70, 89, -20}, 0, {0, 0}, {0xEC, 0x7D, 0xF6, 0x0}}}, - {{{6, 53, -9}, 0, {0, 0}, {0xAF, 0x61, 0x0, 0x0}}}, - {{{11, 29, -52}, 0, {0, 0}, {0xB9, 0x2A, 0x9F, 0x0}}}, - {{{119, 70, -42}, 0, {0, 0}, {0x3D, 0x44, 0xA8, 0x0}}}, - {{{133, 28, -40}, 0, {0, 0}, {0x46, 0xC9, 0xA5, 0x0}}}, - {{{141, 34, -7}, 0, {0, 0}, {0x78, 0xC, 0x29, 0x0}}}, - {{{121, 73, -21}, 0, {0, 0}, {0x47, 0x60, 0x2B, 0x0}}}, - {{{77, 41, 21}, 0, {0, 0}, {0x1D, 0x2A, 0x74, 0x0}}}, - {{{83, -17, 10}, 0, {0, 0}, {0x4E, 0xBC, 0x4B, 0x0}}}, -}; +// 0x04019538 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group1, 0x00114750, 78432, 0x00019538, 224); +// 0x04019618 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group2, 0x00114750, 78432, 0x00019618, 256); + +// 0x04019718 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group3, 0x00114750, 78432, 0x00019718, 256); + +// 0x04019818 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group4, 0x00114750, 78432, 0x00019818, 256); + +// 0x04019918 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group5, 0x00114750, 78432, 0x00019918, 256); + +// 0x04019A18 +ROM_ASSET_LOAD_VTX(wario_left_hand_open_shared_dl_vertex_group6, 0x00114750, 78432, 0x00019a18, 80); + +// 0x04019A68 - 0x04019CA0 const Gfx wario_left_hand_open_shared_dl[] = { - gsSPVertex(wario_left_hand_open_shared_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(4, 3, 1, 0), - gsSP1Triangle(5, 4, 1, 0), - gsSP1Triangle(6, 5, 1, 0), - gsSP1Triangle(1, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(2, 10, 7, 0), - gsSP1Triangle(11, 10, 2, 0), - gsSP1Triangle(2, 12, 11, 0), - gsSP1Triangle(2, 13, 12, 0), - gsSP1Triangle(2, 14, 13, 0), - gsSP1Triangle(3, 14, 2, 0), - gsSP1Triangle(15, 14, 3, 0), - gsSP1Triangle(3, 4, 15, 0), - gsSPVertex(wario_left_hand_open_shared_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 5, 0, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(4, 8, 7, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 10, 0), - gsSP1Triangle(8, 11, 10, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(11, 13, 12, 0), - gsSP1Triangle(14, 13, 11, 0), - gsSP1Triangle(13, 14, 15, 0), - gsSPVertex(wario_left_hand_open_shared_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(0, 6, 5, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(7, 8, 5, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(3, 10, 1, 0), - gsSP1Triangle(3, 11, 10, 0), - gsSP1Triangle(12, 11, 3, 0), - gsSP1Triangle(13, 12, 3, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(14, 15, 12, 0), - gsSPVertex(wario_left_hand_open_shared_dl_vertex + 48, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(6, 5, 4, 0), - gsSP1Triangle(4, 7, 6, 0), - gsSP1Triangle(7, 4, 8, 0), - gsSP1Triangle(9, 5, 6, 0), - gsSP1Triangle(5, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 11, 9, 0), - gsSP1Triangle(6, 12, 9, 0), - gsSP1Triangle(12, 6, 13, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(10, 11, 14, 0), - gsSP1Triangle(1, 10, 14, 0), - gsSP1Triangle(5, 10, 1, 0), - gsSP1Triangle(3, 5, 1, 0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 3, 7, 0x0), + gsSP2Triangles( 1, 0, 5, 0x0, 5, 4, 1, 0x0), + gsSP2Triangles( 5, 3, 6, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 8, 11, 9, 0x0, 12, 13, 11, 0x0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 0, 10, 7, 0x0, 11, 10, 0, 0x0), + gsSP2Triangles(12, 13, 11, 0x0, 9, 8, 13, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 10, 14, 7, 0x0), + gsSP2Triangles(11, 14, 10, 0x0, 13, 4, 11, 0x0), + gsSP2Triangles( 8, 5, 13, 0x0, 3, 15, 1, 0x0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 3, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 1, 9, 10, 0x0, 5, 11, 1, 0x0), + gsSP2Triangles(12, 13, 5, 0x0, 14, 9, 15, 0x0), + gsSP1Triangle( 4, 7, 12, 0x0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 7, 0, 2, 0x0), + gsSP2Triangles( 8, 6, 5, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 3, 2, 0x0, 2, 12, 11, 0x0), + gsSP2Triangles( 3, 13, 9, 0x0, 6, 0, 7, 0x0), + gsSP2Triangles( 7, 4, 9, 0x0, 10, 14, 15, 0x0), + gsSP1Triangle(15, 14, 11, 0x0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 0, 0x0, 2, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 8, 0x0, 11, 10, 4, 0x0), + gsSP2Triangles( 7, 12, 11, 0x0, 9, 12, 7, 0x0), + gsSP2Triangles( 6, 3, 1, 0x0, 6, 5, 3, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 14, 10, 11, 0x0), + gsSP2Triangles( 8, 10, 15, 0x0, 10, 14, 15, 0x0), + gsSPVertex(wario_left_hand_open_shared_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), gsSPEndDisplayList(), }; @@ -3501,139 +3297,65 @@ const Gfx wario_left_hand_open[] = { gsSPEndDisplayList(), }; -static const Vtx wario_right_hand_open_dl_vertex[61] = { - {{{75, 11, 32}, 0, {0, 0}, {0x3C, 0x23, 0x6A, 0x0}}}, - {{{84, 59, 25}, 0, {0, 0}, {0x4, 0x15, 0x7D, 0x0}}}, - {{{34, 43, 36}, 0, {0, 0}, {0xC, 0x3D, 0x6F, 0x0}}}, - {{{76, 88, 9}, 0, {0, 0}, {0xEF, 0x7E, 0x0, 0x0}}}, - {{{124, 69, 30}, 0, {0, 0}, {0x45, 0x4A, 0x4E, 0x0}}}, - {{{136, 28, 31}, 0, {0, 0}, {0x4A, 0xCF, 0x5B, 0x0}}}, - {{{93, -5, 22}, 0, {0, 0}, {0x62, 0xFA, 0x51, 0x0}}}, - {{{75, 11, 32}, 0, {0, 0}, {0x3D, 0x23, 0x6A, 0x0}}}, - {{{81, -15, 45}, 0, {0, 0}, {0x2F, 0x13, 0x75, 0x0}}}, - {{{32, 2, 43}, 0, {0, 0}, {0xE9, 0xEB, 0x7B, 0x0}}}, - {{{20, 33, 48}, 0, {0, 0}, {0xBF, 0x32, 0x61, 0x0}}}, - {{{13, 53, 5}, 0, {0, 0}, {0xB0, 0x63, 0xFC, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{81, 37, -28}, 0, {0, 0}, {0x18, 0x20, 0x87, 0x0}}}, - {{{125, 71, 9}, 0, {0, 0}, {0x47, 0x5B, 0xCB, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{86, -19, -13}, 0, {0, 0}, {0x49, 0xB6, 0xB8, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{136, 28, 31}, 0, {0, 0}, {0x4A, 0xCF, 0x5B, 0x0}}}, - {{{93, -5, 22}, 0, {0, 0}, {0x62, 0xFA, 0x51, 0x0}}}, - {{{93, -45, 36}, 0, {0, 0}, {0x58, 0xAB, 0x23, 0x0}}}, - {{{81, -15, 45}, 0, {0, 0}, {0x2F, 0x13, 0x75, 0x0}}}, - {{{46, -35, 37}, 0, {0, 0}, {0xD8, 0xA1, 0x4B, 0x0}}}, - {{{32, 2, 43}, 0, {0, 0}, {0xE9, 0xEB, 0x7B, 0x0}}}, - {{{26, -24, 28}, 0, {0, 0}, {0xD, 0xC8, 0x71, 0x0}}}, - {{{9, 18, 35}, 0, {0, 0}, {0xD8, 0x13, 0x77, 0x0}}}, - {{{20, 33, 48}, 0, {0, 0}, {0xBF, 0x32, 0x61, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{13, 53, 5}, 0, {0, 0}, {0xB0, 0x63, 0xFC, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{16, 4, -17}, 0, {0, 0}, {0xF9, 0x11, 0x82, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{30, 13, -30}, 0, {0, 0}, {0xD3, 0x3, 0x89, 0x0}}}, - {{{48, -35, -9}, 0, {0, 0}, {0xF7, 0x94, 0xBE, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{86, -19, -13}, 0, {0, 0}, {0x49, 0xB6, 0xB8, 0x0}}}, - {{{81, 37, -28}, 0, {0, 0}, {0x18, 0x20, 0x87, 0x0}}}, - {{{143, 31, -1}, 0, {0, 0}, {0x76, 0x6, 0xD2, 0x0}}}, - {{{125, 71, 9}, 0, {0, 0}, {0x47, 0x5B, 0xCB, 0x0}}}, - {{{93, -45, 36}, 0, {0, 0}, {0x58, 0xAB, 0x23, 0x0}}}, - {{{46, -35, 37}, 0, {0, 0}, {0xD8, 0xA1, 0x4B, 0x0}}}, - {{{26, -24, 28}, 0, {0, 0}, {0xD, 0xC8, 0x71, 0x0}}}, - {{{19, -36, 33}, 0, {0, 0}, {0x1A, 0x9F, 0x4E, 0x0}}}, - {{{-1, 18, 42}, 0, {0, 0}, {0xD9, 0x23, 0x74, 0x0}}}, - {{{9, 18, 35}, 0, {0, 0}, {0xD8, 0x13, 0x77, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{-9, 41, 5}, 0, {0, 0}, {0xBB, 0x67, 0xE5, 0x0}}}, - {{{7, 1, -26}, 0, {0, 0}, {0xEE, 0xD, 0x83, 0x0}}}, - {{{3, 36, 6}, 0, {0, 0}, {0xCE, 0x72, 0xE6, 0x0}}}, - {{{16, 4, -17}, 0, {0, 0}, {0xF9, 0x11, 0x82, 0x0}}}, - {{{7, 1, -26}, 0, {0, 0}, {0xEE, 0xD, 0x83, 0x0}}}, - {{{30, -32, -4}, 0, {0, 0}, {0x2F, 0x9E, 0xBE, 0x0}}}, - {{{25, -46, -9}, 0, {0, 0}, {0x21, 0x97, 0xC1, 0x0}}}, - {{{19, -36, 33}, 0, {0, 0}, {0x1A, 0x9F, 0x4E, 0x0}}}, - {{{11, -38, -3}, 0, {0, 0}, {0xA9, 0xAA, 0xE0, 0x0}}}, - {{{7, -30, 26}, 0, {0, 0}, {0x9A, 0xC0, 0x29, 0x0}}}, - {{{-1, 18, 42}, 0, {0, 0}, {0xD9, 0x23, 0x74, 0x0}}}, - {{{-7, 7, 32}, 0, {0, 0}, {0x89, 0xE2, 0x20, 0x0}}}, - {{{-12, 23, 6}, 0, {0, 0}, {0x82, 0x7, 0xF1, 0x0}}}, - {{{-9, 41, 5}, 0, {0, 0}, {0xBB, 0x67, 0xE5, 0x0}}}, - {{{0, -4, -15}, 0, {0, 0}, {0x8C, 0xDA, 0xDC, 0x0}}}, -}; +// 0x04019CC0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group1, 0x00114750, 78432, 0x00019cc0, 224); +// 0x04019DA0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group2, 0x00114750, 78432, 0x00019da0, 256); + +// 0x04019EA0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group3, 0x00114750, 78432, 0x00019ea0, 256); + +// 0x04019FA0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group4, 0x00114750, 78432, 0x00019fa0, 256); + +// 0x0401A0A0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group5, 0x00114750, 78432, 0x0001a0a0, 256); + +// 0x0401A1A0 +ROM_ASSET_LOAD_VTX(wario_right_hand_open_dl_vertex_group6, 0x00114750, 78432, 0x0001a1a0, 80); + +// 0x0401A1F0 - 0x0401A428 const Gfx wario_right_hand_open_dl[] = { - gsSPVertex(wario_right_hand_open_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(5, 4, 1, 0), - gsSP1Triangle(6, 5, 1, 0), - gsSP1Triangle(6, 1, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 2, 8, 0), - gsSP1Triangle(2, 9, 8, 0), - gsSP1Triangle(2, 10, 9, 0), - gsSP1Triangle(10, 2, 11, 0), - gsSP1Triangle(3, 11, 2, 0), - gsSP1Triangle(11, 3, 12, 0), - gsSP1Triangle(3, 13, 12, 0), - gsSP1Triangle(13, 3, 14, 0), - gsSP1Triangle(4, 14, 3, 0), - gsSP1Triangle(4, 15, 14, 0), - gsSP1Triangle(5, 15, 4, 0), - gsSPVertex(wario_right_hand_open_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(0, 3, 4, 0), - gsSP1Triangle(4, 3, 5, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), - gsSP1Triangle(7, 10, 9, 0), - gsSP1Triangle(11, 9, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(wario_right_hand_open_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(4, 5, 3, 0), - gsSP1Triangle(4, 6, 5, 0), - gsSP1Triangle(1, 3, 7, 0), - gsSP1Triangle(7, 8, 1, 0), - gsSP1Triangle(1, 8, 2, 0), - gsSP1Triangle(8, 9, 2, 0), - gsSP1Triangle(2, 9, 10, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(13, 14, 11, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSPVertex(wario_right_hand_open_dl_vertex + 48, 13, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 1, 3, 0), - gsSP1Triangle(3, 4, 2, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(5, 7, 6, 0), - gsSP1Triangle(8, 7, 5, 0), - gsSP1Triangle(8, 9, 7, 0), - gsSP1Triangle(10, 9, 8, 0), - gsSP1Triangle(11, 10, 8, 0), - gsSP1Triangle(2, 10, 11, 0), - gsSP1Triangle(2, 12, 10, 0), - gsSP1Triangle(6, 12, 2, 0), - gsSP1Triangle(4, 6, 2, 0), - gsSP1Triangle(12, 6, 7, 0), - gsSP1Triangle(7, 9, 12, 0), - gsSP1Triangle(9, 10, 12, 0), + gsSPVertex(wario_right_hand_open_dl_vertex_group1, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 3, 4, 0x0), + gsSP2Triangles( 5, 2, 1, 0x0, 1, 6, 5, 0x0), + gsSP2Triangles( 4, 3, 5, 0x0, 8, 9, 10, 0x0), + gsSP2Triangles( 9, 11, 10, 0x0, 11, 12, 13, 0x0), + gsSPVertex(wario_right_hand_open_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 10, 2, 0x0, 2, 10, 11, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 12, 8, 7, 0x0), + gsSP2Triangles( 8, 5, 9, 0x0, 9, 14, 10, 0x0), + gsSP2Triangles(10, 14, 11, 0x0, 11, 6, 12, 0x0), + gsSP2Triangles(12, 5, 8, 0x0, 1, 15, 3, 0x0), + gsSPVertex(wario_right_hand_open_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 6, 7, 8, 0x0), + gsSP2Triangles( 9, 10, 1, 0x0, 1, 11, 4, 0x0), + gsSP2Triangles( 4, 12, 13, 0x0, 14, 10, 15, 0x0), + gsSP1Triangle(13, 7, 5, 0x0), + gsSPVertex(wario_right_hand_open_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 0, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 0, 2, 5, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles( 0, 4, 11, 0x0, 11, 12, 0, 0x0), + gsSP2Triangles(10, 13, 4, 0x0, 5, 2, 6, 0x0), + gsSP2Triangles(10, 3, 5, 0x0, 14, 15, 9, 0x0), + gsSP1Triangle(11, 15, 14, 0x0), + gsSPVertex(wario_right_hand_open_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 1, 0x0), + gsSP2Triangles( 5, 4, 3, 0x0, 6, 7, 5, 0x0), + gsSP2Triangles( 2, 7, 6, 0x0, 8, 9, 0, 0x0), + gsSP2Triangles( 9, 10, 3, 0x0, 3, 10, 11, 0x0), + gsSP2Triangles(11, 12, 6, 0x0, 6, 12, 8, 0x0), + gsSP2Triangles( 1, 4, 7, 0x0, 4, 5, 7, 0x0), + gsSP2Triangles(13, 12, 11, 0x0, 11, 10, 14, 0x0), + gsSP2Triangles(15, 10, 9, 0x0, 15, 14, 10, 0x0), + gsSPVertex(wario_right_hand_open_dl_vertex_group6, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 4, 0x0), gsSPEndDisplayList(), }; @@ -3654,267 +3376,160 @@ const Gfx wario_metal_right_hand_open[] = { gsSPEndDisplayList(), }; -static const Vtx wario_right_hand_cap_w_logo_dl_vertex[5] = { - {{{131, 47, -1}, 0, {1104, 228}, {0xD7, 0x60, 0xB8, 0xFE}}}, - {{{107, -19, -33}, 0, {474, 32}, {0xD1, 0xE, 0x8B, 0xFE}}}, - {{{78, 11, 40}, 0, {772, 818}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{70, -52, 35}, 0, {196, 800}, {0xC5, 0xDE, 0x95, 0xFE}}}, - {{{114, -92, -11}, 0, {-148, 188}, {0xC3, 0xB7, 0xAB, 0xFE}}}, -}; +// 0x0401A478 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_w_logo_dl_vertex, 0x00114750, 78432, 0x0001a478, 80); -static const Vtx wario_right_hand_cap_hand_position_dl_vertex[46] = { - {{{1, 24, 35}, 0, {0, 0}, {0xD4, 0x3C, 0x67, 0xFE}}}, - {{{29, 7, 48}, 0, {0, 0}, {0xC2, 0xFA, 0x6F, 0xFE}}}, - {{{29, 62, 34}, 0, {0, 0}, {0xCD, 0x4D, 0x58, 0xFE}}}, - {{{23, -25, 35}, 0, {0, 0}, {0x4, 0xC2, 0x6F, 0xFE}}}, - {{{-13, 26, 41}, 0, {0, 0}, {0xEE, 0x3C, 0x6F, 0xFE}}}, - {{{-2, 41, 0}, 0, {0, 0}, {0xEE, 0x72, 0xCA, 0xFE}}}, - {{{11, 60, -3}, 0, {0, 0}, {0xAA, 0x5A, 0xE6, 0xFE}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x13, 0x7B, 0xE8, 0xFE}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x1F, 0x51, 0x5D, 0xFE}}}, - {{{56, 11, 65}, 0, {0, 0}, {0xFC, 0x1B, 0x7C, 0xFE}}}, - {{{75, -32, 65}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{31, -39, 0}, 0, {0, 0}, {0x42, 0xA2, 0xCA, 0xFE}}}, - {{{13, -37, 41}, 0, {0, 0}, {0x12, 0xB0, 0x61, 0xFE}}}, - {{{-15, -12, 7}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{4, -3, -32}, 0, {0, 0}, {0x11, 0x6, 0x82, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{-2, 41, 0}, 0, {0, 0}, {0xEE, 0x72, 0xCA, 0xFE}}}, - {{{16, 1, -22}, 0, {0, 0}, {0x4, 0x0, 0x81, 0xFE}}}, - {{{35, 9, -36}, 0, {0, 0}, {0xE4, 0xF4, 0x85, 0xFE}}}, - {{{11, 60, -3}, 0, {0, 0}, {0xAA, 0x5A, 0xE6, 0xFE}}}, - {{{58, 81, 0}, 0, {0, 0}, {0x13, 0x7B, 0xE8, 0xFE}}}, - {{{85, 30, -32}, 0, {0, 0}, {0x4F, 0x21, 0xA2, 0xFE}}}, - {{{96, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFE}}}, - {{{54, 54, 44}, 0, {0, 0}, {0x1F, 0x51, 0x5D, 0xFE}}}, - {{{85, 15, 52}, 0, {0, 0}, {0x40, 0x30, 0x63, 0xFE}}}, - {{{56, 11, 65}, 0, {0, 0}, {0xFC, 0x1B, 0x7C, 0xFE}}}, - {{{95, -8, 52}, 0, {0, 0}, {0x60, 0x6, 0x52, 0xFE}}}, - {{{75, -32, 65}, 0, {0, 0}, {0x8, 0xAE, 0x61, 0xFE}}}, - {{{103, -25, 1}, 0, {0, 0}, {0x68, 0xC4, 0xD6, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{35, 9, -36}, 0, {0, 0}, {0xE4, 0xF4, 0x85, 0xFE}}}, - {{{55, -43, -3}, 0, {0, 0}, {0x0, 0x85, 0xE0, 0xFE}}}, - {{{31, -39, 0}, 0, {0, 0}, {0x42, 0xA2, 0xCA, 0xFE}}}, - {{{16, 1, -22}, 0, {0, 0}, {0x4, 0x0, 0x81, 0xFE}}}, - {{{4, -3, -32}, 0, {0, 0}, {0x11, 0x6, 0x82, 0xFE}}}, - {{{24, -55, -4}, 0, {0, 0}, {0x4, 0x8A, 0xD1, 0xFE}}}, - {{{13, -37, 41}, 0, {0, 0}, {0x12, 0xB0, 0x61, 0xFE}}}, - {{{-15, -12, 7}, 0, {0, 0}, {0x8B, 0xCF, 0xF8, 0xFE}}}, - {{{-19, 47, -4}, 0, {0, 0}, {0xAC, 0x55, 0xD3, 0xFE}}}, - {{{85, 30, -32}, 0, {0, 0}, {0x4F, 0x21, 0xA2, 0xFE}}}, - {{{103, -25, 1}, 0, {0, 0}, {0x68, 0xC4, 0xD6, 0xFE}}}, - {{{96, 39, 24}, 0, {0, 0}, {0x6C, 0x3A, 0x21, 0xFE}}}, - {{{95, -8, 52}, 0, {0, 0}, {0x60, 0x6, 0x52, 0xFE}}}, - {{{85, 15, 52}, 0, {0, 0}, {0x40, 0x30, 0x63, 0xFE}}}, -}; +// 0x0401A4C8 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_hand_position_dl_vertex_group1, 0x00114750, 78432, 0x0001a4c8, 240); -static const Vtx wario_right_hand_cap_top_dl_vertex[51] = { - {{{192, 11, -2}, 0, {0, 0}, {0x4C, 0x29, 0xA2, 0xFE}}}, - {{{107, -19, -33}, 0, {0, 0}, {0xD1, 0xE, 0x8B, 0xFE}}}, - {{{131, 47, -1}, 0, {0, 0}, {0xD7, 0x60, 0xB8, 0xFE}}}, - {{{182, -72, -8}, 0, {0, 0}, {0x4E, 0xD9, 0xA3, 0xFE}}}, - {{{192, 11, -2}, 0, {0, 0}, {0x4B, 0x29, 0xA2, 0xFE}}}, - {{{114, -92, -11}, 0, {0, 0}, {0xC3, 0xB7, 0xAB, 0xFE}}}, - {{{151, -168, 67}, 0, {0, 0}, {0xF4, 0x87, 0xDC, 0xFE}}}, - {{{228, -121, 117}, 0, {0, 0}, {0x67, 0xCD, 0xCB, 0xFE}}}, - {{{246, 29, 128}, 0, {0, 0}, {0x73, 0x20, 0xD4, 0xFE}}}, - {{{183, 100, 86}, 0, {0, 0}, {0x11, 0x7C, 0xED, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{78, 11, 40}, 0, {0, 0}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{70, -52, 35}, 0, {0, 0}, {0xC5, 0xDE, 0x95, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{78, 11, 40}, 0, {0, 0}, {0xD0, 0x3E, 0x9C, 0xFE}}}, - {{{29, -82, 43}, 0, {0, 0}, {0x94, 0xBD, 0x0, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{114, -92, -11}, 0, {0, 0}, {0xC3, 0xB7, 0xAB, 0xFE}}}, - {{{151, -168, 67}, 0, {0, 0}, {0xF4, 0x87, 0xDC, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{181, -167, 138}, 0, {0, 0}, {0x6, 0x87, 0x26, 0xFE}}}, - {{{228, -121, 117}, 0, {0, 0}, {0x67, 0xCD, 0xCB, 0xFE}}}, - {{{273, -105, 188}, 0, {0, 0}, {0x60, 0xBF, 0x34, 0xFE}}}, - {{{285, -6, 196}, 0, {0, 0}, {0x7A, 0x23, 0xB, 0xFE}}}, - {{{246, 29, 128}, 0, {0, 0}, {0x73, 0x20, 0xD4, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{211, 81, 156}, 0, {0, 0}, {0x22, 0x6D, 0x37, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{273, -105, 188}, 0, {0, 0}, {0x60, 0xBF, 0x34, 0xFE}}}, - {{{285, -6, 196}, 0, {0, 0}, {0x7A, 0x23, 0xB, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, - {{{216, -104, 220}, 0, {0, 0}, {0xE5, 0xCC, 0x71, 0xFE}}}, - {{{181, -167, 138}, 0, {0, 0}, {0x6, 0x87, 0x26, 0xFE}}}, - {{{171, -129, 178}, 0, {0, 0}, {0xB2, 0xD1, 0x59, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{65, -53, 55}, 0, {0, 0}, {0xB6, 0x1, 0x67, 0xFE}}}, - {{{29, -82, 43}, 0, {0, 0}, {0x94, 0xBD, 0x0, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{18, -13, 33}, 0, {0, 0}, {0x83, 0x10, 0xED, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{45, 49, 53}, 0, {0, 0}, {0xA7, 0x5B, 0xA, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, -}; +// 0x0401A5B8 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_hand_position_dl_vertex_group2, 0x00114750, 78432, 0x0001a5b8, 256); -static const Vtx wario_right_hand_cap_bottom_dl_vertex[10] = { - {{{65, -53, 55}, 0, {0, 0}, {0xB6, 0x1, 0x67, 0xFE}}}, - {{{106, -124, 90}, 0, {0, 0}, {0x9D, 0xB1, 0x9, 0xFE}}}, - {{{137, -137, 134}, 0, {0, 0}, {0x9E, 0xDF, 0x4A, 0xFE}}}, - {{{73, 11, 60}, 0, {0, 0}, {0xBB, 0xFB, 0x6B, 0xFE}}}, - {{{129, 65, 103}, 0, {0, 0}, {0xA6, 0x51, 0x27, 0xFE}}}, - {{{160, 65, 148}, 0, {0, 0}, {0xB3, 0x47, 0x47, 0xFE}}}, - {{{192, 42, 190}, 0, {0, 0}, {0xB2, 0x23, 0x5E, 0xFE}}}, - {{{171, -129, 178}, 0, {0, 0}, {0xB2, 0xD1, 0x59, 0xFE}}}, - {{{216, -104, 220}, 0, {0, 0}, {0xE5, 0xCC, 0x71, 0xFE}}}, - {{{228, 1, 228}, 0, {0, 0}, {0x14, 0x22, 0x79, 0xFE}}}, -}; +// 0x0401A6B8 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_hand_position_dl_vertex_group3, 0x00114750, 78432, 0x0001a6b8, 224); +// 0x0401A798 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_top_dl_vertex_group1, 0x00114750, 78432, 0x0001a798, 240); + +// 0x0401A888 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_top_dl_vertex_group2, 0x00114750, 78432, 0x0001a888, 256); + +// 0x0401A988 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_top_dl_vertex_group3, 0x00114750, 78432, 0x0001a988, 256); + +// 0x0401AA88 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_top_dl_vertex_group4, 0x00114750, 78432, 0x0001aa88, 128); + +// 0x0401AB08 +ROM_ASSET_LOAD_VTX(wario_right_hand_cap_bottom_dl_vertex, 0x00114750, 78432, 0x0001ab08, 160); + +// 0x0401ABA8 - 0x0401ABD0 const Gfx wario_right_hand_cap_w_logo_dl[] = { - gsSPVertex(wario_right_hand_cap_w_logo_dl_vertex + 0, 5, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 3, 2, 0), - gsSP1Triangle(1, 4, 3, 0), + gsSPVertex(wario_right_hand_cap_w_logo_dl_vertex, 5, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0), + gsSP1Triangle( 1, 4, 3, 0x0), gsSPEndDisplayList(), }; +// 0x0401ABD0 - 0x0401AD40 const Gfx wario_right_hand_cap_top_dl[] = { - gsSPVertex(wario_right_hand_cap_top_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 4, 0), - gsSP1Triangle(5, 1, 3, 0), - gsSP1Triangle(3, 6, 5, 0), - gsSP1Triangle(7, 6, 3, 0), - gsSP1Triangle(7, 3, 8, 0), - gsSP1Triangle(3, 0, 8, 0), - gsSP1Triangle(0, 9, 8, 0), - gsSP1Triangle(10, 8, 9, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(9, 2, 12, 0), - gsSP1Triangle(2, 9, 4, 0), - gsSP1Triangle(13, 12, 2, 0), - gsSP1Triangle(13, 14, 12, 0), - gsSP1Triangle(13, 15, 14, 0), - gsSPVertex(wario_right_hand_cap_top_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(4, 6, 7, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(6, 9, 8, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(11, 10, 9, 0), - gsSP1Triangle(9, 12, 11, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(14, 11, 13, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(wario_right_hand_cap_top_dl_vertex + 32, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 3, 5, 0), - gsSP1Triangle(7, 3, 6, 0), - gsSP1Triangle(8, 7, 6, 0), - gsSP1Triangle(9, 7, 8, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(10, 13, 11, 0), - gsSP1Triangle(10, 14, 13, 0), - gsSP1Triangle(15, 13, 14, 0), - gsSPVertex(wario_right_hand_cap_top_dl_vertex + 48, 3, 0), - gsSP1Triangle(0, 1, 2, 0), + gsSPVertex(wario_right_hand_cap_top_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 5, 0x0, 6, 2, 1, 0x0), + gsSP2Triangles( 2, 6, 4, 0x0, 7, 4, 8, 0x0), + gsSP2Triangles( 8, 4, 6, 0x0, 4, 9, 5, 0x0), + gsSP2Triangles( 4, 7, 9, 0x0, 5, 9, 10, 0x0), + gsSP2Triangles(11, 12, 13, 0x0, 13, 14, 11, 0x0), + gsSPVertex(wario_right_hand_cap_top_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 0, 3, 1, 0x0, 5, 2, 1, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 0, 9, 3, 0x0), + gsSP2Triangles(10, 9, 0, 0x0, 11, 12, 2, 0x0), + gsSP2Triangles( 2, 5, 11, 0x0, 3, 9, 4, 0x0), + gsSP2Triangles(13, 14, 15, 0x0, 11, 5, 14, 0x0), + gsSP1Triangle( 7, 14, 5, 0x0), + gsSPVertex(wario_right_hand_cap_top_dl_vertex_group3, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 0, 4, 1, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 7, 8, 9, 0x0, 7, 6, 8, 0x0), + gsSP2Triangles(10, 7, 9, 0x0, 11, 12, 9, 0x0), + gsSP2Triangles(10, 13, 14, 0x0, 12, 13, 10, 0x0), + gsSP1Triangle(13, 12, 15, 0x0), + gsSPVertex(wario_right_hand_cap_top_dl_vertex_group4, 8, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 1, 3, 0x0), + gsSP2Triangles( 3, 4, 5, 0x0, 3, 5, 6, 0x0), + gsSP1Triangle( 7, 0, 2, 0x0), gsSPEndDisplayList(), }; +// 0x0401AD40 - 0x0401AED0 const Gfx wario_right_hand_cap_hand_position_dl[] = { - gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex + 0, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(3, 0, 4, 0), - gsSP1Triangle(4, 0, 5, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(2, 6, 0, 0), - gsSP1Triangle(7, 6, 2, 0), - gsSP1Triangle(2, 8, 7, 0), - gsSP1Triangle(8, 2, 9, 0), - gsSP1Triangle(2, 1, 9, 0), - gsSP1Triangle(10, 9, 1, 0), - gsSP1Triangle(10, 1, 3, 0), - gsSP1Triangle(11, 10, 3, 0), - gsSP1Triangle(3, 12, 11, 0), - gsSP1Triangle(12, 3, 13, 0), - gsSP1Triangle(4, 13, 3, 0), - gsSP1Triangle(4, 14, 13, 0), - gsSP1Triangle(15, 14, 4, 0), - gsSP1Triangle(5, 15, 4, 0), - gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex + 16, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(6, 7, 4, 0), - gsSP1Triangle(6, 8, 7, 0), - gsSP1Triangle(9, 8, 6, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(10, 9, 11, 0), - gsSP1Triangle(12, 10, 11, 0), - gsSP1Triangle(13, 12, 11, 0), - gsSP1Triangle(14, 12, 13, 0), - gsSP1Triangle(15, 14, 13, 0), - gsSP1Triangle(4, 14, 15, 0), - gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex + 32, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(2, 3, 0, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(2, 5, 4, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 7, 5, 0), - gsSP1Triangle(5, 7, 4, 0), - gsSP1Triangle(4, 7, 8, 0), - gsSP1Triangle(0, 9, 10, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(10, 11, 12, 0), - gsSP1Triangle(12, 11, 13, 0), + gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex_group1, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 2, 1, 4, 0x0, 2, 5, 6, 0x0), + gsSP2Triangles( 6, 3, 2, 0x0, 5, 2, 4, 0x0), + gsSP2Triangles( 3, 7, 0, 0x0, 3, 6, 8, 0x0), + gsSP2Triangles( 3, 8, 7, 0x0, 9, 0, 7, 0x0), + gsSP2Triangles(10, 0, 9, 0x0, 1, 0, 10, 0x0), + gsSP2Triangles(11, 1, 10, 0x0, 11, 4, 1, 0x0), + gsSP2Triangles( 7, 12, 13, 0x0, 8, 12, 7, 0x0), + gsSP2Triangles(13, 14, 7, 0x0, 7, 14, 9, 0x0), + gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex_group2, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 6, 2, 4, 0x0), + gsSP2Triangles( 7, 5, 4, 0x0, 8, 9, 3, 0x0), + gsSP2Triangles( 3, 9, 10, 0x0, 10, 6, 3, 0x0), + gsSP2Triangles( 5, 11, 3, 0x0, 3, 11, 8, 0x0), + gsSP2Triangles(10, 0, 6, 0x0, 6, 0, 2, 0x0), + gsSP2Triangles( 2, 1, 12, 0x0, 5, 13, 11, 0x0), + gsSP2Triangles( 1, 14, 12, 0x0, 14, 15, 12, 0x0), + gsSPVertex(wario_right_hand_cap_hand_position_dl_vertex_group3, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 1, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 6, 5, 7, 0x0), + gsSP2Triangles( 7, 5, 8, 0x0, 8, 5, 9, 0x0), + gsSP2Triangles( 3, 10, 1, 0x0, 11, 10, 3, 0x0), + gsSP2Triangles( 1, 10, 2, 0x0, 2, 10, 12, 0x0), + gsSP2Triangles(12, 10, 13, 0x0, 10, 11, 13, 0x0), gsSPEndDisplayList(), }; +// 0x0401AED0 - 0x0401AF20 const Gfx wario_right_hand_cap_bottom_dl[] = { - gsSPVertex(wario_right_hand_cap_bottom_dl_vertex + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 0, 2, 0), - gsSP1Triangle(4, 3, 2, 0), - gsSP1Triangle(5, 4, 2, 0), - gsSP1Triangle(6, 5, 2, 0), - gsSP1Triangle(6, 2, 7, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(8, 9, 6, 0), + gsSPVertex(wario_right_hand_cap_bottom_dl_vertex, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 4, 3, 2, 0x0, 5, 4, 2, 0x0), + gsSP2Triangles( 6, 5, 2, 0x0, 6, 2, 7, 0x0), + gsSP2Triangles( 8, 9, 6, 0x0, 6, 7, 8, 0x0), + gsSPEndDisplayList(), +}; + +const Gfx wario_right_hand_cap_decal[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_blend), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(wario_right_hand_cap_w_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_w_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(wario_right_hand_cap_w_logo_dl), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), gsSPEndDisplayList(), }; const Gfx wario_right_hand_cap_dl[] = { gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(wario_right_hand_cap_top_dl), - gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in wario_misc.c + gsSPCopyLightsPlayerPart(GLOVES), // glove light, set in mario_misc.c gsSPDisplayList(wario_right_hand_cap_hand_position_dl), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (8 - 1) << G_TEXTURE_IMAGE_FRAC, (8 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_cap_inside), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 8 * 8 - 1, CALC_DXT(8, G_IM_SIZ_16b_BYTES)), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(wario_right_hand_cap_bottom_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), @@ -3923,45 +3538,45 @@ const Gfx wario_right_hand_cap_dl[] = { gsSPEndDisplayList(), }; -static const Vtx wario_right_hand_cap_wings_half_1_dl_vertex[10] = { - {{{368, 146, 7}, 0, {990, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{166, 37, 68}, 0, {0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{212, 96, 143}, 0, {990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{368, 146, 7}, 0, {990, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{322, 87, -67}, 0, {0, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{166, 37, 68}, 0, {0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{178, -177, 128}, 0, {990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{149, -100, 60}, 0, {0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{319, -248, -14}, 0, {990, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{290, -171, -81}, 0, {0, 0}, {0xff, 0xff, 0xff, 0xff}}}, +// 0x0401AF60 +static const Vtx wario_right_hand_cap_wings_half_1_dl_vertex[] = { + {{{ 368, 146, 7}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 166, 37, 68}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 212, 96, 143}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 368, 146, 7}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 322, 87, -67}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 166, 37, 68}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 178, -177, 128}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 149, -100, 60}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 319, -248, -14}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 290, -171, -81}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, }; -static const Vtx wario_right_hand_cap_wings_half_2_dl_vertex[8] = { - {{{414, 206, 82}, 0, {990, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{212, 96, 143}, 0, {0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{258, 156, 218}, 0, {990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{368, 146, 7}, 0, {0, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{178, -177, 128}, 0, {0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, - {{{319, -248, -14}, 0, {0, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{349, -325, 53}, 0, {990, 0}, {0xff, 0xff, 0xff, 0xff}}}, - {{{207, -253, 195}, 0, {990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, +// 0x0401B000 +static const Vtx wario_right_hand_cap_wings_half_2_dl_vertex[] = { + {{{ 414, 206, 82}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 212, 96, 143}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 258, 156, 218}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 368, 146, 7}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 178, -177, 128}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 319, -248, -14}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 349, -325, 53}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, + {{{ 207, -253, 195}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, }; +// 0x0401B080 - 0x0401B0B0 const Gfx wario_right_hand_cap_wings_half_1_dl[] = { - gsSPVertex(wario_right_hand_cap_wings_half_1_dl_vertex + 0, 10, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(7, 9, 8, 0), + gsSPVertex(wario_right_hand_cap_wings_half_1_dl_vertex, 10, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 7, 9, 8, 0x0), gsSPEndDisplayList(), }; +// 0x0401B0B0 - 0x0401B0E0 const Gfx wario_right_hand_cap_wings_half_2_dl[] = { - gsSPVertex(wario_right_hand_cap_wings_half_2_dl_vertex + 0, 8, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 4, 6, 0), + gsSPVertex(wario_right_hand_cap_wings_half_2_dl_vertex, 8, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 7, 4, 6, 0x0), gsSPEndDisplayList(), }; @@ -3993,6 +3608,16 @@ const Gfx wario_right_hand_cap_wings_transparent_intial_dl[] = { gsSPEndDisplayList(), }; +const Gfx wario_right_hand_cap_metal_wings_intial_dl[] = { + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsSPEndDisplayList(), +}; + const Gfx wario_right_hand_cap_wings_end_dl[] = { gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -4002,19 +3627,6 @@ const Gfx wario_right_hand_cap_wings_end_dl[] = { }; const Gfx wario_right_hand_cap[] = { - gsDPPipeSync(), - gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), - gsSPDisplayList(wario_right_hand_cap_w_logo_dl), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), gsSPDisplayList(wario_right_hand_cap_dl), @@ -4062,232 +3674,146 @@ const Gfx wario_metal_right_hand_cap_shared_dl[] = { }; const Gfx wario_metal_right_hand_cap_shared_dl_wings[] = { - gsSPDisplayList(wario_right_hand_cap_wings_intial_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(wario_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_right_hand_cap_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_right_hand_cap_wings_half_2_dl), gsSPDisplayList(wario_right_hand_cap_wings_end_dl), gsSPEndDisplayList(), }; const Gfx wario_metal_right_hand_cap_shared_dl_wings_transparent[] = { - gsSPDisplayList(wario_right_hand_cap_wings_transparent_intial_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(wario_right_hand_cap_metal_wings_intial_dl), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_right_hand_cap_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_right_hand_cap_wings_half_2_dl), gsSPDisplayList(wario_right_hand_cap_wings_end_dl), gsSPEndDisplayList(), }; -static const Vtx wario_right_hand_peace_shared_dl_vertex[113] = { - {{{-4, 38, 0}, 0, {0, 0}, {0xD3, 0x67, 0x3C, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0x0}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0x0}}}, - {{{84, 60, -7}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x58, 0xA5, 0xF0, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0x52, 0xA5, 0xDD, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0x60, 0x48, 0x2A, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0xC2, 0x67, 0x29, 0x0}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xC1, 0x67, 0x28, 0x0}}}, - {{{139, 53, 25}, 0, {0, 0}, {0x5C, 0xA8, 0x2, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0x0}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x58, 0xA5, 0xF0, 0x0}}}, - {{{123, 72, 21}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{139, 53, 25}, 0, {0, 0}, {0x5B, 0x53, 0x21, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x5E, 0x4D, 0x26, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x5C, 0xA8, 0x2, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0x59, 0xA6, 0xF7, 0xFE}}}, - {{{-21, 9, 33}, 0, {0, 0}, {0x89, 0xE1, 0x1F, 0x0}}}, - {{{-25, 24, 0}, 0, {0, 0}, {0x83, 0xF8, 0xEA, 0x0}}}, - {{{-8, -12, -20}, 0, {0, 0}, {0x92, 0xCF, 0xD7, 0x0}}}, - {{{0, -35, 32}, 0, {0, 0}, {0x9C, 0xB9, 0x22, 0xFE}}}, - {{{6, -49, 0}, 0, {0, 0}, {0xA8, 0xA6, 0xEC, 0xFE}}}, - {{{15, -39, 42}, 0, {0, 0}, {0xC, 0xBE, 0x6C, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0xCE, 0x91, 0x24, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{-21, 9, 33}, 0, {0, 0}, {0x89, 0xE1, 0x1F, 0xFE}}}, - {{{0, -35, 32}, 0, {0, 0}, {0x9C, 0xB9, 0x22, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x85, 0x10, 0xE4, 0xFE}}}, - {{{-25, 24, 0}, 0, {0, 0}, {0x83, 0xF8, 0xEA, 0xFE}}}, - {{{2, -5, -33}, 0, {0, 0}, {0xAC, 0xDA, 0xA8, 0xFE}}}, - {{{-8, -12, -20}, 0, {0, 0}, {0x92, 0xCF, 0xD7, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0xC4, 0xB8, 0xAA, 0xFE}}}, - {{{6, -49, 0}, 0, {0, 0}, {0xA8, 0xA6, 0xEC, 0xFE}}}, - {{{15, -39, 42}, 0, {0, 0}, {0xC, 0xBE, 0x6C, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0xFE}}}, - {{{23, -29, 36}, 0, {0, 0}, {0x12, 0xEC, 0x7C, 0xFE}}}, - {{{24, -59, -3}, 0, {0, 0}, {0x69, 0xC7, 0x2C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x69, 0xC7, 0x2C, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{45, -29, 52}, 0, {0, 0}, {0xEB, 0xB8, 0x67, 0xFE}}}, - {{{45, -29, 52}, 0, {0, 0}, {0xEB, 0xB8, 0x67, 0xFE}}}, - {{{46, 49, 45}, 0, {0, 0}, {0xF8, 0x44, 0x6B, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{90, -3, 52}, 0, {0, 0}, {0x51, 0x7, 0x62, 0xFE}}}, - {{{88, -34, 39}, 0, {0, 0}, {0x38, 0xA0, 0x3D, 0xFE}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0x53, 0xA3, 0x15, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x55, 0x16, 0x5B, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0x32, 0x3E, 0x63, 0x0}}}, - {{{139, 53, 25}, 0, {0, 0}, {0xFC, 0x13, 0x7E, 0xFE}}}, - {{{123, 72, 21}, 0, {0, 0}, {0xFC, 0x15, 0x7D, 0x0}}}, - {{{88, -34, 39}, 0, {0, 0}, {0x38, 0xA0, 0x3D, 0x0}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0x0}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x1C, 0x84, 0x0, 0x0}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xEB, 0x88, 0x24, 0xFE}}}, - {{{23, -29, 36}, 0, {0, 0}, {0xE3, 0x8A, 0x25, 0xFE}}}, - {{{-15, 23, 43}, 0, {0, 0}, {0xD6, 0x31, 0x6D, 0xFE}}}, - {{{0, 21, 37}, 0, {0, 0}, {0xFE, 0x45, 0x6B, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0xD3, 0x67, 0x3C, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x1A, 0x73, 0x2F, 0xFE}}}, - {{{56, 80, 1}, 0, {0, 0}, {0x1A, 0x6B, 0x40, 0xFE}}}, - {{{84, 48, 24}, 0, {0, 0}, {0x32, 0x3E, 0x63, 0xFE}}}, - {{{84, 60, -7}, 0, {0, 0}, {0x4E, 0x5E, 0x24, 0xFE}}}, - {{{46, 49, 45}, 0, {0, 0}, {0xF8, 0x44, 0x6B, 0xFE}}}, - {{{8, 58, -2}, 0, {0, 0}, {0xBC, 0x56, 0x40, 0xFE}}}, - {{{18, 30, 41}, 0, {0, 0}, {0xC0, 0x2B, 0x65, 0xFE}}}, - {{{90, -3, 52}, 0, {0, 0}, {0x51, 0x7, 0x62, 0xFE}}}, - {{{-22, 43, -3}, 0, {0, 0}, {0x31, 0x4D, 0xA8, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0x31, 0x4D, 0xA8, 0x0}}}, - {{{14, -1, -22}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0x0}}}, - {{{2, -5, -33}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0x0}}}, - {{{2, -5, -33}, 0, {0, 0}, {0x48, 0x20, 0x9C, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0x0}}}, - {{{24, -59, -3}, 0, {0, 0}, {0x53, 0xEE, 0xA1, 0xFE}}}, - {{{105, 17, 3}, 0, {0, 0}, {0xA, 0x7D, 0x14, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0xA, 0x7A, 0x21, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0xC, 0x7B, 0x1E, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0xA, 0x7E, 0xD, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0x6, 0x7F, 0xFF, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x7A, 0x8, 0x21, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0x7A, 0x1, 0x25, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0x7A, 0x8, 0x21, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0x7A, 0x6, 0x23, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0xFF, 0xE2, 0x7B, 0xFE}}}, - {{{153, 7, 24}, 0, {0, 0}, {0xFF, 0xE2, 0x7B, 0xFE}}}, - {{{98, 10, 29}, 0, {0, 0}, {0x7, 0xD6, 0x78, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0xF5, 0xEF, 0x7D, 0xFE}}}, - {{{33, 7, -37}, 0, {0, 0}, {0xDE, 0xF5, 0x86, 0xFE}}}, - {{{56, -47, -5}, 0, {0, 0}, {0xC, 0x86, 0xDE, 0x0}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xDD, 0xBA, 0x9C, 0x0}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x7, 0xCD, 0x8C, 0xFE}}}, - {{{89, 18, -34}, 0, {0, 0}, {0xA, 0x1B, 0x84, 0xFE}}}, - {{{56, 80, 1}, 0, {0, 0}, {0xFE, 0x41, 0x93, 0xFE}}}, - {{{8, 58, -2}, 0, {0, 0}, {0xD0, 0x30, 0x95, 0xFE}}}, - {{{-4, 38, 0}, 0, {0, 0}, {0xB2, 0x18, 0x9E, 0xFE}}}, - {{{14, -1, -22}, 0, {0, 0}, {0xBE, 0xE5, 0x97, 0xFE}}}, - {{{32, -43, 0}, 0, {0, 0}, {0xDD, 0xBA, 0x9C, 0xFE}}}, - {{{84, 60, -7}, 0, {0, 0}, {0xFB, 0x45, 0x95, 0xFE}}}, - {{{126, 84, -3}, 0, {0, 0}, {0xFD, 0x37, 0x8D, 0xFE}}}, - {{{146, 59, -8}, 0, {0, 0}, {0x15, 0x2A, 0x8A, 0xFE}}}, - {{{162, 14, -11}, 0, {0, 0}, {0x26, 0x1E, 0x8B, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x18, 0xF9, 0x83, 0xFE}}}, - {{{155, -15, 21}, 0, {0, 0}, {0x19, 0x84, 0xF1, 0xFE}}}, - {{{94, -22, -18}, 0, {0, 0}, {0x1C, 0x84, 0x0, 0xFE}}}, - {{{166, -13, -17}, 0, {0, 0}, {0x10, 0x82, 0x0, 0xFE}}}, - {{{101, -29, 15}, 0, {0, 0}, {0x53, 0xA3, 0x15, 0xFE}}}, -}; +// 0x0401B2D0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group1, 0x00114750, 78432, 0x0001b2d0, 256); +// 0x0401B3D0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group2, 0x00114750, 78432, 0x0001b3d0, 224); + +// 0x0401B4B0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group3, 0x00114750, 78432, 0x0001b4b0, 240); + +// 0x0401B5A0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group4, 0x00114750, 78432, 0x0001b5a0, 256); + +// 0x0401B6A0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group5, 0x00114750, 78432, 0x0001b6a0, 256); + +// 0x0401B7A0 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group6, 0x00114750, 78432, 0x0001b7a0, 240); + +// 0x0401B890 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group7, 0x00114750, 78432, 0x0001b890, 240); + +// 0x0401B980 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group8, 0x00114750, 78432, 0x0001b980, 240); + +// 0x0401BA70 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group9, 0x00114750, 78432, 0x0001ba70, 256); + +// 0x0401BB70 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group10, 0x00114750, 78432, 0x0001bb70, 224); + +// 0x0401BC50 +ROM_ASSET_LOAD_VTX(wario_right_hand_peace_shared_dl_vertex_group11, 0x00114750, 78432, 0x0001bc50, 48); + +// 0x0401BC80 - 0x0401BF30 const Gfx wario_right_hand_peace_shared_dl[] = { - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 0, 14, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(6, 7, 8, 0), - gsSP1Triangle(9, 10, 11, 0), - gsSP1Triangle(4, 12, 13, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 14, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(0, 6, 7, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(11, 8, 10, 0), - gsSP1Triangle(10, 12, 11, 0), - gsSP1Triangle(13, 11, 12, 0), - gsSP1Triangle(13, 12, 14, 0), - gsSP1Triangle(15, 11, 13, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 30, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 1, 0, 0), - gsSP1Triangle(3, 4, 1, 0), - gsSP1Triangle(5, 4, 3, 0), - gsSP1Triangle(5, 6, 4, 0), - gsSP1Triangle(7, 6, 5, 0), - gsSP1Triangle(7, 8, 6, 0), - gsSP1Triangle(9, 10, 0, 0), - gsSP1Triangle(9, 11, 10, 0), - gsSP1Triangle(12, 11, 9, 0), - gsSP1Triangle(12, 13, 11, 0), - gsSP1Triangle(10, 11, 14, 0), - gsSP1Triangle(11, 15, 14, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 46, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 3, 1, 0), - gsSP1Triangle(4, 3, 0, 0), - gsSP1Triangle(0, 5, 4, 0), - gsSP1Triangle(4, 6, 3, 0), - gsSP1Triangle(6, 7, 3, 0), - gsSP1Triangle(7, 8, 3, 0), - gsSP1Triangle(8, 7, 9, 0), - gsSP1Triangle(9, 10, 8, 0), - gsSP1Triangle(6, 11, 12, 0), - gsSP1Triangle(6, 12, 13, 0), - gsSP1Triangle(12, 0, 14, 0), - gsSP1Triangle(0, 15, 14, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 62, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(0, 2, 3, 0), - gsSP1Triangle(4, 5, 6, 0), - gsSP1Triangle(7, 5, 4, 0), - gsSP1Triangle(7, 4, 8, 0), - gsSP1Triangle(7, 8, 9, 0), - gsSP1Triangle(9, 8, 2, 0), - gsSP1Triangle(10, 5, 7, 0), - gsSP1Triangle(11, 12, 13, 0), - gsSP1Triangle(11, 13, 14, 0), - gsSP1Triangle(14, 13, 15, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 78, 16, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(3, 4, 5, 0), - gsSP1Triangle(3, 5, 6, 0), - gsSP1Triangle(6, 7, 3, 0), - gsSP1Triangle(8, 9, 10, 0), - gsSP1Triangle(8, 10, 11, 0), - gsSP1Triangle(12, 13, 14, 0), - gsSP1Triangle(12, 15, 13, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 94, 15, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), - gsSP1Triangle(0, 4, 3, 0), - gsSP1Triangle(5, 4, 0, 0), - gsSP1Triangle(6, 5, 0, 0), - gsSP1Triangle(6, 0, 7, 0), - gsSP1Triangle(0, 8, 7, 0), - gsSP1Triangle(9, 8, 0, 0), - gsSP1Triangle(5, 10, 4, 0), - gsSP1Triangle(11, 4, 10, 0), - gsSP1Triangle(4, 11, 12, 0), - gsSP1Triangle(4, 13, 14, 0), - gsSP1Triangle(14, 3, 4, 0), - gsSPVertex(wario_right_hand_peace_shared_dl_vertex + 109, 4, 0), - gsSP1Triangle(0, 1, 2, 0), - gsSP1Triangle(1, 0, 3, 0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group1, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 0, 2, 0x0), + gsSP2Triangles( 2, 4, 3, 0x0, 5, 6, 7, 0x0), + gsSP2Triangles( 8, 7, 9, 0x0, 7, 6, 10, 0x0), + gsSP2Triangles( 7, 10, 9, 0x0, 11, 8, 9, 0x0), + gsSP2Triangles( 7, 12, 5, 0x0, 10, 13, 14, 0x0), + gsSP2Triangles( 6, 15, 10, 0x0, 10, 14, 9, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group2, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 4, 0x0), + gsSP2Triangles( 5, 6, 7, 0x0, 8, 0, 9, 0x0), + gsSP2Triangles(10, 11, 12, 0x0, 10, 12, 13, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group3, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 7, 6, 8, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 9, 8, 10, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group4, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 2, 12, 13, 0x0, 3, 5, 12, 0x0), + gsSP1Triangle(12, 14, 15, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group5, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles( 9, 11, 12, 0x0, 13, 14, 15, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group6, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 4, 3, 6, 0x0, 7, 8, 9, 0x0), + gsSP2Triangles( 4, 10, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group7, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 7, 0x0), + gsSP2Triangles(10, 9, 11, 0x0, 12, 13, 14, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group8, 15, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 2, 3, 0, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 3, 2, 7, 0x0), + gsSP2Triangles( 8, 3, 7, 0x0, 9, 10, 11, 0x0), + gsSP1Triangle(12, 13, 14, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group9, 16, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0), + gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0), + gsSP2Triangles(12, 13, 14, 0x0, 12, 14, 15, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group10, 14, 0), + gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), + gsSP2Triangles( 4, 5, 6, 0x0, 4, 6, 7, 0x0), + gsSP2Triangles( 8, 9, 10, 0x0, 8, 10, 11, 0x0), + gsSP2Triangles(12, 13, 9, 0x0, 12, 9, 8, 0x0), + gsSPVertex(wario_right_hand_peace_shared_dl_vertex_group11, 3, 0), + gsSP1Triangle( 0, 1, 2, 0x0), gsSPEndDisplayList(), }; @@ -4299,6 +3825,7 @@ const Gfx wario_right_hand_peace[] = { gsSPEndDisplayList(), }; +// 0x0401C940 static const Vtx wario_wings_half_1_dl_vertex[] = { {{{ -105, 212, 0}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, {{{ -105, 0, 0}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, @@ -4306,6 +3833,7 @@ static const Vtx wario_wings_half_1_dl_vertex[] = { {{{ 0, 212, 0}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, }; +// 0x0401C980 static const Vtx wario_wings_half_2_dl_vertex[] = { {{{ 0, 0, 0}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}}, {{{ 106, 212, 0}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}}, @@ -4313,12 +3841,14 @@ static const Vtx wario_wings_half_2_dl_vertex[] = { {{{ 106, 0, 0}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}}, }; +// 0x0401C9C0 - 0x0401C9E0 const Gfx wario_wings_half_1_dl[] = { gsSPVertex(wario_wings_half_1_dl_vertex, 4, 0), gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), gsSPEndDisplayList(), }; +// 0x0401C9E0 - 0x0401CA00 const Gfx wario_wings_half_2_dl[] = { gsSPVertex(wario_wings_half_2_dl_vertex, 4, 0), gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0), @@ -4382,22 +3912,32 @@ const Gfx wario_cap_wings_transparent[] = { // 0x0401CB70 - 0x0401CC28 const Gfx wario_metal_cap_wings[] = { gsDPPipeSync(), - gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsSPLight(&wario_white_lights_group.l, 1), - gsSPLight(&wario_white_lights_group.a, 2), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_wings_half_2_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -4409,22 +3949,32 @@ const Gfx wario_metal_cap_wings[] = { // 0x0401CC28 - 0x0401CD20 const Gfx wario_metal_cap_wings_transparent[] = { gsDPPipeSync(), - gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsSPLight(&wario_white_lights_group.l, 1), - gsSPLight(&wario_white_lights_group.a, 2), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_wings_half_1_dl), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_wings_half_2_dl), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -4455,4 +4005,4 @@ const Gfx wario_material_revert_render_settings[] = { gsDPSetTileSize(1, 0, 0, 124, 124), gsSPEndDisplayList(), -}; \ No newline at end of file +}; diff --git a/actors/wario/wario_externs.h b/actors/wario/wario_externs.h index 2f7454f6..7a9a6321 100644 --- a/actors/wario/wario_externs.h +++ b/actors/wario/wario_externs.h @@ -1,5 +1,7 @@ extern ALIGNED8 const Texture wario_texture_white_button[]; extern ALIGNED8 const Texture wario_texture_w_logo[]; +extern ALIGNED8 const Texture wario_texture_w_blend[]; +extern ALIGNED8 const Texture wario_texture_w_cap[]; extern ALIGNED8 const Texture wario_texture_hair_sideburn[]; extern ALIGNED8 const Texture wario_texture_add_sideburn[]; extern ALIGNED8 const Texture wario_texture_skin_sideburn[]; diff --git a/actors/wario_cap/geo.inc.c b/actors/wario_cap/geo.inc.c index 9c8a1044..1fafa8f7 100644 --- a/actors/wario_cap/geo.inc.c +++ b/actors/wario_cap/geo.inc.c @@ -15,10 +15,12 @@ const GeoLayout warios_cap_geo[] = { GEO_OPEN_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, wario_cap_w_logo_decal), GEO_DISPLAY_LIST(LAYER_OPAQUE, wario_cap_seg3_dl_03022F48), GEO_CLOSE_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_cap_w_logo_decal), GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_cap_seg3_dl_03022F48), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), @@ -73,11 +75,13 @@ const GeoLayout warios_wing_cap_geo[] = { GEO_OPEN_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_ALPHA, wario_cap_w_logo_decal), GEO_DISPLAY_LIST(LAYER_OPAQUE, wario_cap_seg3_dl_03022F48), GEO_DISPLAY_LIST(LAYER_ALPHA, wario_cap_seg3_dl_030230B0), GEO_CLOSE_NODE(), GEO_NODE_START(), GEO_OPEN_NODE(), + GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_cap_w_logo_decal), GEO_DISPLAY_LIST(LAYER_TRANSPARENT, wario_cap_seg3_dl_03023160), GEO_CLOSE_NODE(), GEO_CLOSE_NODE(), diff --git a/actors/wario_cap/geo_header.h b/actors/wario_cap/geo_header.h index d51a692e..21ba7428 100644 --- a/actors/wario_cap/geo_header.h +++ b/actors/wario_cap/geo_header.h @@ -9,7 +9,9 @@ extern const Gfx wario_cap_seg3_dl_03022D10[]; extern const Gfx wario_cap_seg3_dl_03022E78[]; extern const Gfx wario_cap_seg3_dl_03022EA8[]; extern const Gfx wario_cap_seg3_dl_03022ED8[]; +extern const Gfx wario_cap_seg3_dl_03022ED8_metal[]; extern const Gfx wario_cap_seg3_dl_03022F20[]; +extern const Gfx wario_cap_w_logo_decal[]; extern const Gfx wario_cap_seg3_dl_03022F48[]; extern const Gfx wario_cap_seg3_dl_03022FF8[]; extern const Gfx wario_cap_seg3_dl_030230B0[]; diff --git a/actors/wario_cap/model.inc.c b/actors/wario_cap/model.inc.c index 297745d4..3dc5c9bf 100644 --- a/actors/wario_cap/model.inc.c +++ b/actors/wario_cap/model.inc.c @@ -1,24 +1,6 @@ #include "pc/rom_assets.h" // Wario Cap (Normal Cap, Metal, Winged, etc) -// 0x0301CF08 -static const Lights1 wario_cap_seg3_lights_0301CF08 = gdSPDefLights1( - 0x39, 0x03, 0x00, - 0x73, 0x06, 0x00, 0x28, 0x28, 0x28 -); - -// 0x0301CF20 -static const Lights1 wario_cap_seg3_lights_0301CF20 = gdSPDefLights1( - 0x7f, 0x7f, 0x7f, - 0xff, 0xff, 0xff, 0x28, 0x28, 0x28 -); - -// 0x0301CF38 -static const Lights1 wario_cap_seg3_lights_0301CF38 = gdSPDefLights1( - 0x7f, 0x5e, 0x00, - 0xff, 0xbd, 0x00, 0x28, 0x28, 0x28 -); - static const Lights1 wario_cap_black_lights_group = gdSPDefLights1( 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x28, 0x28 @@ -26,14 +8,17 @@ static const Lights1 wario_cap_black_lights_group = gdSPDefLights1( #include "actors/mario/mario_externs.h" #include "actors/wario/wario_externs.h" -#define wario_cap_texture_metal_shade mario_texture_metal_shade -#define wario_cap_texture_metal_light mario_texture_metal_light -#define wario_cap_texture_w_logo wario_texture_w_logo -#define wario_cap_texture_wings_half_1 mario_texture_wings_half_1 -#define wario_cap_texture_wings_half_2 mario_texture_wings_half_2 -#define wario_cap_texture_metal_wings_half_1 mario_texture_metal_wings_half_1 -#define wario_cap_texture_metal_wings_half_2 mario_texture_metal_wings_half_2 -#define wario_cap_texture_cap_inside mario_texture_cap_inside +#define wario_cap_texture_metal_shade mario_texture_metal_shade +#define wario_cap_texture_metal_light mario_texture_metal_light +#define wario_cap_texture_w_logo wario_texture_w_logo +#define wario_cap_texture_w_blend wario_texture_w_blend +#define wario_cap_texture_w_cap wario_texture_w_cap +#define wario_cap_texture_wings_half_1 mario_texture_wings_half_1 +#define wario_cap_texture_wings_half_2 mario_texture_wings_half_2 +#define wario_cap_texture_metal_wings_half_1_shade mario_texture_metal_wings_half_1_shade +#define wario_cap_texture_metal_wings_half_1_light mario_texture_metal_wings_half_1_light +#define wario_cap_texture_metal_wings_half_2_shade mario_texture_metal_wings_half_2_shade +#define wario_cap_texture_metal_wings_half_2_light mario_texture_metal_wings_half_2_light // 0x03022750 ROM_ASSET_LOAD_VTX(wario_cap_seg3_vertex_03022750, 0x00114750, 78432, 0x0001bf50, 112); @@ -100,16 +85,10 @@ const Gfx wario_cap_seg3_dl_03022CC8[] = { // 0x03022D10 - 0x03022D38 const Gfx wario_cap_seg3_dl_03022D10[] = { gsSPDisplayList(wario_cap_seg3_dl_03022B68), - gsDPSetCombineMode(G_CC_MODULATERGBFADEA, G_CC_MODULATERGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (8 - 1) << G_TEXTURE_IMAGE_FRAC, (8 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_cap_inside), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 8 * 8 - 1, CALC_DXT(8, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), //gsSPLight(&wario_cap_seg3_lights_0301CF08.a, 2), + gsDPSetCombineLERP(SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT, SHADE, 0, PRIMITIVE, 0, 0, 0, 0, ENVIRONMENT), + gsSPTexture(65535, 65535, 0, 0, 1), + gsDPSetPrimColor(0, 0, 115, 115, 115, 255), + gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(wario_cap_seg3_dl_03022CC8), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -174,6 +153,16 @@ const Gfx wario_cap_seg3_dl_03022ED8[] = { gsSPEndDisplayList(), }; +const Gfx wario_cap_seg3_dl_03022ED8_metal[] = { + gsDPPipeSync(), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_cap_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsSPEndDisplayList(), +}; + // 0x03022F20 - 0x03022F48 const Gfx wario_cap_seg3_dl_03022F20[] = { gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), @@ -183,23 +172,50 @@ const Gfx wario_cap_seg3_dl_03022F20[] = { gsSPEndDisplayList(), }; -// 0x03022F48 - 0x03022FF8 -const Gfx wario_cap_seg3_dl_03022F48[] = { +const Gfx wario_cap_w_logo_decal[] = { gsDPPipeSync(), - gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), //gsSPLight(&wario_cap_seg3_lights_0301CF38.a, 2), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL1, SHADE, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_cap_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_w_blend), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), gsSPDisplayList(wario_cap_seg3_dl_03022B30), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0, TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, TEXEL1, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPCopyLightsPlayerPart(CAP), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_w_logo), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_w_cap), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 256, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 1023, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 256, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 124), + gsSPDisplayList(wario_cap_seg3_dl_03022B30), + gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), + gsDPPipeSync(), + gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), + gsSPEndDisplayList(), +}; + +// 0x03022F48 - 0x03022FF8 +const Gfx wario_cap_seg3_dl_03022F48[] = { gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(CAP), gsSPDisplayList(wario_cap_seg3_dl_03022D10), gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), @@ -255,14 +271,28 @@ const Gfx wario_cap_seg3_dl_030230B0[] = { // 0x03023108 - 0x03023160 const Gfx wario_cap_seg3_dl_03023108[] = { - gsSPDisplayList(wario_cap_seg3_dl_03022ED8), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPDisplayList(wario_cap_seg3_dl_03022ED8_metal), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_cap_seg3_dl_03022E78), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_cap_seg3_dl_03022EA8), gsSPDisplayList(wario_cap_seg3_dl_03022F20), gsSPEndDisplayList(), @@ -270,21 +300,9 @@ const Gfx wario_cap_seg3_dl_03023108[] = { // 0x03023160 - 0x03023298 const Gfx wario_cap_seg3_dl_03023160[] = { - gsDPPipeSync(), - gsDPSetCombineMode(G_CC_BLENDRGBFADEA, G_CC_BLENDRGBFADEA), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_w_logo), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), - gsSPCopyLightsPlayerPart(CAP), //gsSPLight(&wario_cap_seg3_lights_0301CF38.a, 2), - gsSPDisplayList(wario_cap_seg3_dl_03022B30), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA), + gsSPCopyLightsPlayerPart(CAP), //gsSPLight(&wario_cap_seg3_lights_0301CF38.a, 2), gsSPDisplayList(wario_cap_seg3_dl_03022D10), gsDPPipeSync(), gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), @@ -312,40 +330,53 @@ const Gfx wario_cap_seg3_dl_03023160[] = { // 0x03023298 - 0x030233D0 const Gfx wario_cap_seg3_dl_03023298[] = { - gsDPPipeSync(), - gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), - gsSPSetGeometryMode(G_TEXTURE_GEN), - gsSPTexture(4032, 1984, 0, 0, 1), + gsDPPipeSync(), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT, TEXEL0, 0, SHADE, TEXEL1, 0, 0, 0, ENVIRONMENT), + gsSPSetGeometryMode(G_TEXTURE_GEN), + gsSPTexture(4032, 1984, 0, 0, 1), gsSPLight(&wario_cap_black_lights_group.l, 1), gsSPCopyLightEXT(2, 17), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_shade), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(7, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(0, 0, 0, 252, 124), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_light), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), - gsDPLoadBlock(6, 0, 0, 2047, 128), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), - gsDPSetTileSize(1, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(0, 0, 0, 252, 124), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 128), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0), + gsDPSetTileSize(1, 0, 0, 252, 124), gsSPDisplayList(wario_cap_seg3_dl_03022B30), gsSPDisplayList(wario_cap_seg3_dl_03022B68), gsSPDisplayList(wario_cap_seg3_dl_03022CC8), gsSPTexture(0x0F80, 0x07C0, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), - gsSPClearGeometryMode(G_TEXTURE_GEN | G_LIGHTING | G_CULL_BACK), - gsDPSetCombineMode(G_CC_DECALFADEA, G_CC_DECALFADEA), - gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), - gsDPTileSync(), - gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), - gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_metal_wings_half_1), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsSPClearGeometryMode(G_TEXTURE_GEN | G_CULL_BACK), + gsDPSetCombineLERP(TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, SHADE, TEXEL1, TEXEL0, 0, ENVIRONMENT, 0), + gsSPTexture(65535, 65535, 0, 0, 1), + gsSPLight(&wario_cap_black_lights_group.l, 1), + gsSPCopyLightEXT(2, 17), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_1_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_1_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_cap_seg3_dl_03022E78), - gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, wario_cap_texture_metal_wings_half_2), - gsDPLoadSync(), - gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_2_shade), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 0, 7, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(7, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 252), + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 1, wario_cap_texture_metal_wings_half_2_light), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b_LOAD_BLOCK, 0, 512, 6, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0, G_TX_WRAP | G_TX_NOMIRROR, 0, 0), + gsDPLoadBlock(6, 0, 0, 2047, 256), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 512, 1, 0, G_TX_CLAMP | G_TX_NOMIRROR, 6, 0, G_TX_CLAMP | G_TX_NOMIRROR, 5, 0), + gsDPSetTileSize(1, 0, 0, 124, 252), gsSPDisplayList(wario_cap_seg3_dl_03022EA8), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), gsDPPipeSync(), @@ -378,4 +409,4 @@ const Gfx wario_cap_material_revert_render_settings[] = { gsDPSetTileSize(1, 0, 0, 124, 124), gsSPEndDisplayList(), -}; \ No newline at end of file +}; diff --git a/data/dynos_mgr_builtin_externs.h b/data/dynos_mgr_builtin_externs.h index 7d0e9677..08b0efe9 100644 --- a/data/dynos_mgr_builtin_externs.h +++ b/data/dynos_mgr_builtin_externs.h @@ -1630,7 +1630,6 @@ extern ALIGNED8 Texture gd_texture_sparkle_3[]; extern ALIGNED8 Texture gd_texture_sparkle_4[]; extern ALIGNED8 Texture gd_texture_sparkle_5[]; -extern ALIGNED8 const Texture mario_texture_metal[]; extern ALIGNED8 const Texture mario_texture_metal_shade[]; extern ALIGNED8 const Texture mario_texture_metal_light[]; extern ALIGNED8 const Texture mario_texture_yellow_button[]; @@ -1651,9 +1650,10 @@ extern ALIGNED8 const Texture mario_texture_eyes_down[]; extern ALIGNED8 const Texture mario_texture_eyes_dead[]; extern ALIGNED8 const Texture mario_texture_wings_half_1[]; extern ALIGNED8 const Texture mario_texture_wings_half_2[]; -extern ALIGNED8 const Texture mario_texture_metal_wings_half_1[]; -extern ALIGNED8 const Texture mario_texture_metal_wings_half_2[]; -extern ALIGNED8 const Texture mario_texture_cap_inside[]; +extern ALIGNED8 const Texture mario_texture_metal_wings_half_1_shade[]; +extern ALIGNED8 const Texture mario_texture_metal_wings_half_1_light[]; +extern ALIGNED8 const Texture mario_texture_metal_wings_half_2_shade[]; +extern ALIGNED8 const Texture mario_texture_metal_wings_half_2_light[]; extern ALIGNED8 const Texture mario_cap_seg3_texture_0301CF50[]; extern ALIGNED8 const Texture mario_cap_seg3_texture_0301DF50[]; extern ALIGNED8 const Texture mario_cap_seg3_texture_0301E750[]; @@ -1686,6 +1686,8 @@ extern ALIGNED8 const Texture toad_player_texture_eyes_down[]; extern ALIGNED8 const Texture toad_player_texture_eyes_dead[]; extern ALIGNED8 const Texture wario_texture_white_button[]; extern ALIGNED8 const Texture wario_texture_w_logo[]; +extern ALIGNED8 const Texture wario_texture_w_blend[]; +extern ALIGNED8 const Texture wario_texture_w_cap[]; extern ALIGNED8 const Texture wario_texture_hair_sideburn[]; extern ALIGNED8 const Texture wario_texture_add_sideburn[]; extern ALIGNED8 const Texture wario_texture_skin_sideburn[]; @@ -1699,25 +1701,22 @@ extern ALIGNED8 const Texture wario_texture_eyes_left[]; extern ALIGNED8 const Texture wario_texture_eyes_up[]; extern ALIGNED8 const Texture wario_texture_eyes_down[]; extern ALIGNED8 const Texture wario_texture_eyes_dead[]; - -extern ALIGNED8 const Texture waluigi_custom_waluigi_overalls_button_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_metal_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_cap_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_center_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_mouth_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_sideburns_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_half_closed_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_closed_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_left_unused_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_right_unused_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_up_unused_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_down_unused_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_mouth_dead_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_eyes_dead_rgba16[]; -extern ALIGNED8 const Texture waluigi_wing_2_rgba16[]; -extern ALIGNED8 const Texture waluigi_wing_1_rgba16[]; -extern ALIGNED8 const Texture waluigi_custom_waluigi_glove_rgba16[]; - +extern ALIGNED8 const Texture waluigi_texture_r_logo[]; +extern ALIGNED8 const Texture waluigi_texture_r_blend[]; +extern ALIGNED8 const Texture waluigi_texture_r_cap[]; +extern ALIGNED8 const Texture waluigi_texture_hair_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_add_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_skin_sideburn[]; +extern ALIGNED8 const Texture waluigi_texture_mouth[]; +extern ALIGNED8 const Texture waluigi_texture_mouth_dead[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_front[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_half_closed[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_closed[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_right[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_left[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_up[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_down[]; +extern ALIGNED8 const Texture waluigi_texture_eyes_dead[]; extern ALIGNED8 const Texture water_skybox_texture_00000[]; extern ALIGNED8 const Texture water_skybox_texture_00001[]; extern ALIGNED8 const Texture water_skybox_texture_00002[]; diff --git a/data/dynos_mgr_builtin_tex.cpp b/data/dynos_mgr_builtin_tex.cpp index b1b04e2d..e4a8d830 100644 --- a/data/dynos_mgr_builtin_tex.cpp +++ b/data/dynos_mgr_builtin_tex.cpp @@ -1051,15 +1051,14 @@ static const struct BuiltinTexInfo sDynosBuiltinTexs[] = { define_builtin_tex(wmotr_seg7_texture_07000C00, "levels/wmotr/2.rgba16.png", 32, 32, 16), define_builtin_tex(wmotr_seg7_texture_07001400, "levels/wmotr/3.rgba16.png", 32, 8, 16), define_builtin_tex(wmotr_seg7_texture_07001600, "levels/wmotr/4.rgba16.png", 8, 32, 16), - define_builtin_tex(mario_texture_metal, "actors/mario/mario_metal.rgba16.png", 64, 32, 16), define_builtin_tex(mario_texture_metal_shade, "actors/mario/custom_mario_metal_shade.rgba16.png", 64, 32, 16), define_builtin_tex(mario_texture_metal_light, "actors/mario/custom_mario_metal_light.rgba16.png", 64, 32, 16), define_builtin_tex(mario_texture_yellow_button, "actors/mario/mario_overalls_button.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_m_logo, "actors/mario/custom_mario_logo.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_m_blend, "actors/mario/custom_mario_m_blend.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_m_cap, "actors/mario/custom_mario_cap.rgba16.png", 32, 32, 16), - define_builtin_tex(mario_texture_hair_sideburn, "actors/mario/custom_mario_sideburn.rgba32.png", 32, 32, 16), - define_builtin_tex(mario_texture_add_sideburn, "actors/mario/custom_mario_sideburn_add.rgba32.png", 32, 32, 16), + define_builtin_tex(mario_texture_hair_sideburn, "actors/mario/custom_mario_sideburn.rgba16.png", 32, 32, 16), + define_builtin_tex(mario_texture_add_sideburn, "actors/mario/custom_mario_sideburn_add.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_skin_sideburn, "actors/mario/custom_mario_skin.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_mustache, "actors/mario/mario_mustache.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_eyes_front, "actors/mario/mario_eyes_center.rgba16.png", 32, 32, 16), @@ -1072,9 +1071,10 @@ static const struct BuiltinTexInfo sDynosBuiltinTexs[] = { define_builtin_tex(mario_texture_eyes_dead, "actors/mario/mario_eyes_dead.rgba16.png", 32, 32, 16), define_builtin_tex(mario_texture_wings_half_1, "actors/mario/mario_wing.rgba16.png", 32, 64, 16), define_builtin_tex(mario_texture_wings_half_2, "actors/mario/mario_wing_tip.rgba16.png", 32, 64, 16), - define_builtin_tex(mario_texture_metal_wings_half_1, "actors/mario/mario_metal_wing_unused.rgba16.png", 32, 64, 16), - define_builtin_tex(mario_texture_metal_wings_half_2, "actors/mario/mario_metal_wing_tip_unused.rgba16.png", 32, 64, 16), - define_builtin_tex(mario_texture_cap_inside, "actors/mario/custom_mario_cap_inside.rgba32.png", 8, 8, 16), + define_builtin_tex(mario_texture_metal_wings_half_1_shade, "actors/mario/custom_mario_metal_wing_shade.rgba16.png", 32, 64, 16), + define_builtin_tex(mario_texture_metal_wings_half_1_light, "actors/mario/custom_mario_metal_wing_light.rgba16.png", 32, 64, 16), + define_builtin_tex(mario_texture_metal_wings_half_2_shade, "actors/mario/custom_mario_metal_wing_tip_shade.rgba16.png", 32, 64, 16), + define_builtin_tex(mario_texture_metal_wings_half_2_light, "actors/mario/custom_mario_metal_wing_tip_light.rgba16.png", 32, 64, 16), define_builtin_tex(mario_cap_seg3_texture_0301CF50, "actors/mario_cap/mario_cap_metal.rgba16.png", 64, 32, 16), define_builtin_tex(mario_cap_seg3_texture_0301DF50, "actors/mario_cap/mario_cap_logo.rgba16.png", 32, 32, 16), define_builtin_tex(mario_cap_seg3_texture_0301E750, "actors/mario_cap/mario_cap_wing.rgba16.png", 32, 64, 16), @@ -1086,10 +1086,10 @@ static const struct BuiltinTexInfo sDynosBuiltinTexs[] = { define_builtin_tex(impact_smoke_seg6_texture_0605EA28, "actors/impact_smoke/impact_smoke_2.ia16.png", 64, 64, 16), define_builtin_tex(impact_smoke_seg6_texture_06060A28, "actors/impact_smoke/impact_smoke_3.ia16.png", 64, 64, 16), define_builtin_tex(luigi_texture_l_logo, "actors/luigi/custom_luigi_logo.rgba16.png", 32, 32, 16), - define_builtin_tex(luigi_texture_l_blend, "actors/luigi/custom_luigi_l_blend.rgba16.png", 32, 32, 16), + define_builtin_tex(luigi_texture_l_blend, "actors/luigi/custom_luigi_logo_blend.rgba16.png", 32, 32, 16), define_builtin_tex(luigi_texture_l_cap, "actors/luigi/custom_luigi_cap.rgba16.png", 32, 32, 16), - define_builtin_tex(luigi_texture_hair_sideburn, "actors/luigi/custom_luigi_sideburn.rgba32.png", 32, 32, 16), - define_builtin_tex(luigi_texture_add_sideburn, "actors/luigi/custom_luigi_sideburn_add.rgba32.png", 32, 32, 16), + define_builtin_tex(luigi_texture_hair_sideburn, "actors/luigi/custom_luigi_sideburn.rgba16.png", 32, 32, 16), + define_builtin_tex(luigi_texture_add_sideburn, "actors/luigi/custom_luigi_sideburn_add.rgba16.png", 32, 32, 16), define_builtin_tex(luigi_texture_skin_sideburn, "actors/luigi/custom_luigi_skin.rgba16.png", 32, 32, 16), define_builtin_tex(luigi_texture_mustache, "actors/luigi/custom_luigi_mustache.rgba16.png", 32, 32, 16), define_builtin_tex(toad_player_texture_cap, "actors/toad_player/custom_toad_cap.ia16.png", 32, 32, 16), @@ -1107,8 +1107,10 @@ static const struct BuiltinTexInfo sDynosBuiltinTexs[] = { define_builtin_tex(toad_player_texture_eyes_dead, "actors/toad_player/custom_toad_eyes_dead.rgba32.png", 32, 32, 16), define_builtin_tex(wario_texture_white_button, "actors/wario/custom_wario_overalls_button.rgba16.png", 32, 32, 16), define_builtin_tex(wario_texture_w_logo, "actors/wario/custom_wario_logo.rgba16.png", 32, 32, 16), - define_builtin_tex(wario_texture_hair_sideburn, "actors/wario/custom_wario_sideburn.rgba32.png", 32, 32, 16), - define_builtin_tex(wario_texture_add_sideburn, "actors/wario/custom_wario_sideburn_add.rgba32.png", 32, 32, 16), + define_builtin_tex(wario_texture_w_blend, "actors/wario/custom_wario_logo_blend.rgba16.png", 32, 32, 16), + define_builtin_tex(wario_texture_w_cap, "actors/wario/custom_wario_cap.rgba16.png", 32, 32, 16), + define_builtin_tex(wario_texture_hair_sideburn, "actors/wario/custom_wario_sideburn.rgba16.png", 32, 32, 16), + define_builtin_tex(wario_texture_add_sideburn, "actors/wario/custom_wario_sideburn_add.rgba16.png", 32, 32, 16), define_builtin_tex(wario_texture_skin_sideburn, "actors/wario/custom_wario_skin.rgba16.png", 32, 32, 16), define_builtin_tex(wario_texture_mouth, "actors/wario/custom_wario_mouth.rgba16.png", 64, 32, 16), define_builtin_tex(wario_texture_mouth_dead, "actors/wario/custom_wario_mouth_dead.rgba16.png", 64, 32, 16), @@ -1120,32 +1122,22 @@ static const struct BuiltinTexInfo sDynosBuiltinTexs[] = { define_builtin_tex(wario_texture_eyes_up, "actors/wario/custom_wario_eyes_up_unused.rgba16.png", 64, 32, 16), define_builtin_tex(wario_texture_eyes_down, "actors/wario/custom_wario_eyes_down_unused.rgba16.png", 64, 32, 16), define_builtin_tex(wario_texture_eyes_dead, "actors/wario/custom_wario_eyes_dead.rgba16.png", 64, 32, 16), - - // Waluigi - define_builtin_tex(waluigi_custom_waluigi_overalls_button_rgba16, "actors/waluigi/custom_waluigi_overalls_button.rgba16.png", 32, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_metal_rgba16, "actors/waluigi/custom_waluigi_metal.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_cap_rgba16, "actors/waluigi/custom_waluigi_cap.rgba16.png", 32, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_glove_rgba16, "actors/waluigi/custom_waluigi_glove.rgba16.png", 32, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_sideburns_rgba16, "actors/waluigi/custom_waluigi_sideburns.rgba16.png", 32, 32, 16), - - define_builtin_tex(waluigi_custom_waluigi_mouth_rgba16, "actors/waluigi/custom_waluigi_mouth.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_mouth_dead_rgba16, "actors/waluigi/custom_waluigi_mouth_dead.rgba16.png", 64, 32, 16), - - define_builtin_tex(waluigi_wing_1_rgba16, "actors/waluigi/wing_1.rgba16.png", 32, 64, 16), - define_builtin_tex(waluigi_wing_2_rgba16, "actors/waluigi/wing_2.rgba16.png", 32, 64, 16), - - // Eyes - define_builtin_tex(waluigi_custom_waluigi_eyes_center_rgba16, "actors/waluigi/custom_waluigi_eyes_center.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_half_closed_rgba16, "actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_closed_rgba16, "actors/waluigi/custom_waluigi_eyes_closed.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_dead_rgba16, "actors/waluigi/custom_waluigi_eyes_dead.rgba16.png", 64, 32, 16), - - // Unused - define_builtin_tex(waluigi_custom_waluigi_eyes_left_unused_rgba16, "actors/waluigi/custom_waluigi_eyes_left_unused.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_right_unused_rgba16, "actors/waluigi/custom_waluigi_eyes_right_unused.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_up_unused_rgba16, "actors/waluigi/custom_waluigi_eyes_up_unused.rgba16.png", 64, 32, 16), - define_builtin_tex(waluigi_custom_waluigi_eyes_down_unused_rgba16, "actors/waluigi/custom_waluigi_eyes_down_unused.rgba16.png", 64, 32, 16), - + define_builtin_tex(waluigi_texture_r_logo, "actors/waluigi/custom_waluigi_logo.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_r_blend, "actors/waluigi/custom_waluigi_logo_blend.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_r_cap, "actors/waluigi/custom_waluigi_cap.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_hair_sideburn, "actors/waluigi/custom_waluigi_sideburn.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_add_sideburn, "actors/waluigi/custom_waluigi_sideburn_add.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_skin_sideburn, "actors/waluigi/custom_waluigi_skin.rgba16.png", 32, 32, 16), + define_builtin_tex(waluigi_texture_mouth, "actors/waluigi/custom_waluigi_mouth.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_mouth_dead, "actors/waluigi/custom_waluigi_mouth_dead.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_front, "actors/waluigi/custom_waluigi_eyes_center.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_half_closed, "actors/waluigi/custom_waluigi_eyes_half_closed.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_closed, "actors/waluigi/custom_waluigi_eyes_closed.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_right, "actors/waluigi/custom_waluigi_eyes_left_unused.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_left, "actors/waluigi/custom_waluigi_eyes_right_unused.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_up, "actors/waluigi/custom_waluigi_eyes_up_unused.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_down, "actors/waluigi/custom_waluigi_eyes_down_unused.rgba16.png", 64, 32, 16), + define_builtin_tex(waluigi_texture_eyes_dead, "actors/waluigi/custom_waluigi_eyes_dead.rgba16.png", 64, 32, 16), // Fonts define_builtin_tex(texture_font_normal, "textures/custom_font/custom_font_normal.rgba32.png", 256, 128, 32), define_builtin_tex(texture_font_aliased, "textures/custom_font/custom_font_aliased.rgba32.png", 512, 256, 32), diff --git a/palettes/Waluigi.ini b/palettes/Waluigi.ini index b16cc82d..af3a822d 100644 --- a/palettes/Waluigi.ini +++ b/palettes/Waluigi.ini @@ -20,6 +20,6 @@ SKIN_B = 121 CAP_R = 97 CAP_G = 38 CAP_B = 176 -EMBLEM_R = 97 -EMBLEM_G = 38 -EMBLEM_B = 176 +EMBLEM_R = 255 +EMBLEM_G = 189 +EMBLEM_B = 0 diff --git a/palettes/Wario.ini b/palettes/Wario.ini index c4bb4ea3..6a13b02d 100644 --- a/palettes/Wario.ini +++ b/palettes/Wario.ini @@ -2,9 +2,9 @@ PANTS_R = 127 PANTS_G = 32 PANTS_B = 122 -SHIRT_R = 227 -SHIRT_G = 169 -SHIRT_B = 1 +SHIRT_R = 255 +SHIRT_G = 189 +SHIRT_B = 0 GLOVES_R = 255 GLOVES_G = 255 GLOVES_B = 255 @@ -17,9 +17,9 @@ HAIR_B = 0 SKIN_R = 254 SKIN_G = 193 SKIN_B = 121 -CAP_R = 227 -CAP_G = 169 -CAP_B = 1 -EMBLEM_R = 227 -EMBLEM_G = 169 -EMBLEM_B = 1 +CAP_R = 255 +CAP_G = 189 +CAP_B = 0 +EMBLEM_R = 0 +EMBLEM_G = 0 +EMBLEM_B = 255 diff --git a/src/game/characters.c b/src/game/characters.c index 1d7e3043..662ff526 100644 --- a/src/game/characters.c +++ b/src/game/characters.c @@ -17,10 +17,12 @@ extern Gfx mario_cap_seg3_dl_03022F48[]; extern Gfx mario_cap_m_logo_decal[]; extern Gfx luigi_cap_seg3_dl_03022F48[]; extern Gfx luigi_cap_l_logo_decal[]; -extern Gfx toad_cap_Cap_mesh_layer_1[]; -extern Gfx toad_cap_Cap_mesh_layer_5[]; +extern Gfx toad_cap_mesh_layer_1[]; +extern Gfx toad_cap_mesh_layer_5[]; extern Gfx waluigi_cap_seg3_dl_03022F48[]; +extern Gfx waluigi_cap_r_logo_decal[]; extern Gfx wario_cap_seg3_dl_03022F48[]; +extern Gfx wario_cap_w_logo_decal[]; extern ALIGNED8 const u8 texture_hud_char_mario_head[]; extern ALIGNED8 const u8 texture_hud_char_luigi_head[]; @@ -173,8 +175,8 @@ struct Character gCharacters[CT_MAX] = { .capWingModelId = MODEL_TOADS_WING_CAP, .capMetalWingModelId = MODEL_TOADS_WINGED_METAL_CAP, .capEnemyLayer = LAYER_ALPHA, - .capEnemyGfx = toad_cap_Cap_mesh_layer_1, - .capEnemyDecalGfx = toad_cap_Cap_mesh_layer_5, + .capEnemyGfx = toad_cap_mesh_layer_1, + .capEnemyDecalGfx = toad_cap_mesh_layer_5, .torsoRotMult = 1.0f, // anim .animOffsetEnabled = false, @@ -238,19 +240,12 @@ struct Character gCharacters[CT_MAX] = { .capMetalModelId = MODEL_WALUIGIS_METAL_CAP, .capWingModelId = MODEL_WALUIGIS_WING_CAP, .capMetalWingModelId = MODEL_WALUIGIS_WINGED_METAL_CAP, - .capEnemyLayer = LAYER_OPAQUE, + .capEnemyLayer = LAYER_ALPHA, .capEnemyGfx = waluigi_cap_seg3_dl_03022F48, - .capEnemyDecalGfx = NULL, - .torsoRotMult = 0.5f, + .capEnemyDecalGfx = waluigi_cap_r_logo_decal, + .torsoRotMult = 1.0f, // anim - .animOffsetEnabled = true, - .animOffsetLowYPoint = 11, - .animOffsetFeet = 25, - .animOffsetHand = -10, - - // character anims - .animWalking = WALUIGI_ANIM_WALKING, - .animRunning = WALUIGI_ANIM_RUNNING, + .animOffsetEnabled = false, // sounds .soundFreqScale = 0.99f, @@ -311,9 +306,9 @@ struct Character gCharacters[CT_MAX] = { .capMetalModelId = MODEL_WARIOS_METAL_CAP, .capWingModelId = MODEL_WARIOS_WING_CAP, .capMetalWingModelId = MODEL_WARIOS_WINGED_METAL_CAP, - .capEnemyLayer = LAYER_OPAQUE, + .capEnemyLayer = LAYER_ALPHA, .capEnemyGfx = wario_cap_seg3_dl_03022F48, - .capEnemyDecalGfx = NULL, + .capEnemyDecalGfx = wario_cap_w_logo_decal, .torsoRotMult = 1.0f, // anim .animOffsetEnabled = false,