summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-07 19:11:25 -0700
committerYamaArashi <shadow962@live.com>2017-05-07 19:11:25 -0700
commit02c44d7f38cb37968de9118e184825083d02c231 (patch)
treef7e1f1be67076303d756c9e6760dac08ac22d55a /include
parent964520bca5d11f68b4f3fa169499e2d3bb1d20ea (diff)
decompile battle music and pokemon palette functions
Diffstat (limited to 'include')
-rw-r--r--include/m4a.h1
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);