summaryrefslogtreecommitdiff
path: root/include/bard_music.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-10 09:47:12 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-10 09:47:12 -0400
commitdfc83cf28f0040a62ea52fb7ab7783d4e15baded (patch)
treead39d622d237df4d97ee6c8c0ba0346aa1a59fd3 /include/bard_music.h
parent5efe8f3a0d0db0228fd0980c90013a4602c731b3 (diff)
parent7defc27b994069715e5749245700d20dd740e4f0 (diff)
Merge branch 'master' into contest
Diffstat (limited to 'include/bard_music.h')
-rw-r--r--include/bard_music.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bard_music.h b/include/bard_music.h
index 7d9ca633e..9d3d0ad22 100644
--- a/include/bard_music.h
+++ b/include/bard_music.h
@@ -9,7 +9,7 @@ struct BardSound
/*0x00*/ u8 var00;
/*0x01*/ s8 var01;
/*0x02*/ u16 var02;
- /*0x04*/ u16 volume;
+ /*0x04*/ s16 volume;
/*0x06*/ u16 var06;
};
@@ -39,5 +39,7 @@ struct BardSong
// Exported ROM declarations
extern const u16 gUnknown_085F5490;
+const struct BardSound *GetWordSounds(u16 word);
+void GetWordPhonemes(struct BardSong *song, u16 word);
#endif //GUARD_BARD_MUSIC_H