diff --git a/mods/char-select-cjes-and-vl/main.lua b/mods/char-select-cjes-and-vl/main.lua index 0c6eb9a8..c5310af0 100644 --- a/mods/char-select-cjes-and-vl/main.lua +++ b/mods/char-select-cjes-and-vl/main.lua @@ -1,5 +1,5 @@ --- name: [CS] \\#00ff00\\VL-Tone & Cjes Luigi --- description: [CS] VL-Tone & Cjes Luigi\nBy Coop Deluxe Team\n\nnThis Character Select pack adds VL-Tone Luigi and Cjes Luigi, who was originally the model for luigi in earlier versions of sm64ex-coop. +-- name: [CS] VL-Tone & Cjes Luigi +-- description: [CS] VL-Tone & Cjes Luigi\nBy Coop Deluxe Team\n\nThis Character Select pack adds VL-Tone Luigi and Cjes Luigi, who was originally the model for luigi in earlier versions of sm64ex-coop. if not _G.charSelectExists then local first = false diff --git a/mods/char-select-extra-chars/textures/yoshi_icon.tex b/mods/char-select-extra-chars/textures/yoshi-icon.tex similarity index 100% rename from mods/char-select-extra-chars/textures/yoshi_icon.tex rename to mods/char-select-extra-chars/textures/yoshi-icon.tex diff --git a/mods/char-select-extra-chars/yoshi.lua b/mods/char-select-extra-chars/yoshi.lua index 7a7fa661..7ef1768d 100644 --- a/mods/char-select-extra-chars/yoshi.lua +++ b/mods/char-select-extra-chars/yoshi.lua @@ -2,7 +2,7 @@ if not _G.charSelectExists then return end local E_MODEL_YOSHI_PLAYER = smlua_model_util_get_id("yoshi_player_geo") -local TEX_YOSHI = get_texture_info("yoshi_icon") +local TEX_YOSHI = get_texture_info("yoshi-icon") VOICETABLE_YOSHI = { [CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg",