-- Retep
DUB_XRegisterDub("peter", "retep", {
	win  = "sfx_retpwi", -- Win
	overtake = "sfx_retpsl", -- Overtake
})

-- Gull
DUB_XRegisterDub("stevo", "gull", {
	win  = "sfx_gulls1", -- Win
	lose = "sfx_gulls1", -- Lose
	pain = {"sfx_gulls1"}, -- Hurt
	attack = {"sfx_gulls1"}, -- Attack
	boost = {"sfx_gulls1"}, -- Boost
	overtake = "sfx_gulls1", -- Overtake
	hitem = "sfx_gulls1", -- Hit 'em
	gloat = "sfx_gulls2", -- Gloat
    
    -- Extensions
    steal = "sfx_gulls1", -- Steal item
})

-- Midori
DUB_XRegisterDub("jadeneko", "midori", {
	win  = "sfx_jdmdwi", -- Win
	lose = "sfx_jdmdls", -- Lose
	pain = {"sfx_jdmdh1", "sfx_jdmdh2"}, -- Hurt
	attack = {"sfx_jdmda1", "sfx_jdmda2"}, -- Attack
	boost = {"sfx_jdmdb1", "sfx_jdmdb2"}, -- Boost
	overtake = "sfx_jdmdsl", -- Overtake
	hitem = "sfx_jdmdht", -- Hit 'em
	gloat = "sfx_jdmdgl", -- Gloat
})

-- Vampire Wario
DUB_XRegisterDub("wariocar", "wariovamp", {
	win  = "sfx_vmpwwi", -- Win
	lose = "sfx_vmpwls", -- Lose
	pain = {"sfx_vmpwh1", "sfx_vmpwh2"}, -- Hurt
	attack = {"sfx_vmpwa1", "sfx_vmpwa2"}, -- Attack
	boost = {"sfx_vmpwb1", "sfx_vmpwb2"}, -- Boost
	overtake = "sfx_vmpwsl", -- Overtake
	hitem = "sfx_vmpwht", -- Hit 'em
	gloat = "sfx_vmpwgl", -- Gloat
})

-- Baby Groot
DUB_XRegisterDub("silver", "babygroot", {
	win  = "sfx_groot1", -- Win
	lose = "sfx_groot3", -- Lose
	pain = {"sfx_groot3", "sfx_groot2"}, -- Hurt
	attack = {"sfx_groot5", "sfx_groot4"}, -- Attack
	boost = {"sfx_groot1", "sfx_groot4"}, -- Boost
	overtake = "sfx_groot5", -- Overtake
	hitem = "sfx_groot4", -- Hit 'em
	gloat = "sfx_grootg", -- Gloat
})

-- Pickle Rick
DUB_XRegisterDub("remlezar", "picklerick", {
	win  = "sfx_prckwi", -- Win
	lose = "sfx_prckls", -- Lose
	pain = {"sfx_prckh1", "sfx_prckh2"}, -- Hurt
	attack = {"sfx_prcka1", "sfx_prcka2"}, -- Attack
	boost = {"sfx_prckb1", "sfx_prckb2"}, -- Boost
	overtake = "sfx_prcksl", -- Overtake
	hitem = "sfx_prckht", -- Hit 'em
	gloat = "sfx_prckgl", -- Gloat
})

-- Moushley (Slop)
DUB_XRegisterDub("hinotek", "moushleyslop", {
	win  = "sfx_ashmwi", -- Win
	lose = "sfx_ashmls", -- Lose
	pain = {"sfx_ashmh1", "sfx_ashmh2"}, -- Hurt
	attack = {"sfx_ashma1", "sfx_ashma2"}, -- Attack
	boost = {"sfx_ashmb1", "sfx_ashmb2"}, -- Boost
	overtake = "sfx_ashmsl", -- Overtake
	hitem = "sfx_ashmht", -- Hit 'em
	gloat = "sfx_ashmgl", -- Gloat
})

-- Moushley
DUB_XRegisterDub("hinotek", "moushley", {
	win  = "sfx_mouswi", -- Win
	lose = "sfx_mousls", -- Lose
	pain = {"sfx_moush1", "sfx_moush2"}, -- Hurt
	attack = {"sfx_mousa1", "sfx_mousa2"}, -- Attack
	boost = {"sfx_mousb1", "sfx_mousb2"}, -- Boost
	overtake = "sfx_moussl", -- Overtake
	hitem = "sfx_mousht", -- Hit 'em
	gloat = "sfx_mousgl", -- Gloat
})

