summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-28 10:44:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-28 10:44:19 -0400
commit175e2e6b37d93210a0fe43b2e9cac156dd283c7a (patch)
tree4509f1973fb23e25049d18e8e68638e67e547849 /src
parent607b7ac83440901fc19a7b6192ba214b07369bad (diff)
Slight touchup
Diffstat (limited to 'src')
-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 56390f010..335aecb2e 100644
--- a/src/bard_music.c
+++ b/src/bard_music.c
@@ -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)