Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentXLP committed Jul 17, 2024
1 parent f0da60f commit 5ba48c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mods/char-select-cjes-and-vl/main.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mods/char-select-extra-chars/yoshi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ba48c0

Please sign in to comment.