diff options
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) |