Merge branch 'master' into bard_music

This commit is contained in:
PikalaxALT
2017-11-02 00:09:14 -04:00
99 changed files with 20105 additions and 61297 deletions
+1 -1
View File
@@ -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;
}