diff options
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sound.h b/include/sound.h index 781c6b5b..11053cd6 100644 --- a/include/sound.h +++ b/include/sound.h @@ -62,8 +62,9 @@ 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 FUN_02004018(u32 a0); +u32 * GetSoundPlayer(int playerNo); +int FUN_02004018(u32 a0); void DoSoundUpdateFrame(void); +void FUN_02003CE8(int); #endif //POKEDIAMOND_SOUND_H |