diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-07 16:10:24 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-09 10:33:29 -0600 |
commit | ec192a8fa80c389c67878d3da9f9faeb07b1451f (patch) | |
tree | ce0ee74fdae92286e4ae091196bb5044c6a1f768 /include/music.h | |
parent | 469212f7ee42d04e3160d357ed1f088f12edd391 (diff) |
5% wooo
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 |