Add Announcer Call for Margin Boost

Adds announcer call for "margin boost"
This commit is contained in:
VelocitOni 2025-09-02 01:41:05 -04:00
parent 04b202119d
commit 466e008720
2 changed files with 6 additions and 0 deletions

View file

@ -1284,6 +1284,9 @@ sfxinfo_t S_sfx[NUMSFX] =
{"bpwrue", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Super Flicky"},
{"bpwruf", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Bonus"},
// Misc announcer calls
{"duelmb", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Margin Boost"},
// SRB2Kart - Engine sounds
// Engine class A
{"krta00", false, 48, 65, -1, NULL, 0, -1, -1, LUMPERROR, ""},

View file

@ -1360,6 +1360,9 @@ typedef enum
sfx_bpwrue, // Super Flicky
sfx_bpwruf, // Bonus
// Misc announcer calls
sfx_duelmb, // Margin Boost
// Next up: UNIQUE ENGINE SOUNDS! Hoooooo boy...
// Engine class A - Low Speed, Low Weight
sfx_krta00,