diff options
Diffstat (limited to 'include/music.h')
-rw-r--r-- | include/music.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/music.h b/include/music.h new file mode 100644 index 0000000..3a83946 --- /dev/null +++ b/include/music.h @@ -0,0 +1,20 @@ +#ifndef GUARD_MUSIC_H +#define GUARD_MUSIC_H + +void sub_800C93C(void); +void sub_800C9CC(void); +u8 sub_800CA38(u32 songIndex); +void StartNewBGM(u16 songIndex); +bool8 IsBGSong(u32 songIndex); +bool8 sub_800CAAC(u32 songIndex); +bool8 sub_800CACC(u32 songIndex); +u16 sub_800CAE0(u16 songIndex); +bool8 sub_800CAF0(u16 songIndex); +void StartNewBGM(u16 songIndex); +void FadeInNewBGM(u16 SongIndex, u16 speed); +u16 GetCurrentBGSong(void); + +void nullsub_19(void); +void nullsub_20(u16 songIndex); + +#endif //GUARD_MUSIC_H |