diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-12 15:39:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:39:07 -0600 |
commit | 7b142311a7294c4c7a943870fa5f24f0fbea604a (patch) | |
tree | a1a9513c2f997cc8274af093803dd7d936e65ad0 /include/music.h | |
parent | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (diff) |
Miscellaneous Work (Again) (#30)
* work on debug menu and document that and main menu
* split, decomp, label more funcs
* split exclusive pokemon data out into C
* macro-ize exlusive pokemon data
* decomp 2 more funcs
* decomp a few more
* finally match PromptNewQuestion
* woot 7% aka more debug menu stuff
Diffstat (limited to 'include/music.h')
-rw-r--r-- | include/music.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/music.h b/include/music.h index 8baa030..b3f8059 100644 --- a/include/music.h +++ b/include/music.h @@ -13,6 +13,10 @@ bool8 sub_800CAF0(u16 songIndex); void StartNewBGM(u16 songIndex); void FadeInNewBGM(u16 SongIndex, u16 speed); u16 GetCurrentBGSong(void); +void sub_800BF48(u16 SongIndex); +void sub_800BF80(void); +void sub_800BFD0(u16 speed); +void sub_800C074(u16 SongIndex, u16 param_2); void nullsub_19(void); void nullsub_20(u16 songIndex); |