diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-08 21:10:53 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-08 21:10:53 -0500 |
commit | 9d5045086847e6065ac8f8a8bd226b1596dfbd7f (patch) | |
tree | 51493a8f298c5260e44a6442f29d317776b5fe61 /include/m4a.h | |
parent | 660fa0c0f38a684eda6c117958447deacac88820 (diff) | |
parent | c4c885504729b56c00aa245aea6e284a1b6a1719 (diff) |
Merge branch 'master' into pokemon_storage_system
Diffstat (limited to 'include/m4a.h')
-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 7d016c98b..57a749a58 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -8,6 +8,7 @@ void m4aSoundVSync(void); void m4aSoundInit(void); void m4aSoundMain(void); void m4aSongNumStart(u16); +void m4aSongNumStartOrChange(u16); void m4aSongNumStop(u16 n); void m4aMPlayAllStop(void); void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo); |