summaryrefslogtreecommitdiff
path: root/src/mauville_old_man.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-08-24 19:26:19 -0500
committercamthesaxman <cameronghall@cox.net>2017-08-24 19:26:19 -0500
commitdf6720ea01ab251c3d90885d75847fc39cc862c9 (patch)
tree06870cb33a6eb76509f5c1c4960ae81a03fd8fa8 /src/mauville_old_man.c
parentded9b4a8d0a59dab3882ab3fe43817bc38bca834 (diff)
fix build
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r--src/mauville_old_man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c
index 3cf5265c0..c8bbf8c86 100644
--- a/src/mauville_old_man.c
+++ b/src/mauville_old_man.c
@@ -815,10 +815,10 @@ void BardSingWord(struct Task *task, struct BardSong *song)
{
u16 word = song->lyrics[song->currWord];
// TODO: fix this return type
- struct UnkBard *sounds = GetWordSoundInfo(EC_GROUP(word), EC_INDEX(word));
+ const struct BardSound *sounds = GetWordSounds(EC_GROUP(word), EC_INDEX(word));
song->var04 = 0;
- GetWordPhonemes(song, r1, MACRO1(word));
+ GetWordPhonemes(song, sounds, MACRO1(word));
}
break;
case 3: