Fix typos

This commit is contained in:
Agent X 2024-07-17 16:22:43 -04:00
parent f0da60fa16
commit 5ba48c0329
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-- name: [CS] \\#00ff00\\VL-Tone & Cjes Luigi -- name: [CS] 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. -- 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 if not _G.charSelectExists then
local first = false local first = false

View File

@ -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 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 = { VOICETABLE_YOSHI = {
[CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg", [CHAR_SOUND_ATTACKED] = "yoshi_Hurt_Take_2.ogg",