summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgAlfonso-bit <83477269+gAlfonso-bit@users.noreply.github.com>2021-05-12 17:00:42 -0400
committerhuderlem <huderlem@gmail.com>2021-05-13 11:23:11 -0500
commit2be29cdb77afd5ffcb8ce70fbc9bef0c77db556a (patch)
treeaeb4d257bd54a6193d87aaed08ae333fe69b9518
parent3e15a3ef8fe45373acb11d81046f081b6492a0d0 (diff)
Update IsPokemonCryPlaying
-rw-r--r--include/gba/m4a_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index 2d0e1bb1c..2ccbb18f5 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -447,7 +447,7 @@ void SetPokemonCryPitch(s16 val);
void SetPokemonCryLength(u16 val);
void SetPokemonCryRelease(u8 val);
void SetPokemonCryProgress(u32 val);
-int IsPokemonCryPlaying(struct MusicPlayerInfo *mplayInfo);
+bool32 IsPokemonCryPlaying(struct MusicPlayerInfo *mplayInfo);
void SetPokemonCryChorus(s8 val);
void SetPokemonCryStereo(u32 val);
void SetPokemonCryPriority(u8 val);