-- Cave story sfx dub for curly
DUB_RegisterDub("curlybrace", "cavestory", {
	[SKSKWIN]  = "sfx_cvstwi", -- Win
	[SKSKLOSE] = "sfx_cvstls", -- Lose
	[SKSKPAN1] = "sfx_cvsth2", -- Hurt 1
    [SKSKPAN2] = "sfx_cvsth2", -- Hurt 2
	[SKSKATK1] = "sfx_cvsta1", -- Attack 1
	[SKSKATK2] = "sfx_cvsta2", -- Attack 2
	[SKSKBST1] = "sfx_cvstb1", -- Boost 1
	[SKSKBST2] = "sfx_cvstb2", -- Boost 2
	[SKSKSLOW] = "sfx_cvstsl", -- "You're too slow!"
	[SKSKHITM] = "sfx_cvstht", -- Hit 'em
	[SKSKPOWR] = "sfx_cvstgl", -- Gloat
})

-- Cave story sfx dub for quote
DUB_RegisterDub("quote", "cavestory", {
	[SKSKWIN]  = "sfx_cvstwi", -- Same as above
	[SKSKLOSE] = "sfx_cvstls",
	[SKSKPAN1] = "sfx_cvsth1",
    [SKSKPAN2] = "sfx_cvsth1",
	[SKSKATK1] = "sfx_cvsta1",
	[SKSKATK2] = "sfx_cvsta2",
	[SKSKBST1] = "sfx_cvstb1",
	[SKSKBST2] = "sfx_cvstb2",
	[SKSKSLOW] = "sfx_cvstsl",
	[SKSKHITM] = "sfx_cvstht",
	[SKSKPOWR] = "sfx_cvstgl",
})