-- Tiki C64
DUB_XRegisterDub("tiki", "tikic64", {
	win  = "sfx_tk64wi", -- Win
	lose = "sfx_tk64ls", -- Lose
	pain = {"sfx_tk64h1", "sfx_tk64h2"}, -- Hurt
	attack = {"sfx_tk64a1", "sfx_tk64a2"}, -- Attack
	boost = {"sfx_tk64b1", "sfx_tk64b2"}, -- Boost
	overtake = "sfx_tk64sl", -- Overtake
	hitem = "sfx_tk64ht", -- Hit 'em
	gloat = "sfx_tk64gl", -- Gloat
})


-- Korone Inugami
DUB_XRegisterDub("beat", "korone", {
	win  = "sfx_koigwi", -- Win
	lose = "sfx_koigls", -- Lose
	pain = {"sfx_koigh1", "sfx_koigh2"}, -- Hurt
	attack = {"sfx_koiga1", "sfx_koiga2"}, -- Attack
	boost = {"sfx_koigb1", "sfx_koigb2"}, -- Boost
	overtake = "sfx_koigsl", -- Overtake
	hitem = "sfx_koight", -- Hit 'em
	gloat = "sfx_koiggl", -- Gloat
})

-- Ugandan Knuckles (dead meme)
DUB_XRegisterDub("knuckles", "ugandanknux", {
	win  = "sfx_uknxwi", -- Win
	lose = "sfx_uknxls", -- Lose
	pain = {"sfx_uknxh1", "sfx_uknxh2"}, -- Hurt
	attack = {"sfx_uknxa1", "sfx_uknxa2"}, -- Attack
	boost = {"sfx_uknxb1", "sfx_uknxb2"}, -- Boost
	overtake = "sfx_uknxsl", -- Overtake
	hitem = "sfx_uknxht", -- Hit 'em
	gloat = "sfx_uknxgl", -- Gloat
})

-- Lil Ron Ron (Lil Ron Ron Animated Series)
DUB_XRegisterDub("flicky", "lilronron", {
	win  = "sfx_lronwi", -- Win
	lose = "sfx_lronls", -- Lose
	pain = {"sfx_lronh1", "sfx_lronh2"}, -- Hurt
	attack = {"sfx_lrona1", "sfx_lrona2"}, -- Attack
	boost = {"sfx_lronb1", "sfx_lronb2"}, -- Boost
	overtake = "sfx_lronsl", -- Overtake
	hitem = "sfx_lronht", -- Hit 'em
	gloat = "sfx_lrongl", -- Gloat
})

