diff options
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index aa2f1641..11053cd6 100644 --- a/include/sound.h +++ b/include/sound.h @@ -63,7 +63,8 @@ BOOL GF_Snd_LoadSeqEx(int seqNo, u32 loadFlag); BOOL GF_Snd_LoadWaveArc(int waveArcNo); BOOL GF_Snd_LoadBank(int bankNo); u32 * GetSoundPlayer(int playerNo); -u32 FUN_02004018(u32 a0); +int FUN_02004018(u32 a0); void DoSoundUpdateFrame(void); +void FUN_02003CE8(int); #endif //POKEDIAMOND_SOUND_H |