Added value for bard sound length

This commit is contained in:
Frank
2024-10-21 08:58:49 -04:00
parent a55c75d350
commit 544b76fbbf
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void GetWordPhonemes(struct BardSong *song, u16 word)
const struct BardSound *sound;
song->length = 0;
for (i = 0; i < 6; i ++)
for (i = 0; i < BARD_SOUND_MAX_LENGTH; i ++)
{
sound = &song->sound[i];
if (sound->songLengthId != 0xFF)