-- Davey Stone (Adam Sandler's Eight Crazy Nights)
DUB_XRegisterDub("soldier", "daveystone", {
	win  = "sfx_dastwi", -- Win
	lose = "sfx_dastls", -- Lose
	pain = {"sfx_dasth1", "sfx_dasth2"}, -- Hurt
	attack = {"sfx_dasta1", "sfx_dasta2"}, -- Attack
	boost = {"sfx_dastb1", "sfx_dastb2"}, -- Boost
	overtake = "sfx_dastsl", -- Overtake
	hitem = "sfx_dastht", -- Hit 'em
	gloat = "sfx_dastgl", -- Gloat
})

-- Whitey Duvall (Adam Sandler's Eight Crazy Nights)
DUB_XRegisterDub("blaze", "whiteyduvall", {
	win  = "sfx_whdvwi", -- Win
	lose = "sfx_whdvls", -- Lose
	pain = {"sfx_whdvh1", "sfx_whdvh2"}, -- Hurt
	attack = {"sfx_whdva1", "sfx_whdva2"}, -- Attack
	boost = {"sfx_whdvb1", "sfx_whdvb2"}, -- Boost
	overtake = "sfx_whdvsl", -- Overtake
	hitem = "sfx_whdvht", -- Hit 'em
	gloat = "sfx_whdvgl", -- Gloat
})

-- LarryBoy (VeggieTales)
DUB_XRegisterDub("skiltaire", "larryboy", {
	win  = "sfx_lboywi", -- Win
	lose = "sfx_lboyls", -- Lose
	pain = {"sfx_lboyh1", "sfx_lboyh2"}, -- Hurt
	attack = {"sfx_lboya1", "sfx_lboya2"}, -- Attack
	boost = {"sfx_lboyb1", "sfx_lboyb2"}, -- Boost
	overtake = "sfx_lboysl", -- Overtake
	hitem = "sfx_lboyht", -- Hit 'em
	gloat = "sfx_lboygl", -- Gloat
})

-- MC Doggy
DUB_XRegisterDub("aigis", "mcdoggy", {
	win  = "sfx_mcdgwi", -- Win
	lose = "sfx_mcdgls", -- Lose
	pain = {"sfx_mcdgh1", "sfx_mcdgh2"}, -- Hurt
	attack = {"sfx_mcdga1", "sfx_mcdga2"}, -- Attack
	boost = {"sfx_mcdgb1", "sfx_mcdgb2"}, -- Boost
	overtake = "sfx_mcdgsl", -- Overtake
	hitem = "sfx_mcdght", -- Hit 'em
	gloat = "sfx_mcdggl", -- Gloat
})

-- Chuck the Quail
DUB_XRegisterDub("chocobo", "chuckquail", {
	win  = "sfx_chkqwi", -- Win
	lose = "sfx_chkqls", -- Lose
	pain = {"sfx_chkqh1", "sfx_chkqh2"}, -- Hurt
	attack = {"sfx_chkqa1", "sfx_chkqa2"}, -- Attack
	boost = {"sfx_chkqb1", "sfx_chkqb2"}, -- Boost
	overtake = "sfx_chkqsl", -- Overtake
	hitem = "sfx_chkqht", -- Hit 'em
	gloat = "sfx_chkqgl", -- Gloat
})

-- Wrath of Cortex
DUB_XRegisterDub("cortex", "wrathofcortex", {
	win  = "sfx_twocwi", -- Win
	lose = "sfx_twocls", -- Lose
	pain = {"sfx_twoch1", "sfx_twoch2"}, -- Hurt
	attack = {"sfx_twoca1", "sfx_twoca2"}, -- Attack
	boost = {"sfx_twocb1", "sfx_twocb2"}, -- Boost
	overtake = "sfx_twocsl", -- Overtake
	hitem = "sfx_twocht", -- Hit 'em
	gloat = "sfx_twocgl", -- Gloat
})

-- Big Chungus
DUB_XRegisterDub("peter", "bigchungus", {
	win  = "sfx_chgswi", -- Win
	lose = "sfx_chgsls", -- Lose
	pain = {"sfx_chgsh1", "sfx_chgsh2"}, -- Hurt
	attack = {"sfx_chgsa1", "sfx_chgsa2"}, -- Attack
	boost = {"sfx_chgsb1", "sfx_chgsb2"}, -- Boost
	overtake = "sfx_chgssl", -- Overtake
	hitem = "sfx_chgsht", -- Hit 'em
	gloat = "sfx_chgsgl", -- Gloat
})

-- Luna Paws
DUB_XRegisterDub("madokatagokoro", "lunapaws", {
	win  = "sfx_slnt", -- Win
	lose = "sfx_slnt", -- Lose
	pain = {"sfx_slnt"}, -- Hurt
	attack = {"sfx_slnt"}, -- Attack
	boost = {"sfx_slnt"}, -- Boost
	overtake = "sfx_slnt", -- Overtake
	hitem = "sfx_slnt", -- Hit 'em
	gloat = "sfx_slnt", -- Gloat
})

-- Mog
DUB_XRegisterDub("noelle", "moguresu", {
    win = "sfx_moguwi", -- Win
    lose = "sfx_moguls", -- Lose
    hurt = {"sfx_moguh1", "sfx_moguh2"}, -- Hurt sounds, add as much as you want
    attack = {"sfx_mogua1", "sfx_mogua2"}, -- Attack sounds
    boost = {"sfx_mogub1", "sfx_mogub2"}, -- Boost 1
    overtake = "sfx_mogusl", -- "You are too slow!"
    hitem = "sfx_moguht", -- Hit 'em
    gloat = "sfx_mogugl", -- Gloat
})

-- Gigi (Sweet Pea)
DUB_XRegisterDub("hinotek", "gigisweetpea", {
	win  = "sfx_slnt", -- Win
	lose = "sfx_slnt", -- Lose
	pain = {"sfx_slnt"}, -- Hurt
	attack = {"sfx_slnt"}, -- Attack
	boost = {"sfx_slnt"}, -- Boost
	overtake = "sfx_slnt", -- Overtake
	hitem = "sfx_slnt", -- Hit 'em
	gloat = "sfx_slnt", -- Gloat
})

-- Cow
DUB_XRegisterDub("scottpilgrim", "cow", {
    win = "sfx_milkwi", -- Win
    lose = "sfx_milkls", -- Lose
    hurt = {"sfx_milkh1", "sfx_milkh2"}, -- Hurt sounds, add as much as you want
    attack = {"sfx_milka1", "sfx_milka2"}, -- Attack sounds
    boost = {"sfx_milkb1", "sfx_milkb2"}, -- Boost 1
    overtake = "sfx_milksl", -- "You are too slow!"
    hitem = "sfx_milkht", -- Hit 'em
    gloat = "sfx_milkgl", -- Gloat
})