summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-01-05 17:08:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-01-05 17:08:30 -0500
commit4b459cd4607a48a84bcc14122d2ad324424fdff2 (patch)
tree9608b545f68ed0453b99e252bdc4d45f9b75a0da /include/pokemon.h
parent3a4f44ef36c1f0eb6a25bd86234cb94ef73a0c59 (diff)
through sub_815E1F0
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index e8782af98..4c6240cd4 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -670,4 +670,6 @@ void DoMonFrontSpriteAnimation(struct Sprite* sprite, u16 species, bool8 noCry,
void BattleAnimateFrontSprite(struct Sprite* sprite, u16 species, bool8 noCry, u8 arg3);
void BattleAnimateBackSprite(struct Sprite* sprite, u16 species);
+void PlayMapChosenOrBattleBGM(u16 songId);
+
#endif // GUARD_POKEMON_H