summaryrefslogtreecommitdiff
path: root/src/bard_music.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-02 00:09:14 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-02 00:09:14 -0400
commit75262c1920a0611f89e95837efb4f5e327760a8b (patch)
tree9982e4fcd275f8a1ea3c851c3dbf297d9e1c1307 /src/bard_music.c
parent6e5dcf19f76b1839537848cf0fd91c7ddb27898c (diff)
parentc71f6baa8cb713a567520279ff18dca0c4ed0915 (diff)
Merge branch 'master' into bard_music
Diffstat (limited to 'src/bard_music.c')
-rw-r--r--src/bard_music.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bard_music.c b/src/bard_music.c
index 8a52d7257..6fb1496e5 100644
--- a/src/bard_music.c
+++ b/src/bard_music.c
@@ -20,7 +20,7 @@ const struct BardSound *GetWordSounds(u16 word)
u32 subword;
const struct BardSound (*ptr)[6];
- if (IsECWordInValidRange(word))
+ if (ECWord_CheckIfOutsideOfValidRange(word))
{
return gBardSound_InvalidWord;
}