Label bard music pitch table

This commit is contained in:
GriffinR
2021-01-28 16:36:56 -05:00
parent 89b85a49ec
commit 12af03cd62
3 changed files with 112 additions and 111 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
#include "data/bard_music/default_sound.h"
#include "data/bard_music/length_table.h"
s16 CalcWordPitch(int arg0, int songPos)
static s16 CalcWordPitch(int arg0, int songPos)
{
return gBardSoundPitchTables[arg0][songPos];
return sBardSoundPitchTables[arg0][songPos];
}
const struct BardSound *GetWordSounds(u16 word)