diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-08 09:41:04 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-08 09:41:04 +0200 |
commit | d7a8de0573dc9c373e32035e596989ff9e22bf73 (patch) | |
tree | 918f3896c62bfaa915fcd4a1fa5c383a0a5f3565 /include/sound.h | |
parent | 9420f469c47e678c10342111cc3279715148ac1b (diff) |
document some sound stuff
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index 781c6b5b..aa2f1641 100644 --- a/include/sound.h +++ b/include/sound.h @@ -62,7 +62,7 @@ BOOL GF_Snd_LoadSeq(int seqNo); BOOL GF_Snd_LoadSeqEx(int seqNo, u32 loadFlag); BOOL GF_Snd_LoadWaveArc(int waveArcNo); BOOL GF_Snd_LoadBank(int bankNo); -u32 * FUN_02003FF4(int playerNo); +u32 * GetSoundPlayer(int playerNo); u32 FUN_02004018(u32 a0); void DoSoundUpdateFrame(void); |