From 15d6f6ae0760adcab643c80fa650998b1b355788 Mon Sep 17 00:00:00 2001 From: Prince Frizzy Date: Sun, 27 Apr 2025 17:02:15 -0400 Subject: [PATCH] Add some sanity checks to prevent bugs and exploits. (#767) * Add some sanity checks to prevent bugs and exploits. * Improve sanity check for Koopa Shell Riding. * Sort and optimize MarioState structure. --- autogen/lua_definitions/functions.lua | 7 + autogen/lua_definitions/structs.lua | 1 + docs/lua/functions-3.md | 23 + docs/lua/functions.md | 1 + docs/lua/structs.md | 1 + include/display_lists.inl | 3704 ++++++++++++------------- include/types.h | 195 +- src/game/hardcoded.c | 1 + src/game/hardcoded.h | 1 + src/game/interaction.c | 66 +- src/game/interaction.h | 7 + src/game/mario.c | 4 - src/game/mario_actions_cutscene.c | 8 + src/game/mario_actions_moving.c | 9 +- src/pc/lua/smlua_cobject_autogen.c | 3 +- src/pc/lua/smlua_functions_autogen.c | 19 + 16 files changed, 2078 insertions(+), 1972 deletions(-) diff --git a/autogen/lua_definitions/functions.lua b/autogen/lua_definitions/functions.lua index aefa2322e..2f5a38f04 100644 --- a/autogen/lua_definitions/functions.lua +++ b/autogen/lua_definitions/functions.lua @@ -4706,6 +4706,13 @@ function does_mario_have_normal_cap_on_head(m) -- ... end +--- @param m MarioState +--- @return boolean +--- Checks if Mario has already had a cap blown off of his head in the current level, Returns true if a blown cap can be found for Mario, false if not. Useful to check if a blown cap exists in the level currently. +function does_mario_have_blown_cap(m) + -- ... +end + --- @param m MarioState --- @param capSpeed number --- Makes Mario blow off his normal cap at a given speed. Removes the normal cap from Mario's head and spawns it as a collectible object in the game world. Useful for simulating events where Mario loses his cap due to enemy attacks or environmental forces diff --git a/autogen/lua_definitions/structs.lua b/autogen/lua_definitions/structs.lua index e42150ac5..3b555b0ff 100644 --- a/autogen/lua_definitions/structs.lua +++ b/autogen/lua_definitions/structs.lua @@ -1071,6 +1071,7 @@ --- @field public fixCollisionBugsGroundPoundBonks integer --- @field public fixCollisionBugsPickBestWall integer --- @field public fixCollisionBugsRoundedCorners integer +--- @field public fixInvalidShellRides integer --- @field public fixVanishFloors integer --- @field public floatingStarDance integer --- @field public floorLowerLimit integer diff --git a/docs/lua/functions-3.md b/docs/lua/functions-3.md index 1301e245d..4c62b439c 100644 --- a/docs/lua/functions-3.md +++ b/docs/lua/functions-3.md @@ -5640,6 +5640,29 @@ Checks if Mario is currently wearing his normal cap on his head. Returns true if
+## [does_mario_have_blown_cap](#does_mario_have_blown_cap) + +### Description +Checks if Mario has already had a cap blown off of his head in the current level, Returns true if a blown cap can be found for Mario, false if not. Useful to check if a blown cap exists in the level currently. + +### Lua Example +`local booleanValue = does_mario_have_blown_cap(m)` + +### Parameters +| Field | Type | +| ----- | ---- | +| m | [MarioState](structs.md#MarioState) | + +### Returns +- `boolean` + +### C Prototype +`bool does_mario_have_blown_cap(struct MarioState *m);` + +[:arrow_up_small:](#) + +
+ ## [mario_blow_off_cap](#mario_blow_off_cap) ### Description diff --git a/docs/lua/functions.md b/docs/lua/functions.md index baafdc554..bfe73e561 100644 --- a/docs/lua/functions.md +++ b/docs/lua/functions.md @@ -911,6 +911,7 @@ - [mario_throw_held_object](functions-3.md#mario_throw_held_object) - [mario_stop_riding_and_holding](functions-3.md#mario_stop_riding_and_holding) - [does_mario_have_normal_cap_on_head](functions-3.md#does_mario_have_normal_cap_on_head) + - [does_mario_have_blown_cap](functions-3.md#does_mario_have_blown_cap) - [mario_blow_off_cap](functions-3.md#mario_blow_off_cap) - [mario_lose_cap_to_enemy](functions-3.md#mario_lose_cap_to_enemy) - [mario_retrieve_cap](functions-3.md#mario_retrieve_cap) diff --git a/docs/lua/structs.md b/docs/lua/structs.md index afd459a0b..ff1819365 100644 --- a/docs/lua/structs.md +++ b/docs/lua/structs.md @@ -1642,6 +1642,7 @@ | fixCollisionBugsGroundPoundBonks | `integer` | | | fixCollisionBugsPickBestWall | `integer` | | | fixCollisionBugsRoundedCorners | `integer` | | +| fixInvalidShellRides | `integer` | | | fixVanishFloors | `integer` | | | floatingStarDance | `integer` | | | floorLowerLimit | `integer` | | diff --git a/include/display_lists.inl b/include/display_lists.inl index 92044cd06..ed1560128 100644 --- a/include/display_lists.inl +++ b/include/display_lists.inl @@ -1,458 +1,1396 @@ -DISPLAY_LIST(yoshi_egg_seg5_dl_050097B8) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009820) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009838) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009850) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009868) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009880) -DISPLAY_LIST(yoshi_egg_seg5_dl_05009898) -DISPLAY_LIST(yoshi_egg_seg5_dl_050098B0) -DISPLAY_LIST(yoshi_egg_seg5_dl_050098C8) -DISPLAY_LIST(yoshi_seg5_dl_0501D440) -DISPLAY_LIST(yoshi_seg5_dl_0501D488) -DISPLAY_LIST(yoshi_seg5_dl_0501D4E0) -DISPLAY_LIST(yoshi_seg5_dl_0501D8F8) -DISPLAY_LIST(yoshi_seg5_dl_0501D940) -DISPLAY_LIST(yoshi_seg5_dl_0501D970) -DISPLAY_LIST(yoshi_seg5_dl_0501D998) -DISPLAY_LIST(yoshi_seg5_dl_050212B0) -DISPLAY_LIST(yoshi_seg5_dl_05021490) -DISPLAY_LIST(yoshi_seg5_dl_050215D8) -DISPLAY_LIST(yoshi_seg5_dl_05021678) -DISPLAY_LIST(yoshi_seg5_dl_05021718) -DISPLAY_LIST(yoshi_seg5_dl_05021860) -DISPLAY_LIST(yoshi_seg5_dl_05021900) -DISPLAY_LIST(yoshi_seg5_dl_050219A0) -DISPLAY_LIST(yoshi_seg5_dl_05021B90) -DISPLAY_LIST(yoshi_seg5_dl_05021CD8) -DISPLAY_LIST(yoshi_seg5_dl_05021E38) -DISPLAY_LIST(yoshi_seg5_dl_05021F70) -DISPLAY_LIST(yoshi_seg5_dl_05022160) -DISPLAY_LIST(yoshi_seg5_dl_050222A8) -DISPLAY_LIST(yoshi_seg5_dl_05022408) -DISPLAY_LIST(yoshi_seg5_dl_05022608) -DISPLAY_LIST(yellow_sphere_seg5_dl_05000840) -DISPLAY_LIST(yellow_sphere_seg5_dl_05000888) -DISPLAY_LIST(yellow_sphere_seg5_dl_050008C8) -DISPLAY_LIST(yellow_sphere_seg6_dl_0601F388) -DISPLAY_LIST(yellow_sphere_seg6_dl_0601F3C0) -DISPLAY_LIST(wooden_signpost_seg3_dl_0302D9C8) -DISPLAY_LIST(wooden_signpost_seg3_dl_0302DA48) -DISPLAY_LIST(wooden_signpost_seg3_dl_0302DC40) -DISPLAY_LIST(wooden_signpost_seg3_dl_0302DCD0) -DISPLAY_LIST(wooden_signpost_seg3_dl_0302DD08) -DISPLAY_LIST(wiggler_seg5_dl_0500DC18) -DISPLAY_LIST(wiggler_seg5_dl_0500DD70) -DISPLAY_LIST(wiggler_seg5_dl_0500DDF8) -DISPLAY_LIST(wiggler_seg5_dl_0500DE80) -DISPLAY_LIST(wiggler_seg5_dl_0500DFD8) -DISPLAY_LIST(wiggler_seg5_dl_0500E060) -DISPLAY_LIST(wiggler_seg5_dl_0500E168) -DISPLAY_LIST(wiggler_seg5_dl_0500E1A0) -DISPLAY_LIST(wiggler_seg5_dl_0500E1D8) -DISPLAY_LIST(wiggler_seg5_dl_0500E2B0) -DISPLAY_LIST(wiggler_seg5_dl_0500E2F8) -DISPLAY_LIST(wiggler_seg5_dl_0500E3E8) -DISPLAY_LIST(wiggler_seg5_dl_0500E430) -DISPLAY_LIST(wiggler_seg5_dl_0500E4E0) -DISPLAY_LIST(wiggler_seg5_dl_0500E518) -DISPLAY_LIST(wiggler_seg5_dl_0500E608) -DISPLAY_LIST(wiggler_seg5_dl_0500E640) -DISPLAY_LIST(wiggler_seg5_dl_0500E678) -DISPLAY_LIST(wiggler_seg5_dl_0500BCB8) -DISPLAY_LIST(wiggler_seg5_dl_0500BE10) -DISPLAY_LIST(wiggler_seg5_dl_0500BE98) -DISPLAY_LIST(wiggler_seg5_dl_0500BF20) -DISPLAY_LIST(wiggler_seg5_dl_0500C078) -DISPLAY_LIST(wiggler_seg5_dl_0500C100) -DISPLAY_LIST(wiggler_seg5_dl_0500C208) -DISPLAY_LIST(wiggler_seg5_dl_0500C240) -DISPLAY_LIST(wiggler_seg5_dl_0500C278) -DISPLAY_LIST(whomp_seg6_dl_0601F4F8) -DISPLAY_LIST(whomp_seg6_dl_0601F570) -DISPLAY_LIST(whomp_seg6_dl_0601F5A8) -DISPLAY_LIST(whomp_seg6_dl_0601F5E0) -DISPLAY_LIST(whomp_seg6_dl_0601F7F0) -DISPLAY_LIST(whomp_seg6_dl_0601F880) -DISPLAY_LIST(whomp_seg6_dl_0601FA58) -DISPLAY_LIST(whomp_seg6_dl_0601FAE8) -DISPLAY_LIST(whomp_seg6_dl_0601FB88) -DISPLAY_LIST(whomp_seg6_dl_0601FBC0) -DISPLAY_LIST(whomp_seg6_dl_0601FC70) -DISPLAY_LIST(whomp_seg6_dl_0601FCA8) -DISPLAY_LIST(whomp_seg6_dl_0601FE10) -DISPLAY_LIST(whomp_seg6_dl_0601FEA8) -DISPLAY_LIST(whomp_seg6_dl_0601FFA0) -DISPLAY_LIST(whomp_seg6_dl_06020038) -DISPLAY_LIST(white_particle_small_dl_begin) -DISPLAY_LIST(white_particle_small_dl_end) -DISPLAY_LIST(white_particle_small_dl) -DISPLAY_LIST(white_particle_small_unused_dl) -DISPLAY_LIST(white_particle_dl) -DISPLAY_LIST(whirlpool_seg5_dl_05013B58) -DISPLAY_LIST(whirlpool_seg5_dl_05013CB8) -DISPLAY_LIST(water_wave_seg4_dl_04027358) -DISPLAY_LIST(water_wave_seg4_dl_040273A0) -DISPLAY_LIST(water_wave_seg4_dl_040273D8) -DISPLAY_LIST(water_wave_seg4_dl_040273F0) -DISPLAY_LIST(water_wave_seg4_dl_04027408) -DISPLAY_LIST(water_wave_seg4_dl_04027420) -DISPLAY_LIST(water_wave_seg4_dl_04027438) -DISPLAY_LIST(water_splash_seg4_dl_040325C8) -DISPLAY_LIST(water_splash_seg4_dl_04032640) -DISPLAY_LIST(water_splash_seg4_dl_04032658) -DISPLAY_LIST(water_splash_seg4_dl_04032670) -DISPLAY_LIST(water_splash_seg4_dl_04032688) -DISPLAY_LIST(water_splash_seg4_dl_040326A0) -DISPLAY_LIST(water_splash_seg4_dl_040326B8) -DISPLAY_LIST(water_splash_seg4_dl_040326D0) -DISPLAY_LIST(water_splash_seg4_dl_040326E8) -DISPLAY_LIST(water_ring_seg6_dl_06013AC0) -DISPLAY_LIST(water_mine_seg6_dl_0600D1F8) -DISPLAY_LIST(water_mine_seg6_dl_0600D230) -DISPLAY_LIST(water_mine_seg6_dl_0600D268) -DISPLAY_LIST(water_mine_seg6_dl_0600D2E0) -DISPLAY_LIST(water_mine_seg6_dl_0600D3F8) -DISPLAY_LIST(water_bubble_seg5_dl_05010D30) -DISPLAY_LIST(water_bubble_seg5_dl_05011000) -DISPLAY_LIST(warp_pipe_seg3_dl_03008E40) -DISPLAY_LIST(warp_pipe_seg3_dl_03008F98) -DISPLAY_LIST(warp_pipe_seg3_dl_03009968) -DISPLAY_LIST(warp_pipe_seg3_dl_03009A20) -DISPLAY_LIST(warp_pipe_seg3_dl_03009A50) -DISPLAY_LIST(wario_cap_seg3_dl_03022B30) -DISPLAY_LIST(wario_cap_seg3_dl_03022B68) -DISPLAY_LIST(wario_cap_seg3_dl_03022CC8) -DISPLAY_LIST(wario_cap_seg3_dl_03022D10) -DISPLAY_LIST(wario_cap_seg3_dl_03022E78) -DISPLAY_LIST(wario_cap_seg3_dl_03022EA8) -DISPLAY_LIST(wario_cap_seg3_dl_03022ED8) -DISPLAY_LIST(wario_cap_seg3_dl_03022ED8_metal) -DISPLAY_LIST(wario_cap_seg3_dl_03022F20) -DISPLAY_LIST(wario_cap_w_logo_decal) -DISPLAY_LIST(wario_cap_seg3_dl_03022F48) -DISPLAY_LIST(wario_cap_seg3_dl_03022FF8) -DISPLAY_LIST(wario_cap_seg3_dl_030230B0) -DISPLAY_LIST(wario_cap_seg3_dl_03023108) -DISPLAY_LIST(wario_cap_seg3_dl_03023160) -DISPLAY_LIST(wario_cap_seg3_dl_03023298) -DISPLAY_LIST(wario_cap_material_revert_render_settings) -DISPLAY_LIST(wario_butt_dl) -DISPLAY_LIST(wario_butt) -DISPLAY_LIST(wario_metal_butt) -DISPLAY_LIST(wario_left_arm_shared_dl) -DISPLAY_LIST(wario_left_arm) -DISPLAY_LIST(wario_left_forearm_shared_dl) -DISPLAY_LIST(wario_left_hand_closed_shared_dl) -DISPLAY_LIST(wario_left_hand_closed) -DISPLAY_LIST(wario_right_arm_shared_dl) -DISPLAY_LIST(wario_right_arm) -DISPLAY_LIST(wario_right_forearm_shared_dl) -DISPLAY_LIST(wario_right_hand_closed_dl) -DISPLAY_LIST(wario_right_hand_closed) -DISPLAY_LIST(wario_metal_right_hand_closed) -DISPLAY_LIST(wario_left_thigh_dl) -DISPLAY_LIST(wario_left_thigh) -DISPLAY_LIST(wario_metal_left_thigh) -DISPLAY_LIST(wario_left_leg_shared_dl) -DISPLAY_LIST(wario_left_foot_shared_dl) -DISPLAY_LIST(wario_left_foot) -DISPLAY_LIST(wario_right_thigh_shared_dl) -DISPLAY_LIST(wario_right_thigh) -DISPLAY_LIST(wario_right_leg_shared_dl) -DISPLAY_LIST(wario_right_foot_dl) -DISPLAY_LIST(wario_right_foot) -DISPLAY_LIST(wario_metal_right_foot) -DISPLAY_LIST(wario_white_button_dl) -DISPLAY_LIST(wario_pants_overalls_shared_dl) -DISPLAY_LIST(wario_tshirt_shared_dl) -DISPLAY_LIST(wario_torso_dl) -DISPLAY_LIST(wario_torso) -DISPLAY_LIST(wario_metal_torso_shared_dl) -DISPLAY_LIST(wario_w_logo_dl) -DISPLAY_LIST(wario_eyes_cap_on_dl) -DISPLAY_LIST(wario_hair_sideburn_cap_on_dl) -DISPLAY_LIST(wario_mouth_cap_on_dl) -DISPLAY_LIST(wario_face_part_cap_on_dl) -DISPLAY_LIST(wario_face_cap_dl) -DISPLAY_LIST(wario_face_back_hair_cap_on_dl) -DISPLAY_LIST(wario_nose_cap_on_dl) -DISPLAY_LIST(wario_mustache_cap_on_dl) -DISPLAY_LIST(wario_mustache_cap_on_dead_dl) -DISPLAY_LIST(wario_hair_sideburn_decal_cap_on) -DISPLAY_LIST(wario_w_logo_decal) -DISPLAY_LIST(wario_face_cap_on_dl) -DISPLAY_LIST(wario_face_cap_on_dead_dl) -DISPLAY_LIST(wario_cap_on_eyes_front) -DISPLAY_LIST(wario_cap_on_eyes_half_closed) -DISPLAY_LIST(wario_cap_on_eyes_closed) -DISPLAY_LIST(wario_cap_on_eyes_right) -DISPLAY_LIST(wario_cap_on_eyes_left) -DISPLAY_LIST(wario_cap_on_eyes_up) -DISPLAY_LIST(wario_cap_on_eyes_down) -DISPLAY_LIST(wario_cap_on_eyes_dead) -DISPLAY_LIST(wario_metal_cap_on_shared_dl) -DISPLAY_LIST(wario_eyes_cap_off_dl) -DISPLAY_LIST(wario_mouth_cap_off_dl) -DISPLAY_LIST(wario_hair_sideburn_cap_off_dl) -DISPLAY_LIST(wario_face_part_cap_off_dl) -DISPLAY_LIST(wario_face_hair_cap_off_dl) -DISPLAY_LIST(wario_nose_cap_off_dl) -DISPLAY_LIST(wario_mustache_cap_off_dl) -DISPLAY_LIST(wario_mustache_cap_off_dead_dl) -DISPLAY_LIST(wario_hair_sideburn_decal_cap_off) -DISPLAY_LIST(wario_face_cap_off_dl) -DISPLAY_LIST(wario_face_cap_off_dead_dl) -DISPLAY_LIST(wario_cap_off_eyes_front) -DISPLAY_LIST(wario_cap_off_eyes_half_closed) -DISPLAY_LIST(wario_cap_off_eyes_closed) -DISPLAY_LIST(wario_cap_off_eyes_right) -DISPLAY_LIST(wario_cap_off_eyes_left) -DISPLAY_LIST(wario_cap_off_eyes_up) -DISPLAY_LIST(wario_cap_off_eyes_down) -DISPLAY_LIST(wario_cap_off_eyes_dead) -DISPLAY_LIST(wario_metal_cap_off_shared_dl) -DISPLAY_LIST(wario_left_hand_open_shared_dl) -DISPLAY_LIST(wario_left_hand_open) -DISPLAY_LIST(wario_right_hand_open_dl) -DISPLAY_LIST(wario_right_hand_open) -DISPLAY_LIST(wario_metal_right_hand_open) -DISPLAY_LIST(wario_right_hand_cap_w_logo_dl) -DISPLAY_LIST(wario_right_hand_cap_top_dl) -DISPLAY_LIST(wario_right_hand_cap_hand_position_dl) -DISPLAY_LIST(wario_right_hand_cap_bottom_dl) -DISPLAY_LIST(wario_right_hand_cap_decal) -DISPLAY_LIST(wario_right_hand_cap_dl) -DISPLAY_LIST(wario_right_hand_cap_wings_half_1_dl) -DISPLAY_LIST(wario_right_hand_cap_wings_half_2_dl) -DISPLAY_LIST(wario_right_hand_cap_wings_intial_dl) -DISPLAY_LIST(wario_right_hand_cap_wings_transparent_intial_dl) -DISPLAY_LIST(wario_right_hand_cap_metal_wings_intial_dl) -DISPLAY_LIST(wario_right_hand_cap_wings_end_dl) -DISPLAY_LIST(wario_right_hand_cap) -DISPLAY_LIST(wario_right_hand_cap_wings) -DISPLAY_LIST(wario_right_hand_cap_wings_transparent) -DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl) -DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl_wings) -DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl_wings_transparent) -DISPLAY_LIST(wario_right_hand_peace_shared_dl) -DISPLAY_LIST(wario_right_hand_peace) -DISPLAY_LIST(wario_wings_half_1_dl) -DISPLAY_LIST(wario_wings_half_2_dl) -DISPLAY_LIST(wario_cap_wings) -DISPLAY_LIST(wario_cap_wings_transparent) -DISPLAY_LIST(wario_metal_cap_wings) -DISPLAY_LIST(wario_metal_cap_wings_transparent) -DISPLAY_LIST(wario_material_revert_render_settings) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022B30) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022B68) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022CC8) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022D10) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022E78) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022EA8) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022ED8) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022ED8_metal) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022F20) -DISPLAY_LIST(waluigi_cap_r_logo_decal) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022F48) -DISPLAY_LIST(waluigi_cap_seg3_dl_03022FF8) -DISPLAY_LIST(waluigi_cap_seg3_dl_030230B0) -DISPLAY_LIST(waluigi_cap_seg3_dl_03023108) -DISPLAY_LIST(waluigi_cap_seg3_dl_03023160) -DISPLAY_LIST(waluigi_cap_seg3_dl_03023298) -DISPLAY_LIST(waluigi_cap_material_revert_render_settings) -DISPLAY_LIST(waluigi_butt_dl) -DISPLAY_LIST(waluigi_butt) -DISPLAY_LIST(waluigi_metal_butt) -DISPLAY_LIST(waluigi_left_arm_shared_dl) -DISPLAY_LIST(waluigi_left_arm) -DISPLAY_LIST(waluigi_left_forearm_shared_dl) -DISPLAY_LIST(waluigi_left_hand_closed_shared_dl) -DISPLAY_LIST(waluigi_left_hand_closed) -DISPLAY_LIST(waluigi_right_arm_shared_dl) -DISPLAY_LIST(waluigi_right_arm) -DISPLAY_LIST(waluigi_right_forearm_shared_dl) -DISPLAY_LIST(waluigi_right_hand_closed_dl) -DISPLAY_LIST(waluigi_right_hand_closed) -DISPLAY_LIST(waluigi_metal_right_hand_closed) -DISPLAY_LIST(waluigi_left_thigh_dl) -DISPLAY_LIST(waluigi_left_thigh) -DISPLAY_LIST(waluigi_metal_left_thigh) -DISPLAY_LIST(waluigi_left_leg_shared_dl) -DISPLAY_LIST(waluigi_left_foot_shared_dl) -DISPLAY_LIST(waluigi_left_foot) -DISPLAY_LIST(waluigi_right_thigh_shared_dl) -DISPLAY_LIST(waluigi_right_thigh) -DISPLAY_LIST(waluigi_right_leg_shared_dl) -DISPLAY_LIST(waluigi_right_foot_dl) -DISPLAY_LIST(waluigi_right_foot) -DISPLAY_LIST(waluigi_metal_right_foot) -DISPLAY_LIST(waluigi_yellow_button_dl) -DISPLAY_LIST(waluigi_pants_overalls_shared_dl) -DISPLAY_LIST(waluigi_tshirt_shared_dl) -DISPLAY_LIST(waluigi_torso_dl) -DISPLAY_LIST(waluigi_torso) -DISPLAY_LIST(waluigi_metal_torso_shared_dl) -DISPLAY_LIST(waluigi_r_logo_dl) -DISPLAY_LIST(waluigi_eyes_cap_on_dl) -DISPLAY_LIST(waluigi_hair_sideburn_cap_on_dl) -DISPLAY_LIST(waluigi_mouth_cap_on_dl) -DISPLAY_LIST(waluigi_face_part_cap_on_dl) -DISPLAY_LIST(waluigi_face_cap_dl) -DISPLAY_LIST(waluigi_face_back_hair_cap_on_dl) -DISPLAY_LIST(waluigi_nose_cap_on_dl) -DISPLAY_LIST(waluigi_mustache_cap_on_dl) -DISPLAY_LIST(waluigi_mustache_cap_on_dead_dl) -DISPLAY_LIST(waluigi_hair_sideburn_decal_cap_on) -DISPLAY_LIST(waluigi_r_logo_decal) -DISPLAY_LIST(waluigi_face_cap_on_dl) -DISPLAY_LIST(waluigi_face_cap_on_dead_dl) -DISPLAY_LIST(waluigi_cap_on_eyes_front) -DISPLAY_LIST(waluigi_cap_on_eyes_half_closed) -DISPLAY_LIST(waluigi_cap_on_eyes_closed) -DISPLAY_LIST(waluigi_cap_on_eyes_right) -DISPLAY_LIST(waluigi_cap_on_eyes_left) -DISPLAY_LIST(waluigi_cap_on_eyes_up) -DISPLAY_LIST(waluigi_cap_on_eyes_down) -DISPLAY_LIST(waluigi_cap_on_eyes_dead) -DISPLAY_LIST(waluigi_metal_cap_on_shared_dl) -DISPLAY_LIST(waluigi_eyes_cap_off_dl) -DISPLAY_LIST(waluigi_mouth_cap_off_dl) -DISPLAY_LIST(waluigi_hair_sideburn_cap_off_dl) -DISPLAY_LIST(waluigi_face_part_cap_off_dl) -DISPLAY_LIST(waluigi_face_hair_cap_off_dl) -DISPLAY_LIST(waluigi_nose_cap_off_dl) -DISPLAY_LIST(waluigi_mustache_cap_off_dl) -DISPLAY_LIST(waluigi_mustache_cap_off_dead_dl) -DISPLAY_LIST(waluigi_hair_sideburn_decal_cap_off) -DISPLAY_LIST(waluigi_face_cap_off_dl) -DISPLAY_LIST(waluigi_face_cap_off_dead_dl) -DISPLAY_LIST(waluigi_cap_off_eyes_front) -DISPLAY_LIST(waluigi_cap_off_eyes_half_closed) -DISPLAY_LIST(waluigi_cap_off_eyes_closed) -DISPLAY_LIST(waluigi_cap_off_eyes_right) -DISPLAY_LIST(waluigi_cap_off_eyes_left) -DISPLAY_LIST(waluigi_cap_off_eyes_up) -DISPLAY_LIST(waluigi_cap_off_eyes_down) -DISPLAY_LIST(waluigi_cap_off_eyes_dead) -DISPLAY_LIST(waluigi_metal_cap_off_shared_dl) -DISPLAY_LIST(waluigi_left_hand_open_shared_dl) -DISPLAY_LIST(waluigi_left_hand_open) -DISPLAY_LIST(waluigi_right_hand_open_dl) -DISPLAY_LIST(waluigi_right_hand_open) -DISPLAY_LIST(waluigi_metal_right_hand_open) -DISPLAY_LIST(waluigi_right_hand_cap_r_logo_dl) -DISPLAY_LIST(waluigi_right_hand_cap_top_dl) -DISPLAY_LIST(waluigi_right_hand_cap_hand_position_dl) -DISPLAY_LIST(waluigi_right_hand_cap_bottom_dl) -DISPLAY_LIST(waluigi_right_hand_cap_decal) -DISPLAY_LIST(waluigi_right_hand_cap_dl) -DISPLAY_LIST(waluigi_right_hand_cap_wings_half_1_dl) -DISPLAY_LIST(waluigi_right_hand_cap_wings_half_2_dl) -DISPLAY_LIST(waluigi_right_hand_cap_wings_intial_dl) -DISPLAY_LIST(waluigi_right_hand_cap_wings_transparent_intial_dl) -DISPLAY_LIST(waluigi_right_hand_cap_metal_wings_intial_dl) -DISPLAY_LIST(waluigi_right_hand_cap_wings_end_dl) -DISPLAY_LIST(waluigi_right_hand_cap) -DISPLAY_LIST(waluigi_right_hand_cap_wings) -DISPLAY_LIST(waluigi_right_hand_cap_wings_transparent) -DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl) -DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl_wings) -DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl_wings_transparent) -DISPLAY_LIST(waluigi_right_hand_peace_shared_dl) -DISPLAY_LIST(waluigi_right_hand_peace) -DISPLAY_LIST(waluigi_wings_half_1_dl) -DISPLAY_LIST(waluigi_wings_half_2_dl) -DISPLAY_LIST(waluigi_cap_wings) -DISPLAY_LIST(waluigi_cap_wings_transparent) -DISPLAY_LIST(waluigi_metal_cap_wings) -DISPLAY_LIST(waluigi_metal_cap_wings_transparent) -DISPLAY_LIST(waluigi_material_revert_render_settings) -DISPLAY_LIST(smoke_seg4_dl_040216A0) -DISPLAY_LIST(smoke_seg4_dl_04021718) -DISPLAY_LIST(smoke_seg4_dl_04021730) -DISPLAY_LIST(smoke_seg4_dl_04021748) -DISPLAY_LIST(smoke_seg4_dl_04021760) -DISPLAY_LIST(smoke_seg4_dl_04021778) -DISPLAY_LIST(smoke_seg4_dl_04021790) -DISPLAY_LIST(smoke_seg4_dl_040217A8) -DISPLAY_LIST(unagi_seg5_dl_0500CCE0) -DISPLAY_LIST(unagi_seg5_dl_0500CD30) -DISPLAY_LIST(unagi_seg5_dl_0500CDD0) -DISPLAY_LIST(unagi_seg5_dl_0500CF88) -DISPLAY_LIST(unagi_seg5_dl_0500D038) -DISPLAY_LIST(unagi_seg5_dl_0500D050) -DISPLAY_LIST(unagi_seg5_dl_0500D1C0) -DISPLAY_LIST(unagi_seg5_dl_0500D268) -DISPLAY_LIST(unagi_seg5_dl_0500D3C0) -DISPLAY_LIST(unagi_seg5_dl_0500D468) -DISPLAY_LIST(unagi_seg5_dl_0500D5C0) -DISPLAY_LIST(unagi_seg5_dl_0500D668) -DISPLAY_LIST(unagi_seg5_dl_0500D7A0) -DISPLAY_LIST(unagi_seg5_dl_0500D828) -DISPLAY_LIST(unagi_seg5_dl_0500DB60) -DISPLAY_LIST(unagi_seg5_dl_0500DBC0) -DISPLAY_LIST(unagi_seg5_dl_0500DD08) -DISPLAY_LIST(unagi_seg5_dl_0500DE70) -DISPLAY_LIST(unagi_seg5_dl_0500DEB8) -DISPLAY_LIST(unagi_seg5_dl_0500E030) -DISPLAY_LIST(unagi_seg5_dl_0500E088) -DISPLAY_LIST(unagi_seg5_dl_0500E200) -DISPLAY_LIST(unagi_seg5_dl_0500E258) -DISPLAY_LIST(ukiki_seg5_dl_0500B040) -DISPLAY_LIST(ukiki_seg5_dl_0500B1D8) -DISPLAY_LIST(ukiki_seg5_dl_0500B278) -DISPLAY_LIST(ukiki_seg5_dl_0500B2B8) -DISPLAY_LIST(ukiki_seg5_dl_0500B2E8) -DISPLAY_LIST(ukiki_seg5_dl_0500B310) -DISPLAY_LIST(ukiki_seg5_dl_0500B660) -DISPLAY_LIST(ukiki_seg5_dl_0500B7E8) -DISPLAY_LIST(ukiki_seg5_dl_0500B820) -DISPLAY_LIST(ukiki_seg5_dl_0500B920) -DISPLAY_LIST(ukiki_seg5_dl_0500B988) -DISPLAY_LIST(ukiki_seg5_dl_0500BA90) -DISPLAY_LIST(ukiki_seg5_dl_0500BB28) -DISPLAY_LIST(ukiki_seg5_dl_0500BC10) -DISPLAY_LIST(ukiki_seg5_dl_0500BC78) -DISPLAY_LIST(ukiki_seg5_dl_0500BDA0) -DISPLAY_LIST(ukiki_seg5_dl_0500BE38) -DISPLAY_LIST(ukiki_seg5_dl_0500BF60) -DISPLAY_LIST(ukiki_seg5_dl_0500BFF8) -DISPLAY_LIST(ukiki_seg5_dl_0500C120) -DISPLAY_LIST(ukiki_seg5_dl_0500C1B8) -DISPLAY_LIST(ukiki_seg5_dl_0500C2D0) -DISPLAY_LIST(ukiki_seg5_dl_0500C368) -DISPLAY_LIST(ukiki_seg5_dl_0500C490) -DISPLAY_LIST(ukiki_seg5_dl_0500C528) -DISPLAY_LIST(ukiki_seg5_dl_0500C650) -DISPLAY_LIST(ukiki_seg5_dl_0500C6E8) -DISPLAY_LIST(ukiki_seg5_dl_0500C800) -DISPLAY_LIST(ukiki_seg5_dl_0500C898) -DISPLAY_LIST(ukiki_seg5_dl_0500C9B0) -DISPLAY_LIST(ukiki_seg5_dl_0500CA48) -DISPLAY_LIST(ukiki_seg5_dl_0500CF68) -DISPLAY_LIST(ukiki_seg5_dl_0500CFF0) -DISPLAY_LIST(ukiki_seg5_dl_0500D078) -DISPLAY_LIST(ukiki_seg5_dl_0500D108) -DISPLAY_LIST(tree_seg3_dl_0302FE88) -DISPLAY_LIST(tree_seg3_dl_0302FEB8) -DISPLAY_LIST(tree_seg3_dl_0302FEE8) -DISPLAY_LIST(tree_seg3_dl_03030FA0) -DISPLAY_LIST(tree_seg3_dl_03032088) -DISPLAY_LIST(tree_seg3_dl_03032170) -DISPLAY_LIST(tree_seg3_dl_03033258) -DISPLAY_LIST(treasure_chest_seg6_dl_06016D58) -DISPLAY_LIST(treasure_chest_seg6_dl_06016DA0) -DISPLAY_LIST(treasure_chest_seg6_dl_06016E18) -DISPLAY_LIST(treasure_chest_seg6_dl_06016EE0) -DISPLAY_LIST(treasure_chest_seg6_dl_06016F90) -DISPLAY_LIST(treasure_chest_seg6_dl_06017680) -DISPLAY_LIST(treasure_chest_seg6_dl_06017790) -DISPLAY_LIST(treasure_chest_seg6_dl_06017810) -DISPLAY_LIST(treasure_chest_seg6_dl_060178C0) -DISPLAY_LIST(transparent_star_seg3_dl_0302C560) -DISPLAY_LIST(transparent_star_seg3_dl_0302C620) -DISPLAY_LIST(tornado_seg5_dl_05014450) -DISPLAY_LIST(tornado_seg5_dl_050145C0) +DISPLAY_LIST(amp_seg8_dl_08002B68) +DISPLAY_LIST(amp_seg8_dl_08002BA0) +DISPLAY_LIST(amp_seg8_dl_08002C50) +DISPLAY_LIST(amp_seg8_dl_08002C88) +DISPLAY_LIST(amp_seg8_dl_08002D38) +DISPLAY_LIST(amp_seg8_dl_08002D70) +DISPLAY_LIST(amp_seg8_dl_08002E20) +DISPLAY_LIST(amp_seg8_dl_08002E58) +DISPLAY_LIST(amp_seg8_dl_08003910) +DISPLAY_LIST(amp_seg8_dl_08003940) +DISPLAY_LIST(amp_seg8_dl_08003970) +DISPLAY_LIST(amp_seg8_dl_080039A0) +DISPLAY_LIST(amp_seg8_dl_080039D0) +DISPLAY_LIST(amp_seg8_dl_08003DA8) +DISPLAY_LIST(amp_seg8_dl_08003DD8) +DISPLAY_LIST(amp_seg8_dl_08003E00) +DISPLAY_LIST(birds_seg5_dl_05000528) +DISPLAY_LIST(birds_seg5_dl_05000598) +DISPLAY_LIST(birds_seg5_dl_05000600) +DISPLAY_LIST(birds_seg5_dl_05000670) +DISPLAY_LIST(blargg_seg5_dl_050058D0) +DISPLAY_LIST(blargg_seg5_dl_05005A60) +DISPLAY_LIST(blargg_seg5_dl_05005D00) +DISPLAY_LIST(blue_coin_switch_seg8_dl_08000D58) +DISPLAY_LIST(blue_coin_switch_seg8_dl_08000DD0) +DISPLAY_LIST(blue_coin_switch_seg8_dl_08000E08) +DISPLAY_LIST(blue_fish_seg3_dl_0301BEC0) +DISPLAY_LIST(blue_fish_seg3_dl_0301BFB8) +DISPLAY_LIST(blue_fish_seg3_dl_0301C0A8) +DISPLAY_LIST(blue_fish_seg3_dl_0301C150) +DISPLAY_LIST(bobomb_seg8_dl_08022AC0) +DISPLAY_LIST(bobomb_seg8_dl_08022B08) +DISPLAY_LIST(bobomb_seg8_dl_08022B58) +DISPLAY_LIST(bobomb_seg8_dl_08022B88) +DISPLAY_LIST(bobomb_seg8_dl_08022C38) +DISPLAY_LIST(bobomb_seg8_dl_08022CA0) +DISPLAY_LIST(bobomb_seg8_dl_08022D08) +DISPLAY_LIST(bobomb_seg8_dl_08022D78) +DISPLAY_LIST(bobomb_seg8_dl_08023270) +DISPLAY_LIST(bobomb_seg8_dl_08023378) +DISPLAY_LIST(bobomb_seg8_dl_08023480) +DISPLAY_LIST(bomb_seg6_dl_0605A7C0) +DISPLAY_LIST(bomb_seg6_dl_0605A7F8) +DISPLAY_LIST(bomb_seg6_dl_0605A830) +DISPLAY_LIST(bomb_seg6_dl_0605A8A8) +DISPLAY_LIST(bomb_seg6_dl_0605A9C0) +DISPLAY_LIST(boo_seg5_dl_0500BEE0) +DISPLAY_LIST(boo_seg5_dl_0500BF48) +DISPLAY_LIST(boo_seg5_dl_0500BFA0) +DISPLAY_LIST(boo_seg5_dl_0500C1B0) +DISPLAY_LIST(book_seg5_dl_05002EF0) +DISPLAY_LIST(book_seg5_dl_05002F58) +DISPLAY_LIST(book_seg5_dl_05002FB0) +DISPLAY_LIST(bookend_seg5_dl_050018F8) +DISPLAY_LIST(bookend_seg5_dl_05001940) +DISPLAY_LIST(bookend_seg5_dl_05001978) +DISPLAY_LIST(bookend_seg5_dl_05001AA0) +DISPLAY_LIST(bookend_seg5_dl_05001AE8) +DISPLAY_LIST(bookend_seg5_dl_05001B20) +DISPLAY_LIST(bookend_seg5_dl_05001CC8) +DISPLAY_LIST(bookend_seg5_dl_05001D10) +DISPLAY_LIST(bookend_seg5_dl_05001D68) +DISPLAY_LIST(bookend_seg5_dl_05001EF8) +DISPLAY_LIST(bookend_seg5_dl_05001F40) +DISPLAY_LIST(bookend_seg5_dl_05001F98) +DISPLAY_LIST(bookend_seg5_dl_050020E8) +DISPLAY_LIST(bookend_seg5_dl_05002140) +DISPLAY_LIST(bookend_seg5_dl_05002288) +DISPLAY_LIST(bookend_seg5_dl_050022E0) +DISPLAY_LIST(boo_castle_seg6_dl_06017A10) +DISPLAY_LIST(boo_castle_seg6_dl_06017A78) +DISPLAY_LIST(boo_castle_seg6_dl_06017AD0) +DISPLAY_LIST(boo_castle_seg6_dl_06017CE0) +DISPLAY_LIST(bowser_seg6_dl_06039110) +DISPLAY_LIST(bowser_seg6_dl_060391C8) +DISPLAY_LIST(bowser_seg6_dl_06039260) +DISPLAY_LIST(bowser_seg6_dl_060392E0) +DISPLAY_LIST(bowser_seg6_dl_06039808) +DISPLAY_LIST(bowser_seg6_dl_060398B0) +DISPLAY_LIST(bowser_seg6_dl_06039958) +DISPLAY_LIST(bowser_seg6_dl_060399D8) +DISPLAY_LIST(bowser_seg6_dl_0603A210) +DISPLAY_LIST(bowser_seg6_dl_0603A380) +DISPLAY_LIST(bowser_seg6_dl_0603A4E8) +DISPLAY_LIST(bowser_seg6_dl_0603AED8) +DISPLAY_LIST(bowser_seg6_dl_0603B038) +DISPLAY_LIST(bowser_seg6_dl_0603B208) +DISPLAY_LIST(bowser_seg6_dl_0603B718) +DISPLAY_LIST(bowser_seg6_dl_0603B8D0) +DISPLAY_LIST(bowser_seg6_dl_0603B948) +DISPLAY_LIST(bowser_seg6_dl_0603BDF8) +DISPLAY_LIST(bowser_seg6_dl_0603BEA0) +DISPLAY_LIST(bowser_seg6_dl_0603BF48) +DISPLAY_LIST(bowser_seg6_dl_0603BFC8) +DISPLAY_LIST(bowser_seg6_dl_0603C500) +DISPLAY_LIST(bowser_seg6_dl_0603C5A8) +DISPLAY_LIST(bowser_seg6_dl_0603C650) +DISPLAY_LIST(bowser_seg6_dl_0603C6D0) +DISPLAY_LIST(bowser_seg6_dl_0603CF28) +DISPLAY_LIST(bowser_seg6_dl_0603D098) +DISPLAY_LIST(bowser_seg6_dl_0603D200) +DISPLAY_LIST(bowser_seg6_dl_0603DC70) +DISPLAY_LIST(bowser_seg6_dl_0603DDD0) +DISPLAY_LIST(bowser_seg6_dl_0603DFB0) +DISPLAY_LIST(bowser_seg6_dl_0603E500) +DISPLAY_LIST(bowser_seg6_dl_0603E6B8) +DISPLAY_LIST(bowser_seg6_dl_0603FBA8) +DISPLAY_LIST(bowser_seg6_dl_0603FC18) +DISPLAY_LIST(bowser_seg6_dl_0603FD38) +DISPLAY_LIST(bowser_seg6_dl_0603FDD0) +DISPLAY_LIST(bowser_seg6_dl_0603FEA8) +DISPLAY_LIST(bowser_seg6_dl_0603FFA8) +DISPLAY_LIST(bowser_seg6_dl_06040180) +DISPLAY_LIST(bowser_seg6_dl_060401F0) +DISPLAY_LIST(bowser_seg6_dl_06040210) +DISPLAY_LIST(bowser_seg6_dl_06040358) +DISPLAY_LIST(bowser_seg6_dl_06041A28) +DISPLAY_LIST(bowser_seg6_dl_06041BA0) +DISPLAY_LIST(bowser_seg6_dl_06041E48) +DISPLAY_LIST(bowser_seg6_dl_06041EA8) +DISPLAY_LIST(bowser_seg6_dl_06041F50) +DISPLAY_LIST(bowser_seg6_dl_06042098) +DISPLAY_LIST(bowser_seg6_dl_060420F0) +DISPLAY_LIST(bowser_seg6_dl_06042140) +DISPLAY_LIST(bowser_seg6_dl_060421D8) +DISPLAY_LIST(bowser_seg6_dl_06042220) +DISPLAY_LIST(bowser_seg6_dl_06042278) +DISPLAY_LIST(bowser_seg6_dl_06042328) +DISPLAY_LIST(bowser_seg6_dl_06042348) +DISPLAY_LIST(bowser_seg6_dl_060423A0) +DISPLAY_LIST(bowser_seg6_dl_060423F8) +DISPLAY_LIST(bowser_seg6_dl_06042450) +DISPLAY_LIST(bowser_seg6_dl_060424A8) +DISPLAY_LIST(bowser_seg6_dl_06042500) +DISPLAY_LIST(bowser_seg6_dl_06042558) +DISPLAY_LIST(bowser_seg6_dl_060425B0) +DISPLAY_LIST(bowser_seg6_dl_06042608) +DISPLAY_LIST(bowser_seg6_dl_06042EE0) +DISPLAY_LIST(bowser_seg6_dl_060430E8) +DISPLAY_LIST(bowser_seg6_dl_06043180) +DISPLAY_LIST(bowser_seg6_dl_060431F0) +DISPLAY_LIST(bowser_seg6_dl_06043548) +DISPLAY_LIST(bowser_seg6_dl_06043648) +DISPLAY_LIST(bowser_seg6_dl_06043698) +DISPLAY_LIST(flame_seg6_dl_0601C080) +DISPLAY_LIST(flame_seg6_dl_0601C0B0) +DISPLAY_LIST(flame_seg6_dl_0601C0C8) +DISPLAY_LIST(flame_seg6_dl_0601C0E0) +DISPLAY_LIST(flame_seg6_dl_0601C108) +DISPLAY_LIST(flame_seg6_dl_0601C1A8) +DISPLAY_LIST(flame_seg6_dl_0601C248) +DISPLAY_LIST(flame_seg6_dl_0601C2E8) +DISPLAY_LIST(flame_seg6_dl_0601C388) +DISPLAY_LIST(flame_seg6_dl_0601C428) +DISPLAY_LIST(flame_seg6_dl_0601C4C8) +DISPLAY_LIST(flame_seg6_dl_0601C568) +DISPLAY_LIST(flame_seg6_dl_0601C608) +DISPLAY_LIST(flame_seg6_dl_0601C6A8) +DISPLAY_LIST(flame_seg6_dl_0601C748) +DISPLAY_LIST(flame_seg6_dl_0601C7E8) +DISPLAY_LIST(flame_seg6_dl_0601C888) +DISPLAY_LIST(flame_seg6_dl_0601C928) +DISPLAY_LIST(bowser_key_dl) +DISPLAY_LIST(breakable_box_seg8_dl_08012C30) +DISPLAY_LIST(breakable_box_seg8_dl_08012CD8) +DISPLAY_LIST(breakable_box_seg8_dl_08012D20) +DISPLAY_LIST(breakable_box_seg8_dl_08012D48) +DISPLAY_LIST(bub_seg6_dl_06011848) +DISPLAY_LIST(bub_seg6_dl_060118C0) +DISPLAY_LIST(bub_seg6_dl_06011918) +DISPLAY_LIST(bub_seg6_dl_06011968) +DISPLAY_LIST(bub_seg6_dl_06011A50) +DISPLAY_LIST(bub_seg6_dl_06011B28) +DISPLAY_LIST(bub_seg6_dl_06011C58) +DISPLAY_LIST(bub_seg6_dl_06011CF0) +DISPLAY_LIST(bub_seg6_dl_06011DC0) +DISPLAY_LIST(bub_seg6_dl_06011E48) +DISPLAY_LIST(bub_seg6_dl_06011F18) +DISPLAY_LIST(bub_seg6_dl_06011FA0) +DISPLAY_LIST(bubba_seg5_dl_05004A40) +DISPLAY_LIST(bubba_seg5_dl_05004AA8) +DISPLAY_LIST(bubba_seg5_dl_05004BE8) +DISPLAY_LIST(bubba_seg5_dl_05004C40) +DISPLAY_LIST(bubba_seg5_dl_05004D48) +DISPLAY_LIST(bubba_seg5_dl_05004E80) +DISPLAY_LIST(bubba_seg5_dl_05005538) +DISPLAY_LIST(bubba_seg5_dl_050055A0) +DISPLAY_LIST(bubba_seg5_dl_050056E0) +DISPLAY_LIST(bubba_seg5_dl_05005738) +DISPLAY_LIST(bubba_seg5_dl_05005840) +DISPLAY_LIST(bubba_seg5_dl_05005978) +DISPLAY_LIST(bubble_seg4_dl_0401DD60) +DISPLAY_LIST(bubble_seg4_dl_0401DDE0) +DISPLAY_LIST(bullet_bill_seg5_dl_0500E5E8) +DISPLAY_LIST(bullet_bill_seg5_dl_0500E678) +DISPLAY_LIST(bullet_bill_seg5_dl_0500E730) +DISPLAY_LIST(bullet_bill_seg5_dl_0500E8A8) +DISPLAY_LIST(bully_seg5_dl_050002E0) +DISPLAY_LIST(bully_seg5_dl_05000398) +DISPLAY_LIST(bully_seg5_dl_05003708) +DISPLAY_LIST(bully_seg5_dl_050037A0) +DISPLAY_LIST(bully_seg5_dl_05003838) +DISPLAY_LIST(bully_seg5_dl_05003878) +DISPLAY_LIST(bully_seg5_dl_05003CD0) +DISPLAY_LIST(bully_seg5_dl_05003D08) +DISPLAY_LIST(bully_seg5_dl_05003D40) +DISPLAY_LIST(bully_seg5_dl_05003E38) +DISPLAY_LIST(bully_seg5_dl_05003E70) +DISPLAY_LIST(bully_seg5_dl_05003EA8) +DISPLAY_LIST(bully_seg5_dl_05003F80) +DISPLAY_LIST(bully_seg5_dl_05003FC8) +DISPLAY_LIST(burn_smoke_seg4_dl_04022000) +DISPLAY_LIST(burn_smoke_seg4_dl_04022028) +DISPLAY_LIST(burn_smoke_seg4_dl_04022048) +DISPLAY_LIST(burn_smoke_seg4_dl_04022070) +DISPLAY_LIST(butterfly_seg3_dl_03005408) +DISPLAY_LIST(butterfly_seg3_dl_030054A0) +DISPLAY_LIST(cannon_barrel_seg8_dl_08006408) +DISPLAY_LIST(cannon_barrel_seg8_dl_080064C0) +DISPLAY_LIST(cannon_barrel_seg8_dl_08006660) +DISPLAY_LIST(cannon_base_seg8_dl_08005658) +DISPLAY_LIST(cannon_base_seg8_dl_080056D0) +DISPLAY_LIST(cannon_base_seg8_dl_080057F8) +DISPLAY_LIST(cannon_lid_seg8_dl_08004898) +DISPLAY_LIST(cannon_lid_seg8_dl_080048E0) +DISPLAY_LIST(capswitch_seg5_dl_05002D88) +DISPLAY_LIST(cap_switch_exclamation_seg5_dl_05002E00) +DISPLAY_LIST(capswitch_seg5_dl_05003020) +DISPLAY_LIST(cap_switch_base_seg5_dl_05003120) +DISPLAY_LIST(capswitch_seg5_dl_05003280) +DISPLAY_LIST(capswitch_seg5_dl_05003350) +DISPLAY_LIST(capswitch_seg5_dl_05003370) +DISPLAY_LIST(capswitch_seg5_dl_05003390) +DISPLAY_LIST(capswitch_seg5_dl_050033B0) +DISPLAY_LIST(chain_ball_seg6_dl_060212E8) +DISPLAY_LIST(chain_chomp_seg6_dl_06024000) +DISPLAY_LIST(chain_chomp_seg6_dl_06024040) +DISPLAY_LIST(chain_chomp_seg6_dl_06024240) +DISPLAY_LIST(chain_chomp_seg6_dl_06024700) +DISPLAY_LIST(chain_chomp_seg6_dl_06024900) +DISPLAY_LIST(chain_chomp_seg6_dl_06024940) +DISPLAY_LIST(chain_chomp_seg6_dl_06024AA8) +DISPLAY_LIST(chain_chomp_seg6_dl_06024B00) +DISPLAY_LIST(chain_chomp_seg6_dl_06024CF0) +DISPLAY_LIST(chain_chomp_seg6_dl_06024D60) +DISPLAY_LIST(chain_chomp_seg6_dl_06024F50) +DISPLAY_LIST(chain_chomp_seg6_dl_06024FC0) +DISPLAY_LIST(chair_seg5_dl_05004E38) +DISPLAY_LIST(chair_seg5_dl_05004EE8) +DISPLAY_LIST(chair_seg5_dl_050050F0) +DISPLAY_LIST(chair_seg5_dl_05005190) +DISPLAY_LIST(chair_seg5_dl_05005378) +DISPLAY_LIST(chair_seg5_dl_05005408) +DISPLAY_LIST(chair_seg5_dl_050055F0) +DISPLAY_LIST(chair_seg5_dl_05005680) +DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D5C0) +DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D618) +DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D680) +DISPLAY_LIST(chilly_chief_seg6_dl_06002B30) +DISPLAY_LIST(chilly_chief_seg6_dl_06002BC8) +DISPLAY_LIST(chilly_chief_seg6_dl_06002C60) +DISPLAY_LIST(chilly_chief_seg6_dl_06002D18) +DISPLAY_LIST(chilly_chief_seg6_dl_06002D50) +DISPLAY_LIST(chilly_chief_seg6_dl_06002D88) +DISPLAY_LIST(chilly_chief_seg6_dl_06002E80) +DISPLAY_LIST(chilly_chief_seg6_dl_06002EB8) +DISPLAY_LIST(chilly_chief_seg6_dl_06002EF0) +DISPLAY_LIST(chilly_chief_seg6_dl_06002FC8) +DISPLAY_LIST(chilly_chief_seg6_dl_06003010) +DISPLAY_LIST(chuckya_seg8_dl_08009FF8) +DISPLAY_LIST(chuckya_seg8_dl_0800A030) +DISPLAY_LIST(chuckya_seg8_dl_0800A068) +DISPLAY_LIST(chuckya_seg8_dl_0800A160) +DISPLAY_LIST(chuckya_seg8_dl_0800A198) +DISPLAY_LIST(chuckya_seg8_dl_0800A1D0) +DISPLAY_LIST(chuckya_seg8_dl_0800A2C8) +DISPLAY_LIST(chuckya_seg8_dl_0800A300) +DISPLAY_LIST(chuckya_seg8_dl_0800A338) +DISPLAY_LIST(chuckya_seg8_dl_0800A3F0) +DISPLAY_LIST(chuckya_seg8_dl_0800A428) +DISPLAY_LIST(chuckya_seg8_dl_0800A4D8) +DISPLAY_LIST(chuckya_seg8_dl_0800A510) +DISPLAY_LIST(chuckya_seg8_dl_0800A5C0) +DISPLAY_LIST(chuckya_seg8_dl_0800A5F8) +DISPLAY_LIST(chuckya_seg8_dl_0800A700) +DISPLAY_LIST(chuckya_seg8_dl_0800A758) +DISPLAY_LIST(chuckya_seg8_dl_0800A870) +DISPLAY_LIST(chuckya_seg8_dl_0800A8D0) +DISPLAY_LIST(chuckya_seg8_dl_0800A958) +DISPLAY_LIST(chuckya_seg8_dl_0800A998) +DISPLAY_LIST(chuckya_seg8_dl_0800AB70) +DISPLAY_LIST(chuckya_seg8_dl_0800ABE8) +DISPLAY_LIST(clam_shell_seg5_dl_050011A8) +DISPLAY_LIST(clam_shell_seg5_dl_05001238) +DISPLAY_LIST(clam_shell_seg5_dl_050012B8) +DISPLAY_LIST(clam_shell_seg5_dl_05001478) +DISPLAY_LIST(clam_shell_seg5_dl_050014F8) +DISPLAY_LIST(clam_shell_seg5_dl_05001568) +DISPLAY_LIST(coin_seg3_dl_03007780) +DISPLAY_LIST(coin_seg3_dl_030077D0) +DISPLAY_LIST(coin_seg3_dl_03007800) +DISPLAY_LIST(coin_seg3_dl_03007828) +DISPLAY_LIST(coin_seg3_dl_03007850) +DISPLAY_LIST(coin_seg3_dl_03007878) +DISPLAY_LIST(coin_seg3_dl_030078A0) +DISPLAY_LIST(coin_seg3_dl_030078C8) +DISPLAY_LIST(coin_seg3_dl_030078F0) +DISPLAY_LIST(coin_seg3_dl_03007918) +DISPLAY_LIST(coin_seg3_dl_03007940) +DISPLAY_LIST(coin_seg3_dl_03007968) +DISPLAY_LIST(coin_seg3_dl_03007990) +DISPLAY_LIST(coin_seg3_dl_030079B8) +DISPLAY_LIST(cyan_fish_seg6_dl_0600DD20) +DISPLAY_LIST(cyan_fish_seg6_dl_0600DDD8) +DISPLAY_LIST(cyan_fish_seg6_dl_0600DE90) +DISPLAY_LIST(cyan_fish_seg6_dl_0600DED8) +DISPLAY_LIST(cyan_fish_seg6_dl_0600DFC0) +DISPLAY_LIST(cyan_fish_seg6_dl_0600E038) +DISPLAY_LIST(dirt_seg3_dl_0302BFF8) +DISPLAY_LIST(dirt_seg3_dl_0302C028) +DISPLAY_LIST(dirt_seg3_dl_0302C238) +DISPLAY_LIST(dirt_seg3_dl_0302C298) +DISPLAY_LIST(dirt_seg3_dl_0302C2B8) +DISPLAY_LIST(dirt_seg3_dl_0302C2D8) +DISPLAY_LIST(dirt_seg3_dl_0302C2F8) +DISPLAY_LIST(dirt_seg3_dl_0302C318) +DISPLAY_LIST(dirt_seg3_dl_0302C378) +DISPLAY_LIST(dirt_seg3_dl_0302C3B0) +DISPLAY_LIST(dirt_seg3_dl_0302C3E8) +DISPLAY_LIST(dirt_seg3_dl_0302C420) +DISPLAY_LIST(dirt_seg3_dl_0302C458) +DISPLAY_LIST(door_seg3_dl_03013C10) +DISPLAY_LIST(door_seg3_dl_03013CC8) +DISPLAY_LIST(door_seg3_dl_03013D78) +DISPLAY_LIST(door_seg3_dl_03013E28) +DISPLAY_LIST(door_seg3_dl_03013EA8) +DISPLAY_LIST(door_seg3_dl_03014020) +DISPLAY_LIST(door_seg3_dl_03014100) +DISPLAY_LIST(door_seg3_dl_03014128) +DISPLAY_LIST(door_seg3_dl_030141C0) +DISPLAY_LIST(door_seg3_dl_03014218) +DISPLAY_LIST(door_seg3_dl_03014250) +DISPLAY_LIST(door_seg3_dl_03014280) +DISPLAY_LIST(door_seg3_dl_030142B0) +DISPLAY_LIST(door_seg3_dl_030142E0) +DISPLAY_LIST(door_seg3_dl_03014310) +DISPLAY_LIST(door_seg3_dl_03014340) +DISPLAY_LIST(door_seg3_dl_03014470) +DISPLAY_LIST(door_seg3_dl_030144E0) +DISPLAY_LIST(door_seg3_dl_03014528) +DISPLAY_LIST(door_seg3_dl_03014540) +DISPLAY_LIST(door_seg3_dl_03014888) +DISPLAY_LIST(door_seg3_dl_030149C0) +DISPLAY_LIST(door_seg3_dl_03014A20) +DISPLAY_LIST(door_seg3_dl_03014A50) +DISPLAY_LIST(door_seg3_dl_03014A80) +DISPLAY_LIST(door_seg3_dl_03014B30) +DISPLAY_LIST(door_seg3_dl_03014BE0) +DISPLAY_LIST(door_seg3_dl_03014C90) +DISPLAY_LIST(door_seg3_dl_03014D40) +DISPLAY_LIST(door_seg3_dl_03014EF0) +DISPLAY_LIST(door_seg3_dl_03014F30) +DISPLAY_LIST(door_seg3_dl_03014F68) +DISPLAY_LIST(door_seg3_dl_03014F98) +DISPLAY_LIST(door_seg3_dl_03015008) +DISPLAY_LIST(door_seg3_dl_03015078) +DISPLAY_LIST(door_seg3_dl_030150E8) +DISPLAY_LIST(door_seg3_dl_03015158) +DISPLAY_LIST(dorrie_seg6_dl_0600B8E8) +DISPLAY_LIST(dorrie_seg6_dl_0600B940) +DISPLAY_LIST(dorrie_seg6_dl_0600BAF8) +DISPLAY_LIST(dorrie_seg6_dl_0600BE68) +DISPLAY_LIST(dorrie_seg6_dl_0600BF10) +DISPLAY_LIST(dorrie_seg6_dl_0600C030) +DISPLAY_LIST(dorrie_seg6_dl_0600C310) +DISPLAY_LIST(dorrie_seg6_dl_0600C468) +DISPLAY_LIST(dorrie_seg6_dl_0600C758) +DISPLAY_LIST(dorrie_seg6_dl_0600C8B8) +DISPLAY_LIST(dorrie_seg6_dl_0600CDE8) +DISPLAY_LIST(dorrie_seg6_dl_0600CFD0) +DISPLAY_LIST(dorrie_seg6_dl_0600D300) +DISPLAY_LIST(dorrie_seg6_dl_0600D440) +DISPLAY_LIST(dorrie_seg6_dl_0600D620) +DISPLAY_LIST(dorrie_seg6_dl_0600D6D8) +DISPLAY_LIST(dorrie_seg6_dl_0600D818) +DISPLAY_LIST(dorrie_seg6_dl_0600D8B0) +DISPLAY_LIST(dorrie_seg6_dl_0600D9F0) +DISPLAY_LIST(dorrie_seg6_dl_0600DA88) +DISPLAY_LIST(dorrie_seg6_dl_0600DBC8) +DISPLAY_LIST(dorrie_seg6_dl_0600DC60) +DISPLAY_LIST(dorrie_seg6_dl_0600DDA0) +DISPLAY_LIST(dorrie_seg6_dl_0600DE38) +DISPLAY_LIST(dorrie_seg6_dl_0600DF60) +DISPLAY_LIST(dorrie_seg6_dl_0600DFA8) +DISPLAY_LIST(error_model_error_bone_mesh_layer_1_tri_0) +DISPLAY_LIST(mat_error_model_f3d_material) +DISPLAY_LIST(error_model_error_bone_mesh_layer_1) +DISPLAY_LIST(error_model_material_revert_render_settings) +DISPLAY_LIST(exclamation_box_seg8_dl_08018FA8) +DISPLAY_LIST(exclamation_box_seg8_dl_08019008) +DISPLAY_LIST(exclamation_box_seg8_dl_08019058) +DISPLAY_LIST(exclamation_box_seg8_dl_08019220) +DISPLAY_LIST(exclamation_box_seg8_dl_08019280) +DISPLAY_LIST(exclamation_box_seg8_dl_080192D0) +DISPLAY_LIST(exclamation_box_seg8_dl_08019318) +DISPLAY_LIST(exclamation_box_seg8_dl_08019378) +DISPLAY_LIST(exclamation_box_seg8_dl_080193D8) +DISPLAY_LIST(exclamation_box_seg8_dl_08019438) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024EB8) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F30) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F58) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F88) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FA8) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FC8) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FE8) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025968) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_080259F8) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025EC0) +DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025F08) +DISPLAY_LIST(explosion_seg3_dl_03004208) +DISPLAY_LIST(explosion_seg3_dl_03004298) +DISPLAY_LIST(explosion_seg3_dl_030042B0) +DISPLAY_LIST(explosion_seg3_dl_030042C8) +DISPLAY_LIST(explosion_seg3_dl_030042E0) +DISPLAY_LIST(explosion_seg3_dl_030042F8) +DISPLAY_LIST(explosion_seg3_dl_03004310) +DISPLAY_LIST(explosion_seg3_dl_03004328) +DISPLAY_LIST(eyerok_seg5_dl_0500B6B8) +DISPLAY_LIST(eyerok_seg5_dl_0500B748) +DISPLAY_LIST(eyerok_seg5_dl_0500B930) +DISPLAY_LIST(eyerok_seg5_dl_0500B9C0) +DISPLAY_LIST(eyerok_seg5_dl_0500BBE8) +DISPLAY_LIST(eyerok_seg5_dl_0500BC88) +DISPLAY_LIST(eyerok_seg5_dl_0500BE70) +DISPLAY_LIST(eyerok_seg5_dl_0500BF00) +DISPLAY_LIST(eyerok_seg5_dl_0500C088) +DISPLAY_LIST(eyerok_seg5_dl_0500C100) +DISPLAY_LIST(eyerok_seg5_dl_0500C2E8) +DISPLAY_LIST(eyerok_seg5_dl_0500C378) +DISPLAY_LIST(eyerok_seg5_dl_0500C5A0) +DISPLAY_LIST(eyerok_seg5_dl_0500C640) +DISPLAY_LIST(eyerok_seg5_dl_0500C868) +DISPLAY_LIST(eyerok_seg5_dl_0500C908) +DISPLAY_LIST(eyerok_seg5_dl_0500C9B8) +DISPLAY_LIST(eyerok_seg5_dl_0500CA50) +DISPLAY_LIST(eyerok_seg5_dl_0500CAE8) +DISPLAY_LIST(eyerok_seg5_dl_0500CB80) +DISPLAY_LIST(eyerok_seg5_dl_0500CC18) +DISPLAY_LIST(eyerok_seg5_dl_0500CC30) +DISPLAY_LIST(flame_seg3_dl_0301B320) +DISPLAY_LIST(flame_seg3_dl_0301B3B0) +DISPLAY_LIST(flame_seg3_dl_0301B3C8) +DISPLAY_LIST(flame_seg3_dl_0301B3E0) +DISPLAY_LIST(flame_seg3_dl_0301B3F8) +DISPLAY_LIST(flame_seg3_dl_0301B410) +DISPLAY_LIST(flame_seg3_dl_0301B428) +DISPLAY_LIST(flame_seg3_dl_0301B440) +DISPLAY_LIST(flame_seg3_dl_0301B458) +DISPLAY_LIST(flame_seg3_dl_0301B470) +DISPLAY_LIST(flame_seg3_dl_0301B500) +DISPLAY_LIST(flame_seg3_dl_0301B518) +DISPLAY_LIST(flame_seg3_dl_0301B530) +DISPLAY_LIST(flame_seg3_dl_0301B548) +DISPLAY_LIST(flame_seg3_dl_0301B560) +DISPLAY_LIST(flame_seg3_dl_0301B578) +DISPLAY_LIST(flame_seg3_dl_0301B590) +DISPLAY_LIST(flame_seg3_dl_0301B5A8) +DISPLAY_LIST(flyguy_seg8_dl_08010840) +DISPLAY_LIST(flyguy_seg8_dl_08010968) +DISPLAY_LIST(flyguy_seg8_dl_08010A90) +DISPLAY_LIST(flyguy_seg8_dl_08010B38) +DISPLAY_LIST(flyguy_seg8_dl_08010B80) +DISPLAY_LIST(flyguy_seg8_dl_080113A8) +DISPLAY_LIST(flyguy_seg8_dl_08011420) +DISPLAY_LIST(flyguy_seg8_dl_080116D0) +DISPLAY_LIST(flyguy_seg8_dl_08011710) +DISPLAY_LIST(fwoosh_seg5_dl_05016008) +DISPLAY_LIST(fwoosh_seg5_dl_05016040) +DISPLAY_LIST(goomba_seg8_dl_0801B2E8) +DISPLAY_LIST(goomba_seg8_dl_0801B560) +DISPLAY_LIST(goomba_seg8_dl_0801B5A0) +DISPLAY_LIST(goomba_seg8_dl_0801B5C8) +DISPLAY_LIST(goomba_seg8_dl_0801B5F0) +DISPLAY_LIST(goomba_seg8_dl_0801B658) +DISPLAY_LIST(goomba_seg8_dl_0801B690) +DISPLAY_LIST(goomba_seg8_dl_0801CE20) +DISPLAY_LIST(goomba_seg8_dl_0801CF78) +DISPLAY_LIST(goomba_seg8_dl_0801D0D0) +DISPLAY_LIST(goomba_seg8_dl_0801D360) +DISPLAY_LIST(goomba_seg8_dl_0801D760) +DISPLAY_LIST(haunted_cage_seg5_dl_0500F4C8) +DISPLAY_LIST(haunted_cage_seg5_dl_0500F660) +DISPLAY_LIST(haunted_cage_seg5_dl_0500F760) +DISPLAY_LIST(haunted_cage_seg5_dl_0500F7D8) +DISPLAY_LIST(haunted_cage_seg5_dl_0500FB40) +DISPLAY_LIST(haunted_cage_seg5_dl_0500FC28) +DISPLAY_LIST(haunted_cage_seg5_dl_0500FFF0) +DISPLAY_LIST(haunted_cage_seg5_dl_05010100) +DISPLAY_LIST(heart_seg8_dl_0800DFE0) +DISPLAY_LIST(heave_ho_seg5_dl_05011D98) +DISPLAY_LIST(heave_ho_seg5_dl_05011DE0) +DISPLAY_LIST(heave_ho_seg5_dl_05011E28) +DISPLAY_LIST(heave_ho_seg5_dl_05011E80) +DISPLAY_LIST(heave_ho_seg5_dl_05011EC0) +DISPLAY_LIST(heave_ho_seg5_dl_050120A0) +DISPLAY_LIST(heave_ho_seg5_dl_05012100) +DISPLAY_LIST(heave_ho_seg5_dl_05012148) +DISPLAY_LIST(heave_ho_seg5_dl_05012300) +DISPLAY_LIST(heave_ho_seg5_dl_05012360) +DISPLAY_LIST(heave_ho_seg5_dl_050123A8) +DISPLAY_LIST(heave_ho_seg5_dl_05012560) +DISPLAY_LIST(heave_ho_seg5_dl_050125A8) +DISPLAY_LIST(heave_ho_seg5_dl_050125F8) +DISPLAY_LIST(heave_ho_seg5_dl_050126B0) +DISPLAY_LIST(heave_ho_seg5_dl_050126E8) +DISPLAY_LIST(heave_ho_seg5_dl_050127B0) +DISPLAY_LIST(heave_ho_seg5_dl_050127F8) +DISPLAY_LIST(heave_ho_seg5_dl_05014188) +DISPLAY_LIST(heave_ho_seg5_dl_05014560) +DISPLAY_LIST(heave_ho_seg5_dl_050145D0) +DISPLAY_LIST(heave_ho_seg5_dl_050149A8) +DISPLAY_LIST(heave_ho_seg5_dl_05014D80) +DISPLAY_LIST(hoot_seg5_dl_05001B80) +DISPLAY_LIST(hoot_seg5_dl_05001C00) +DISPLAY_LIST(hoot_seg5_dl_05001DF0) +DISPLAY_LIST(hoot_seg5_dl_05002EB0) +DISPLAY_LIST(hoot_seg5_dl_05002F10) +DISPLAY_LIST(hoot_seg5_dl_05002FD8) +DISPLAY_LIST(hoot_seg5_dl_05003038) +DISPLAY_LIST(hoot_seg5_dl_05003100) +DISPLAY_LIST(hoot_seg5_dl_05003160) +DISPLAY_LIST(hoot_seg5_dl_05003228) +DISPLAY_LIST(hoot_seg5_dl_05003288) +DISPLAY_LIST(hoot_seg5_dl_05003350) +DISPLAY_LIST(hoot_seg5_dl_050033B0) +DISPLAY_LIST(hoot_seg5_dl_05003478) +DISPLAY_LIST(hoot_seg5_dl_050034D8) +DISPLAY_LIST(hoot_seg5_dl_050035A0) +DISPLAY_LIST(hoot_seg5_dl_05003600) +DISPLAY_LIST(hoot_seg5_dl_050036C8) +DISPLAY_LIST(hoot_seg5_dl_05003728) +DISPLAY_LIST(hoot_seg5_dl_05004928) +DISPLAY_LIST(hoot_seg5_dl_05004A98) +DISPLAY_LIST(hoot_seg5_dl_05004B38) +DISPLAY_LIST(hoot_seg5_dl_05004CA8) +DISPLAY_LIST(hoot_seg5_dl_05004D48) +DISPLAY_LIST(impact_ring_seg6_dl_0601EA50) +DISPLAY_LIST(impact_ring_seg6_dl_0601EA88) +DISPLAY_LIST(impact_ring_seg6_dl_0601EAC0) +DISPLAY_LIST(impact_smoke_seg6_dl_06062AA8) +DISPLAY_LIST(impact_smoke_seg6_dl_06062AD8) +DISPLAY_LIST(impact_smoke_seg6_dl_06062AF0) +DISPLAY_LIST(impact_smoke_seg6_dl_06062B08) +DISPLAY_LIST(impact_smoke_seg6_dl_06062B38) +DISPLAY_LIST(impact_smoke_seg6_dl_06062BD8) +DISPLAY_LIST(impact_smoke_seg6_dl_06062C78) +DISPLAY_LIST(impact_smoke_seg6_dl_06062D18) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A4B8) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A4F0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A5A0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A5D8) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A688) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A6C0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A770) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A7A8) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A858) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A890) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A940) +DISPLAY_LIST(king_bobomb_seg5_dl_0500A978) +DISPLAY_LIST(king_bobomb_seg5_dl_0500ABC0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500AD08) +DISPLAY_LIST(king_bobomb_seg5_dl_0500AF20) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B068) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B118) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B150) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B188) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B278) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B2D0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B3C8) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B418) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B5F0) +DISPLAY_LIST(king_bobomb_seg5_dl_0500B6C0) +DISPLAY_LIST(klepto_seg5_dl_05003A68) +DISPLAY_LIST(klepto_seg5_dl_05003AC0) +DISPLAY_LIST(klepto_seg5_dl_05003B40) +DISPLAY_LIST(klepto_seg5_dl_05003BD0) +DISPLAY_LIST(klepto_seg5_dl_05003D00) +DISPLAY_LIST(klepto_seg5_dl_05003D80) +DISPLAY_LIST(klepto_seg5_dl_05003E68) +DISPLAY_LIST(klepto_seg5_dl_05003F20) +DISPLAY_LIST(klepto_seg5_dl_05004058) +DISPLAY_LIST(klepto_seg5_dl_05004118) +DISPLAY_LIST(klepto_seg5_dl_050041A0) +DISPLAY_LIST(klepto_seg5_dl_050041E8) +DISPLAY_LIST(klepto_seg5_dl_050042D0) +DISPLAY_LIST(klepto_seg5_dl_05004330) +DISPLAY_LIST(klepto_seg5_dl_050043D8) +DISPLAY_LIST(klepto_seg5_dl_05004438) +DISPLAY_LIST(klepto_seg5_dl_05004698) +DISPLAY_LIST(klepto_seg5_dl_050047C8) +DISPLAY_LIST(klepto_seg5_dl_05004A28) +DISPLAY_LIST(klepto_seg5_dl_05004B58) +DISPLAY_LIST(klepto_seg5_dl_05004BE0) +DISPLAY_LIST(klepto_seg5_dl_05004C28) +DISPLAY_LIST(klepto_seg5_dl_05004CF0) +DISPLAY_LIST(klepto_seg5_dl_05004D38) +DISPLAY_LIST(klepto_seg5_dl_05004E00) +DISPLAY_LIST(klepto_seg5_dl_05004E48) +DISPLAY_LIST(klepto_seg5_dl_05004F10) +DISPLAY_LIST(klepto_seg5_dl_05004F58) +DISPLAY_LIST(klepto_seg5_dl_05005020) +DISPLAY_LIST(klepto_seg5_dl_05005068) +DISPLAY_LIST(klepto_seg5_dl_05005130) +DISPLAY_LIST(klepto_seg5_dl_05005178) +DISPLAY_LIST(koopa_seg6_dl_06007658) +DISPLAY_LIST(koopa_seg6_dl_060076B0) +DISPLAY_LIST(koopa_seg6_dl_06007850) +DISPLAY_LIST(koopa_seg6_dl_06007970) +DISPLAY_LIST(koopa_seg6_dl_06007A60) +DISPLAY_LIST(koopa_seg6_dl_06007AA0) +DISPLAY_LIST(koopa_seg6_dl_06007AF8) +DISPLAY_LIST(koopa_seg6_dl_06007B20) +DISPLAY_LIST(koopa_seg6_dl_06007FB8) +DISPLAY_LIST(koopa_seg6_dl_06008050) +DISPLAY_LIST(koopa_seg6_dl_060080F8) +DISPLAY_LIST(koopa_seg6_dl_06008250) +DISPLAY_LIST(koopa_seg6_dl_06008530) +DISPLAY_LIST(koopa_seg6_dl_060085E8) +DISPLAY_LIST(koopa_seg6_dl_06008640) +DISPLAY_LIST(koopa_seg6_dl_060086D0) +DISPLAY_LIST(koopa_seg6_dl_060089B0) +DISPLAY_LIST(koopa_seg6_dl_06008A68) +DISPLAY_LIST(koopa_seg6_dl_06008AC0) +DISPLAY_LIST(koopa_seg6_dl_06008B50) +DISPLAY_LIST(koopa_seg6_dl_0600B6E0) +DISPLAY_LIST(koopa_seg6_dl_0600B838) +DISPLAY_LIST(koopa_seg6_dl_0600B8B8) +DISPLAY_LIST(koopa_seg6_dl_0600BA10) +DISPLAY_LIST(koopa_seg6_dl_0600BA90) +DISPLAY_LIST(koopa_seg6_dl_0600BC18) +DISPLAY_LIST(koopa_seg6_dl_0600BC88) +DISPLAY_LIST(koopa_seg6_dl_0600BE10) +DISPLAY_LIST(koopa_seg6_dl_0600BE80) +DISPLAY_LIST(koopa_seg6_dl_0600C240) +DISPLAY_LIST(koopa_seg6_dl_0600C498) +DISPLAY_LIST(koopa_flag_seg6_dl_06000968) +DISPLAY_LIST(koopa_flag_seg6_dl_06000A08) +DISPLAY_LIST(koopa_flag_seg6_dl_06000AB8) +DISPLAY_LIST(koopa_flag_seg6_dl_06000AE8) +DISPLAY_LIST(koopa_flag_seg6_dl_06000B08) +DISPLAY_LIST(koopa_flag_seg6_dl_06000BC0) +DISPLAY_LIST(koopa_flag_seg6_dl_06000BF8) +DISPLAY_LIST(koopa_flag_seg6_dl_06000CA8) +DISPLAY_LIST(koopa_flag_seg6_dl_06000CE0) +DISPLAY_LIST(koopa_flag_seg6_dl_06000D90) +DISPLAY_LIST(koopa_flag_seg6_dl_06000DB0) +DISPLAY_LIST(koopa_flag_seg6_dl_06000E20) +DISPLAY_LIST(koopa_flag_seg6_dl_06000E38) +DISPLAY_LIST(koopa_shell_seg8_dl_08027108) +DISPLAY_LIST(koopa_shell_seg8_dl_08027170) +DISPLAY_LIST(koopa_shell_seg8_dl_08027258) +DISPLAY_LIST(koopa_shell_seg8_dl_080273C8) +DISPLAY_LIST(koopa_shell_seg8_dl_08027420) +DISPLAY_LIST(koopa_shell_seg8_dl_080288E0) +DISPLAY_LIST(koopa_shell_seg8_dl_08028978) +DISPLAY_LIST(koopa_shell_seg8_dl_08028A20) +DISPLAY_LIST(koopa_shell_seg8_dl_08028B78) +DISPLAY_LIST(lakitu_seg6_dl_06003C80) +DISPLAY_LIST(lakitu_seg6_dl_06003DB0) +DISPLAY_LIST(lakitu_seg6_dl_06003E30) +DISPLAY_LIST(lakitu_seg6_dl_06004410) +DISPLAY_LIST(lakitu_seg6_dl_06004680) +DISPLAY_LIST(lakitu_seg6_dl_060047E8) +DISPLAY_LIST(lakitu_seg6_dl_060049E0) +DISPLAY_LIST(lakitu_seg6_dl_06004BA8) +DISPLAY_LIST(lakitu_seg6_dl_06004BE8) +DISPLAY_LIST(lakitu_seg6_dl_06004C30) +DISPLAY_LIST(lakitu_seg6_dl_06004C60) +DISPLAY_LIST(lakitu_seg6_dl_06004C88) +DISPLAY_LIST(lakitu_seg6_dl_060051D0) +DISPLAY_LIST(lakitu_seg6_dl_06005218) +DISPLAY_LIST(lakitu_seg6_dl_06005360) +DISPLAY_LIST(lakitu_seg6_dl_06005598) +DISPLAY_LIST(lakitu_seg6_dl_060055E8) +DISPLAY_LIST(lakitu_seg6_dl_06005610) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05012760) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05012890) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05012910) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05012EF0) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013160) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013298) +DISPLAY_LIST(lakitu_enemy_seg5_dl_050132D8) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013320) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013350) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013378) +DISPLAY_LIST(lakitu_enemy_seg5_dl_050134A8) +DISPLAY_LIST(lakitu_enemy_seg5_dl_050136A0) +DISPLAY_LIST(lakitu_enemy_seg5_dl_05013860) +DISPLAY_LIST(lakitu_enemy_seg5_dl_050138B0) +DISPLAY_LIST(leaves_seg3_dl_0301CDE0) +DISPLAY_LIST(luigi_butt_dl) +DISPLAY_LIST(luigi_butt) +DISPLAY_LIST(luigi_metal_butt) +DISPLAY_LIST(luigi_left_arm_shared_dl) +DISPLAY_LIST(luigi_left_arm) +DISPLAY_LIST(luigi_left_forearm_shared_dl) +DISPLAY_LIST(luigi_left_hand_closed_shared_dl) +DISPLAY_LIST(luigi_left_hand_closed) +DISPLAY_LIST(luigi_right_arm_shared_dl) +DISPLAY_LIST(luigi_right_arm) +DISPLAY_LIST(luigi_right_forearm_shared_dl) +DISPLAY_LIST(luigi_right_hand_closed_dl) +DISPLAY_LIST(luigi_right_hand_closed) +DISPLAY_LIST(luigi_metal_right_hand_closed) +DISPLAY_LIST(luigi_left_thigh_dl) +DISPLAY_LIST(luigi_left_thigh) +DISPLAY_LIST(luigi_metal_left_thigh) +DISPLAY_LIST(luigi_left_leg_shared_dl) +DISPLAY_LIST(luigi_left_foot_shared_dl) +DISPLAY_LIST(luigi_left_foot) +DISPLAY_LIST(luigi_right_thigh_shared_dl) +DISPLAY_LIST(luigi_right_thigh) +DISPLAY_LIST(luigi_right_leg_shared_dl) +DISPLAY_LIST(luigi_right_foot_dl) +DISPLAY_LIST(luigi_right_foot) +DISPLAY_LIST(luigi_metal_right_foot) +DISPLAY_LIST(luigi_yellow_button_dl) +DISPLAY_LIST(luigi_pants_overalls_shared_dl) +DISPLAY_LIST(luigi_tshirt_shared_dl) +DISPLAY_LIST(luigi_torso_dl) +DISPLAY_LIST(luigi_torso) +DISPLAY_LIST(luigi_metal_torso_shared_dl) +DISPLAY_LIST(luigi_l_logo_dl) +DISPLAY_LIST(luigi_eyes_cap_on_dl) +DISPLAY_LIST(luigi_hair_sideburn_cap_on_dl) +DISPLAY_LIST(luigi_mustache_cap_on_dl) +DISPLAY_LIST(luigi_face_part_cap_on_dl) +DISPLAY_LIST(luigi_face_cap_dl) +DISPLAY_LIST(luigi_face_back_hair_cap_on_dl) +DISPLAY_LIST(luigi_hair_sideburn_decal_cap_on) +DISPLAY_LIST(luigi_l_logo_decal) +DISPLAY_LIST(luigi_face_cap_on_dl) +DISPLAY_LIST(luigi_cap_on_eyes_front) +DISPLAY_LIST(luigi_cap_on_eyes_half_closed) +DISPLAY_LIST(luigi_cap_on_eyes_closed) +DISPLAY_LIST(luigi_cap_on_eyes_right) +DISPLAY_LIST(luigi_cap_on_eyes_left) +DISPLAY_LIST(luigi_cap_on_eyes_up) +DISPLAY_LIST(luigi_cap_on_eyes_down) +DISPLAY_LIST(luigi_cap_on_eyes_dead) +DISPLAY_LIST(luigi_metal_cap_on_shared_dl) +DISPLAY_LIST(luigi_eyes_cap_off_dl) +DISPLAY_LIST(luigi_mustache_cap_off_dl) +DISPLAY_LIST(luigi_hair_sideburn_cap_off_dl) +DISPLAY_LIST(luigi_face_part_cap_off_dl) +DISPLAY_LIST(luigi_face_hair_cap_off_dl) +DISPLAY_LIST(luigi_hair_sideburn_decal_cap_off) +DISPLAY_LIST(luigi_face_cap_off_dl) +DISPLAY_LIST(luigi_cap_off_eyes_front) +DISPLAY_LIST(luigi_cap_off_eyes_half_closed) +DISPLAY_LIST(luigi_cap_off_eyes_closed) +DISPLAY_LIST(luigi_cap_off_eyes_right) +DISPLAY_LIST(luigi_cap_off_eyes_left) +DISPLAY_LIST(luigi_cap_off_eyes_up) +DISPLAY_LIST(luigi_cap_off_eyes_down) +DISPLAY_LIST(luigi_cap_off_eyes_dead) +DISPLAY_LIST(luigi_metal_cap_off_shared_dl) +DISPLAY_LIST(luigi_left_hand_open_shared_dl) +DISPLAY_LIST(luigi_left_hand_open) +DISPLAY_LIST(luigi_right_hand_open_dl) +DISPLAY_LIST(luigi_right_hand_open) +DISPLAY_LIST(luigi_metal_right_hand_open) +DISPLAY_LIST(luigi_right_hand_cap_l_logo_dl) +DISPLAY_LIST(luigi_right_hand_cap_top_dl) +DISPLAY_LIST(luigi_right_hand_cap_hand_position_dl) +DISPLAY_LIST(luigi_right_hand_cap_bottom_dl) +DISPLAY_LIST(luigi_right_hand_cap_decal) +DISPLAY_LIST(luigi_right_hand_cap_dl) +DISPLAY_LIST(luigi_right_hand_cap_wings_half_1_dl) +DISPLAY_LIST(luigi_right_hand_cap_wings_half_2_dl) +DISPLAY_LIST(luigi_right_hand_cap_wings_intial_dl) +DISPLAY_LIST(luigi_right_hand_cap_wings_transparent_intial_dl) +DISPLAY_LIST(luigi_right_hand_cap_metal_wings_intial_dl) +DISPLAY_LIST(luigi_right_hand_cap_wings_end_dl) +DISPLAY_LIST(luigi_right_hand_cap) +DISPLAY_LIST(luigi_right_hand_cap_wings) +DISPLAY_LIST(luigi_right_hand_cap_wings_transparent) +DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl) +DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl_wings) +DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl_wings_transparent) +DISPLAY_LIST(luigi_right_hand_peace_shared_dl) +DISPLAY_LIST(luigi_right_hand_peace) +DISPLAY_LIST(luigi_wings_half_1_dl) +DISPLAY_LIST(luigi_wings_half_2_dl) +DISPLAY_LIST(luigi_cap_wings) +DISPLAY_LIST(luigi_cap_wings_transparent) +DISPLAY_LIST(luigi_metal_cap_wings) +DISPLAY_LIST(luigi_metal_cap_wings_transparent) +DISPLAY_LIST(luigi_material_revert_render_settings) +DISPLAY_LIST(luigi_cap_seg3_dl_03022B30) +DISPLAY_LIST(luigi_cap_seg3_dl_03022B68) +DISPLAY_LIST(luigi_cap_seg3_dl_03022CC8) +DISPLAY_LIST(luigi_cap_seg3_dl_03022D10) +DISPLAY_LIST(luigi_cap_seg3_dl_03022E78) +DISPLAY_LIST(luigi_cap_seg3_dl_03022EA8) +DISPLAY_LIST(luigi_cap_seg3_dl_03022ED8) +DISPLAY_LIST(luigi_cap_seg3_dl_03022ED8_metal) +DISPLAY_LIST(luigi_cap_seg3_dl_03022F20) +DISPLAY_LIST(luigi_cap_l_logo_decal) +DISPLAY_LIST(luigi_cap_seg3_dl_03022F48) +DISPLAY_LIST(luigi_cap_seg3_dl_03022FF8) +DISPLAY_LIST(luigi_cap_seg3_dl_030230B0) +DISPLAY_LIST(luigi_cap_seg3_dl_03023108) +DISPLAY_LIST(luigi_cap_seg3_dl_03023160) +DISPLAY_LIST(luigi_cap_seg3_dl_03023298) +DISPLAY_LIST(luigi_cap_material_revert_render_settings) +DISPLAY_LIST(mad_piano_seg5_dl_05008B68) +DISPLAY_LIST(mad_piano_seg5_dl_05008BD0) +DISPLAY_LIST(mad_piano_seg5_dl_05008CB0) +DISPLAY_LIST(mad_piano_seg5_dl_05009590) +DISPLAY_LIST(mad_piano_seg5_dl_050096C8) +DISPLAY_LIST(mad_piano_seg5_dl_050097B0) +DISPLAY_LIST(mad_piano_seg5_dl_050097F8) +DISPLAY_LIST(mad_piano_seg5_dl_05009840) +DISPLAY_LIST(mad_piano_seg5_dl_05009888) +DISPLAY_LIST(mad_piano_seg5_dl_050098E8) +DISPLAY_LIST(manta_seg5_dl_05004960) +DISPLAY_LIST(manta_seg5_dl_050049C8) +DISPLAY_LIST(manta_seg5_dl_05004A70) +DISPLAY_LIST(manta_seg5_dl_05004CA8) +DISPLAY_LIST(manta_seg5_dl_05004D10) +DISPLAY_LIST(manta_seg5_dl_05004DB8) +DISPLAY_LIST(manta_seg5_dl_05004E60) +DISPLAY_LIST(manta_seg5_dl_05004E90) +DISPLAY_LIST(manta_seg5_dl_05004FA0) +DISPLAY_LIST(manta_seg5_dl_05005038) +DISPLAY_LIST(manta_seg5_dl_05005248) +DISPLAY_LIST(manta_seg5_dl_05005288) +DISPLAY_LIST(manta_seg5_dl_05005308) +DISPLAY_LIST(manta_seg5_dl_05005358) +DISPLAY_LIST(manta_seg5_dl_050054F0) +DISPLAY_LIST(manta_seg5_dl_05005558) +DISPLAY_LIST(manta_seg5_dl_050055A8) +DISPLAY_LIST(manta_seg5_dl_050056E0) +DISPLAY_LIST(manta_seg5_dl_05005730) +DISPLAY_LIST(manta_seg5_dl_05005768) +DISPLAY_LIST(manta_seg5_dl_05005880) +DISPLAY_LIST(manta_seg5_dl_05005918) +DISPLAY_LIST(manta_seg5_dl_05005B28) +DISPLAY_LIST(manta_seg5_dl_05005B68) +DISPLAY_LIST(manta_seg5_dl_05005BE8) +DISPLAY_LIST(manta_seg5_dl_05005C38) +DISPLAY_LIST(manta_seg5_dl_05005DD0) +DISPLAY_LIST(manta_seg5_dl_05005E38) +DISPLAY_LIST(manta_seg5_dl_05005E88) +DISPLAY_LIST(manta_seg5_dl_05005FC0) +DISPLAY_LIST(manta_seg5_dl_05006010) +DISPLAY_LIST(manta_seg5_dl_05006048) +DISPLAY_LIST(manta_seg5_dl_05006510) +DISPLAY_LIST(manta_seg5_dl_05006588) +DISPLAY_LIST(manta_seg5_dl_050065F0) +DISPLAY_LIST(manta_seg5_dl_050066D0) +DISPLAY_LIST(manta_seg5_dl_05006750) +DISPLAY_LIST(manta_seg5_dl_05006B08) +DISPLAY_LIST(manta_seg5_dl_05006B70) +DISPLAY_LIST(manta_seg5_dl_05006C08) +DISPLAY_LIST(mario_butt_dl) +DISPLAY_LIST(mario_butt) +DISPLAY_LIST(mario_metal_butt) +DISPLAY_LIST(mario_left_arm_shared_dl) +DISPLAY_LIST(mario_left_arm) +DISPLAY_LIST(mario_left_forearm_shared_dl) +DISPLAY_LIST(mario_left_hand_closed_shared_dl) +DISPLAY_LIST(mario_left_hand_closed) +DISPLAY_LIST(mario_right_arm_shared_dl) +DISPLAY_LIST(mario_right_arm) +DISPLAY_LIST(mario_right_forearm_shared_dl) +DISPLAY_LIST(mario_right_hand_closed_dl) +DISPLAY_LIST(mario_right_hand_closed) +DISPLAY_LIST(mario_metal_right_hand_closed) +DISPLAY_LIST(mario_left_thigh_dl) +DISPLAY_LIST(mario_left_thigh) +DISPLAY_LIST(mario_metal_left_thigh) +DISPLAY_LIST(mario_left_leg_shared_dl) +DISPLAY_LIST(mario_left_foot_shared_dl) +DISPLAY_LIST(mario_left_foot) +DISPLAY_LIST(mario_right_thigh_shared_dl) +DISPLAY_LIST(mario_right_thigh) +DISPLAY_LIST(mario_right_leg_shared_dl) +DISPLAY_LIST(mario_right_foot_dl) +DISPLAY_LIST(mario_right_foot) +DISPLAY_LIST(mario_metal_right_foot) +DISPLAY_LIST(mario_yellow_button_dl) +DISPLAY_LIST(mario_pants_overalls_shared_dl) +DISPLAY_LIST(mario_tshirt_shared_dl) +DISPLAY_LIST(mario_torso_dl) +DISPLAY_LIST(mario_torso) +DISPLAY_LIST(mario_metal_torso_shared_dl) +DISPLAY_LIST(mario_m_logo_dl) +DISPLAY_LIST(mario_eyes_cap_on_dl) +DISPLAY_LIST(mario_hair_sideburn_cap_on_dl) +DISPLAY_LIST(mario_mustache_cap_on_dl) +DISPLAY_LIST(mario_face_part_cap_on_dl) +DISPLAY_LIST(mario_face_cap_dl) +DISPLAY_LIST(mario_face_back_hair_cap_on_dl) +DISPLAY_LIST(mario_hair_sideburn_decal_cap_on) +DISPLAY_LIST(mario_m_logo_decal) +DISPLAY_LIST(mario_face_cap_on_dl) +DISPLAY_LIST(mario_cap_on_eyes_front) +DISPLAY_LIST(mario_cap_on_eyes_half_closed) +DISPLAY_LIST(mario_cap_on_eyes_closed) +DISPLAY_LIST(mario_cap_on_eyes_right) +DISPLAY_LIST(mario_cap_on_eyes_left) +DISPLAY_LIST(mario_cap_on_eyes_up) +DISPLAY_LIST(mario_cap_on_eyes_down) +DISPLAY_LIST(mario_cap_on_eyes_dead) +DISPLAY_LIST(mario_metal_cap_on_shared_dl) +DISPLAY_LIST(mario_eyes_cap_off_dl) +DISPLAY_LIST(mario_mustache_cap_off_dl) +DISPLAY_LIST(mario_hair_sideburn_cap_off_dl) +DISPLAY_LIST(mario_face_part_cap_off_dl) +DISPLAY_LIST(mario_face_hair_cap_off_dl) +DISPLAY_LIST(mario_hair_sideburn_decal_cap_off) +DISPLAY_LIST(mario_face_cap_off_dl) +DISPLAY_LIST(mario_cap_off_eyes_front) +DISPLAY_LIST(mario_cap_off_eyes_half_closed) +DISPLAY_LIST(mario_cap_off_eyes_closed) +DISPLAY_LIST(mario_cap_off_eyes_right) +DISPLAY_LIST(mario_cap_off_eyes_left) +DISPLAY_LIST(mario_cap_off_eyes_up) +DISPLAY_LIST(mario_cap_off_eyes_down) +DISPLAY_LIST(mario_cap_off_eyes_dead) +DISPLAY_LIST(mario_metal_cap_off_shared_dl) +DISPLAY_LIST(mario_left_hand_open_shared_dl) +DISPLAY_LIST(mario_left_hand_open) +DISPLAY_LIST(mario_right_hand_open_dl) +DISPLAY_LIST(mario_right_hand_open) +DISPLAY_LIST(mario_metal_right_hand_open) +DISPLAY_LIST(mario_right_hand_cap_m_logo_dl) +DISPLAY_LIST(mario_right_hand_cap_top_dl) +DISPLAY_LIST(mario_right_hand_cap_hand_position_dl) +DISPLAY_LIST(mario_right_hand_cap_bottom_dl) +DISPLAY_LIST(mario_right_hand_cap_decal) +DISPLAY_LIST(mario_right_hand_cap_dl) +DISPLAY_LIST(mario_right_hand_cap_wings_half_1_dl) +DISPLAY_LIST(mario_right_hand_cap_wings_half_2_dl) +DISPLAY_LIST(mario_right_hand_cap_wings_intial_dl) +DISPLAY_LIST(mario_right_hand_cap_wings_transparent_intial_dl) +DISPLAY_LIST(mario_right_hand_cap_metal_wings_intial_dl) +DISPLAY_LIST(mario_right_hand_cap_wings_end_dl) +DISPLAY_LIST(mario_right_hand_cap) +DISPLAY_LIST(mario_right_hand_cap_wings) +DISPLAY_LIST(mario_right_hand_cap_wings_transparent) +DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl) +DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl_wings) +DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl_wings_transparent) +DISPLAY_LIST(mario_right_hand_peace_shared_dl) +DISPLAY_LIST(mario_right_hand_peace) +DISPLAY_LIST(mario_wings_half_1_dl) +DISPLAY_LIST(mario_wings_half_2_dl) +DISPLAY_LIST(mario_cap_wings) +DISPLAY_LIST(mario_cap_wings_transparent) +DISPLAY_LIST(mario_metal_cap_wings) +DISPLAY_LIST(mario_metal_cap_wings_transparent) +DISPLAY_LIST(mario_material_revert_render_settings) +DISPLAY_LIST(mario_cap_seg3_dl_03022B30) +DISPLAY_LIST(mario_cap_seg3_dl_03022B68) +DISPLAY_LIST(mario_cap_seg3_dl_03022CC8) +DISPLAY_LIST(mario_cap_seg3_dl_03022D10) +DISPLAY_LIST(mario_cap_seg3_dl_03022E78) +DISPLAY_LIST(mario_cap_seg3_dl_03022EA8) +DISPLAY_LIST(mario_cap_seg3_dl_03022ED8) +DISPLAY_LIST(mario_cap_seg3_dl_03022ED8_metal) +DISPLAY_LIST(mario_cap_seg3_dl_03022F20) +DISPLAY_LIST(mario_cap_m_logo_decal) +DISPLAY_LIST(mario_cap_seg3_dl_03022F48) +DISPLAY_LIST(mario_cap_seg3_dl_03022FF8) +DISPLAY_LIST(mario_cap_seg3_dl_030230B0) +DISPLAY_LIST(mario_cap_seg3_dl_03023108) +DISPLAY_LIST(mario_cap_seg3_dl_03023160) +DISPLAY_LIST(mario_cap_seg3_dl_03023298) +DISPLAY_LIST(mario_cap_material_revert_render_settings) +DISPLAY_LIST(metal_box_seg8_dl_08024B18) +DISPLAY_LIST(metal_box_dl) +DISPLAY_LIST(mips_seg6_dl_06010600) +DISPLAY_LIST(mips_seg6_dl_06010748) +DISPLAY_LIST(mips_seg6_dl_060107B8) +DISPLAY_LIST(mips_seg6_dl_06010A98) +DISPLAY_LIST(mips_seg6_dl_06010C40) +DISPLAY_LIST(mips_seg6_dl_06010DB0) +DISPLAY_LIST(mips_seg6_dl_06010E60) +DISPLAY_LIST(mips_seg6_dl_06010FF8) +DISPLAY_LIST(mips_seg6_dl_060110B0) +DISPLAY_LIST(mips_seg6_dl_06011240) +DISPLAY_LIST(mips_seg6_dl_06011310) +DISPLAY_LIST(mips_seg6_dl_06011470) +DISPLAY_LIST(mips_seg6_dl_06011520) +DISPLAY_LIST(mips_seg6_dl_060116B0) +DISPLAY_LIST(mips_seg6_dl_06011780) +DISPLAY_LIST(mips_seg6_dl_060118E0) +DISPLAY_LIST(mips_seg6_dl_06011990) +DISPLAY_LIST(mips_seg6_dl_06011B00) +DISPLAY_LIST(mips_seg6_dl_06011BB0) +DISPLAY_LIST(mips_seg6_dl_06011D10) +DISPLAY_LIST(mips_seg6_dl_06011DB0) +DISPLAY_LIST(mips_seg6_dl_06011E88) +DISPLAY_LIST(mips_seg6_dl_06011ED8) +DISPLAY_LIST(mips_seg6_dl_06011F70) +DISPLAY_LIST(mips_seg6_dl_06011FC0) +DISPLAY_LIST(mist_seg3_dl_03000880) +DISPLAY_LIST(mist_seg3_dl_03000920) +DISPLAY_LIST(moneybag_seg6_dl_06005300) +DISPLAY_LIST(moneybag_seg6_dl_06005358) +DISPLAY_LIST(moneybag_seg6_dl_060053B8) +DISPLAY_LIST(moneybag_seg6_dl_06005590) +DISPLAY_LIST(moneybag_seg6_dl_06005618) +DISPLAY_LIST(moneybag_seg6_dl_06005688) +DISPLAY_LIST(moneybag_seg6_dl_06005708) +DISPLAY_LIST(moneybag_seg6_dl_06005750) +DISPLAY_LIST(moneybag_seg6_dl_06005980) +DISPLAY_LIST(moneybag_seg6_dl_060059F0) +DISPLAY_LIST(monty_mole_seg5_dl_05003208) +DISPLAY_LIST(monty_mole_seg5_dl_050032A0) +DISPLAY_LIST(monty_mole_seg5_dl_05003438) +DISPLAY_LIST(monty_mole_seg5_dl_050034A0) +DISPLAY_LIST(monty_mole_seg5_dl_05003518) +DISPLAY_LIST(monty_mole_seg5_dl_05003730) +DISPLAY_LIST(monty_mole_seg5_dl_050037A8) +DISPLAY_LIST(monty_mole_seg5_dl_05003820) +DISPLAY_LIST(monty_mole_seg5_dl_05003938) +DISPLAY_LIST(monty_mole_seg5_dl_050039D0) +DISPLAY_LIST(monty_mole_seg5_dl_05003B68) +DISPLAY_LIST(monty_mole_seg5_dl_05003BD0) +DISPLAY_LIST(monty_mole_seg5_dl_05003C48) +DISPLAY_LIST(monty_mole_seg5_dl_05003E60) +DISPLAY_LIST(monty_mole_seg5_dl_05003ED8) +DISPLAY_LIST(monty_mole_seg5_dl_05003F50) +DISPLAY_LIST(monty_mole_seg5_dl_050042B8) +DISPLAY_LIST(monty_mole_seg5_dl_05004368) +DISPLAY_LIST(monty_mole_seg5_dl_050044B0) +DISPLAY_LIST(monty_mole_seg5_dl_050049B0) +DISPLAY_LIST(monty_mole_seg5_dl_05004A10) +DISPLAY_LIST(monty_mole_seg5_dl_05004B50) +DISPLAY_LIST(monty_mole_seg5_dl_05004BE0) +DISPLAY_LIST(monty_mole_seg5_dl_05004C00) +DISPLAY_LIST(monty_mole_seg5_dl_05004CE8) +DISPLAY_LIST(monty_mole_seg5_dl_05004D30) +DISPLAY_LIST(monty_mole_hole_seg5_dl_05000840) +DISPLAY_LIST(mr_i_eyeball_seg6_dl_06002080) +DISPLAY_LIST(mr_i_iris_seg6_dl_06004170) +DISPLAY_LIST(mr_i_iris_seg6_dl_060041D8) +DISPLAY_LIST(mr_i_iris_seg6_dl_060041F0) +DISPLAY_LIST(mr_i_iris_seg6_dl_06004208) +DISPLAY_LIST(mr_i_iris_seg6_dl_06004220) +DISPLAY_LIST(mushroom_1up_seg3_dl_0302A628) +DISPLAY_LIST(mushroom_1up_seg3_dl_0302A660) +DISPLAY_LIST(geo_num3_switch) +DISPLAY_LIST(peach_seg5_dl_05005648) +DISPLAY_LIST(peach_seg5_dl_05005750) +DISPLAY_LIST(peach_seg5_dl_05005780) +DISPLAY_LIST(peach_seg5_dl_050058B8) +DISPLAY_LIST(peach_seg5_dl_050058E0) +DISPLAY_LIST(peach_seg5_dl_05005C48) +DISPLAY_LIST(peach_seg5_dl_05005CB0) +DISPLAY_LIST(peach_seg5_dl_05005CE0) +DISPLAY_LIST(peach_seg5_dl_05005D38) +DISPLAY_LIST(peach_seg5_dl_05005D90) +DISPLAY_LIST(peach_seg5_dl_05005DE8) +DISPLAY_LIST(peach_seg5_dl_05005E40) +DISPLAY_LIST(peach_seg5_dl_05005E98) +DISPLAY_LIST(peach_seg5_dl_05005EF0) +DISPLAY_LIST(peach_seg5_dl_05005F48) +DISPLAY_LIST(peach_seg5_dl_05006058) +DISPLAY_LIST(peach_seg5_dl_050060E0) +DISPLAY_LIST(peach_seg5_dl_05006728) +DISPLAY_LIST(peach_seg5_dl_05006798) +DISPLAY_LIST(peach_seg5_dl_05006A18) +DISPLAY_LIST(peach_seg5_dl_05006FA8) +DISPLAY_LIST(peach_seg5_dl_05007230) +DISPLAY_LIST(peach_seg5_us_dl_05007288) +DISPLAY_LIST(peach_seg5_dl_05007810) +DISPLAY_LIST(peach_seg5_dl_05007AB8) +DISPLAY_LIST(peach_seg5_dl_05007CE8) +DISPLAY_LIST(peach_seg5_dl_05007E58) +DISPLAY_LIST(peach_seg5_dl_050080B8) +DISPLAY_LIST(peach_seg5_dl_05008228) +DISPLAY_LIST(peach_seg5_dl_05008428) +DISPLAY_LIST(peach_seg5_dl_050084C0) +DISPLAY_LIST(peach_seg5_dl_05008560) +DISPLAY_LIST(peach_seg5_dl_050086C8) +DISPLAY_LIST(peach_seg5_dl_050087A8) +DISPLAY_LIST(peach_seg5_dl_05008978) +DISPLAY_LIST(peach_seg5_dl_05008A10) +DISPLAY_LIST(peach_seg5_dl_05008AB0) +DISPLAY_LIST(peach_seg5_dl_05008C18) +DISPLAY_LIST(peach_seg5_dl_05008CF8) +DISPLAY_LIST(peach_seg5_dl_05008E38) +DISPLAY_LIST(peach_seg5_dl_05008F20) +DISPLAY_LIST(peach_seg5_dl_05009060) +DISPLAY_LIST(peach_seg5_dl_05009148) +DISPLAY_LIST(peach_seg5_dl_05009388) +DISPLAY_LIST(peach_seg5_dl_05009500) +DISPLAY_LIST(peach_seg5_dl_050097C0) +DISPLAY_LIST(peach_seg5_dl_05009940) +DISPLAY_LIST(peach_seg5_dl_05009E20) +DISPLAY_LIST(peach_seg5_dl_0500A0A8) +DISPLAY_LIST(peach_seg5_us_dl_0500A188) +DISPLAY_LIST(pebble_seg3_dl_0301CB00) +DISPLAY_LIST(penguin_seg5_dl_05006188) +DISPLAY_LIST(penguin_seg5_dl_050061C8) +DISPLAY_LIST(penguin_seg5_dl_050061F8) +DISPLAY_LIST(penguin_seg5_dl_05006380) +DISPLAY_LIST(penguin_seg5_dl_050063C8) +DISPLAY_LIST(penguin_seg5_dl_05006428) +DISPLAY_LIST(penguin_seg5_dl_05006458) +DISPLAY_LIST(penguin_seg5_dl_05006488) +DISPLAY_LIST(penguin_seg5_dl_050064B8) +DISPLAY_LIST(penguin_seg5_dl_050064E8) +DISPLAY_LIST(penguin_seg5_dl_05007198) +DISPLAY_LIST(penguin_seg5_dl_050071E8) +DISPLAY_LIST(penguin_seg5_dl_05007238) +DISPLAY_LIST(penguin_seg5_dl_050072C8) +DISPLAY_LIST(penguin_seg5_dl_05007358) +DISPLAY_LIST(penguin_seg5_dl_05007540) +DISPLAY_LIST(piranha_plant_seg6_dl_06015438) +DISPLAY_LIST(piranha_plant_seg6_dl_06015480) +DISPLAY_LIST(piranha_plant_seg6_dl_06015530) +DISPLAY_LIST(piranha_plant_seg6_dl_06015578) +DISPLAY_LIST(piranha_plant_seg6_dl_06015798) +DISPLAY_LIST(piranha_plant_seg6_dl_06015850) +DISPLAY_LIST(piranha_plant_seg6_dl_06015E40) +DISPLAY_LIST(piranha_plant_seg6_dl_06015EA8) +DISPLAY_LIST(piranha_plant_seg6_dl_06015F68) +DISPLAY_LIST(piranha_plant_seg6_dl_06016060) +DISPLAY_LIST(piranha_plant_seg6_dl_060160B0) +DISPLAY_LIST(piranha_plant_seg6_dl_06016120) +DISPLAY_LIST(piranha_plant_seg6_dl_06016750) +DISPLAY_LIST(piranha_plant_seg6_dl_060167B8) +DISPLAY_LIST(piranha_plant_seg6_dl_06016890) +DISPLAY_LIST(piranha_plant_seg6_dl_06016960) +DISPLAY_LIST(piranha_plant_seg6_dl_060169A8) +DISPLAY_LIST(piranha_plant_seg6_dl_060169E8) +DISPLAY_LIST(piranha_plant_seg6_dl_06016A78) +DISPLAY_LIST(piranha_plant_seg6_dl_06016BA8) +DISPLAY_LIST(piranha_plant_seg6_dl_06016C10) +DISPLAY_LIST(piranha_plant_seg6_dl_06016D30) +DISPLAY_LIST(piranha_plant_seg6_dl_06016D98) +DISPLAY_LIST(piranha_plant_seg6_dl_06016EB8) +DISPLAY_LIST(piranha_plant_seg6_dl_06016F20) +DISPLAY_LIST(pokey_seg5_dl_05012750) +DISPLAY_LIST(pokey_seg5_dl_05012798) +DISPLAY_LIST(pokey_seg5_dl_050127D8) +DISPLAY_LIST(pokey_seg5_dl_05012808) +DISPLAY_LIST(pokey_seg5_dl_05013078) +DISPLAY_LIST(pokey_seg5_dl_050130B0) +DISPLAY_LIST(poundable_pole_seg6_dl_060022F0) +DISPLAY_LIST(poundable_pole_seg6_dl_06002358) +DISPLAY_LIST(poundable_pole_seg6_dl_06002410) +DISPLAY_LIST(dl_power_meter_base) +DISPLAY_LIST(dl_power_meter_health_segments_begin) +DISPLAY_LIST(dl_power_meter_health_segments_end) +DISPLAY_LIST(purple_switch_seg8_dl_0800C668) +DISPLAY_LIST(purple_switch_seg8_dl_0800C6E0) +DISPLAY_LIST(purple_switch_seg8_dl_0800C718) +DISPLAY_LIST(sand_seg3_dl_0302BCD0) +DISPLAY_LIST(scuttlebug_seg6_dl_06013988) +DISPLAY_LIST(scuttlebug_seg6_dl_060139C0) +DISPLAY_LIST(scuttlebug_seg6_dl_060139F8) +DISPLAY_LIST(scuttlebug_seg6_dl_06013AB0) +DISPLAY_LIST(scuttlebug_seg6_dl_06013AE8) +DISPLAY_LIST(scuttlebug_seg6_dl_06013B98) +DISPLAY_LIST(scuttlebug_seg6_dl_06013BD0) +DISPLAY_LIST(scuttlebug_seg6_dl_06013C80) +DISPLAY_LIST(scuttlebug_seg6_dl_06013CB8) +DISPLAY_LIST(scuttlebug_seg6_dl_06013D68) +DISPLAY_LIST(scuttlebug_seg6_dl_06013DA0) +DISPLAY_LIST(scuttlebug_seg6_dl_06013FC8) +DISPLAY_LIST(scuttlebug_seg6_dl_060140F0) +DISPLAY_LIST(scuttlebug_seg6_dl_06014150) +DISPLAY_LIST(scuttlebug_seg6_dl_06014188) +DISPLAY_LIST(scuttlebug_seg6_dl_06014238) +DISPLAY_LIST(scuttlebug_seg6_dl_06014270) +DISPLAY_LIST(scuttlebug_seg6_dl_06014338) +DISPLAY_LIST(scuttlebug_seg6_dl_06014378) +DISPLAY_LIST(seaweed_seg6_dl_06009E50) +DISPLAY_LIST(seaweed_seg6_dl_06009E98) +DISPLAY_LIST(seaweed_seg6_dl_06009F48) +DISPLAY_LIST(seaweed_seg6_dl_06009F90) +DISPLAY_LIST(seaweed_seg6_dl_0600A040) +DISPLAY_LIST(seaweed_seg6_dl_0600A088) +DISPLAY_LIST(seaweed_seg6_dl_0600A138) +DISPLAY_LIST(seaweed_seg6_dl_0600A180) +DISPLAY_LIST(skeeter_seg6_dl_060009D0) +DISPLAY_LIST(skeeter_seg6_dl_06000A08) +DISPLAY_LIST(skeeter_seg6_dl_06000AB8) +DISPLAY_LIST(skeeter_seg6_dl_06000AF0) +DISPLAY_LIST(skeeter_seg6_dl_06000BA0) +DISPLAY_LIST(skeeter_seg6_dl_06000BD8) +DISPLAY_LIST(skeeter_seg6_dl_06000C78) +DISPLAY_LIST(skeeter_seg6_dl_06000CA8) +DISPLAY_LIST(skeeter_seg6_dl_06000D48) +DISPLAY_LIST(skeeter_seg6_dl_06000D78) +DISPLAY_LIST(skeeter_seg6_dl_06000E60) +DISPLAY_LIST(skeeter_seg6_dl_06000EC0) +DISPLAY_LIST(skeeter_seg6_dl_06003FF0) +DISPLAY_LIST(skeeter_seg6_dl_06004040) +DISPLAY_LIST(skeeter_seg6_dl_06004070) +DISPLAY_LIST(skeeter_seg6_dl_060040A0) +DISPLAY_LIST(skeeter_seg6_dl_060040F0) +DISPLAY_LIST(skeeter_seg6_dl_06004120) +DISPLAY_LIST(skeeter_seg6_dl_06004150) +DISPLAY_LIST(skeeter_seg6_dl_060041A0) +DISPLAY_LIST(skeeter_seg6_dl_060041D0) +DISPLAY_LIST(skeeter_seg6_dl_06004200) +DISPLAY_LIST(skeeter_seg6_dl_060045C8) +DISPLAY_LIST(skeeter_seg6_dl_06004618) +DISPLAY_LIST(skeeter_seg6_dl_06004648) +DISPLAY_LIST(skeeter_seg6_dl_06004678) +DISPLAY_LIST(skeeter_seg6_dl_06004A40) +DISPLAY_LIST(skeeter_seg6_dl_06005328) +DISPLAY_LIST(skeeter_seg6_dl_06005358) +DISPLAY_LIST(small_key_seg5_dl_05006700) +DISPLAY_LIST(small_key_seg5_dl_05006A08) +DISPLAY_LIST(small_key_seg5_dl_05006A28) +DISPLAY_LIST(small_key_seg5_dl_05006A48) +DISPLAY_LIST(small_key_seg5_dl_05006A68) +DISPLAY_LIST(smoke_seg5_dl_05007AC0) +DISPLAY_LIST(smoke_seg5_dl_05007AF8) +DISPLAY_LIST(snowman_seg5_dl_0500C4C8) +DISPLAY_LIST(snowman_seg5_dl_0500C500) +DISPLAY_LIST(snowman_seg5_dl_0500C5B0) +DISPLAY_LIST(snowman_seg5_dl_0500C5E8) +DISPLAY_LIST(snowman_seg5_dl_0500C620) +DISPLAY_LIST(snowman_seg5_dl_0500C718) +DISPLAY_LIST(snowman_seg5_dl_0500C760) +DISPLAY_LIST(snowman_seg5_dl_0500C978) +DISPLAY_LIST(snowman_seg5_dl_0500CAA8) +DISPLAY_LIST(snowman_seg5_dl_0500CB88) +DISPLAY_LIST(snowman_seg5_dl_0500CBC0) +DISPLAY_LIST(snowman_seg5_dl_0500CBF8) +DISPLAY_LIST(snowman_seg5_dl_0500CCB0) +DISPLAY_LIST(snowman_seg5_dl_0500CCE8) +DISPLAY_LIST(snufit_seg6_dl_060091E0) +DISPLAY_LIST(snufit_seg6_dl_06009278) +DISPLAY_LIST(snufit_seg6_dl_060092F0) +DISPLAY_LIST(snufit_seg6_dl_06009498) +DISPLAY_LIST(snufit_seg6_dl_06009668) +DISPLAY_LIST(snufit_seg6_dl_06009700) +DISPLAY_LIST(snufit_seg6_dl_06009748) +DISPLAY_LIST(snufit_seg6_dl_060098A0) +DISPLAY_LIST(snufit_seg6_dl_06009938) +DISPLAY_LIST(snufit_seg6_dl_060099D8) +DISPLAY_LIST(snufit_seg6_dl_06009A10) +DISPLAY_LIST(snufit_seg6_dl_06009B18) +DISPLAY_LIST(snufit_seg6_dl_06009B68) +DISPLAY_LIST(sparkles_seg4_dl_0402A490) +DISPLAY_LIST(sparkles_seg4_dl_0402A4F8) +DISPLAY_LIST(sparkles_seg4_dl_0402A510) +DISPLAY_LIST(sparkles_seg4_dl_0402A528) +DISPLAY_LIST(sparkles_seg4_dl_0402A540) +DISPLAY_LIST(sparkles_seg4_dl_0402A558) +DISPLAY_LIST(sparkles_seg4_dl_0402A570) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035288) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035300) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035318) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035330) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035348) +DISPLAY_LIST(sparkles_animation_seg4_dl_04035360) +DISPLAY_LIST(spindrift_seg5_dl_050002A0) +DISPLAY_LIST(spindrift_seg5_dl_05000328) +DISPLAY_LIST(spindrift_seg5_dl_05002710) +DISPLAY_LIST(spindrift_seg5_dl_05002748) +DISPLAY_LIST(spindrift_seg5_dl_050027F8) +DISPLAY_LIST(spindrift_seg5_dl_05002830) +DISPLAY_LIST(spindrift_seg5_dl_050028D0) +DISPLAY_LIST(spindrift_seg5_dl_05002900) +DISPLAY_LIST(spindrift_seg5_dl_050029C8) +DISPLAY_LIST(spindrift_seg5_dl_05002A20) +DISPLAY_LIST(spindrift_seg5_dl_05002AD8) +DISPLAY_LIST(spindrift_seg5_dl_05002B30) +DISPLAY_LIST(spindrift_seg5_dl_05002C98) +DISPLAY_LIST(spindrift_seg5_dl_05002D08) +DISPLAY_LIST(spiny_seg5_dl_05016418) +DISPLAY_LIST(spiny_seg5_dl_050164E0) +DISPLAY_LIST(spiny_seg5_dl_050165A8) +DISPLAY_LIST(spiny_seg5_dl_05016670) +DISPLAY_LIST(spiny_seg5_dl_05016738) +DISPLAY_LIST(spiny_seg5_dl_05016A48) +DISPLAY_LIST(spiny_egg_seg5_dl_050151A8) +DISPLAY_LIST(spiny_egg_seg5_dl_050151E0) +DISPLAY_LIST(spiny_egg_seg5_dl_05015218) +DISPLAY_LIST(spiny_egg_seg5_dl_05015250) +DISPLAY_LIST(spiny_egg_seg5_dl_05015288) +DISPLAY_LIST(spiny_egg_seg5_dl_050152C0) +DISPLAY_LIST(spiny_egg_seg5_dl_050152F8) +DISPLAY_LIST(spiny_egg_seg5_dl_05015330) +DISPLAY_LIST(spiny_egg_seg5_dl_05015368) +DISPLAY_LIST(spiny_egg_seg5_dl_05015740) +DISPLAY_LIST(springboard_checkerboard_seg5_dl_050016B8) +DISPLAY_LIST(springboard_spring_seg5_dl_05001800) +DISPLAY_LIST(springboard_checkerboard_seg5_dl_05001900) +DISPLAY_LIST(star_seg3_dl_0302B7B0) +DISPLAY_LIST(star_seg3_dl_0302B870) +DISPLAY_LIST(star_seg3_dl_0302B9C0) +DISPLAY_LIST(star_seg3_dl_0302BA18) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025148) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025190) +DISPLAY_LIST(stomp_smoke_seg4_dl_040251C8) +DISPLAY_LIST(stomp_smoke_seg4_dl_040251E0) +DISPLAY_LIST(stomp_smoke_seg4_dl_040251F8) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025210) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025228) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025240) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025258) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025270) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025288) +DISPLAY_LIST(stomp_smoke_seg4_dl_040252A0) +DISPLAY_LIST(stomp_smoke_seg4_dl_040252B8) +DISPLAY_LIST(stomp_smoke_seg4_dl_040252D0) +DISPLAY_LIST(stomp_smoke_seg4_dl_040252E8) +DISPLAY_LIST(stomp_smoke_seg4_dl_04025300) +DISPLAY_LIST(sushi_seg5_dl_05009CC0) +DISPLAY_LIST(sushi_seg5_dl_05009DD0) +DISPLAY_LIST(sushi_seg5_dl_05009F30) +DISPLAY_LIST(sushi_seg5_dl_0500A008) +DISPLAY_LIST(sushi_seg5_dl_0500A0E8) +DISPLAY_LIST(sushi_seg5_dl_0500A160) +DISPLAY_LIST(sushi_seg5_dl_0500A580) +DISPLAY_LIST(sushi_seg5_dl_0500A748) +DISPLAY_LIST(sushi_seg5_dl_0500A768) +DISPLAY_LIST(sushi_seg5_dl_0500A860) +DISPLAY_LIST(sushi_seg5_dl_0500A8A8) +DISPLAY_LIST(sushi_seg5_dl_0500A958) +DISPLAY_LIST(sushi_seg5_dl_0500A990) +DISPLAY_LIST(swoop_seg6_dl_060065B8) +DISPLAY_LIST(swoop_seg6_dl_060066F8) +DISPLAY_LIST(swoop_seg6_dl_06006758) +DISPLAY_LIST(swoop_seg6_dl_06006848) +DISPLAY_LIST(swoop_seg6_dl_06006880) +DISPLAY_LIST(swoop_seg6_dl_06006A10) +DISPLAY_LIST(swoop_seg6_dl_06006A68) +DISPLAY_LIST(swoop_seg6_dl_06006A88) +DISPLAY_LIST(swoop_seg6_dl_06006B98) +DISPLAY_LIST(swoop_seg6_dl_06006BD0) +DISPLAY_LIST(swoop_seg6_dl_06006CC8) +DISPLAY_LIST(swoop_seg6_dl_06006D00) +DISPLAY_LIST(unknown_seg8_dl_08026260) +DISPLAY_LIST(thwomp_seg5_dl_0500B570) +DISPLAY_LIST(thwomp_seg5_dl_0500B718) +DISPLAY_LIST(thwomp_seg5_dl_0500B750) +DISPLAY_LIST(toad_seg6_dl_06007300) +DISPLAY_LIST(toad_seg6_dl_06007498) +DISPLAY_LIST(toad_seg6_dl_060076C0) +DISPLAY_LIST(toad_seg6_dl_06007710) +DISPLAY_LIST(toad_seg6_us_dl_06007788) +DISPLAY_LIST(toad_seg6_dl_06007960) +DISPLAY_LIST(toad_seg6_dl_06007A48) +DISPLAY_LIST(toad_seg6_us_dl_06007B00) +DISPLAY_LIST(toad_seg6_dl_06007D10) +DISPLAY_LIST(toad_seg6_dl_06007EB0) +DISPLAY_LIST(toad_seg6_dl_060080C0) +DISPLAY_LIST(toad_seg6_dl_060081F8) +DISPLAY_LIST(toad_seg6_dl_060083E8) +DISPLAY_LIST(toad_seg6_dl_06008520) +DISPLAY_LIST(toad_seg6_us_dl_06008608) +DISPLAY_LIST(toad_seg6_dl_06008748) +DISPLAY_LIST(toad_seg6_dl_06008890) +DISPLAY_LIST(toad_seg6_dl_06008A90) +DISPLAY_LIST(toad_seg6_dl_06008BD8) +DISPLAY_LIST(toad_cap_mesh_layer_1_tri_0) +DISPLAY_LIST(toad_cap_mesh_layer_1_tri_1) +DISPLAY_LIST(toad_cap_mesh_layer_5_tri_0) +DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4_tri_0) +DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4_tri_1) +DISPLAY_LIST(mat_toad_cap_metal) +DISPLAY_LIST(mat_revert_toad_cap_metal) +DISPLAY_LIST(mat_toad_cap_base) +DISPLAY_LIST(mat_toad_cap_inside) +DISPLAY_LIST(mat_toad_cap_spots) +DISPLAY_LIST(mat_toad_cap_wing) +DISPLAY_LIST(mat_revert_toad_cap_wing) +DISPLAY_LIST(mat_toad_cap_wing_tip) +DISPLAY_LIST(mat_revert_toad_cap_wing_tip) +DISPLAY_LIST(mat_toad_cap_metal_wing) +DISPLAY_LIST(mat_revert_toad_cap_metal_wing) +DISPLAY_LIST(mat_toad_cap_metal_wing_tip) +DISPLAY_LIST(mat_revert_toad_cap_metal_wing_tip) +DISPLAY_LIST(toad_cap_mesh_layer_1) +DISPLAY_LIST(toad_cap_mesh_layer_5) +DISPLAY_LIST(toad_cap_Metal_Cap_mesh_layer_1) +DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4) +DISPLAY_LIST(toad_cap_Winged_Metal_Cap_Wings_mesh_layer_4) +DISPLAY_LIST(toad_cap_material_revert_render_settings) DISPLAY_LIST(toad_player_Torso_mesh_layer_1_tri_0) DISPLAY_LIST(toad_player_Torso_mesh_layer_1_tri_1) DISPLAY_LIST(toad_player_Torso_mesh_layer_1_tri_2) @@ -566,1399 +1504,461 @@ DISPLAY_LIST(toad_player_Left_Shoe_mesh_layer_1_mat_override_metal_0) DISPLAY_LIST(toad_player_Right_Shoe_DL_mesh_layer_1) DISPLAY_LIST(toad_player_Right_Shoe_DL_mesh_layer_1_mat_override_metal_0) DISPLAY_LIST(toad_player_material_revert_render_settings) -DISPLAY_LIST(toad_cap_mesh_layer_1_tri_0) -DISPLAY_LIST(toad_cap_mesh_layer_1_tri_1) -DISPLAY_LIST(toad_cap_mesh_layer_5_tri_0) -DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4_tri_0) -DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4_tri_1) -DISPLAY_LIST(mat_toad_cap_metal) -DISPLAY_LIST(mat_revert_toad_cap_metal) -DISPLAY_LIST(mat_toad_cap_base) -DISPLAY_LIST(mat_toad_cap_inside) -DISPLAY_LIST(mat_toad_cap_spots) -DISPLAY_LIST(mat_toad_cap_wing) -DISPLAY_LIST(mat_revert_toad_cap_wing) -DISPLAY_LIST(mat_toad_cap_wing_tip) -DISPLAY_LIST(mat_revert_toad_cap_wing_tip) -DISPLAY_LIST(mat_toad_cap_metal_wing) -DISPLAY_LIST(mat_revert_toad_cap_metal_wing) -DISPLAY_LIST(mat_toad_cap_metal_wing_tip) -DISPLAY_LIST(mat_revert_toad_cap_metal_wing_tip) -DISPLAY_LIST(toad_cap_mesh_layer_1) -DISPLAY_LIST(toad_cap_mesh_layer_5) -DISPLAY_LIST(toad_cap_Metal_Cap_mesh_layer_1) -DISPLAY_LIST(toad_cap_Wing_Cap_Wings_mesh_layer_4) -DISPLAY_LIST(toad_cap_Winged_Metal_Cap_Wings_mesh_layer_4) -DISPLAY_LIST(toad_cap_material_revert_render_settings) -DISPLAY_LIST(toad_seg6_dl_06007300) -DISPLAY_LIST(toad_seg6_dl_06007498) -DISPLAY_LIST(toad_seg6_dl_060076C0) -DISPLAY_LIST(toad_seg6_dl_06007710) -DISPLAY_LIST(toad_seg6_us_dl_06007788) -DISPLAY_LIST(toad_seg6_dl_06007960) -DISPLAY_LIST(toad_seg6_dl_06007A48) -DISPLAY_LIST(toad_seg6_us_dl_06007B00) -DISPLAY_LIST(toad_seg6_dl_06007D10) -DISPLAY_LIST(toad_seg6_dl_06007EB0) -DISPLAY_LIST(toad_seg6_dl_060080C0) -DISPLAY_LIST(toad_seg6_dl_060081F8) -DISPLAY_LIST(toad_seg6_dl_060083E8) -DISPLAY_LIST(toad_seg6_dl_06008520) -DISPLAY_LIST(toad_seg6_us_dl_06008608) -DISPLAY_LIST(toad_seg6_dl_06008748) -DISPLAY_LIST(toad_seg6_dl_06008890) -DISPLAY_LIST(toad_seg6_dl_06008A90) -DISPLAY_LIST(toad_seg6_dl_06008BD8) -DISPLAY_LIST(thwomp_seg5_dl_0500B570) -DISPLAY_LIST(thwomp_seg5_dl_0500B718) -DISPLAY_LIST(thwomp_seg5_dl_0500B750) -DISPLAY_LIST(unknown_seg8_dl_08026260) -DISPLAY_LIST(swoop_seg6_dl_060065B8) -DISPLAY_LIST(swoop_seg6_dl_060066F8) -DISPLAY_LIST(swoop_seg6_dl_06006758) -DISPLAY_LIST(swoop_seg6_dl_06006848) -DISPLAY_LIST(swoop_seg6_dl_06006880) -DISPLAY_LIST(swoop_seg6_dl_06006A10) -DISPLAY_LIST(swoop_seg6_dl_06006A68) -DISPLAY_LIST(swoop_seg6_dl_06006A88) -DISPLAY_LIST(swoop_seg6_dl_06006B98) -DISPLAY_LIST(swoop_seg6_dl_06006BD0) -DISPLAY_LIST(swoop_seg6_dl_06006CC8) -DISPLAY_LIST(swoop_seg6_dl_06006D00) -DISPLAY_LIST(sushi_seg5_dl_05009CC0) -DISPLAY_LIST(sushi_seg5_dl_05009DD0) -DISPLAY_LIST(sushi_seg5_dl_05009F30) -DISPLAY_LIST(sushi_seg5_dl_0500A008) -DISPLAY_LIST(sushi_seg5_dl_0500A0E8) -DISPLAY_LIST(sushi_seg5_dl_0500A160) -DISPLAY_LIST(sushi_seg5_dl_0500A580) -DISPLAY_LIST(sushi_seg5_dl_0500A748) -DISPLAY_LIST(sushi_seg5_dl_0500A768) -DISPLAY_LIST(sushi_seg5_dl_0500A860) -DISPLAY_LIST(sushi_seg5_dl_0500A8A8) -DISPLAY_LIST(sushi_seg5_dl_0500A958) -DISPLAY_LIST(sushi_seg5_dl_0500A990) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025148) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025190) -DISPLAY_LIST(stomp_smoke_seg4_dl_040251C8) -DISPLAY_LIST(stomp_smoke_seg4_dl_040251E0) -DISPLAY_LIST(stomp_smoke_seg4_dl_040251F8) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025210) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025228) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025240) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025258) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025270) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025288) -DISPLAY_LIST(stomp_smoke_seg4_dl_040252A0) -DISPLAY_LIST(stomp_smoke_seg4_dl_040252B8) -DISPLAY_LIST(stomp_smoke_seg4_dl_040252D0) -DISPLAY_LIST(stomp_smoke_seg4_dl_040252E8) -DISPLAY_LIST(stomp_smoke_seg4_dl_04025300) -DISPLAY_LIST(star_seg3_dl_0302B7B0) -DISPLAY_LIST(star_seg3_dl_0302B870) -DISPLAY_LIST(star_seg3_dl_0302B9C0) -DISPLAY_LIST(star_seg3_dl_0302BA18) -DISPLAY_LIST(springboard_checkerboard_seg5_dl_050016B8) -DISPLAY_LIST(springboard_spring_seg5_dl_05001800) -DISPLAY_LIST(springboard_checkerboard_seg5_dl_05001900) -DISPLAY_LIST(spiny_egg_seg5_dl_050151A8) -DISPLAY_LIST(spiny_egg_seg5_dl_050151E0) -DISPLAY_LIST(spiny_egg_seg5_dl_05015218) -DISPLAY_LIST(spiny_egg_seg5_dl_05015250) -DISPLAY_LIST(spiny_egg_seg5_dl_05015288) -DISPLAY_LIST(spiny_egg_seg5_dl_050152C0) -DISPLAY_LIST(spiny_egg_seg5_dl_050152F8) -DISPLAY_LIST(spiny_egg_seg5_dl_05015330) -DISPLAY_LIST(spiny_egg_seg5_dl_05015368) -DISPLAY_LIST(spiny_egg_seg5_dl_05015740) -DISPLAY_LIST(spiny_seg5_dl_05016418) -DISPLAY_LIST(spiny_seg5_dl_050164E0) -DISPLAY_LIST(spiny_seg5_dl_050165A8) -DISPLAY_LIST(spiny_seg5_dl_05016670) -DISPLAY_LIST(spiny_seg5_dl_05016738) -DISPLAY_LIST(spiny_seg5_dl_05016A48) -DISPLAY_LIST(spindrift_seg5_dl_050002A0) -DISPLAY_LIST(spindrift_seg5_dl_05000328) -DISPLAY_LIST(spindrift_seg5_dl_05002710) -DISPLAY_LIST(spindrift_seg5_dl_05002748) -DISPLAY_LIST(spindrift_seg5_dl_050027F8) -DISPLAY_LIST(spindrift_seg5_dl_05002830) -DISPLAY_LIST(spindrift_seg5_dl_050028D0) -DISPLAY_LIST(spindrift_seg5_dl_05002900) -DISPLAY_LIST(spindrift_seg5_dl_050029C8) -DISPLAY_LIST(spindrift_seg5_dl_05002A20) -DISPLAY_LIST(spindrift_seg5_dl_05002AD8) -DISPLAY_LIST(spindrift_seg5_dl_05002B30) -DISPLAY_LIST(spindrift_seg5_dl_05002C98) -DISPLAY_LIST(spindrift_seg5_dl_05002D08) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035288) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035300) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035318) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035330) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035348) -DISPLAY_LIST(sparkles_animation_seg4_dl_04035360) -DISPLAY_LIST(sparkles_seg4_dl_0402A490) -DISPLAY_LIST(sparkles_seg4_dl_0402A4F8) -DISPLAY_LIST(sparkles_seg4_dl_0402A510) -DISPLAY_LIST(sparkles_seg4_dl_0402A528) -DISPLAY_LIST(sparkles_seg4_dl_0402A540) -DISPLAY_LIST(sparkles_seg4_dl_0402A558) -DISPLAY_LIST(sparkles_seg4_dl_0402A570) -DISPLAY_LIST(snufit_seg6_dl_060091E0) -DISPLAY_LIST(snufit_seg6_dl_06009278) -DISPLAY_LIST(snufit_seg6_dl_060092F0) -DISPLAY_LIST(snufit_seg6_dl_06009498) -DISPLAY_LIST(snufit_seg6_dl_06009668) -DISPLAY_LIST(snufit_seg6_dl_06009700) -DISPLAY_LIST(snufit_seg6_dl_06009748) -DISPLAY_LIST(snufit_seg6_dl_060098A0) -DISPLAY_LIST(snufit_seg6_dl_06009938) -DISPLAY_LIST(snufit_seg6_dl_060099D8) -DISPLAY_LIST(snufit_seg6_dl_06009A10) -DISPLAY_LIST(snufit_seg6_dl_06009B18) -DISPLAY_LIST(snufit_seg6_dl_06009B68) -DISPLAY_LIST(snowman_seg5_dl_0500C4C8) -DISPLAY_LIST(snowman_seg5_dl_0500C500) -DISPLAY_LIST(snowman_seg5_dl_0500C5B0) -DISPLAY_LIST(snowman_seg5_dl_0500C5E8) -DISPLAY_LIST(snowman_seg5_dl_0500C620) -DISPLAY_LIST(snowman_seg5_dl_0500C718) -DISPLAY_LIST(snowman_seg5_dl_0500C760) -DISPLAY_LIST(snowman_seg5_dl_0500C978) -DISPLAY_LIST(snowman_seg5_dl_0500CAA8) -DISPLAY_LIST(snowman_seg5_dl_0500CB88) -DISPLAY_LIST(snowman_seg5_dl_0500CBC0) -DISPLAY_LIST(snowman_seg5_dl_0500CBF8) -DISPLAY_LIST(snowman_seg5_dl_0500CCB0) -DISPLAY_LIST(snowman_seg5_dl_0500CCE8) -DISPLAY_LIST(smoke_seg5_dl_05007AC0) -DISPLAY_LIST(smoke_seg5_dl_05007AF8) -DISPLAY_LIST(small_key_seg5_dl_05006700) -DISPLAY_LIST(small_key_seg5_dl_05006A08) -DISPLAY_LIST(small_key_seg5_dl_05006A28) -DISPLAY_LIST(small_key_seg5_dl_05006A48) -DISPLAY_LIST(small_key_seg5_dl_05006A68) -DISPLAY_LIST(skeeter_seg6_dl_060009D0) -DISPLAY_LIST(skeeter_seg6_dl_06000A08) -DISPLAY_LIST(skeeter_seg6_dl_06000AB8) -DISPLAY_LIST(skeeter_seg6_dl_06000AF0) -DISPLAY_LIST(skeeter_seg6_dl_06000BA0) -DISPLAY_LIST(skeeter_seg6_dl_06000BD8) -DISPLAY_LIST(skeeter_seg6_dl_06000C78) -DISPLAY_LIST(skeeter_seg6_dl_06000CA8) -DISPLAY_LIST(skeeter_seg6_dl_06000D48) -DISPLAY_LIST(skeeter_seg6_dl_06000D78) -DISPLAY_LIST(skeeter_seg6_dl_06000E60) -DISPLAY_LIST(skeeter_seg6_dl_06000EC0) -DISPLAY_LIST(skeeter_seg6_dl_06003FF0) -DISPLAY_LIST(skeeter_seg6_dl_06004040) -DISPLAY_LIST(skeeter_seg6_dl_06004070) -DISPLAY_LIST(skeeter_seg6_dl_060040A0) -DISPLAY_LIST(skeeter_seg6_dl_060040F0) -DISPLAY_LIST(skeeter_seg6_dl_06004120) -DISPLAY_LIST(skeeter_seg6_dl_06004150) -DISPLAY_LIST(skeeter_seg6_dl_060041A0) -DISPLAY_LIST(skeeter_seg6_dl_060041D0) -DISPLAY_LIST(skeeter_seg6_dl_06004200) -DISPLAY_LIST(skeeter_seg6_dl_060045C8) -DISPLAY_LIST(skeeter_seg6_dl_06004618) -DISPLAY_LIST(skeeter_seg6_dl_06004648) -DISPLAY_LIST(skeeter_seg6_dl_06004678) -DISPLAY_LIST(skeeter_seg6_dl_06004A40) -DISPLAY_LIST(skeeter_seg6_dl_06005328) -DISPLAY_LIST(skeeter_seg6_dl_06005358) -DISPLAY_LIST(seaweed_seg6_dl_06009E50) -DISPLAY_LIST(seaweed_seg6_dl_06009E98) -DISPLAY_LIST(seaweed_seg6_dl_06009F48) -DISPLAY_LIST(seaweed_seg6_dl_06009F90) -DISPLAY_LIST(seaweed_seg6_dl_0600A040) -DISPLAY_LIST(seaweed_seg6_dl_0600A088) -DISPLAY_LIST(seaweed_seg6_dl_0600A138) -DISPLAY_LIST(seaweed_seg6_dl_0600A180) -DISPLAY_LIST(scuttlebug_seg6_dl_06013988) -DISPLAY_LIST(scuttlebug_seg6_dl_060139C0) -DISPLAY_LIST(scuttlebug_seg6_dl_060139F8) -DISPLAY_LIST(scuttlebug_seg6_dl_06013AB0) -DISPLAY_LIST(scuttlebug_seg6_dl_06013AE8) -DISPLAY_LIST(scuttlebug_seg6_dl_06013B98) -DISPLAY_LIST(scuttlebug_seg6_dl_06013BD0) -DISPLAY_LIST(scuttlebug_seg6_dl_06013C80) -DISPLAY_LIST(scuttlebug_seg6_dl_06013CB8) -DISPLAY_LIST(scuttlebug_seg6_dl_06013D68) -DISPLAY_LIST(scuttlebug_seg6_dl_06013DA0) -DISPLAY_LIST(scuttlebug_seg6_dl_06013FC8) -DISPLAY_LIST(scuttlebug_seg6_dl_060140F0) -DISPLAY_LIST(scuttlebug_seg6_dl_06014150) -DISPLAY_LIST(scuttlebug_seg6_dl_06014188) -DISPLAY_LIST(scuttlebug_seg6_dl_06014238) -DISPLAY_LIST(scuttlebug_seg6_dl_06014270) -DISPLAY_LIST(scuttlebug_seg6_dl_06014338) -DISPLAY_LIST(scuttlebug_seg6_dl_06014378) -DISPLAY_LIST(sand_seg3_dl_0302BCD0) -DISPLAY_LIST(purple_switch_seg8_dl_0800C668) -DISPLAY_LIST(purple_switch_seg8_dl_0800C6E0) -DISPLAY_LIST(purple_switch_seg8_dl_0800C718) -DISPLAY_LIST(dl_power_meter_base) -DISPLAY_LIST(dl_power_meter_health_segments_begin) -DISPLAY_LIST(dl_power_meter_health_segments_end) -DISPLAY_LIST(poundable_pole_seg6_dl_060022F0) -DISPLAY_LIST(poundable_pole_seg6_dl_06002358) -DISPLAY_LIST(poundable_pole_seg6_dl_06002410) -DISPLAY_LIST(pokey_seg5_dl_05012750) -DISPLAY_LIST(pokey_seg5_dl_05012798) -DISPLAY_LIST(pokey_seg5_dl_050127D8) -DISPLAY_LIST(pokey_seg5_dl_05012808) -DISPLAY_LIST(pokey_seg5_dl_05013078) -DISPLAY_LIST(pokey_seg5_dl_050130B0) -DISPLAY_LIST(piranha_plant_seg6_dl_06015438) -DISPLAY_LIST(piranha_plant_seg6_dl_06015480) -DISPLAY_LIST(piranha_plant_seg6_dl_06015530) -DISPLAY_LIST(piranha_plant_seg6_dl_06015578) -DISPLAY_LIST(piranha_plant_seg6_dl_06015798) -DISPLAY_LIST(piranha_plant_seg6_dl_06015850) -DISPLAY_LIST(piranha_plant_seg6_dl_06015E40) -DISPLAY_LIST(piranha_plant_seg6_dl_06015EA8) -DISPLAY_LIST(piranha_plant_seg6_dl_06015F68) -DISPLAY_LIST(piranha_plant_seg6_dl_06016060) -DISPLAY_LIST(piranha_plant_seg6_dl_060160B0) -DISPLAY_LIST(piranha_plant_seg6_dl_06016120) -DISPLAY_LIST(piranha_plant_seg6_dl_06016750) -DISPLAY_LIST(piranha_plant_seg6_dl_060167B8) -DISPLAY_LIST(piranha_plant_seg6_dl_06016890) -DISPLAY_LIST(piranha_plant_seg6_dl_06016960) -DISPLAY_LIST(piranha_plant_seg6_dl_060169A8) -DISPLAY_LIST(piranha_plant_seg6_dl_060169E8) -DISPLAY_LIST(piranha_plant_seg6_dl_06016A78) -DISPLAY_LIST(piranha_plant_seg6_dl_06016BA8) -DISPLAY_LIST(piranha_plant_seg6_dl_06016C10) -DISPLAY_LIST(piranha_plant_seg6_dl_06016D30) -DISPLAY_LIST(piranha_plant_seg6_dl_06016D98) -DISPLAY_LIST(piranha_plant_seg6_dl_06016EB8) -DISPLAY_LIST(piranha_plant_seg6_dl_06016F20) -DISPLAY_LIST(penguin_seg5_dl_05006188) -DISPLAY_LIST(penguin_seg5_dl_050061C8) -DISPLAY_LIST(penguin_seg5_dl_050061F8) -DISPLAY_LIST(penguin_seg5_dl_05006380) -DISPLAY_LIST(penguin_seg5_dl_050063C8) -DISPLAY_LIST(penguin_seg5_dl_05006428) -DISPLAY_LIST(penguin_seg5_dl_05006458) -DISPLAY_LIST(penguin_seg5_dl_05006488) -DISPLAY_LIST(penguin_seg5_dl_050064B8) -DISPLAY_LIST(penguin_seg5_dl_050064E8) -DISPLAY_LIST(penguin_seg5_dl_05007198) -DISPLAY_LIST(penguin_seg5_dl_050071E8) -DISPLAY_LIST(penguin_seg5_dl_05007238) -DISPLAY_LIST(penguin_seg5_dl_050072C8) -DISPLAY_LIST(penguin_seg5_dl_05007358) -DISPLAY_LIST(penguin_seg5_dl_05007540) -DISPLAY_LIST(pebble_seg3_dl_0301CB00) -DISPLAY_LIST(peach_seg5_dl_05005648) -DISPLAY_LIST(peach_seg5_dl_05005750) -DISPLAY_LIST(peach_seg5_dl_05005780) -DISPLAY_LIST(peach_seg5_dl_050058B8) -DISPLAY_LIST(peach_seg5_dl_050058E0) -DISPLAY_LIST(peach_seg5_dl_05005C48) -DISPLAY_LIST(peach_seg5_dl_05005CB0) -DISPLAY_LIST(peach_seg5_dl_05005CE0) -DISPLAY_LIST(peach_seg5_dl_05005D38) -DISPLAY_LIST(peach_seg5_dl_05005D90) -DISPLAY_LIST(peach_seg5_dl_05005DE8) -DISPLAY_LIST(peach_seg5_dl_05005E40) -DISPLAY_LIST(peach_seg5_dl_05005E98) -DISPLAY_LIST(peach_seg5_dl_05005EF0) -DISPLAY_LIST(peach_seg5_dl_05005F48) -DISPLAY_LIST(peach_seg5_dl_05006058) -DISPLAY_LIST(peach_seg5_dl_050060E0) -DISPLAY_LIST(peach_seg5_dl_05006728) -DISPLAY_LIST(peach_seg5_dl_05006798) -DISPLAY_LIST(peach_seg5_dl_05006A18) -DISPLAY_LIST(peach_seg5_dl_05006FA8) -DISPLAY_LIST(peach_seg5_dl_05007230) -DISPLAY_LIST(peach_seg5_us_dl_05007288) -DISPLAY_LIST(peach_seg5_dl_05007810) -DISPLAY_LIST(peach_seg5_dl_05007AB8) -DISPLAY_LIST(peach_seg5_dl_05007CE8) -DISPLAY_LIST(peach_seg5_dl_05007E58) -DISPLAY_LIST(peach_seg5_dl_050080B8) -DISPLAY_LIST(peach_seg5_dl_05008228) -DISPLAY_LIST(peach_seg5_dl_05008428) -DISPLAY_LIST(peach_seg5_dl_050084C0) -DISPLAY_LIST(peach_seg5_dl_05008560) -DISPLAY_LIST(peach_seg5_dl_050086C8) -DISPLAY_LIST(peach_seg5_dl_050087A8) -DISPLAY_LIST(peach_seg5_dl_05008978) -DISPLAY_LIST(peach_seg5_dl_05008A10) -DISPLAY_LIST(peach_seg5_dl_05008AB0) -DISPLAY_LIST(peach_seg5_dl_05008C18) -DISPLAY_LIST(peach_seg5_dl_05008CF8) -DISPLAY_LIST(peach_seg5_dl_05008E38) -DISPLAY_LIST(peach_seg5_dl_05008F20) -DISPLAY_LIST(peach_seg5_dl_05009060) -DISPLAY_LIST(peach_seg5_dl_05009148) -DISPLAY_LIST(peach_seg5_dl_05009388) -DISPLAY_LIST(peach_seg5_dl_05009500) -DISPLAY_LIST(peach_seg5_dl_050097C0) -DISPLAY_LIST(peach_seg5_dl_05009940) -DISPLAY_LIST(peach_seg5_dl_05009E20) -DISPLAY_LIST(peach_seg5_dl_0500A0A8) -DISPLAY_LIST(peach_seg5_us_dl_0500A188) -DISPLAY_LIST(geo_num3_switch) -DISPLAY_LIST(mushroom_1up_seg3_dl_0302A628) -DISPLAY_LIST(mushroom_1up_seg3_dl_0302A660) -DISPLAY_LIST(mr_i_iris_seg6_dl_06004170) -DISPLAY_LIST(mr_i_iris_seg6_dl_060041D8) -DISPLAY_LIST(mr_i_iris_seg6_dl_060041F0) -DISPLAY_LIST(mr_i_iris_seg6_dl_06004208) -DISPLAY_LIST(mr_i_iris_seg6_dl_06004220) -DISPLAY_LIST(mr_i_eyeball_seg6_dl_06002080) -DISPLAY_LIST(monty_mole_hole_seg5_dl_05000840) -DISPLAY_LIST(monty_mole_seg5_dl_05003208) -DISPLAY_LIST(monty_mole_seg5_dl_050032A0) -DISPLAY_LIST(monty_mole_seg5_dl_05003438) -DISPLAY_LIST(monty_mole_seg5_dl_050034A0) -DISPLAY_LIST(monty_mole_seg5_dl_05003518) -DISPLAY_LIST(monty_mole_seg5_dl_05003730) -DISPLAY_LIST(monty_mole_seg5_dl_050037A8) -DISPLAY_LIST(monty_mole_seg5_dl_05003820) -DISPLAY_LIST(monty_mole_seg5_dl_05003938) -DISPLAY_LIST(monty_mole_seg5_dl_050039D0) -DISPLAY_LIST(monty_mole_seg5_dl_05003B68) -DISPLAY_LIST(monty_mole_seg5_dl_05003BD0) -DISPLAY_LIST(monty_mole_seg5_dl_05003C48) -DISPLAY_LIST(monty_mole_seg5_dl_05003E60) -DISPLAY_LIST(monty_mole_seg5_dl_05003ED8) -DISPLAY_LIST(monty_mole_seg5_dl_05003F50) -DISPLAY_LIST(monty_mole_seg5_dl_050042B8) -DISPLAY_LIST(monty_mole_seg5_dl_05004368) -DISPLAY_LIST(monty_mole_seg5_dl_050044B0) -DISPLAY_LIST(monty_mole_seg5_dl_050049B0) -DISPLAY_LIST(monty_mole_seg5_dl_05004A10) -DISPLAY_LIST(monty_mole_seg5_dl_05004B50) -DISPLAY_LIST(monty_mole_seg5_dl_05004BE0) -DISPLAY_LIST(monty_mole_seg5_dl_05004C00) -DISPLAY_LIST(monty_mole_seg5_dl_05004CE8) -DISPLAY_LIST(monty_mole_seg5_dl_05004D30) -DISPLAY_LIST(moneybag_seg6_dl_06005300) -DISPLAY_LIST(moneybag_seg6_dl_06005358) -DISPLAY_LIST(moneybag_seg6_dl_060053B8) -DISPLAY_LIST(moneybag_seg6_dl_06005590) -DISPLAY_LIST(moneybag_seg6_dl_06005618) -DISPLAY_LIST(moneybag_seg6_dl_06005688) -DISPLAY_LIST(moneybag_seg6_dl_06005708) -DISPLAY_LIST(moneybag_seg6_dl_06005750) -DISPLAY_LIST(moneybag_seg6_dl_06005980) -DISPLAY_LIST(moneybag_seg6_dl_060059F0) -DISPLAY_LIST(mist_seg3_dl_03000880) -DISPLAY_LIST(mist_seg3_dl_03000920) -DISPLAY_LIST(mips_seg6_dl_06010600) -DISPLAY_LIST(mips_seg6_dl_06010748) -DISPLAY_LIST(mips_seg6_dl_060107B8) -DISPLAY_LIST(mips_seg6_dl_06010A98) -DISPLAY_LIST(mips_seg6_dl_06010C40) -DISPLAY_LIST(mips_seg6_dl_06010DB0) -DISPLAY_LIST(mips_seg6_dl_06010E60) -DISPLAY_LIST(mips_seg6_dl_06010FF8) -DISPLAY_LIST(mips_seg6_dl_060110B0) -DISPLAY_LIST(mips_seg6_dl_06011240) -DISPLAY_LIST(mips_seg6_dl_06011310) -DISPLAY_LIST(mips_seg6_dl_06011470) -DISPLAY_LIST(mips_seg6_dl_06011520) -DISPLAY_LIST(mips_seg6_dl_060116B0) -DISPLAY_LIST(mips_seg6_dl_06011780) -DISPLAY_LIST(mips_seg6_dl_060118E0) -DISPLAY_LIST(mips_seg6_dl_06011990) -DISPLAY_LIST(mips_seg6_dl_06011B00) -DISPLAY_LIST(mips_seg6_dl_06011BB0) -DISPLAY_LIST(mips_seg6_dl_06011D10) -DISPLAY_LIST(mips_seg6_dl_06011DB0) -DISPLAY_LIST(mips_seg6_dl_06011E88) -DISPLAY_LIST(mips_seg6_dl_06011ED8) -DISPLAY_LIST(mips_seg6_dl_06011F70) -DISPLAY_LIST(mips_seg6_dl_06011FC0) -DISPLAY_LIST(metal_box_seg8_dl_08024B18) -DISPLAY_LIST(metal_box_dl) -DISPLAY_LIST(mario_cap_seg3_dl_03022B30) -DISPLAY_LIST(mario_cap_seg3_dl_03022B68) -DISPLAY_LIST(mario_cap_seg3_dl_03022CC8) -DISPLAY_LIST(mario_cap_seg3_dl_03022D10) -DISPLAY_LIST(mario_cap_seg3_dl_03022E78) -DISPLAY_LIST(mario_cap_seg3_dl_03022EA8) -DISPLAY_LIST(mario_cap_seg3_dl_03022ED8) -DISPLAY_LIST(mario_cap_seg3_dl_03022ED8_metal) -DISPLAY_LIST(mario_cap_seg3_dl_03022F20) -DISPLAY_LIST(mario_cap_m_logo_decal) -DISPLAY_LIST(mario_cap_seg3_dl_03022F48) -DISPLAY_LIST(mario_cap_seg3_dl_03022FF8) -DISPLAY_LIST(mario_cap_seg3_dl_030230B0) -DISPLAY_LIST(mario_cap_seg3_dl_03023108) -DISPLAY_LIST(mario_cap_seg3_dl_03023160) -DISPLAY_LIST(mario_cap_seg3_dl_03023298) -DISPLAY_LIST(mario_cap_material_revert_render_settings) -DISPLAY_LIST(mario_butt_dl) -DISPLAY_LIST(mario_butt) -DISPLAY_LIST(mario_metal_butt) -DISPLAY_LIST(mario_left_arm_shared_dl) -DISPLAY_LIST(mario_left_arm) -DISPLAY_LIST(mario_left_forearm_shared_dl) -DISPLAY_LIST(mario_left_hand_closed_shared_dl) -DISPLAY_LIST(mario_left_hand_closed) -DISPLAY_LIST(mario_right_arm_shared_dl) -DISPLAY_LIST(mario_right_arm) -DISPLAY_LIST(mario_right_forearm_shared_dl) -DISPLAY_LIST(mario_right_hand_closed_dl) -DISPLAY_LIST(mario_right_hand_closed) -DISPLAY_LIST(mario_metal_right_hand_closed) -DISPLAY_LIST(mario_left_thigh_dl) -DISPLAY_LIST(mario_left_thigh) -DISPLAY_LIST(mario_metal_left_thigh) -DISPLAY_LIST(mario_left_leg_shared_dl) -DISPLAY_LIST(mario_left_foot_shared_dl) -DISPLAY_LIST(mario_left_foot) -DISPLAY_LIST(mario_right_thigh_shared_dl) -DISPLAY_LIST(mario_right_thigh) -DISPLAY_LIST(mario_right_leg_shared_dl) -DISPLAY_LIST(mario_right_foot_dl) -DISPLAY_LIST(mario_right_foot) -DISPLAY_LIST(mario_metal_right_foot) -DISPLAY_LIST(mario_yellow_button_dl) -DISPLAY_LIST(mario_pants_overalls_shared_dl) -DISPLAY_LIST(mario_tshirt_shared_dl) -DISPLAY_LIST(mario_torso_dl) -DISPLAY_LIST(mario_torso) -DISPLAY_LIST(mario_metal_torso_shared_dl) -DISPLAY_LIST(mario_m_logo_dl) -DISPLAY_LIST(mario_eyes_cap_on_dl) -DISPLAY_LIST(mario_hair_sideburn_cap_on_dl) -DISPLAY_LIST(mario_mustache_cap_on_dl) -DISPLAY_LIST(mario_face_part_cap_on_dl) -DISPLAY_LIST(mario_face_cap_dl) -DISPLAY_LIST(mario_face_back_hair_cap_on_dl) -DISPLAY_LIST(mario_hair_sideburn_decal_cap_on) -DISPLAY_LIST(mario_m_logo_decal) -DISPLAY_LIST(mario_face_cap_on_dl) -DISPLAY_LIST(mario_cap_on_eyes_front) -DISPLAY_LIST(mario_cap_on_eyes_half_closed) -DISPLAY_LIST(mario_cap_on_eyes_closed) -DISPLAY_LIST(mario_cap_on_eyes_right) -DISPLAY_LIST(mario_cap_on_eyes_left) -DISPLAY_LIST(mario_cap_on_eyes_up) -DISPLAY_LIST(mario_cap_on_eyes_down) -DISPLAY_LIST(mario_cap_on_eyes_dead) -DISPLAY_LIST(mario_metal_cap_on_shared_dl) -DISPLAY_LIST(mario_eyes_cap_off_dl) -DISPLAY_LIST(mario_mustache_cap_off_dl) -DISPLAY_LIST(mario_hair_sideburn_cap_off_dl) -DISPLAY_LIST(mario_face_part_cap_off_dl) -DISPLAY_LIST(mario_face_hair_cap_off_dl) -DISPLAY_LIST(mario_hair_sideburn_decal_cap_off) -DISPLAY_LIST(mario_face_cap_off_dl) -DISPLAY_LIST(mario_cap_off_eyes_front) -DISPLAY_LIST(mario_cap_off_eyes_half_closed) -DISPLAY_LIST(mario_cap_off_eyes_closed) -DISPLAY_LIST(mario_cap_off_eyes_right) -DISPLAY_LIST(mario_cap_off_eyes_left) -DISPLAY_LIST(mario_cap_off_eyes_up) -DISPLAY_LIST(mario_cap_off_eyes_down) -DISPLAY_LIST(mario_cap_off_eyes_dead) -DISPLAY_LIST(mario_metal_cap_off_shared_dl) -DISPLAY_LIST(mario_left_hand_open_shared_dl) -DISPLAY_LIST(mario_left_hand_open) -DISPLAY_LIST(mario_right_hand_open_dl) -DISPLAY_LIST(mario_right_hand_open) -DISPLAY_LIST(mario_metal_right_hand_open) -DISPLAY_LIST(mario_right_hand_cap_m_logo_dl) -DISPLAY_LIST(mario_right_hand_cap_top_dl) -DISPLAY_LIST(mario_right_hand_cap_hand_position_dl) -DISPLAY_LIST(mario_right_hand_cap_bottom_dl) -DISPLAY_LIST(mario_right_hand_cap_decal) -DISPLAY_LIST(mario_right_hand_cap_dl) -DISPLAY_LIST(mario_right_hand_cap_wings_half_1_dl) -DISPLAY_LIST(mario_right_hand_cap_wings_half_2_dl) -DISPLAY_LIST(mario_right_hand_cap_wings_intial_dl) -DISPLAY_LIST(mario_right_hand_cap_wings_transparent_intial_dl) -DISPLAY_LIST(mario_right_hand_cap_metal_wings_intial_dl) -DISPLAY_LIST(mario_right_hand_cap_wings_end_dl) -DISPLAY_LIST(mario_right_hand_cap) -DISPLAY_LIST(mario_right_hand_cap_wings) -DISPLAY_LIST(mario_right_hand_cap_wings_transparent) -DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl) -DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl_wings) -DISPLAY_LIST(mario_metal_right_hand_cap_shared_dl_wings_transparent) -DISPLAY_LIST(mario_right_hand_peace_shared_dl) -DISPLAY_LIST(mario_right_hand_peace) -DISPLAY_LIST(mario_wings_half_1_dl) -DISPLAY_LIST(mario_wings_half_2_dl) -DISPLAY_LIST(mario_cap_wings) -DISPLAY_LIST(mario_cap_wings_transparent) -DISPLAY_LIST(mario_metal_cap_wings) -DISPLAY_LIST(mario_metal_cap_wings_transparent) -DISPLAY_LIST(mario_material_revert_render_settings) -DISPLAY_LIST(manta_seg5_dl_05004960) -DISPLAY_LIST(manta_seg5_dl_050049C8) -DISPLAY_LIST(manta_seg5_dl_05004A70) -DISPLAY_LIST(manta_seg5_dl_05004CA8) -DISPLAY_LIST(manta_seg5_dl_05004D10) -DISPLAY_LIST(manta_seg5_dl_05004DB8) -DISPLAY_LIST(manta_seg5_dl_05004E60) -DISPLAY_LIST(manta_seg5_dl_05004E90) -DISPLAY_LIST(manta_seg5_dl_05004FA0) -DISPLAY_LIST(manta_seg5_dl_05005038) -DISPLAY_LIST(manta_seg5_dl_05005248) -DISPLAY_LIST(manta_seg5_dl_05005288) -DISPLAY_LIST(manta_seg5_dl_05005308) -DISPLAY_LIST(manta_seg5_dl_05005358) -DISPLAY_LIST(manta_seg5_dl_050054F0) -DISPLAY_LIST(manta_seg5_dl_05005558) -DISPLAY_LIST(manta_seg5_dl_050055A8) -DISPLAY_LIST(manta_seg5_dl_050056E0) -DISPLAY_LIST(manta_seg5_dl_05005730) -DISPLAY_LIST(manta_seg5_dl_05005768) -DISPLAY_LIST(manta_seg5_dl_05005880) -DISPLAY_LIST(manta_seg5_dl_05005918) -DISPLAY_LIST(manta_seg5_dl_05005B28) -DISPLAY_LIST(manta_seg5_dl_05005B68) -DISPLAY_LIST(manta_seg5_dl_05005BE8) -DISPLAY_LIST(manta_seg5_dl_05005C38) -DISPLAY_LIST(manta_seg5_dl_05005DD0) -DISPLAY_LIST(manta_seg5_dl_05005E38) -DISPLAY_LIST(manta_seg5_dl_05005E88) -DISPLAY_LIST(manta_seg5_dl_05005FC0) -DISPLAY_LIST(manta_seg5_dl_05006010) -DISPLAY_LIST(manta_seg5_dl_05006048) -DISPLAY_LIST(manta_seg5_dl_05006510) -DISPLAY_LIST(manta_seg5_dl_05006588) -DISPLAY_LIST(manta_seg5_dl_050065F0) -DISPLAY_LIST(manta_seg5_dl_050066D0) -DISPLAY_LIST(manta_seg5_dl_05006750) -DISPLAY_LIST(manta_seg5_dl_05006B08) -DISPLAY_LIST(manta_seg5_dl_05006B70) -DISPLAY_LIST(manta_seg5_dl_05006C08) -DISPLAY_LIST(mad_piano_seg5_dl_05008B68) -DISPLAY_LIST(mad_piano_seg5_dl_05008BD0) -DISPLAY_LIST(mad_piano_seg5_dl_05008CB0) -DISPLAY_LIST(mad_piano_seg5_dl_05009590) -DISPLAY_LIST(mad_piano_seg5_dl_050096C8) -DISPLAY_LIST(mad_piano_seg5_dl_050097B0) -DISPLAY_LIST(mad_piano_seg5_dl_050097F8) -DISPLAY_LIST(mad_piano_seg5_dl_05009840) -DISPLAY_LIST(mad_piano_seg5_dl_05009888) -DISPLAY_LIST(mad_piano_seg5_dl_050098E8) -DISPLAY_LIST(luigi_cap_seg3_dl_03022B30) -DISPLAY_LIST(luigi_cap_seg3_dl_03022B68) -DISPLAY_LIST(luigi_cap_seg3_dl_03022CC8) -DISPLAY_LIST(luigi_cap_seg3_dl_03022D10) -DISPLAY_LIST(luigi_cap_seg3_dl_03022E78) -DISPLAY_LIST(luigi_cap_seg3_dl_03022EA8) -DISPLAY_LIST(luigi_cap_seg3_dl_03022ED8) -DISPLAY_LIST(luigi_cap_seg3_dl_03022ED8_metal) -DISPLAY_LIST(luigi_cap_seg3_dl_03022F20) -DISPLAY_LIST(luigi_cap_l_logo_decal) -DISPLAY_LIST(luigi_cap_seg3_dl_03022F48) -DISPLAY_LIST(luigi_cap_seg3_dl_03022FF8) -DISPLAY_LIST(luigi_cap_seg3_dl_030230B0) -DISPLAY_LIST(luigi_cap_seg3_dl_03023108) -DISPLAY_LIST(luigi_cap_seg3_dl_03023160) -DISPLAY_LIST(luigi_cap_seg3_dl_03023298) -DISPLAY_LIST(luigi_cap_material_revert_render_settings) -DISPLAY_LIST(luigi_butt_dl) -DISPLAY_LIST(luigi_butt) -DISPLAY_LIST(luigi_metal_butt) -DISPLAY_LIST(luigi_left_arm_shared_dl) -DISPLAY_LIST(luigi_left_arm) -DISPLAY_LIST(luigi_left_forearm_shared_dl) -DISPLAY_LIST(luigi_left_hand_closed_shared_dl) -DISPLAY_LIST(luigi_left_hand_closed) -DISPLAY_LIST(luigi_right_arm_shared_dl) -DISPLAY_LIST(luigi_right_arm) -DISPLAY_LIST(luigi_right_forearm_shared_dl) -DISPLAY_LIST(luigi_right_hand_closed_dl) -DISPLAY_LIST(luigi_right_hand_closed) -DISPLAY_LIST(luigi_metal_right_hand_closed) -DISPLAY_LIST(luigi_left_thigh_dl) -DISPLAY_LIST(luigi_left_thigh) -DISPLAY_LIST(luigi_metal_left_thigh) -DISPLAY_LIST(luigi_left_leg_shared_dl) -DISPLAY_LIST(luigi_left_foot_shared_dl) -DISPLAY_LIST(luigi_left_foot) -DISPLAY_LIST(luigi_right_thigh_shared_dl) -DISPLAY_LIST(luigi_right_thigh) -DISPLAY_LIST(luigi_right_leg_shared_dl) -DISPLAY_LIST(luigi_right_foot_dl) -DISPLAY_LIST(luigi_right_foot) -DISPLAY_LIST(luigi_metal_right_foot) -DISPLAY_LIST(luigi_yellow_button_dl) -DISPLAY_LIST(luigi_pants_overalls_shared_dl) -DISPLAY_LIST(luigi_tshirt_shared_dl) -DISPLAY_LIST(luigi_torso_dl) -DISPLAY_LIST(luigi_torso) -DISPLAY_LIST(luigi_metal_torso_shared_dl) -DISPLAY_LIST(luigi_l_logo_dl) -DISPLAY_LIST(luigi_eyes_cap_on_dl) -DISPLAY_LIST(luigi_hair_sideburn_cap_on_dl) -DISPLAY_LIST(luigi_mustache_cap_on_dl) -DISPLAY_LIST(luigi_face_part_cap_on_dl) -DISPLAY_LIST(luigi_face_cap_dl) -DISPLAY_LIST(luigi_face_back_hair_cap_on_dl) -DISPLAY_LIST(luigi_hair_sideburn_decal_cap_on) -DISPLAY_LIST(luigi_l_logo_decal) -DISPLAY_LIST(luigi_face_cap_on_dl) -DISPLAY_LIST(luigi_cap_on_eyes_front) -DISPLAY_LIST(luigi_cap_on_eyes_half_closed) -DISPLAY_LIST(luigi_cap_on_eyes_closed) -DISPLAY_LIST(luigi_cap_on_eyes_right) -DISPLAY_LIST(luigi_cap_on_eyes_left) -DISPLAY_LIST(luigi_cap_on_eyes_up) -DISPLAY_LIST(luigi_cap_on_eyes_down) -DISPLAY_LIST(luigi_cap_on_eyes_dead) -DISPLAY_LIST(luigi_metal_cap_on_shared_dl) -DISPLAY_LIST(luigi_eyes_cap_off_dl) -DISPLAY_LIST(luigi_mustache_cap_off_dl) -DISPLAY_LIST(luigi_hair_sideburn_cap_off_dl) -DISPLAY_LIST(luigi_face_part_cap_off_dl) -DISPLAY_LIST(luigi_face_hair_cap_off_dl) -DISPLAY_LIST(luigi_hair_sideburn_decal_cap_off) -DISPLAY_LIST(luigi_face_cap_off_dl) -DISPLAY_LIST(luigi_cap_off_eyes_front) -DISPLAY_LIST(luigi_cap_off_eyes_half_closed) -DISPLAY_LIST(luigi_cap_off_eyes_closed) -DISPLAY_LIST(luigi_cap_off_eyes_right) -DISPLAY_LIST(luigi_cap_off_eyes_left) -DISPLAY_LIST(luigi_cap_off_eyes_up) -DISPLAY_LIST(luigi_cap_off_eyes_down) -DISPLAY_LIST(luigi_cap_off_eyes_dead) -DISPLAY_LIST(luigi_metal_cap_off_shared_dl) -DISPLAY_LIST(luigi_left_hand_open_shared_dl) -DISPLAY_LIST(luigi_left_hand_open) -DISPLAY_LIST(luigi_right_hand_open_dl) -DISPLAY_LIST(luigi_right_hand_open) -DISPLAY_LIST(luigi_metal_right_hand_open) -DISPLAY_LIST(luigi_right_hand_cap_l_logo_dl) -DISPLAY_LIST(luigi_right_hand_cap_top_dl) -DISPLAY_LIST(luigi_right_hand_cap_hand_position_dl) -DISPLAY_LIST(luigi_right_hand_cap_bottom_dl) -DISPLAY_LIST(luigi_right_hand_cap_decal) -DISPLAY_LIST(luigi_right_hand_cap_dl) -DISPLAY_LIST(luigi_right_hand_cap_wings_half_1_dl) -DISPLAY_LIST(luigi_right_hand_cap_wings_half_2_dl) -DISPLAY_LIST(luigi_right_hand_cap_wings_intial_dl) -DISPLAY_LIST(luigi_right_hand_cap_wings_transparent_intial_dl) -DISPLAY_LIST(luigi_right_hand_cap_metal_wings_intial_dl) -DISPLAY_LIST(luigi_right_hand_cap_wings_end_dl) -DISPLAY_LIST(luigi_right_hand_cap) -DISPLAY_LIST(luigi_right_hand_cap_wings) -DISPLAY_LIST(luigi_right_hand_cap_wings_transparent) -DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl) -DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl_wings) -DISPLAY_LIST(luigi_metal_right_hand_cap_shared_dl_wings_transparent) -DISPLAY_LIST(luigi_right_hand_peace_shared_dl) -DISPLAY_LIST(luigi_right_hand_peace) -DISPLAY_LIST(luigi_wings_half_1_dl) -DISPLAY_LIST(luigi_wings_half_2_dl) -DISPLAY_LIST(luigi_cap_wings) -DISPLAY_LIST(luigi_cap_wings_transparent) -DISPLAY_LIST(luigi_metal_cap_wings) -DISPLAY_LIST(luigi_metal_cap_wings_transparent) -DISPLAY_LIST(luigi_material_revert_render_settings) -DISPLAY_LIST(leaves_seg3_dl_0301CDE0) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05012760) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05012890) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05012910) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05012EF0) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013160) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013298) -DISPLAY_LIST(lakitu_enemy_seg5_dl_050132D8) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013320) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013350) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013378) -DISPLAY_LIST(lakitu_enemy_seg5_dl_050134A8) -DISPLAY_LIST(lakitu_enemy_seg5_dl_050136A0) -DISPLAY_LIST(lakitu_enemy_seg5_dl_05013860) -DISPLAY_LIST(lakitu_enemy_seg5_dl_050138B0) -DISPLAY_LIST(lakitu_seg6_dl_06003C80) -DISPLAY_LIST(lakitu_seg6_dl_06003DB0) -DISPLAY_LIST(lakitu_seg6_dl_06003E30) -DISPLAY_LIST(lakitu_seg6_dl_06004410) -DISPLAY_LIST(lakitu_seg6_dl_06004680) -DISPLAY_LIST(lakitu_seg6_dl_060047E8) -DISPLAY_LIST(lakitu_seg6_dl_060049E0) -DISPLAY_LIST(lakitu_seg6_dl_06004BA8) -DISPLAY_LIST(lakitu_seg6_dl_06004BE8) -DISPLAY_LIST(lakitu_seg6_dl_06004C30) -DISPLAY_LIST(lakitu_seg6_dl_06004C60) -DISPLAY_LIST(lakitu_seg6_dl_06004C88) -DISPLAY_LIST(lakitu_seg6_dl_060051D0) -DISPLAY_LIST(lakitu_seg6_dl_06005218) -DISPLAY_LIST(lakitu_seg6_dl_06005360) -DISPLAY_LIST(lakitu_seg6_dl_06005598) -DISPLAY_LIST(lakitu_seg6_dl_060055E8) -DISPLAY_LIST(lakitu_seg6_dl_06005610) -DISPLAY_LIST(koopa_shell_seg8_dl_08027108) -DISPLAY_LIST(koopa_shell_seg8_dl_08027170) -DISPLAY_LIST(koopa_shell_seg8_dl_08027258) -DISPLAY_LIST(koopa_shell_seg8_dl_080273C8) -DISPLAY_LIST(koopa_shell_seg8_dl_08027420) -DISPLAY_LIST(koopa_shell_seg8_dl_080288E0) -DISPLAY_LIST(koopa_shell_seg8_dl_08028978) -DISPLAY_LIST(koopa_shell_seg8_dl_08028A20) -DISPLAY_LIST(koopa_shell_seg8_dl_08028B78) -DISPLAY_LIST(koopa_flag_seg6_dl_06000968) -DISPLAY_LIST(koopa_flag_seg6_dl_06000A08) -DISPLAY_LIST(koopa_flag_seg6_dl_06000AB8) -DISPLAY_LIST(koopa_flag_seg6_dl_06000AE8) -DISPLAY_LIST(koopa_flag_seg6_dl_06000B08) -DISPLAY_LIST(koopa_flag_seg6_dl_06000BC0) -DISPLAY_LIST(koopa_flag_seg6_dl_06000BF8) -DISPLAY_LIST(koopa_flag_seg6_dl_06000CA8) -DISPLAY_LIST(koopa_flag_seg6_dl_06000CE0) -DISPLAY_LIST(koopa_flag_seg6_dl_06000D90) -DISPLAY_LIST(koopa_flag_seg6_dl_06000DB0) -DISPLAY_LIST(koopa_flag_seg6_dl_06000E20) -DISPLAY_LIST(koopa_flag_seg6_dl_06000E38) -DISPLAY_LIST(koopa_seg6_dl_06007658) -DISPLAY_LIST(koopa_seg6_dl_060076B0) -DISPLAY_LIST(koopa_seg6_dl_06007850) -DISPLAY_LIST(koopa_seg6_dl_06007970) -DISPLAY_LIST(koopa_seg6_dl_06007A60) -DISPLAY_LIST(koopa_seg6_dl_06007AA0) -DISPLAY_LIST(koopa_seg6_dl_06007AF8) -DISPLAY_LIST(koopa_seg6_dl_06007B20) -DISPLAY_LIST(koopa_seg6_dl_06007FB8) -DISPLAY_LIST(koopa_seg6_dl_06008050) -DISPLAY_LIST(koopa_seg6_dl_060080F8) -DISPLAY_LIST(koopa_seg6_dl_06008250) -DISPLAY_LIST(koopa_seg6_dl_06008530) -DISPLAY_LIST(koopa_seg6_dl_060085E8) -DISPLAY_LIST(koopa_seg6_dl_06008640) -DISPLAY_LIST(koopa_seg6_dl_060086D0) -DISPLAY_LIST(koopa_seg6_dl_060089B0) -DISPLAY_LIST(koopa_seg6_dl_06008A68) -DISPLAY_LIST(koopa_seg6_dl_06008AC0) -DISPLAY_LIST(koopa_seg6_dl_06008B50) -DISPLAY_LIST(koopa_seg6_dl_0600B6E0) -DISPLAY_LIST(koopa_seg6_dl_0600B838) -DISPLAY_LIST(koopa_seg6_dl_0600B8B8) -DISPLAY_LIST(koopa_seg6_dl_0600BA10) -DISPLAY_LIST(koopa_seg6_dl_0600BA90) -DISPLAY_LIST(koopa_seg6_dl_0600BC18) -DISPLAY_LIST(koopa_seg6_dl_0600BC88) -DISPLAY_LIST(koopa_seg6_dl_0600BE10) -DISPLAY_LIST(koopa_seg6_dl_0600BE80) -DISPLAY_LIST(koopa_seg6_dl_0600C240) -DISPLAY_LIST(koopa_seg6_dl_0600C498) -DISPLAY_LIST(klepto_seg5_dl_05003A68) -DISPLAY_LIST(klepto_seg5_dl_05003AC0) -DISPLAY_LIST(klepto_seg5_dl_05003B40) -DISPLAY_LIST(klepto_seg5_dl_05003BD0) -DISPLAY_LIST(klepto_seg5_dl_05003D00) -DISPLAY_LIST(klepto_seg5_dl_05003D80) -DISPLAY_LIST(klepto_seg5_dl_05003E68) -DISPLAY_LIST(klepto_seg5_dl_05003F20) -DISPLAY_LIST(klepto_seg5_dl_05004058) -DISPLAY_LIST(klepto_seg5_dl_05004118) -DISPLAY_LIST(klepto_seg5_dl_050041A0) -DISPLAY_LIST(klepto_seg5_dl_050041E8) -DISPLAY_LIST(klepto_seg5_dl_050042D0) -DISPLAY_LIST(klepto_seg5_dl_05004330) -DISPLAY_LIST(klepto_seg5_dl_050043D8) -DISPLAY_LIST(klepto_seg5_dl_05004438) -DISPLAY_LIST(klepto_seg5_dl_05004698) -DISPLAY_LIST(klepto_seg5_dl_050047C8) -DISPLAY_LIST(klepto_seg5_dl_05004A28) -DISPLAY_LIST(klepto_seg5_dl_05004B58) -DISPLAY_LIST(klepto_seg5_dl_05004BE0) -DISPLAY_LIST(klepto_seg5_dl_05004C28) -DISPLAY_LIST(klepto_seg5_dl_05004CF0) -DISPLAY_LIST(klepto_seg5_dl_05004D38) -DISPLAY_LIST(klepto_seg5_dl_05004E00) -DISPLAY_LIST(klepto_seg5_dl_05004E48) -DISPLAY_LIST(klepto_seg5_dl_05004F10) -DISPLAY_LIST(klepto_seg5_dl_05004F58) -DISPLAY_LIST(klepto_seg5_dl_05005020) -DISPLAY_LIST(klepto_seg5_dl_05005068) -DISPLAY_LIST(klepto_seg5_dl_05005130) -DISPLAY_LIST(klepto_seg5_dl_05005178) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A4B8) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A4F0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A5A0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A5D8) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A688) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A6C0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A770) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A7A8) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A858) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A890) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A940) -DISPLAY_LIST(king_bobomb_seg5_dl_0500A978) -DISPLAY_LIST(king_bobomb_seg5_dl_0500ABC0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500AD08) -DISPLAY_LIST(king_bobomb_seg5_dl_0500AF20) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B068) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B118) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B150) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B188) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B278) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B2D0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B3C8) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B418) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B5F0) -DISPLAY_LIST(king_bobomb_seg5_dl_0500B6C0) -DISPLAY_LIST(impact_smoke_seg6_dl_06062AA8) -DISPLAY_LIST(impact_smoke_seg6_dl_06062AD8) -DISPLAY_LIST(impact_smoke_seg6_dl_06062AF0) -DISPLAY_LIST(impact_smoke_seg6_dl_06062B08) -DISPLAY_LIST(impact_smoke_seg6_dl_06062B38) -DISPLAY_LIST(impact_smoke_seg6_dl_06062BD8) -DISPLAY_LIST(impact_smoke_seg6_dl_06062C78) -DISPLAY_LIST(impact_smoke_seg6_dl_06062D18) -DISPLAY_LIST(impact_ring_seg6_dl_0601EA50) -DISPLAY_LIST(impact_ring_seg6_dl_0601EA88) -DISPLAY_LIST(impact_ring_seg6_dl_0601EAC0) -DISPLAY_LIST(hoot_seg5_dl_05001B80) -DISPLAY_LIST(hoot_seg5_dl_05001C00) -DISPLAY_LIST(hoot_seg5_dl_05001DF0) -DISPLAY_LIST(hoot_seg5_dl_05002EB0) -DISPLAY_LIST(hoot_seg5_dl_05002F10) -DISPLAY_LIST(hoot_seg5_dl_05002FD8) -DISPLAY_LIST(hoot_seg5_dl_05003038) -DISPLAY_LIST(hoot_seg5_dl_05003100) -DISPLAY_LIST(hoot_seg5_dl_05003160) -DISPLAY_LIST(hoot_seg5_dl_05003228) -DISPLAY_LIST(hoot_seg5_dl_05003288) -DISPLAY_LIST(hoot_seg5_dl_05003350) -DISPLAY_LIST(hoot_seg5_dl_050033B0) -DISPLAY_LIST(hoot_seg5_dl_05003478) -DISPLAY_LIST(hoot_seg5_dl_050034D8) -DISPLAY_LIST(hoot_seg5_dl_050035A0) -DISPLAY_LIST(hoot_seg5_dl_05003600) -DISPLAY_LIST(hoot_seg5_dl_050036C8) -DISPLAY_LIST(hoot_seg5_dl_05003728) -DISPLAY_LIST(hoot_seg5_dl_05004928) -DISPLAY_LIST(hoot_seg5_dl_05004A98) -DISPLAY_LIST(hoot_seg5_dl_05004B38) -DISPLAY_LIST(hoot_seg5_dl_05004CA8) -DISPLAY_LIST(hoot_seg5_dl_05004D48) -DISPLAY_LIST(heave_ho_seg5_dl_05011D98) -DISPLAY_LIST(heave_ho_seg5_dl_05011DE0) -DISPLAY_LIST(heave_ho_seg5_dl_05011E28) -DISPLAY_LIST(heave_ho_seg5_dl_05011E80) -DISPLAY_LIST(heave_ho_seg5_dl_05011EC0) -DISPLAY_LIST(heave_ho_seg5_dl_050120A0) -DISPLAY_LIST(heave_ho_seg5_dl_05012100) -DISPLAY_LIST(heave_ho_seg5_dl_05012148) -DISPLAY_LIST(heave_ho_seg5_dl_05012300) -DISPLAY_LIST(heave_ho_seg5_dl_05012360) -DISPLAY_LIST(heave_ho_seg5_dl_050123A8) -DISPLAY_LIST(heave_ho_seg5_dl_05012560) -DISPLAY_LIST(heave_ho_seg5_dl_050125A8) -DISPLAY_LIST(heave_ho_seg5_dl_050125F8) -DISPLAY_LIST(heave_ho_seg5_dl_050126B0) -DISPLAY_LIST(heave_ho_seg5_dl_050126E8) -DISPLAY_LIST(heave_ho_seg5_dl_050127B0) -DISPLAY_LIST(heave_ho_seg5_dl_050127F8) -DISPLAY_LIST(heave_ho_seg5_dl_05014188) -DISPLAY_LIST(heave_ho_seg5_dl_05014560) -DISPLAY_LIST(heave_ho_seg5_dl_050145D0) -DISPLAY_LIST(heave_ho_seg5_dl_050149A8) -DISPLAY_LIST(heave_ho_seg5_dl_05014D80) -DISPLAY_LIST(heart_seg8_dl_0800DFE0) -DISPLAY_LIST(haunted_cage_seg5_dl_0500F4C8) -DISPLAY_LIST(haunted_cage_seg5_dl_0500F660) -DISPLAY_LIST(haunted_cage_seg5_dl_0500F760) -DISPLAY_LIST(haunted_cage_seg5_dl_0500F7D8) -DISPLAY_LIST(haunted_cage_seg5_dl_0500FB40) -DISPLAY_LIST(haunted_cage_seg5_dl_0500FC28) -DISPLAY_LIST(haunted_cage_seg5_dl_0500FFF0) -DISPLAY_LIST(haunted_cage_seg5_dl_05010100) -DISPLAY_LIST(goomba_seg8_dl_0801B2E8) -DISPLAY_LIST(goomba_seg8_dl_0801B560) -DISPLAY_LIST(goomba_seg8_dl_0801B5A0) -DISPLAY_LIST(goomba_seg8_dl_0801B5C8) -DISPLAY_LIST(goomba_seg8_dl_0801B5F0) -DISPLAY_LIST(goomba_seg8_dl_0801B658) -DISPLAY_LIST(goomba_seg8_dl_0801B690) -DISPLAY_LIST(goomba_seg8_dl_0801CE20) -DISPLAY_LIST(goomba_seg8_dl_0801CF78) -DISPLAY_LIST(goomba_seg8_dl_0801D0D0) -DISPLAY_LIST(goomba_seg8_dl_0801D360) -DISPLAY_LIST(goomba_seg8_dl_0801D760) -DISPLAY_LIST(fwoosh_seg5_dl_05016008) -DISPLAY_LIST(fwoosh_seg5_dl_05016040) -DISPLAY_LIST(flyguy_seg8_dl_08010840) -DISPLAY_LIST(flyguy_seg8_dl_08010968) -DISPLAY_LIST(flyguy_seg8_dl_08010A90) -DISPLAY_LIST(flyguy_seg8_dl_08010B38) -DISPLAY_LIST(flyguy_seg8_dl_08010B80) -DISPLAY_LIST(flyguy_seg8_dl_080113A8) -DISPLAY_LIST(flyguy_seg8_dl_08011420) -DISPLAY_LIST(flyguy_seg8_dl_080116D0) -DISPLAY_LIST(flyguy_seg8_dl_08011710) -DISPLAY_LIST(flame_seg3_dl_0301B320) -DISPLAY_LIST(flame_seg3_dl_0301B3B0) -DISPLAY_LIST(flame_seg3_dl_0301B3C8) -DISPLAY_LIST(flame_seg3_dl_0301B3E0) -DISPLAY_LIST(flame_seg3_dl_0301B3F8) -DISPLAY_LIST(flame_seg3_dl_0301B410) -DISPLAY_LIST(flame_seg3_dl_0301B428) -DISPLAY_LIST(flame_seg3_dl_0301B440) -DISPLAY_LIST(flame_seg3_dl_0301B458) -DISPLAY_LIST(flame_seg3_dl_0301B470) -DISPLAY_LIST(flame_seg3_dl_0301B500) -DISPLAY_LIST(flame_seg3_dl_0301B518) -DISPLAY_LIST(flame_seg3_dl_0301B530) -DISPLAY_LIST(flame_seg3_dl_0301B548) -DISPLAY_LIST(flame_seg3_dl_0301B560) -DISPLAY_LIST(flame_seg3_dl_0301B578) -DISPLAY_LIST(flame_seg3_dl_0301B590) -DISPLAY_LIST(flame_seg3_dl_0301B5A8) -DISPLAY_LIST(eyerok_seg5_dl_0500B6B8) -DISPLAY_LIST(eyerok_seg5_dl_0500B748) -DISPLAY_LIST(eyerok_seg5_dl_0500B930) -DISPLAY_LIST(eyerok_seg5_dl_0500B9C0) -DISPLAY_LIST(eyerok_seg5_dl_0500BBE8) -DISPLAY_LIST(eyerok_seg5_dl_0500BC88) -DISPLAY_LIST(eyerok_seg5_dl_0500BE70) -DISPLAY_LIST(eyerok_seg5_dl_0500BF00) -DISPLAY_LIST(eyerok_seg5_dl_0500C088) -DISPLAY_LIST(eyerok_seg5_dl_0500C100) -DISPLAY_LIST(eyerok_seg5_dl_0500C2E8) -DISPLAY_LIST(eyerok_seg5_dl_0500C378) -DISPLAY_LIST(eyerok_seg5_dl_0500C5A0) -DISPLAY_LIST(eyerok_seg5_dl_0500C640) -DISPLAY_LIST(eyerok_seg5_dl_0500C868) -DISPLAY_LIST(eyerok_seg5_dl_0500C908) -DISPLAY_LIST(eyerok_seg5_dl_0500C9B8) -DISPLAY_LIST(eyerok_seg5_dl_0500CA50) -DISPLAY_LIST(eyerok_seg5_dl_0500CAE8) -DISPLAY_LIST(eyerok_seg5_dl_0500CB80) -DISPLAY_LIST(eyerok_seg5_dl_0500CC18) -DISPLAY_LIST(eyerok_seg5_dl_0500CC30) -DISPLAY_LIST(explosion_seg3_dl_03004208) -DISPLAY_LIST(explosion_seg3_dl_03004298) -DISPLAY_LIST(explosion_seg3_dl_030042B0) -DISPLAY_LIST(explosion_seg3_dl_030042C8) -DISPLAY_LIST(explosion_seg3_dl_030042E0) -DISPLAY_LIST(explosion_seg3_dl_030042F8) -DISPLAY_LIST(explosion_seg3_dl_03004310) -DISPLAY_LIST(explosion_seg3_dl_03004328) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024EB8) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F30) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F58) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024F88) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FA8) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FC8) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08024FE8) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025968) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_080259F8) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025EC0) -DISPLAY_LIST(exclamation_box_outline_seg8_dl_08025F08) -DISPLAY_LIST(exclamation_box_seg8_dl_08018FA8) -DISPLAY_LIST(exclamation_box_seg8_dl_08019008) -DISPLAY_LIST(exclamation_box_seg8_dl_08019058) -DISPLAY_LIST(exclamation_box_seg8_dl_08019220) -DISPLAY_LIST(exclamation_box_seg8_dl_08019280) -DISPLAY_LIST(exclamation_box_seg8_dl_080192D0) -DISPLAY_LIST(exclamation_box_seg8_dl_08019318) -DISPLAY_LIST(exclamation_box_seg8_dl_08019378) -DISPLAY_LIST(exclamation_box_seg8_dl_080193D8) -DISPLAY_LIST(exclamation_box_seg8_dl_08019438) -DISPLAY_LIST(dorrie_seg6_dl_0600B8E8) -DISPLAY_LIST(dorrie_seg6_dl_0600B940) -DISPLAY_LIST(dorrie_seg6_dl_0600BAF8) -DISPLAY_LIST(dorrie_seg6_dl_0600BE68) -DISPLAY_LIST(dorrie_seg6_dl_0600BF10) -DISPLAY_LIST(dorrie_seg6_dl_0600C030) -DISPLAY_LIST(dorrie_seg6_dl_0600C310) -DISPLAY_LIST(dorrie_seg6_dl_0600C468) -DISPLAY_LIST(dorrie_seg6_dl_0600C758) -DISPLAY_LIST(dorrie_seg6_dl_0600C8B8) -DISPLAY_LIST(dorrie_seg6_dl_0600CDE8) -DISPLAY_LIST(dorrie_seg6_dl_0600CFD0) -DISPLAY_LIST(dorrie_seg6_dl_0600D300) -DISPLAY_LIST(dorrie_seg6_dl_0600D440) -DISPLAY_LIST(dorrie_seg6_dl_0600D620) -DISPLAY_LIST(dorrie_seg6_dl_0600D6D8) -DISPLAY_LIST(dorrie_seg6_dl_0600D818) -DISPLAY_LIST(dorrie_seg6_dl_0600D8B0) -DISPLAY_LIST(dorrie_seg6_dl_0600D9F0) -DISPLAY_LIST(dorrie_seg6_dl_0600DA88) -DISPLAY_LIST(dorrie_seg6_dl_0600DBC8) -DISPLAY_LIST(dorrie_seg6_dl_0600DC60) -DISPLAY_LIST(dorrie_seg6_dl_0600DDA0) -DISPLAY_LIST(dorrie_seg6_dl_0600DE38) -DISPLAY_LIST(dorrie_seg6_dl_0600DF60) -DISPLAY_LIST(dorrie_seg6_dl_0600DFA8) -DISPLAY_LIST(door_seg3_dl_03013C10) -DISPLAY_LIST(door_seg3_dl_03013CC8) -DISPLAY_LIST(door_seg3_dl_03013D78) -DISPLAY_LIST(door_seg3_dl_03013E28) -DISPLAY_LIST(door_seg3_dl_03013EA8) -DISPLAY_LIST(door_seg3_dl_03014020) -DISPLAY_LIST(door_seg3_dl_03014100) -DISPLAY_LIST(door_seg3_dl_03014128) -DISPLAY_LIST(door_seg3_dl_030141C0) -DISPLAY_LIST(door_seg3_dl_03014218) -DISPLAY_LIST(door_seg3_dl_03014250) -DISPLAY_LIST(door_seg3_dl_03014280) -DISPLAY_LIST(door_seg3_dl_030142B0) -DISPLAY_LIST(door_seg3_dl_030142E0) -DISPLAY_LIST(door_seg3_dl_03014310) -DISPLAY_LIST(door_seg3_dl_03014340) -DISPLAY_LIST(door_seg3_dl_03014470) -DISPLAY_LIST(door_seg3_dl_030144E0) -DISPLAY_LIST(door_seg3_dl_03014528) -DISPLAY_LIST(door_seg3_dl_03014540) -DISPLAY_LIST(door_seg3_dl_03014888) -DISPLAY_LIST(door_seg3_dl_030149C0) -DISPLAY_LIST(door_seg3_dl_03014A20) -DISPLAY_LIST(door_seg3_dl_03014A50) -DISPLAY_LIST(door_seg3_dl_03014A80) -DISPLAY_LIST(door_seg3_dl_03014B30) -DISPLAY_LIST(door_seg3_dl_03014BE0) -DISPLAY_LIST(door_seg3_dl_03014C90) -DISPLAY_LIST(door_seg3_dl_03014D40) -DISPLAY_LIST(door_seg3_dl_03014EF0) -DISPLAY_LIST(door_seg3_dl_03014F30) -DISPLAY_LIST(door_seg3_dl_03014F68) -DISPLAY_LIST(door_seg3_dl_03014F98) -DISPLAY_LIST(door_seg3_dl_03015008) -DISPLAY_LIST(door_seg3_dl_03015078) -DISPLAY_LIST(door_seg3_dl_030150E8) -DISPLAY_LIST(door_seg3_dl_03015158) -DISPLAY_LIST(dirt_seg3_dl_0302BFF8) -DISPLAY_LIST(dirt_seg3_dl_0302C028) -DISPLAY_LIST(dirt_seg3_dl_0302C238) -DISPLAY_LIST(dirt_seg3_dl_0302C298) -DISPLAY_LIST(dirt_seg3_dl_0302C2B8) -DISPLAY_LIST(dirt_seg3_dl_0302C2D8) -DISPLAY_LIST(dirt_seg3_dl_0302C2F8) -DISPLAY_LIST(dirt_seg3_dl_0302C318) -DISPLAY_LIST(dirt_seg3_dl_0302C378) -DISPLAY_LIST(dirt_seg3_dl_0302C3B0) -DISPLAY_LIST(dirt_seg3_dl_0302C3E8) -DISPLAY_LIST(dirt_seg3_dl_0302C420) -DISPLAY_LIST(dirt_seg3_dl_0302C458) -DISPLAY_LIST(cyan_fish_seg6_dl_0600DD20) -DISPLAY_LIST(cyan_fish_seg6_dl_0600DDD8) -DISPLAY_LIST(cyan_fish_seg6_dl_0600DE90) -DISPLAY_LIST(cyan_fish_seg6_dl_0600DED8) -DISPLAY_LIST(cyan_fish_seg6_dl_0600DFC0) -DISPLAY_LIST(cyan_fish_seg6_dl_0600E038) -DISPLAY_LIST(coin_seg3_dl_03007780) -DISPLAY_LIST(coin_seg3_dl_030077D0) -DISPLAY_LIST(coin_seg3_dl_03007800) -DISPLAY_LIST(coin_seg3_dl_03007828) -DISPLAY_LIST(coin_seg3_dl_03007850) -DISPLAY_LIST(coin_seg3_dl_03007878) -DISPLAY_LIST(coin_seg3_dl_030078A0) -DISPLAY_LIST(coin_seg3_dl_030078C8) -DISPLAY_LIST(coin_seg3_dl_030078F0) -DISPLAY_LIST(coin_seg3_dl_03007918) -DISPLAY_LIST(coin_seg3_dl_03007940) -DISPLAY_LIST(coin_seg3_dl_03007968) -DISPLAY_LIST(coin_seg3_dl_03007990) -DISPLAY_LIST(coin_seg3_dl_030079B8) -DISPLAY_LIST(clam_shell_seg5_dl_050011A8) -DISPLAY_LIST(clam_shell_seg5_dl_05001238) -DISPLAY_LIST(clam_shell_seg5_dl_050012B8) -DISPLAY_LIST(clam_shell_seg5_dl_05001478) -DISPLAY_LIST(clam_shell_seg5_dl_050014F8) -DISPLAY_LIST(clam_shell_seg5_dl_05001568) -DISPLAY_LIST(chuckya_seg8_dl_08009FF8) -DISPLAY_LIST(chuckya_seg8_dl_0800A030) -DISPLAY_LIST(chuckya_seg8_dl_0800A068) -DISPLAY_LIST(chuckya_seg8_dl_0800A160) -DISPLAY_LIST(chuckya_seg8_dl_0800A198) -DISPLAY_LIST(chuckya_seg8_dl_0800A1D0) -DISPLAY_LIST(chuckya_seg8_dl_0800A2C8) -DISPLAY_LIST(chuckya_seg8_dl_0800A300) -DISPLAY_LIST(chuckya_seg8_dl_0800A338) -DISPLAY_LIST(chuckya_seg8_dl_0800A3F0) -DISPLAY_LIST(chuckya_seg8_dl_0800A428) -DISPLAY_LIST(chuckya_seg8_dl_0800A4D8) -DISPLAY_LIST(chuckya_seg8_dl_0800A510) -DISPLAY_LIST(chuckya_seg8_dl_0800A5C0) -DISPLAY_LIST(chuckya_seg8_dl_0800A5F8) -DISPLAY_LIST(chuckya_seg8_dl_0800A700) -DISPLAY_LIST(chuckya_seg8_dl_0800A758) -DISPLAY_LIST(chuckya_seg8_dl_0800A870) -DISPLAY_LIST(chuckya_seg8_dl_0800A8D0) -DISPLAY_LIST(chuckya_seg8_dl_0800A958) -DISPLAY_LIST(chuckya_seg8_dl_0800A998) -DISPLAY_LIST(chuckya_seg8_dl_0800AB70) -DISPLAY_LIST(chuckya_seg8_dl_0800ABE8) -DISPLAY_LIST(chilly_chief_seg6_dl_06002B30) -DISPLAY_LIST(chilly_chief_seg6_dl_06002BC8) -DISPLAY_LIST(chilly_chief_seg6_dl_06002C60) -DISPLAY_LIST(chilly_chief_seg6_dl_06002D18) -DISPLAY_LIST(chilly_chief_seg6_dl_06002D50) -DISPLAY_LIST(chilly_chief_seg6_dl_06002D88) -DISPLAY_LIST(chilly_chief_seg6_dl_06002E80) -DISPLAY_LIST(chilly_chief_seg6_dl_06002EB8) -DISPLAY_LIST(chilly_chief_seg6_dl_06002EF0) -DISPLAY_LIST(chilly_chief_seg6_dl_06002FC8) -DISPLAY_LIST(chilly_chief_seg6_dl_06003010) -DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D5C0) -DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D618) -DISPLAY_LIST(checkerboard_platform_seg8_dl_0800D680) -DISPLAY_LIST(chair_seg5_dl_05004E38) -DISPLAY_LIST(chair_seg5_dl_05004EE8) -DISPLAY_LIST(chair_seg5_dl_050050F0) -DISPLAY_LIST(chair_seg5_dl_05005190) -DISPLAY_LIST(chair_seg5_dl_05005378) -DISPLAY_LIST(chair_seg5_dl_05005408) -DISPLAY_LIST(chair_seg5_dl_050055F0) -DISPLAY_LIST(chair_seg5_dl_05005680) -DISPLAY_LIST(chain_chomp_seg6_dl_06024000) -DISPLAY_LIST(chain_chomp_seg6_dl_06024040) -DISPLAY_LIST(chain_chomp_seg6_dl_06024240) -DISPLAY_LIST(chain_chomp_seg6_dl_06024700) -DISPLAY_LIST(chain_chomp_seg6_dl_06024900) -DISPLAY_LIST(chain_chomp_seg6_dl_06024940) -DISPLAY_LIST(chain_chomp_seg6_dl_06024AA8) -DISPLAY_LIST(chain_chomp_seg6_dl_06024B00) -DISPLAY_LIST(chain_chomp_seg6_dl_06024CF0) -DISPLAY_LIST(chain_chomp_seg6_dl_06024D60) -DISPLAY_LIST(chain_chomp_seg6_dl_06024F50) -DISPLAY_LIST(chain_chomp_seg6_dl_06024FC0) -DISPLAY_LIST(chain_ball_seg6_dl_060212E8) -DISPLAY_LIST(capswitch_seg5_dl_05002D88) -DISPLAY_LIST(cap_switch_exclamation_seg5_dl_05002E00) -DISPLAY_LIST(capswitch_seg5_dl_05003020) -DISPLAY_LIST(cap_switch_base_seg5_dl_05003120) -DISPLAY_LIST(capswitch_seg5_dl_05003280) -DISPLAY_LIST(capswitch_seg5_dl_05003350) -DISPLAY_LIST(capswitch_seg5_dl_05003370) -DISPLAY_LIST(capswitch_seg5_dl_05003390) -DISPLAY_LIST(capswitch_seg5_dl_050033B0) -DISPLAY_LIST(cannon_lid_seg8_dl_08004898) -DISPLAY_LIST(cannon_lid_seg8_dl_080048E0) -DISPLAY_LIST(cannon_base_seg8_dl_08005658) -DISPLAY_LIST(cannon_base_seg8_dl_080056D0) -DISPLAY_LIST(cannon_base_seg8_dl_080057F8) -DISPLAY_LIST(cannon_barrel_seg8_dl_08006408) -DISPLAY_LIST(cannon_barrel_seg8_dl_080064C0) -DISPLAY_LIST(cannon_barrel_seg8_dl_08006660) -DISPLAY_LIST(butterfly_seg3_dl_03005408) -DISPLAY_LIST(butterfly_seg3_dl_030054A0) -DISPLAY_LIST(burn_smoke_seg4_dl_04022000) -DISPLAY_LIST(burn_smoke_seg4_dl_04022028) -DISPLAY_LIST(burn_smoke_seg4_dl_04022048) -DISPLAY_LIST(burn_smoke_seg4_dl_04022070) -DISPLAY_LIST(bully_seg5_dl_050002E0) -DISPLAY_LIST(bully_seg5_dl_05000398) -DISPLAY_LIST(bully_seg5_dl_05003708) -DISPLAY_LIST(bully_seg5_dl_050037A0) -DISPLAY_LIST(bully_seg5_dl_05003838) -DISPLAY_LIST(bully_seg5_dl_05003878) -DISPLAY_LIST(bully_seg5_dl_05003CD0) -DISPLAY_LIST(bully_seg5_dl_05003D08) -DISPLAY_LIST(bully_seg5_dl_05003D40) -DISPLAY_LIST(bully_seg5_dl_05003E38) -DISPLAY_LIST(bully_seg5_dl_05003E70) -DISPLAY_LIST(bully_seg5_dl_05003EA8) -DISPLAY_LIST(bully_seg5_dl_05003F80) -DISPLAY_LIST(bully_seg5_dl_05003FC8) -DISPLAY_LIST(bullet_bill_seg5_dl_0500E5E8) -DISPLAY_LIST(bullet_bill_seg5_dl_0500E678) -DISPLAY_LIST(bullet_bill_seg5_dl_0500E730) -DISPLAY_LIST(bullet_bill_seg5_dl_0500E8A8) -DISPLAY_LIST(bubble_seg4_dl_0401DD60) -DISPLAY_LIST(bubble_seg4_dl_0401DDE0) -DISPLAY_LIST(bubba_seg5_dl_05004A40) -DISPLAY_LIST(bubba_seg5_dl_05004AA8) -DISPLAY_LIST(bubba_seg5_dl_05004BE8) -DISPLAY_LIST(bubba_seg5_dl_05004C40) -DISPLAY_LIST(bubba_seg5_dl_05004D48) -DISPLAY_LIST(bubba_seg5_dl_05004E80) -DISPLAY_LIST(bubba_seg5_dl_05005538) -DISPLAY_LIST(bubba_seg5_dl_050055A0) -DISPLAY_LIST(bubba_seg5_dl_050056E0) -DISPLAY_LIST(bubba_seg5_dl_05005738) -DISPLAY_LIST(bubba_seg5_dl_05005840) -DISPLAY_LIST(bubba_seg5_dl_05005978) -DISPLAY_LIST(bub_seg6_dl_06011848) -DISPLAY_LIST(bub_seg6_dl_060118C0) -DISPLAY_LIST(bub_seg6_dl_06011918) -DISPLAY_LIST(bub_seg6_dl_06011968) -DISPLAY_LIST(bub_seg6_dl_06011A50) -DISPLAY_LIST(bub_seg6_dl_06011B28) -DISPLAY_LIST(bub_seg6_dl_06011C58) -DISPLAY_LIST(bub_seg6_dl_06011CF0) -DISPLAY_LIST(bub_seg6_dl_06011DC0) -DISPLAY_LIST(bub_seg6_dl_06011E48) -DISPLAY_LIST(bub_seg6_dl_06011F18) -DISPLAY_LIST(bub_seg6_dl_06011FA0) -DISPLAY_LIST(breakable_box_seg8_dl_08012C30) -DISPLAY_LIST(breakable_box_seg8_dl_08012CD8) -DISPLAY_LIST(breakable_box_seg8_dl_08012D20) -DISPLAY_LIST(breakable_box_seg8_dl_08012D48) -DISPLAY_LIST(bowser_key_dl) -DISPLAY_LIST(flame_seg6_dl_0601C080) -DISPLAY_LIST(flame_seg6_dl_0601C0B0) -DISPLAY_LIST(flame_seg6_dl_0601C0C8) -DISPLAY_LIST(flame_seg6_dl_0601C0E0) -DISPLAY_LIST(flame_seg6_dl_0601C108) -DISPLAY_LIST(flame_seg6_dl_0601C1A8) -DISPLAY_LIST(flame_seg6_dl_0601C248) -DISPLAY_LIST(flame_seg6_dl_0601C2E8) -DISPLAY_LIST(flame_seg6_dl_0601C388) -DISPLAY_LIST(flame_seg6_dl_0601C428) -DISPLAY_LIST(flame_seg6_dl_0601C4C8) -DISPLAY_LIST(flame_seg6_dl_0601C568) -DISPLAY_LIST(flame_seg6_dl_0601C608) -DISPLAY_LIST(flame_seg6_dl_0601C6A8) -DISPLAY_LIST(flame_seg6_dl_0601C748) -DISPLAY_LIST(flame_seg6_dl_0601C7E8) -DISPLAY_LIST(flame_seg6_dl_0601C888) -DISPLAY_LIST(flame_seg6_dl_0601C928) -DISPLAY_LIST(bowser_seg6_dl_06039110) -DISPLAY_LIST(bowser_seg6_dl_060391C8) -DISPLAY_LIST(bowser_seg6_dl_06039260) -DISPLAY_LIST(bowser_seg6_dl_060392E0) -DISPLAY_LIST(bowser_seg6_dl_06039808) -DISPLAY_LIST(bowser_seg6_dl_060398B0) -DISPLAY_LIST(bowser_seg6_dl_06039958) -DISPLAY_LIST(bowser_seg6_dl_060399D8) -DISPLAY_LIST(bowser_seg6_dl_0603A210) -DISPLAY_LIST(bowser_seg6_dl_0603A380) -DISPLAY_LIST(bowser_seg6_dl_0603A4E8) -DISPLAY_LIST(bowser_seg6_dl_0603AED8) -DISPLAY_LIST(bowser_seg6_dl_0603B038) -DISPLAY_LIST(bowser_seg6_dl_0603B208) -DISPLAY_LIST(bowser_seg6_dl_0603B718) -DISPLAY_LIST(bowser_seg6_dl_0603B8D0) -DISPLAY_LIST(bowser_seg6_dl_0603B948) -DISPLAY_LIST(bowser_seg6_dl_0603BDF8) -DISPLAY_LIST(bowser_seg6_dl_0603BEA0) -DISPLAY_LIST(bowser_seg6_dl_0603BF48) -DISPLAY_LIST(bowser_seg6_dl_0603BFC8) -DISPLAY_LIST(bowser_seg6_dl_0603C500) -DISPLAY_LIST(bowser_seg6_dl_0603C5A8) -DISPLAY_LIST(bowser_seg6_dl_0603C650) -DISPLAY_LIST(bowser_seg6_dl_0603C6D0) -DISPLAY_LIST(bowser_seg6_dl_0603CF28) -DISPLAY_LIST(bowser_seg6_dl_0603D098) -DISPLAY_LIST(bowser_seg6_dl_0603D200) -DISPLAY_LIST(bowser_seg6_dl_0603DC70) -DISPLAY_LIST(bowser_seg6_dl_0603DDD0) -DISPLAY_LIST(bowser_seg6_dl_0603DFB0) -DISPLAY_LIST(bowser_seg6_dl_0603E500) -DISPLAY_LIST(bowser_seg6_dl_0603E6B8) -DISPLAY_LIST(bowser_seg6_dl_0603FBA8) -DISPLAY_LIST(bowser_seg6_dl_0603FC18) -DISPLAY_LIST(bowser_seg6_dl_0603FD38) -DISPLAY_LIST(bowser_seg6_dl_0603FDD0) -DISPLAY_LIST(bowser_seg6_dl_0603FEA8) -DISPLAY_LIST(bowser_seg6_dl_0603FFA8) -DISPLAY_LIST(bowser_seg6_dl_06040180) -DISPLAY_LIST(bowser_seg6_dl_060401F0) -DISPLAY_LIST(bowser_seg6_dl_06040210) -DISPLAY_LIST(bowser_seg6_dl_06040358) -DISPLAY_LIST(bowser_seg6_dl_06041A28) -DISPLAY_LIST(bowser_seg6_dl_06041BA0) -DISPLAY_LIST(bowser_seg6_dl_06041E48) -DISPLAY_LIST(bowser_seg6_dl_06041EA8) -DISPLAY_LIST(bowser_seg6_dl_06041F50) -DISPLAY_LIST(bowser_seg6_dl_06042098) -DISPLAY_LIST(bowser_seg6_dl_060420F0) -DISPLAY_LIST(bowser_seg6_dl_06042140) -DISPLAY_LIST(bowser_seg6_dl_060421D8) -DISPLAY_LIST(bowser_seg6_dl_06042220) -DISPLAY_LIST(bowser_seg6_dl_06042278) -DISPLAY_LIST(bowser_seg6_dl_06042328) -DISPLAY_LIST(bowser_seg6_dl_06042348) -DISPLAY_LIST(bowser_seg6_dl_060423A0) -DISPLAY_LIST(bowser_seg6_dl_060423F8) -DISPLAY_LIST(bowser_seg6_dl_06042450) -DISPLAY_LIST(bowser_seg6_dl_060424A8) -DISPLAY_LIST(bowser_seg6_dl_06042500) -DISPLAY_LIST(bowser_seg6_dl_06042558) -DISPLAY_LIST(bowser_seg6_dl_060425B0) -DISPLAY_LIST(bowser_seg6_dl_06042608) -DISPLAY_LIST(bowser_seg6_dl_06042EE0) -DISPLAY_LIST(bowser_seg6_dl_060430E8) -DISPLAY_LIST(bowser_seg6_dl_06043180) -DISPLAY_LIST(bowser_seg6_dl_060431F0) -DISPLAY_LIST(bowser_seg6_dl_06043548) -DISPLAY_LIST(bowser_seg6_dl_06043648) -DISPLAY_LIST(bowser_seg6_dl_06043698) -DISPLAY_LIST(bookend_seg5_dl_050018F8) -DISPLAY_LIST(bookend_seg5_dl_05001940) -DISPLAY_LIST(bookend_seg5_dl_05001978) -DISPLAY_LIST(bookend_seg5_dl_05001AA0) -DISPLAY_LIST(bookend_seg5_dl_05001AE8) -DISPLAY_LIST(bookend_seg5_dl_05001B20) -DISPLAY_LIST(bookend_seg5_dl_05001CC8) -DISPLAY_LIST(bookend_seg5_dl_05001D10) -DISPLAY_LIST(bookend_seg5_dl_05001D68) -DISPLAY_LIST(bookend_seg5_dl_05001EF8) -DISPLAY_LIST(bookend_seg5_dl_05001F40) -DISPLAY_LIST(bookend_seg5_dl_05001F98) -DISPLAY_LIST(bookend_seg5_dl_050020E8) -DISPLAY_LIST(bookend_seg5_dl_05002140) -DISPLAY_LIST(bookend_seg5_dl_05002288) -DISPLAY_LIST(bookend_seg5_dl_050022E0) -DISPLAY_LIST(book_seg5_dl_05002EF0) -DISPLAY_LIST(book_seg5_dl_05002F58) -DISPLAY_LIST(book_seg5_dl_05002FB0) -DISPLAY_LIST(boo_castle_seg6_dl_06017A10) -DISPLAY_LIST(boo_castle_seg6_dl_06017A78) -DISPLAY_LIST(boo_castle_seg6_dl_06017AD0) -DISPLAY_LIST(boo_castle_seg6_dl_06017CE0) -DISPLAY_LIST(boo_seg5_dl_0500BEE0) -DISPLAY_LIST(boo_seg5_dl_0500BF48) -DISPLAY_LIST(boo_seg5_dl_0500BFA0) -DISPLAY_LIST(boo_seg5_dl_0500C1B0) -DISPLAY_LIST(bomb_seg6_dl_0605A7C0) -DISPLAY_LIST(bomb_seg6_dl_0605A7F8) -DISPLAY_LIST(bomb_seg6_dl_0605A830) -DISPLAY_LIST(bomb_seg6_dl_0605A8A8) -DISPLAY_LIST(bomb_seg6_dl_0605A9C0) -DISPLAY_LIST(bobomb_seg8_dl_08022AC0) -DISPLAY_LIST(bobomb_seg8_dl_08022B08) -DISPLAY_LIST(bobomb_seg8_dl_08022B58) -DISPLAY_LIST(bobomb_seg8_dl_08022B88) -DISPLAY_LIST(bobomb_seg8_dl_08022C38) -DISPLAY_LIST(bobomb_seg8_dl_08022CA0) -DISPLAY_LIST(bobomb_seg8_dl_08022D08) -DISPLAY_LIST(bobomb_seg8_dl_08022D78) -DISPLAY_LIST(bobomb_seg8_dl_08023270) -DISPLAY_LIST(bobomb_seg8_dl_08023378) -DISPLAY_LIST(bobomb_seg8_dl_08023480) -DISPLAY_LIST(blue_fish_seg3_dl_0301BEC0) -DISPLAY_LIST(blue_fish_seg3_dl_0301BFB8) -DISPLAY_LIST(blue_fish_seg3_dl_0301C0A8) -DISPLAY_LIST(blue_fish_seg3_dl_0301C150) -DISPLAY_LIST(blue_coin_switch_seg8_dl_08000D58) -DISPLAY_LIST(blue_coin_switch_seg8_dl_08000DD0) -DISPLAY_LIST(blue_coin_switch_seg8_dl_08000E08) -DISPLAY_LIST(blargg_seg5_dl_050058D0) -DISPLAY_LIST(blargg_seg5_dl_05005A60) -DISPLAY_LIST(blargg_seg5_dl_05005D00) -DISPLAY_LIST(birds_seg5_dl_05000528) -DISPLAY_LIST(birds_seg5_dl_05000598) -DISPLAY_LIST(birds_seg5_dl_05000600) -DISPLAY_LIST(birds_seg5_dl_05000670) -DISPLAY_LIST(amp_seg8_dl_08002B68) -DISPLAY_LIST(amp_seg8_dl_08002BA0) -DISPLAY_LIST(amp_seg8_dl_08002C50) -DISPLAY_LIST(amp_seg8_dl_08002C88) -DISPLAY_LIST(amp_seg8_dl_08002D38) -DISPLAY_LIST(amp_seg8_dl_08002D70) -DISPLAY_LIST(amp_seg8_dl_08002E20) -DISPLAY_LIST(amp_seg8_dl_08002E58) -DISPLAY_LIST(amp_seg8_dl_08003910) -DISPLAY_LIST(amp_seg8_dl_08003940) -DISPLAY_LIST(amp_seg8_dl_08003970) -DISPLAY_LIST(amp_seg8_dl_080039A0) -DISPLAY_LIST(amp_seg8_dl_080039D0) -DISPLAY_LIST(amp_seg8_dl_08003DA8) -DISPLAY_LIST(amp_seg8_dl_08003DD8) -DISPLAY_LIST(amp_seg8_dl_08003E00) -DISPLAY_LIST(error_model_error_bone_mesh_layer_1_tri_0) -DISPLAY_LIST(mat_error_model_f3d_material) -DISPLAY_LIST(error_model_error_bone_mesh_layer_1) -DISPLAY_LIST(error_model_material_revert_render_settings) +DISPLAY_LIST(tornado_seg5_dl_05014450) +DISPLAY_LIST(tornado_seg5_dl_050145C0) +DISPLAY_LIST(transparent_star_seg3_dl_0302C560) +DISPLAY_LIST(transparent_star_seg3_dl_0302C620) +DISPLAY_LIST(treasure_chest_seg6_dl_06016D58) +DISPLAY_LIST(treasure_chest_seg6_dl_06016DA0) +DISPLAY_LIST(treasure_chest_seg6_dl_06016E18) +DISPLAY_LIST(treasure_chest_seg6_dl_06016EE0) +DISPLAY_LIST(treasure_chest_seg6_dl_06016F90) +DISPLAY_LIST(treasure_chest_seg6_dl_06017680) +DISPLAY_LIST(treasure_chest_seg6_dl_06017790) +DISPLAY_LIST(treasure_chest_seg6_dl_06017810) +DISPLAY_LIST(treasure_chest_seg6_dl_060178C0) +DISPLAY_LIST(tree_seg3_dl_0302FE88) +DISPLAY_LIST(tree_seg3_dl_0302FEB8) +DISPLAY_LIST(tree_seg3_dl_0302FEE8) +DISPLAY_LIST(tree_seg3_dl_03030FA0) +DISPLAY_LIST(tree_seg3_dl_03032088) +DISPLAY_LIST(tree_seg3_dl_03032170) +DISPLAY_LIST(tree_seg3_dl_03033258) +DISPLAY_LIST(ukiki_seg5_dl_0500B040) +DISPLAY_LIST(ukiki_seg5_dl_0500B1D8) +DISPLAY_LIST(ukiki_seg5_dl_0500B278) +DISPLAY_LIST(ukiki_seg5_dl_0500B2B8) +DISPLAY_LIST(ukiki_seg5_dl_0500B2E8) +DISPLAY_LIST(ukiki_seg5_dl_0500B310) +DISPLAY_LIST(ukiki_seg5_dl_0500B660) +DISPLAY_LIST(ukiki_seg5_dl_0500B7E8) +DISPLAY_LIST(ukiki_seg5_dl_0500B820) +DISPLAY_LIST(ukiki_seg5_dl_0500B920) +DISPLAY_LIST(ukiki_seg5_dl_0500B988) +DISPLAY_LIST(ukiki_seg5_dl_0500BA90) +DISPLAY_LIST(ukiki_seg5_dl_0500BB28) +DISPLAY_LIST(ukiki_seg5_dl_0500BC10) +DISPLAY_LIST(ukiki_seg5_dl_0500BC78) +DISPLAY_LIST(ukiki_seg5_dl_0500BDA0) +DISPLAY_LIST(ukiki_seg5_dl_0500BE38) +DISPLAY_LIST(ukiki_seg5_dl_0500BF60) +DISPLAY_LIST(ukiki_seg5_dl_0500BFF8) +DISPLAY_LIST(ukiki_seg5_dl_0500C120) +DISPLAY_LIST(ukiki_seg5_dl_0500C1B8) +DISPLAY_LIST(ukiki_seg5_dl_0500C2D0) +DISPLAY_LIST(ukiki_seg5_dl_0500C368) +DISPLAY_LIST(ukiki_seg5_dl_0500C490) +DISPLAY_LIST(ukiki_seg5_dl_0500C528) +DISPLAY_LIST(ukiki_seg5_dl_0500C650) +DISPLAY_LIST(ukiki_seg5_dl_0500C6E8) +DISPLAY_LIST(ukiki_seg5_dl_0500C800) +DISPLAY_LIST(ukiki_seg5_dl_0500C898) +DISPLAY_LIST(ukiki_seg5_dl_0500C9B0) +DISPLAY_LIST(ukiki_seg5_dl_0500CA48) +DISPLAY_LIST(ukiki_seg5_dl_0500CF68) +DISPLAY_LIST(ukiki_seg5_dl_0500CFF0) +DISPLAY_LIST(ukiki_seg5_dl_0500D078) +DISPLAY_LIST(ukiki_seg5_dl_0500D108) +DISPLAY_LIST(unagi_seg5_dl_0500CCE0) +DISPLAY_LIST(unagi_seg5_dl_0500CD30) +DISPLAY_LIST(unagi_seg5_dl_0500CDD0) +DISPLAY_LIST(unagi_seg5_dl_0500CF88) +DISPLAY_LIST(unagi_seg5_dl_0500D038) +DISPLAY_LIST(unagi_seg5_dl_0500D050) +DISPLAY_LIST(unagi_seg5_dl_0500D1C0) +DISPLAY_LIST(unagi_seg5_dl_0500D268) +DISPLAY_LIST(unagi_seg5_dl_0500D3C0) +DISPLAY_LIST(unagi_seg5_dl_0500D468) +DISPLAY_LIST(unagi_seg5_dl_0500D5C0) +DISPLAY_LIST(unagi_seg5_dl_0500D668) +DISPLAY_LIST(unagi_seg5_dl_0500D7A0) +DISPLAY_LIST(unagi_seg5_dl_0500D828) +DISPLAY_LIST(unagi_seg5_dl_0500DB60) +DISPLAY_LIST(unagi_seg5_dl_0500DBC0) +DISPLAY_LIST(unagi_seg5_dl_0500DD08) +DISPLAY_LIST(unagi_seg5_dl_0500DE70) +DISPLAY_LIST(unagi_seg5_dl_0500DEB8) +DISPLAY_LIST(unagi_seg5_dl_0500E030) +DISPLAY_LIST(unagi_seg5_dl_0500E088) +DISPLAY_LIST(unagi_seg5_dl_0500E200) +DISPLAY_LIST(unagi_seg5_dl_0500E258) +DISPLAY_LIST(smoke_seg4_dl_040216A0) +DISPLAY_LIST(smoke_seg4_dl_04021718) +DISPLAY_LIST(smoke_seg4_dl_04021730) +DISPLAY_LIST(smoke_seg4_dl_04021748) +DISPLAY_LIST(smoke_seg4_dl_04021760) +DISPLAY_LIST(smoke_seg4_dl_04021778) +DISPLAY_LIST(smoke_seg4_dl_04021790) +DISPLAY_LIST(smoke_seg4_dl_040217A8) +DISPLAY_LIST(waluigi_butt_dl) +DISPLAY_LIST(waluigi_butt) +DISPLAY_LIST(waluigi_metal_butt) +DISPLAY_LIST(waluigi_left_arm_shared_dl) +DISPLAY_LIST(waluigi_left_arm) +DISPLAY_LIST(waluigi_left_forearm_shared_dl) +DISPLAY_LIST(waluigi_left_hand_closed_shared_dl) +DISPLAY_LIST(waluigi_left_hand_closed) +DISPLAY_LIST(waluigi_right_arm_shared_dl) +DISPLAY_LIST(waluigi_right_arm) +DISPLAY_LIST(waluigi_right_forearm_shared_dl) +DISPLAY_LIST(waluigi_right_hand_closed_dl) +DISPLAY_LIST(waluigi_right_hand_closed) +DISPLAY_LIST(waluigi_metal_right_hand_closed) +DISPLAY_LIST(waluigi_left_thigh_dl) +DISPLAY_LIST(waluigi_left_thigh) +DISPLAY_LIST(waluigi_metal_left_thigh) +DISPLAY_LIST(waluigi_left_leg_shared_dl) +DISPLAY_LIST(waluigi_left_foot_shared_dl) +DISPLAY_LIST(waluigi_left_foot) +DISPLAY_LIST(waluigi_right_thigh_shared_dl) +DISPLAY_LIST(waluigi_right_thigh) +DISPLAY_LIST(waluigi_right_leg_shared_dl) +DISPLAY_LIST(waluigi_right_foot_dl) +DISPLAY_LIST(waluigi_right_foot) +DISPLAY_LIST(waluigi_metal_right_foot) +DISPLAY_LIST(waluigi_yellow_button_dl) +DISPLAY_LIST(waluigi_pants_overalls_shared_dl) +DISPLAY_LIST(waluigi_tshirt_shared_dl) +DISPLAY_LIST(waluigi_torso_dl) +DISPLAY_LIST(waluigi_torso) +DISPLAY_LIST(waluigi_metal_torso_shared_dl) +DISPLAY_LIST(waluigi_r_logo_dl) +DISPLAY_LIST(waluigi_eyes_cap_on_dl) +DISPLAY_LIST(waluigi_hair_sideburn_cap_on_dl) +DISPLAY_LIST(waluigi_mouth_cap_on_dl) +DISPLAY_LIST(waluigi_face_part_cap_on_dl) +DISPLAY_LIST(waluigi_face_cap_dl) +DISPLAY_LIST(waluigi_face_back_hair_cap_on_dl) +DISPLAY_LIST(waluigi_nose_cap_on_dl) +DISPLAY_LIST(waluigi_mustache_cap_on_dl) +DISPLAY_LIST(waluigi_mustache_cap_on_dead_dl) +DISPLAY_LIST(waluigi_hair_sideburn_decal_cap_on) +DISPLAY_LIST(waluigi_r_logo_decal) +DISPLAY_LIST(waluigi_face_cap_on_dl) +DISPLAY_LIST(waluigi_face_cap_on_dead_dl) +DISPLAY_LIST(waluigi_cap_on_eyes_front) +DISPLAY_LIST(waluigi_cap_on_eyes_half_closed) +DISPLAY_LIST(waluigi_cap_on_eyes_closed) +DISPLAY_LIST(waluigi_cap_on_eyes_right) +DISPLAY_LIST(waluigi_cap_on_eyes_left) +DISPLAY_LIST(waluigi_cap_on_eyes_up) +DISPLAY_LIST(waluigi_cap_on_eyes_down) +DISPLAY_LIST(waluigi_cap_on_eyes_dead) +DISPLAY_LIST(waluigi_metal_cap_on_shared_dl) +DISPLAY_LIST(waluigi_eyes_cap_off_dl) +DISPLAY_LIST(waluigi_mouth_cap_off_dl) +DISPLAY_LIST(waluigi_hair_sideburn_cap_off_dl) +DISPLAY_LIST(waluigi_face_part_cap_off_dl) +DISPLAY_LIST(waluigi_face_hair_cap_off_dl) +DISPLAY_LIST(waluigi_nose_cap_off_dl) +DISPLAY_LIST(waluigi_mustache_cap_off_dl) +DISPLAY_LIST(waluigi_mustache_cap_off_dead_dl) +DISPLAY_LIST(waluigi_hair_sideburn_decal_cap_off) +DISPLAY_LIST(waluigi_face_cap_off_dl) +DISPLAY_LIST(waluigi_face_cap_off_dead_dl) +DISPLAY_LIST(waluigi_cap_off_eyes_front) +DISPLAY_LIST(waluigi_cap_off_eyes_half_closed) +DISPLAY_LIST(waluigi_cap_off_eyes_closed) +DISPLAY_LIST(waluigi_cap_off_eyes_right) +DISPLAY_LIST(waluigi_cap_off_eyes_left) +DISPLAY_LIST(waluigi_cap_off_eyes_up) +DISPLAY_LIST(waluigi_cap_off_eyes_down) +DISPLAY_LIST(waluigi_cap_off_eyes_dead) +DISPLAY_LIST(waluigi_metal_cap_off_shared_dl) +DISPLAY_LIST(waluigi_left_hand_open_shared_dl) +DISPLAY_LIST(waluigi_left_hand_open) +DISPLAY_LIST(waluigi_right_hand_open_dl) +DISPLAY_LIST(waluigi_right_hand_open) +DISPLAY_LIST(waluigi_metal_right_hand_open) +DISPLAY_LIST(waluigi_right_hand_cap_r_logo_dl) +DISPLAY_LIST(waluigi_right_hand_cap_top_dl) +DISPLAY_LIST(waluigi_right_hand_cap_hand_position_dl) +DISPLAY_LIST(waluigi_right_hand_cap_bottom_dl) +DISPLAY_LIST(waluigi_right_hand_cap_decal) +DISPLAY_LIST(waluigi_right_hand_cap_dl) +DISPLAY_LIST(waluigi_right_hand_cap_wings_half_1_dl) +DISPLAY_LIST(waluigi_right_hand_cap_wings_half_2_dl) +DISPLAY_LIST(waluigi_right_hand_cap_wings_intial_dl) +DISPLAY_LIST(waluigi_right_hand_cap_wings_transparent_intial_dl) +DISPLAY_LIST(waluigi_right_hand_cap_metal_wings_intial_dl) +DISPLAY_LIST(waluigi_right_hand_cap_wings_end_dl) +DISPLAY_LIST(waluigi_right_hand_cap) +DISPLAY_LIST(waluigi_right_hand_cap_wings) +DISPLAY_LIST(waluigi_right_hand_cap_wings_transparent) +DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl) +DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl_wings) +DISPLAY_LIST(waluigi_metal_right_hand_cap_shared_dl_wings_transparent) +DISPLAY_LIST(waluigi_right_hand_peace_shared_dl) +DISPLAY_LIST(waluigi_right_hand_peace) +DISPLAY_LIST(waluigi_wings_half_1_dl) +DISPLAY_LIST(waluigi_wings_half_2_dl) +DISPLAY_LIST(waluigi_cap_wings) +DISPLAY_LIST(waluigi_cap_wings_transparent) +DISPLAY_LIST(waluigi_metal_cap_wings) +DISPLAY_LIST(waluigi_metal_cap_wings_transparent) +DISPLAY_LIST(waluigi_material_revert_render_settings) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022B30) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022B68) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022CC8) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022D10) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022E78) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022EA8) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022ED8) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022ED8_metal) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022F20) +DISPLAY_LIST(waluigi_cap_r_logo_decal) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022F48) +DISPLAY_LIST(waluigi_cap_seg3_dl_03022FF8) +DISPLAY_LIST(waluigi_cap_seg3_dl_030230B0) +DISPLAY_LIST(waluigi_cap_seg3_dl_03023108) +DISPLAY_LIST(waluigi_cap_seg3_dl_03023160) +DISPLAY_LIST(waluigi_cap_seg3_dl_03023298) +DISPLAY_LIST(waluigi_cap_material_revert_render_settings) +DISPLAY_LIST(wario_butt_dl) +DISPLAY_LIST(wario_butt) +DISPLAY_LIST(wario_metal_butt) +DISPLAY_LIST(wario_left_arm_shared_dl) +DISPLAY_LIST(wario_left_arm) +DISPLAY_LIST(wario_left_forearm_shared_dl) +DISPLAY_LIST(wario_left_hand_closed_shared_dl) +DISPLAY_LIST(wario_left_hand_closed) +DISPLAY_LIST(wario_right_arm_shared_dl) +DISPLAY_LIST(wario_right_arm) +DISPLAY_LIST(wario_right_forearm_shared_dl) +DISPLAY_LIST(wario_right_hand_closed_dl) +DISPLAY_LIST(wario_right_hand_closed) +DISPLAY_LIST(wario_metal_right_hand_closed) +DISPLAY_LIST(wario_left_thigh_dl) +DISPLAY_LIST(wario_left_thigh) +DISPLAY_LIST(wario_metal_left_thigh) +DISPLAY_LIST(wario_left_leg_shared_dl) +DISPLAY_LIST(wario_left_foot_shared_dl) +DISPLAY_LIST(wario_left_foot) +DISPLAY_LIST(wario_right_thigh_shared_dl) +DISPLAY_LIST(wario_right_thigh) +DISPLAY_LIST(wario_right_leg_shared_dl) +DISPLAY_LIST(wario_right_foot_dl) +DISPLAY_LIST(wario_right_foot) +DISPLAY_LIST(wario_metal_right_foot) +DISPLAY_LIST(wario_white_button_dl) +DISPLAY_LIST(wario_pants_overalls_shared_dl) +DISPLAY_LIST(wario_tshirt_shared_dl) +DISPLAY_LIST(wario_torso_dl) +DISPLAY_LIST(wario_torso) +DISPLAY_LIST(wario_metal_torso_shared_dl) +DISPLAY_LIST(wario_w_logo_dl) +DISPLAY_LIST(wario_eyes_cap_on_dl) +DISPLAY_LIST(wario_hair_sideburn_cap_on_dl) +DISPLAY_LIST(wario_mouth_cap_on_dl) +DISPLAY_LIST(wario_face_part_cap_on_dl) +DISPLAY_LIST(wario_face_cap_dl) +DISPLAY_LIST(wario_face_back_hair_cap_on_dl) +DISPLAY_LIST(wario_nose_cap_on_dl) +DISPLAY_LIST(wario_mustache_cap_on_dl) +DISPLAY_LIST(wario_mustache_cap_on_dead_dl) +DISPLAY_LIST(wario_hair_sideburn_decal_cap_on) +DISPLAY_LIST(wario_w_logo_decal) +DISPLAY_LIST(wario_face_cap_on_dl) +DISPLAY_LIST(wario_face_cap_on_dead_dl) +DISPLAY_LIST(wario_cap_on_eyes_front) +DISPLAY_LIST(wario_cap_on_eyes_half_closed) +DISPLAY_LIST(wario_cap_on_eyes_closed) +DISPLAY_LIST(wario_cap_on_eyes_right) +DISPLAY_LIST(wario_cap_on_eyes_left) +DISPLAY_LIST(wario_cap_on_eyes_up) +DISPLAY_LIST(wario_cap_on_eyes_down) +DISPLAY_LIST(wario_cap_on_eyes_dead) +DISPLAY_LIST(wario_metal_cap_on_shared_dl) +DISPLAY_LIST(wario_eyes_cap_off_dl) +DISPLAY_LIST(wario_mouth_cap_off_dl) +DISPLAY_LIST(wario_hair_sideburn_cap_off_dl) +DISPLAY_LIST(wario_face_part_cap_off_dl) +DISPLAY_LIST(wario_face_hair_cap_off_dl) +DISPLAY_LIST(wario_nose_cap_off_dl) +DISPLAY_LIST(wario_mustache_cap_off_dl) +DISPLAY_LIST(wario_mustache_cap_off_dead_dl) +DISPLAY_LIST(wario_hair_sideburn_decal_cap_off) +DISPLAY_LIST(wario_face_cap_off_dl) +DISPLAY_LIST(wario_face_cap_off_dead_dl) +DISPLAY_LIST(wario_cap_off_eyes_front) +DISPLAY_LIST(wario_cap_off_eyes_half_closed) +DISPLAY_LIST(wario_cap_off_eyes_closed) +DISPLAY_LIST(wario_cap_off_eyes_right) +DISPLAY_LIST(wario_cap_off_eyes_left) +DISPLAY_LIST(wario_cap_off_eyes_up) +DISPLAY_LIST(wario_cap_off_eyes_down) +DISPLAY_LIST(wario_cap_off_eyes_dead) +DISPLAY_LIST(wario_metal_cap_off_shared_dl) +DISPLAY_LIST(wario_left_hand_open_shared_dl) +DISPLAY_LIST(wario_left_hand_open) +DISPLAY_LIST(wario_right_hand_open_dl) +DISPLAY_LIST(wario_right_hand_open) +DISPLAY_LIST(wario_metal_right_hand_open) +DISPLAY_LIST(wario_right_hand_cap_w_logo_dl) +DISPLAY_LIST(wario_right_hand_cap_top_dl) +DISPLAY_LIST(wario_right_hand_cap_hand_position_dl) +DISPLAY_LIST(wario_right_hand_cap_bottom_dl) +DISPLAY_LIST(wario_right_hand_cap_decal) +DISPLAY_LIST(wario_right_hand_cap_dl) +DISPLAY_LIST(wario_right_hand_cap_wings_half_1_dl) +DISPLAY_LIST(wario_right_hand_cap_wings_half_2_dl) +DISPLAY_LIST(wario_right_hand_cap_wings_intial_dl) +DISPLAY_LIST(wario_right_hand_cap_wings_transparent_intial_dl) +DISPLAY_LIST(wario_right_hand_cap_metal_wings_intial_dl) +DISPLAY_LIST(wario_right_hand_cap_wings_end_dl) +DISPLAY_LIST(wario_right_hand_cap) +DISPLAY_LIST(wario_right_hand_cap_wings) +DISPLAY_LIST(wario_right_hand_cap_wings_transparent) +DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl) +DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl_wings) +DISPLAY_LIST(wario_metal_right_hand_cap_shared_dl_wings_transparent) +DISPLAY_LIST(wario_right_hand_peace_shared_dl) +DISPLAY_LIST(wario_right_hand_peace) +DISPLAY_LIST(wario_wings_half_1_dl) +DISPLAY_LIST(wario_wings_half_2_dl) +DISPLAY_LIST(wario_cap_wings) +DISPLAY_LIST(wario_cap_wings_transparent) +DISPLAY_LIST(wario_metal_cap_wings) +DISPLAY_LIST(wario_metal_cap_wings_transparent) +DISPLAY_LIST(wario_material_revert_render_settings) +DISPLAY_LIST(wario_cap_seg3_dl_03022B30) +DISPLAY_LIST(wario_cap_seg3_dl_03022B68) +DISPLAY_LIST(wario_cap_seg3_dl_03022CC8) +DISPLAY_LIST(wario_cap_seg3_dl_03022D10) +DISPLAY_LIST(wario_cap_seg3_dl_03022E78) +DISPLAY_LIST(wario_cap_seg3_dl_03022EA8) +DISPLAY_LIST(wario_cap_seg3_dl_03022ED8) +DISPLAY_LIST(wario_cap_seg3_dl_03022ED8_metal) +DISPLAY_LIST(wario_cap_seg3_dl_03022F20) +DISPLAY_LIST(wario_cap_w_logo_decal) +DISPLAY_LIST(wario_cap_seg3_dl_03022F48) +DISPLAY_LIST(wario_cap_seg3_dl_03022FF8) +DISPLAY_LIST(wario_cap_seg3_dl_030230B0) +DISPLAY_LIST(wario_cap_seg3_dl_03023108) +DISPLAY_LIST(wario_cap_seg3_dl_03023160) +DISPLAY_LIST(wario_cap_seg3_dl_03023298) +DISPLAY_LIST(wario_cap_material_revert_render_settings) +DISPLAY_LIST(warp_pipe_seg3_dl_03008E40) +DISPLAY_LIST(warp_pipe_seg3_dl_03008F98) +DISPLAY_LIST(warp_pipe_seg3_dl_03009968) +DISPLAY_LIST(warp_pipe_seg3_dl_03009A20) +DISPLAY_LIST(warp_pipe_seg3_dl_03009A50) +DISPLAY_LIST(water_bubble_seg5_dl_05010D30) +DISPLAY_LIST(water_bubble_seg5_dl_05011000) +DISPLAY_LIST(water_mine_seg6_dl_0600D1F8) +DISPLAY_LIST(water_mine_seg6_dl_0600D230) +DISPLAY_LIST(water_mine_seg6_dl_0600D268) +DISPLAY_LIST(water_mine_seg6_dl_0600D2E0) +DISPLAY_LIST(water_mine_seg6_dl_0600D3F8) +DISPLAY_LIST(water_ring_seg6_dl_06013AC0) +DISPLAY_LIST(water_splash_seg4_dl_040325C8) +DISPLAY_LIST(water_splash_seg4_dl_04032640) +DISPLAY_LIST(water_splash_seg4_dl_04032658) +DISPLAY_LIST(water_splash_seg4_dl_04032670) +DISPLAY_LIST(water_splash_seg4_dl_04032688) +DISPLAY_LIST(water_splash_seg4_dl_040326A0) +DISPLAY_LIST(water_splash_seg4_dl_040326B8) +DISPLAY_LIST(water_splash_seg4_dl_040326D0) +DISPLAY_LIST(water_splash_seg4_dl_040326E8) +DISPLAY_LIST(water_wave_seg4_dl_04027358) +DISPLAY_LIST(water_wave_seg4_dl_040273A0) +DISPLAY_LIST(water_wave_seg4_dl_040273D8) +DISPLAY_LIST(water_wave_seg4_dl_040273F0) +DISPLAY_LIST(water_wave_seg4_dl_04027408) +DISPLAY_LIST(water_wave_seg4_dl_04027420) +DISPLAY_LIST(water_wave_seg4_dl_04027438) +DISPLAY_LIST(whirlpool_seg5_dl_05013B58) +DISPLAY_LIST(whirlpool_seg5_dl_05013CB8) +DISPLAY_LIST(white_particle_dl) +DISPLAY_LIST(white_particle_small_dl_begin) +DISPLAY_LIST(white_particle_small_dl_end) +DISPLAY_LIST(white_particle_small_dl) +DISPLAY_LIST(white_particle_small_unused_dl) +DISPLAY_LIST(whomp_seg6_dl_0601F4F8) +DISPLAY_LIST(whomp_seg6_dl_0601F570) +DISPLAY_LIST(whomp_seg6_dl_0601F5A8) +DISPLAY_LIST(whomp_seg6_dl_0601F5E0) +DISPLAY_LIST(whomp_seg6_dl_0601F7F0) +DISPLAY_LIST(whomp_seg6_dl_0601F880) +DISPLAY_LIST(whomp_seg6_dl_0601FA58) +DISPLAY_LIST(whomp_seg6_dl_0601FAE8) +DISPLAY_LIST(whomp_seg6_dl_0601FB88) +DISPLAY_LIST(whomp_seg6_dl_0601FBC0) +DISPLAY_LIST(whomp_seg6_dl_0601FC70) +DISPLAY_LIST(whomp_seg6_dl_0601FCA8) +DISPLAY_LIST(whomp_seg6_dl_0601FE10) +DISPLAY_LIST(whomp_seg6_dl_0601FEA8) +DISPLAY_LIST(whomp_seg6_dl_0601FFA0) +DISPLAY_LIST(whomp_seg6_dl_06020038) +DISPLAY_LIST(wiggler_seg5_dl_0500BCB8) +DISPLAY_LIST(wiggler_seg5_dl_0500BE10) +DISPLAY_LIST(wiggler_seg5_dl_0500BE98) +DISPLAY_LIST(wiggler_seg5_dl_0500BF20) +DISPLAY_LIST(wiggler_seg5_dl_0500C078) +DISPLAY_LIST(wiggler_seg5_dl_0500C100) +DISPLAY_LIST(wiggler_seg5_dl_0500C208) +DISPLAY_LIST(wiggler_seg5_dl_0500C240) +DISPLAY_LIST(wiggler_seg5_dl_0500C278) +DISPLAY_LIST(wiggler_seg5_dl_0500DC18) +DISPLAY_LIST(wiggler_seg5_dl_0500DD70) +DISPLAY_LIST(wiggler_seg5_dl_0500DDF8) +DISPLAY_LIST(wiggler_seg5_dl_0500DE80) +DISPLAY_LIST(wiggler_seg5_dl_0500DFD8) +DISPLAY_LIST(wiggler_seg5_dl_0500E060) +DISPLAY_LIST(wiggler_seg5_dl_0500E168) +DISPLAY_LIST(wiggler_seg5_dl_0500E1A0) +DISPLAY_LIST(wiggler_seg5_dl_0500E1D8) +DISPLAY_LIST(wiggler_seg5_dl_0500E2B0) +DISPLAY_LIST(wiggler_seg5_dl_0500E2F8) +DISPLAY_LIST(wiggler_seg5_dl_0500E3E8) +DISPLAY_LIST(wiggler_seg5_dl_0500E430) +DISPLAY_LIST(wiggler_seg5_dl_0500E4E0) +DISPLAY_LIST(wiggler_seg5_dl_0500E518) +DISPLAY_LIST(wiggler_seg5_dl_0500E608) +DISPLAY_LIST(wiggler_seg5_dl_0500E640) +DISPLAY_LIST(wiggler_seg5_dl_0500E678) +DISPLAY_LIST(wooden_signpost_seg3_dl_0302D9C8) +DISPLAY_LIST(wooden_signpost_seg3_dl_0302DA48) +DISPLAY_LIST(wooden_signpost_seg3_dl_0302DC40) +DISPLAY_LIST(wooden_signpost_seg3_dl_0302DCD0) +DISPLAY_LIST(wooden_signpost_seg3_dl_0302DD08) +DISPLAY_LIST(yellow_sphere_seg6_dl_0601F388) +DISPLAY_LIST(yellow_sphere_seg6_dl_0601F3C0) +DISPLAY_LIST(yellow_sphere_seg5_dl_05000840) +DISPLAY_LIST(yellow_sphere_seg5_dl_05000888) +DISPLAY_LIST(yellow_sphere_seg5_dl_050008C8) +DISPLAY_LIST(yoshi_seg5_dl_0501D440) +DISPLAY_LIST(yoshi_seg5_dl_0501D488) +DISPLAY_LIST(yoshi_seg5_dl_0501D4E0) +DISPLAY_LIST(yoshi_seg5_dl_0501D8F8) +DISPLAY_LIST(yoshi_seg5_dl_0501D940) +DISPLAY_LIST(yoshi_seg5_dl_0501D970) +DISPLAY_LIST(yoshi_seg5_dl_0501D998) +DISPLAY_LIST(yoshi_seg5_dl_050212B0) +DISPLAY_LIST(yoshi_seg5_dl_05021490) +DISPLAY_LIST(yoshi_seg5_dl_050215D8) +DISPLAY_LIST(yoshi_seg5_dl_05021678) +DISPLAY_LIST(yoshi_seg5_dl_05021718) +DISPLAY_LIST(yoshi_seg5_dl_05021860) +DISPLAY_LIST(yoshi_seg5_dl_05021900) +DISPLAY_LIST(yoshi_seg5_dl_050219A0) +DISPLAY_LIST(yoshi_seg5_dl_05021B90) +DISPLAY_LIST(yoshi_seg5_dl_05021CD8) +DISPLAY_LIST(yoshi_seg5_dl_05021E38) +DISPLAY_LIST(yoshi_seg5_dl_05021F70) +DISPLAY_LIST(yoshi_seg5_dl_05022160) +DISPLAY_LIST(yoshi_seg5_dl_050222A8) +DISPLAY_LIST(yoshi_seg5_dl_05022408) +DISPLAY_LIST(yoshi_seg5_dl_05022608) +DISPLAY_LIST(yoshi_egg_seg5_dl_050097B8) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009820) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009838) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009850) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009868) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009880) +DISPLAY_LIST(yoshi_egg_seg5_dl_05009898) +DISPLAY_LIST(yoshi_egg_seg5_dl_050098B0) +DISPLAY_LIST(yoshi_egg_seg5_dl_050098C8) DISPLAY_LIST(debug_level_select_dl_07000858) DISPLAY_LIST(debug_level_select_dl_07001100) DISPLAY_LIST(debug_level_select_dl_07001BA0) @@ -2080,13 +2080,13 @@ DISPLAY_LIST(bitdw_seg7_dl_070020C8) DISPLAY_LIST(bitdw_seg7_dl_070032F8) DISPLAY_LIST(bitdw_seg7_dl_0700AD10) DISPLAY_LIST(bitdw_seg7_dl_07005078) -DISPLAY_LIST(bitdw_seg7_dl_07005BC0) DISPLAY_LIST(bitdw_seg7_dl_07007AA8) DISPLAY_LIST(bitdw_seg7_dl_07008FF0) -DISPLAY_LIST(bitdw_seg7_dl_070093B0) +DISPLAY_LIST(bitdw_seg7_dl_07005BC0) DISPLAY_LIST(bitdw_seg7_dl_07003BF0) DISPLAY_LIST(bitdw_seg7_dl_07004318) DISPLAY_LIST(bitdw_seg7_dl_070045C0) +DISPLAY_LIST(bitdw_seg7_dl_070093B0) DISPLAY_LIST(bitdw_seg7_dl_0700A368) DISPLAY_LIST(bitdw_seg7_dl_070028A0) DISPLAY_LIST(bitdw_seg7_dl_0700A6A8) @@ -2324,11 +2324,11 @@ DISPLAY_LIST(ddd_seg7_dl_07008F80) DISPLAY_LIST(ddd_seg7_dl_0700BAE0) DISPLAY_LIST(ddd_seg7_dl_0700CE48) DISPLAY_LIST(ddd_seg7_dl_0700D2A0) +DISPLAY_LIST(ddd_seg7_dl_0700AF10) +DISPLAY_LIST(ddd_seg7_dl_0700B068) DISPLAY_LIST(ddd_seg7_dl_07009030) DISPLAY_LIST(ddd_seg7_dl_07009120) DISPLAY_LIST(ddd_seg7_dl_07009208) -DISPLAY_LIST(ddd_seg7_dl_0700AF10) -DISPLAY_LIST(ddd_seg7_dl_0700B068) DISPLAY_LIST(hmc_seg7_dl_07024268) DISPLAY_LIST(hmc_seg7_dl_070242A0) DISPLAY_LIST(hmc_seg7_dl_070078B0) diff --git a/include/types.h b/include/types.h index a693bcb5a..8276a2c19 100644 --- a/include/types.h +++ b/include/types.h @@ -355,90 +355,119 @@ struct MarioAnimation struct MarioState { - /*0x00*/ u16 playerIndex; - /*0x02*/ u16 input; - /*0x04*/ u32 flags; - /*0x08*/ u32 particleFlags; - /*0x0C*/ u32 action; - /*0x10*/ u32 prevAction; - /*0x14*/ u32 terrainSoundAddend; - /*0x18*/ u16 actionState; - /*0x1A*/ u16 actionTimer; - /*0x1C*/ u32 actionArg; - /*0x20*/ f32 intendedMag; - /*0x24*/ s16 intendedYaw; - /*0x26*/ s16 invincTimer; - /*0x28*/ u8 framesSinceA; - /*0x29*/ u8 framesSinceB; - /*0x2A*/ u8 wallKickTimer; - /*0x2B*/ u8 doubleJumpTimer; - /*0x2C*/ Vec3s faceAngle; - /*0x32*/ Vec3s angleVel; - /*0x38*/ s16 slideYaw; - /*0x3A*/ s16 twirlYaw; - /*0x3C*/ Vec3f pos; - /*0x48*/ Vec3f vel; - /*0x54*/ f32 forwardVel; - /*0x58*/ f32 slideVelX; - /*0x5C*/ f32 slideVelZ; - /*0x60*/ struct Surface *wall; - /*0x64*/ struct Surface *ceil; - /*0x68*/ struct Surface *floor; - /*0x6C*/ f32 ceilHeight; - /*0x70*/ f32 floorHeight; - /*0x74*/ s16 floorAngle; - /*0x76*/ s16 waterLevel; - /*0x78*/ struct Object *interactObj; - /*0x7C*/ struct Object *heldObj; - /*0x80*/ struct Object *usedObj; - /*0x84*/ struct Object *riddenObj; - /*0x88*/ struct Object *marioObj; - /*0x8C*/ struct SpawnInfo *spawnInfo; - /*0x90*/ struct Area *area; - /*0x94*/ struct PlayerCameraState *statusForCamera; - /*0x98*/ struct MarioBodyState *marioBodyState; - /*0x9C*/ struct Controller *controller; - /*0xA0*/ struct MarioAnimation *animation; - /*0xA4*/ u32 collidedObjInteractTypes; - /*0xA8*/ s16 numCoins; - /*0xAA*/ s16 numStars; - /*0xAC*/ s8 numKeys; // Unused key mechanic - /*0xAD*/ s8 numLives; - /*0xAE*/ s16 health; - /*0xB0*/ s16 unkB0; - /*0xB2*/ u8 hurtCounter; - /*0xB3*/ u8 healCounter; - /*0xB4*/ u8 squishTimer; - /*0xB5*/ u8 fadeWarpOpacity; - /*0xB6*/ u16 capTimer; - /*0xB8*/ s16 prevNumStarsForDialog; - /*0xBC*/ f32 peakHeight; - /*0xC0*/ f32 quicksandDepth; - /*0xC4*/ f32 unkC4; - /*0xC8*/ s16 currentRoom; - /*0xCA*/ struct Object* heldByObj; - /*????*/ u8 isSnoring; - /*????*/ struct Object* bubbleObj; - /*????*/ u8 freeze; - + // Please try to keep this 32/64 bit aligned. + // Bit alignment can increase perforamance and + // reduce the memory footprint. + // + // Structure size was reduced by 32 bytes and fields + // and been moved for performance and size. + // https://en.wikipedia.org/wiki/Data_structure_alignment + // + // I personally also find it easier to read now. + // - Prince Frizzy + + u16 playerIndex; + u16 input; + s16 numCoins; + s16 numStars; + + s8 numLives; + s8 numKeys; // Unused key mechanic + s16 health; + u8 hurtCounter; + u8 healCounter; + u8 isSnoring; + u8 freeze; + + u32 cap; + u16 capTimer; + s16 invincTimer; + + u8 skipWarpInteractionsTimer; + u8 squishTimer; + u8 bounceSquishTimer; + s8 knockbackTimer; + u8 wallKickTimer; + u8 doubleJumpTimer; + u8 specialTripleJump; + u8 fadeWarpOpacity; + + u8 visibleToEnemies; + u8 wasNetworkVisible; + s16 dialogId; + s16 prevNumStarsForDialog; + s16 unkB0; + + u32 action; + u32 prevAction; + + u32 actionArg; + u16 actionTimer; + u16 actionState; + + u32 flags; + f32 quicksandDepth; + + struct Controller *controller; + struct MarioBodyState *marioBodyState; + struct Character *character; + + u32 terrainSoundAddend; + + Vec3f pos; + Vec3f nonInstantWarpPos; + Vec3f vel; + f32 slideVelX; + f32 slideVelZ; + f32 forwardVel; + + f32 peakHeight; + f32 intendedMag; + s16 intendedYaw; + u8 framesSinceA; + u8 framesSinceB; + + Vec3s faceAngle; + Vec3s angleVel; + s16 slideYaw; + s16 twirlYaw; + + struct Object *heldObj; + struct Object *heldByObj; + struct Object *interactObj; + struct Object *riddenObj; + struct Object *usedObj; + struct Object *marioObj; + struct Object *bubbleObj; + + u32 collidedObjInteractTypes; + u32 particleFlags; + + struct MarioAnimation *animation; // Variables for a spline curve animation (used for the flight path in the grand star cutscene) - /*????*/ Vec4s* splineKeyframe; - /*????*/ f32 splineKeyframeFraction; - /*????*/ s32 splineState; - - /*????*/ Vec3f nonInstantWarpPos; - /*????*/ struct Character* character; - /*????*/ u8 wasNetworkVisible; - /*????*/ f32 minimumBoneY; - /*????*/ f32 curAnimOffset; - /*????*/ s8 knockbackTimer; - /*????*/ u8 specialTripleJump; - /*????*/ Vec3f wallNormal; - /*????*/ u8 visibleToEnemies; - /*????*/ u32 cap; - /*????*/ u8 bounceSquishTimer; - /*????*/ u8 skipWarpInteractionsTimer; - /*????*/ s16 dialogId; + Vec4s *splineKeyframe; + f32 splineKeyframeFraction; + s32 splineState; + f32 curAnimOffset; + + f32 minimumBoneY; + + struct Surface *wall; + struct Surface *ceil; + struct Surface *floor; + struct SpawnInfo *spawnInfo; + struct Area *area; + struct PlayerCameraState *statusForCamera; + + f32 ceilHeight; + f32 floorHeight; + + Vec3f wallNormal; + f32 unkC4; + + s16 floorAngle; + s16 waterLevel; + s16 currentRoom; }; struct TextureInfo diff --git a/src/game/hardcoded.c b/src/game/hardcoded.c index b07c56be2..a37b533e7 100644 --- a/src/game/hardcoded.c +++ b/src/game/hardcoded.c @@ -50,6 +50,7 @@ struct LevelValues gDefaultLevelValues = { .fixCollisionBugsGroundPoundBonks = TRUE, .fixCollisionBugsPickBestWall = TRUE, .fixVanishFloors = FALSE, + .fixInvalidShellRides = TRUE, .hudCapTimer = FALSE, .hudRedCoinsRadar = FALSE, .hudSecretsRadar = FALSE, diff --git a/src/game/hardcoded.h b/src/game/hardcoded.h index 54de71a01..2a17df56b 100644 --- a/src/game/hardcoded.h +++ b/src/game/hardcoded.h @@ -48,6 +48,7 @@ struct LevelValues { u8 fixCollisionBugsGroundPoundBonks; u8 fixCollisionBugsPickBestWall; u8 fixVanishFloors; + u8 fixInvalidShellRides; u8 hudCapTimer; u8 hudRedCoinsRadar; u8 hudSecretsRadar; diff --git a/src/game/interaction.c b/src/game/interaction.c index dcde33a1d..12a1fd150 100644 --- a/src/game/interaction.c +++ b/src/game/interaction.c @@ -25,12 +25,14 @@ #include "sound_init.h" #include "rumble_init.h" #include "object_collision.h" +#include "object_list_processor.h" #include "hardcoded.h" #include "pc/configfile.h" #include "pc/network/network.h" #include "pc/network/lag_compensation.h" #include "pc/lua/smlua_hooks.h" +#include "pc/lua/utils/smlua_obj_utils.h" u8 sDelayInvincTimer; s16 gInteractionInvulnerable; @@ -279,15 +281,14 @@ u32 attack_object(struct MarioState* m, struct Object *o, s32 interaction) { } void mario_stop_riding_object(struct MarioState *m) { - if (!m) { return; } - if (m->riddenObj != NULL && m->playerIndex == 0) { - m->riddenObj->oInteractStatus = INT_STATUS_STOP_RIDING; - if (m->riddenObj->oSyncID != 0) { - network_send_object_reliability(m->riddenObj, TRUE); - } - stop_shell_music(); - m->riddenObj = NULL; + if (!m || m->riddenObj == NULL || m->playerIndex != 0) { return; } + + m->riddenObj->oInteractStatus = INT_STATUS_STOP_RIDING; + if (m->riddenObj->oSyncID != 0) { + network_send_object_reliability(m->riddenObj, TRUE); } + stop_shell_music(); + m->riddenObj = NULL; } void mario_grab_used_object(struct MarioState *m) { @@ -375,37 +376,40 @@ u32 does_mario_have_normal_cap_on_head(struct MarioState *m) { return (m->flags & (MARIO_CAPS | MARIO_CAP_ON_HEAD)) == (MARIO_NORMAL_CAP | MARIO_CAP_ON_HEAD); } +bool does_mario_have_blown_cap(struct MarioState *m) { + if (!m) { return FALSE; } + return obj_get_first_with_behavior_id_and_field_s32(id_bhvNormalCap, 0x40, m->playerIndex + 1) != NULL; +} + void mario_blow_off_cap(struct MarioState *m, f32 capSpeed) { if (!m) { return; } if (m->playerIndex != 0) { return; } - struct Object *capObject; + if (!does_mario_have_normal_cap_on_head(m) || does_mario_have_blown_cap(m)) { return; } + + m->cap = SAVE_FLAG_CAP_ON_MR_BLIZZARD; - if (does_mario_have_normal_cap_on_head(m)) { - m->cap = SAVE_FLAG_CAP_ON_MR_BLIZZARD; + m->flags &= ~(MARIO_NORMAL_CAP | MARIO_CAP_ON_HEAD); - m->flags &= ~(MARIO_NORMAL_CAP | MARIO_CAP_ON_HEAD); + u8 capModel = m->character->capModelId; + struct Object *capObject = spawn_object(m->marioObj, capModel, bhvNormalCap); + if (capObject == NULL) { return; } + capObject->globalPlayerIndex = gNetworkPlayers[m->playerIndex].globalIndex; + capObject->oBehParams = m->playerIndex + 1; - u8 capModel = m->character->capModelId; - capObject = spawn_object(m->marioObj, capModel, bhvNormalCap); - if (capObject == NULL) { return; } - capObject->globalPlayerIndex = gNetworkPlayers[m->playerIndex].globalIndex; - capObject->oBehParams = m->playerIndex + 1; + capObject->oPosY += (m->action & ACT_FLAG_SHORT_HITBOX) ? 120.0f : 180.0f; + capObject->oForwardVel = capSpeed; + capObject->oMoveAngleYaw = (s16)(m->faceAngle[1] + 0x400); - capObject->oPosY += (m->action & ACT_FLAG_SHORT_HITBOX) ? 120.0f : 180.0f; - capObject->oForwardVel = capSpeed; - capObject->oMoveAngleYaw = (s16)(m->faceAngle[1] + 0x400); - - if (m->forwardVel < 0.0f) { - capObject->oMoveAngleYaw = (s16)(capObject->oMoveAngleYaw + 0x8000); - } - - // set as it's own parent so we can spawn it over the network - capObject->parentObj = capObject; - - struct Object* spawn_objects[] = { capObject }; - u32 models[] = { capModel }; - network_send_spawn_objects(spawn_objects, models, 1); + if (m->forwardVel < 0.0f) { + capObject->oMoveAngleYaw = (s16)(capObject->oMoveAngleYaw + 0x8000); } + + // set as it's own parent so we can spawn it over the network + capObject->parentObj = capObject; + + struct Object* spawn_objects[] = { capObject }; + u32 models[] = { capModel }; + network_send_spawn_objects(spawn_objects, models, 1); } u32 mario_lose_cap_to_enemy(struct MarioState* m, u32 arg) { diff --git a/src/game/interaction.h b/src/game/interaction.h index 3f1188c3a..7af0f0567 100644 --- a/src/game/interaction.h +++ b/src/game/interaction.h @@ -352,6 +352,13 @@ Useful for determining Mario's cap status |descriptionEnd| */ u32 does_mario_have_normal_cap_on_head(struct MarioState *m); +/* |description| +Checks if Mario has already had a cap blown off of his head in the current level, +Returns true if a blown cap can be found for Mario, false if not. +Useful to check if a blown cap exists in the level currently. +|descriptionEnd| */ +bool does_mario_have_blown_cap(struct MarioState *m); + /* |description| Makes Mario blow off his normal cap at a given speed. Removes the normal cap from Mario's head and spawns it as a collectible object in the game world. diff --git a/src/game/mario.c b/src/game/mario.c index 5d1d28801..bf08e2c74 100644 --- a/src/game/mario.c +++ b/src/game/mario.c @@ -1611,10 +1611,6 @@ void update_mario_inputs(struct MarioState *m) { #endif /* End of developer stuff */ - if ((m->action == ACT_END_PEACH_CUTSCENE || m->action == ACT_CREDITS_CUTSCENE) && m->controller->buttonPressed & START_BUTTON) { - lvl_skip_credits(); - } - if (m->playerIndex == 0) { if (!localIsPaused && (gCameraMovementFlags & CAM_MOVE_C_UP_MODE)) { if (m->action & ACT_FLAG_ALLOW_FIRST_PERSON) { diff --git a/src/game/mario_actions_cutscene.c b/src/game/mario_actions_cutscene.c index d24f9b432..6aff3e4e0 100644 --- a/src/game/mario_actions_cutscene.c +++ b/src/game/mario_actions_cutscene.c @@ -3003,6 +3003,10 @@ static s32 act_end_peach_cutscene(struct MarioState *m) { m->actionTimer++; if (m->playerIndex == 0) { + if (m->controller->buttonPressed & START_BUTTON) { + lvl_skip_credits(); + } + sEndCutsceneVp.vp.vscale[0] = 640; sEndCutsceneVp.vp.vscale[1] = 360; sEndCutsceneVp.vp.vtrans[0] = 640; @@ -3049,6 +3053,10 @@ static s32 act_credits_cutscene(struct MarioState *m) { stop_and_set_height_to_floor(m); } } + + if (m->playerIndex == 0 && m->controller->buttonPressed & START_BUTTON) { + lvl_skip_credits(); + } if (m->actionTimer >= TIMER_CREDITS_SHOW) { if (m->actionState < 40) { diff --git a/src/game/mario_actions_moving.c b/src/game/mario_actions_moving.c index 6b159a5ad..1e68b2b91 100644 --- a/src/game/mario_actions_moving.c +++ b/src/game/mario_actions_moving.c @@ -12,6 +12,7 @@ #include "memory.h" #include "behavior_data.h" #include "rumble_init.h" +#include "hardcoded.h" #include "pc/debuglog.h" #include "pc/configfile.h" #include "pc/network/network.h" @@ -1344,7 +1345,12 @@ s32 act_hold_decelerating(struct MarioState *m) { s32 act_riding_shell_ground(struct MarioState *m) { if (!m) { return FALSE; } - s16 startYaw = m->faceAngle[1]; + + // If we don't have an object we're riding or if the interaction was with something + // not a Koopa Shell-Then we abort the riding state. + if (gLevelValues.fixInvalidShellRides && (m->riddenObj == NULL || m->riddenObj->oInteractType != INTERACT_KOOPA_SHELL)) { + return set_mario_action(m, ACT_IDLE, 0); + } if (m->input & INPUT_A_PRESSED) { return set_mario_action(m, ACT_RIDING_SHELL_JUMP, 0); @@ -1358,6 +1364,7 @@ s32 act_riding_shell_ground(struct MarioState *m) { return set_mario_action(m, ACT_CROUCH_SLIDE, 0); } + s16 startYaw = m->faceAngle[1]; update_shell_speed(m); set_character_animation(m, m->actionArg == 0 ? CHAR_ANIM_START_RIDING_SHELL : CHAR_ANIM_RIDING_SHELL); diff --git a/src/pc/lua/smlua_cobject_autogen.c b/src/pc/lua/smlua_cobject_autogen.c index 8d222bf3d..667803bfd 100644 --- a/src/pc/lua/smlua_cobject_autogen.c +++ b/src/pc/lua/smlua_cobject_autogen.c @@ -1327,7 +1327,7 @@ static struct LuaObjectField sLakituStateFields[LUA_LAKITU_STATE_FIELD_COUNT] = { "yaw", LVT_S16, offsetof(struct LakituState, yaw), false, LOT_NONE, 1, sizeof(s16) }, }; -#define LUA_LEVEL_VALUES_FIELD_COUNT 51 +#define LUA_LEVEL_VALUES_FIELD_COUNT 52 static struct LuaObjectField sLevelValuesFields[LUA_LEVEL_VALUES_FIELD_COUNT] = { { "bubbleOnDeathBarrierInCapStages", LVT_U8, offsetof(struct LevelValues, bubbleOnDeathBarrierInCapStages), false, LOT_NONE, 1, sizeof(u8) }, { "cellHeightLimit", LVT_S16, offsetof(struct LevelValues, cellHeightLimit), false, LOT_NONE, 1, sizeof(s16) }, @@ -1343,6 +1343,7 @@ static struct LuaObjectField sLevelValuesFields[LUA_LEVEL_VALUES_FIELD_COUNT] = { "fixCollisionBugsGroundPoundBonks", LVT_U8, offsetof(struct LevelValues, fixCollisionBugsGroundPoundBonks), false, LOT_NONE, 1, sizeof(u8) }, { "fixCollisionBugsPickBestWall", LVT_U8, offsetof(struct LevelValues, fixCollisionBugsPickBestWall), false, LOT_NONE, 1, sizeof(u8) }, { "fixCollisionBugsRoundedCorners", LVT_U8, offsetof(struct LevelValues, fixCollisionBugsRoundedCorners), false, LOT_NONE, 1, sizeof(u8) }, + { "fixInvalidShellRides", LVT_U8, offsetof(struct LevelValues, fixInvalidShellRides), false, LOT_NONE, 1, sizeof(u8) }, { "fixVanishFloors", LVT_U8, offsetof(struct LevelValues, fixVanishFloors), false, LOT_NONE, 1, sizeof(u8) }, { "floatingStarDance", LVT_U8, offsetof(struct LevelValues, floatingStarDance), false, LOT_NONE, 1, sizeof(u8) }, { "floorLowerLimit", LVT_S16, offsetof(struct LevelValues, floorLowerLimit), false, LOT_NONE, 1, sizeof(s16) }, diff --git a/src/pc/lua/smlua_functions_autogen.c b/src/pc/lua/smlua_functions_autogen.c index 2982c0eba..91059511b 100644 --- a/src/pc/lua/smlua_functions_autogen.c +++ b/src/pc/lua/smlua_functions_autogen.c @@ -14716,6 +14716,24 @@ int smlua_func_does_mario_have_normal_cap_on_head(lua_State* L) { return 1; } +int smlua_func_does_mario_have_blown_cap(lua_State* L) { + if (L == NULL) { return 0; } + + int top = lua_gettop(L); + if (top != 1) { + LOG_LUA_LINE("Improper param count for '%s': Expected %u, Received %u", "does_mario_have_blown_cap", 1, top); + return 0; + } + + if (lua_isnil(L, 1)) { return 0; } + struct MarioState* m = (struct MarioState*)smlua_to_cobject(L, 1, LOT_MARIOSTATE); + if (!gSmLuaConvertSuccess) { LOG_LUA("Failed to convert parameter %u for function '%s'", 1, "does_mario_have_blown_cap"); return 0; } + + lua_pushboolean(L, does_mario_have_blown_cap(m)); + + return 1; +} + int smlua_func_mario_blow_off_cap(lua_State* L) { if (L == NULL) { return 0; } @@ -35024,6 +35042,7 @@ void smlua_bind_functions_autogen(void) { smlua_bind_function(L, "mario_throw_held_object", smlua_func_mario_throw_held_object); smlua_bind_function(L, "mario_stop_riding_and_holding", smlua_func_mario_stop_riding_and_holding); smlua_bind_function(L, "does_mario_have_normal_cap_on_head", smlua_func_does_mario_have_normal_cap_on_head); + smlua_bind_function(L, "does_mario_have_blown_cap", smlua_func_does_mario_have_blown_cap); smlua_bind_function(L, "mario_blow_off_cap", smlua_func_mario_blow_off_cap); smlua_bind_function(L, "mario_lose_cap_to_enemy", smlua_func_mario_lose_cap_to_enemy); smlua_bind_function(L, "mario_retrieve_cap", smlua_func_mario_retrieve_cap);