diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 10:44:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 10:44:19 -0400 |
commit | 175e2e6b37d93210a0fe43b2e9cac156dd283c7a (patch) | |
tree | 4509f1973fb23e25049d18e8e68638e67e547849 /src | |
parent | 607b7ac83440901fc19a7b6192ba214b07369bad (diff) |
Slight touchup
Diffstat (limited to 'src')
-rw-r--r-- | src/bard_music.c | 2 |
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) |