diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-03 13:40:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-03 13:40:08 -0400 |
commit | 0bc7759f9b2ee1e8b442d2b7cc9da44bb146e765 (patch) | |
tree | 25d410499d5585e6f4959bcaccfe0a55ca275ef1 /include/bard_music.h | |
parent | cae0fb8ec277adc4a7a6a27d1bbfa5aff8c49239 (diff) |
through sub_8120748
Diffstat (limited to 'include/bard_music.h')
-rw-r--r-- | include/bard_music.h | 4 |
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 |