From 02c44d7f38cb37968de9118e184825083d02c231 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 7 May 2017 19:11:25 -0700 Subject: decompile battle music and pokemon palette functions --- include/m4a.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/m4a.h') 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); -- cgit v1.2.3