diff options
author | YamaArashi <shadow962@live.com> | 2017-05-07 19:11:25 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-07 19:11:25 -0700 |
commit | 02c44d7f38cb37968de9118e184825083d02c231 (patch) | |
tree | f7e1f1be67076303d756c9e6760dac08ac22d55a /include | |
parent | 964520bca5d11f68b4f3fa169499e2d3bb1d20ea (diff) |
decompile battle music and pokemon palette functions
Diffstat (limited to 'include')
-rw-r--r-- | include/m4a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h index 949403885..b6c8f9072 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -9,6 +9,7 @@ void m4aSoundInit(void); void m4aSoundMain(void); void m4aSongNumStart(u16); void m4aSongNumStop(u16 n); +void m4aMPlayAllStop(void); void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo); void m4aMPlayFadeOut(struct MusicPlayerInfo *mplayInfo, u16 speed); void m4aMPlayFadeOutTemporarily(struct MusicPlayerInfo *mplayInfo, u16 speed); |