Slight touchup

This commit is contained in:
PikalaxALT
2017-10-28 10:44:19 -04:00
parent 607b7ac834
commit 175e2e6b37
2 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@
s16 CalcWordPitch(int arg0, int songPos)
{
return gUnknown_0860A320[arg0][songPos];
return gBardSoundPitchTables[arg0][songPos];
}
const struct BardSound *GetWordSounds(u16 word)