summaryrefslogtreecommitdiff
path: root/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound.c b/src/sound.c
index 56719aa08..69accd1c2 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -12,6 +12,9 @@ struct Fanfare
u16 duration;
};
+// Hack: different prototype than definition
+u32 SpeciesToCryId(u32);
+
extern u16 gUnknown_020239F8;
extern struct MusicPlayerInfo *gMPlay_PokemonCry;
extern u8 gPokemonCryBGMDuckingCounter;