diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-27 18:46:39 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-28 09:24:55 -0600 |
commit | 4886c9f7dcfbaea24ff56e47c81e8af027b86c98 (patch) | |
tree | 8ce1afc88c2d8fc006d32b57d9ab3acea01f0763 /include/music.h | |
parent | cb77386b65b0a78c16ccd2dfd3d329aaf502ac2e (diff) |
decomp, label, doc, repeat
Diffstat (limited to 'include/music.h')
-rw-r--r-- | include/music.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/music.h b/include/music.h index 3a83946..8baa030 100644 --- a/include/music.h +++ b/include/music.h @@ -1,8 +1,8 @@ #ifndef GUARD_MUSIC_H #define GUARD_MUSIC_H -void sub_800C93C(void); -void sub_800C9CC(void); +void StopBGMusicVSync(void); +void StartBGMusicVSync(void); u8 sub_800CA38(u32 songIndex); void StartNewBGM(u16 songIndex); bool8 IsBGSong(u32 songIndex); |