Match selmenu sound functions

MSM function prototypes will need to be fixed later on
This commit is contained in:
gamemasterplc 2024-03-13 21:24:24 -05:00
parent 4fb99f2956
commit b49e52d86f
2 changed files with 192 additions and 7 deletions

View file

@ -56,6 +56,12 @@ s32 HuAudCharVoicePlay(s16 arg0, s16 arg1);
s32 HuAudCharVoicePlayPos(s16 arg0, s16 arg1, Vec *arg2);
void HuAudCharVoicePlayEntry(s16 arg0, s16 arg1);
extern float Snd3DBackSurDisOffset;
extern float Snd3DFrontSurDisOffset;
extern float Snd3DStartDisOffset;
extern float Snd3DSpeedOffset;
extern float Snd3DDistOffset;
extern s32 musicOffF;
extern u8 fadeStat;
#endif