diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:03:13 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-25 14:11:31 -0600 |
commit | 7ea05431a58d63c2e0594d15e552979d20092cf6 (patch) | |
tree | 6c9d4811d84ac0c872f345175d876fc3a4ef9970 /include/bard_music.h | |
parent | a589d4a630a130e78bdf0819b807a133562d4449 (diff) |
Decompile more easy_chat.c
Diffstat (limited to 'include/bard_music.h')
-rw-r--r-- | include/bard_music.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bard_music.h b/include/bard_music.h index 9d3d0ad22..488205405 100644 --- a/include/bard_music.h +++ b/include/bard_music.h @@ -39,6 +39,7 @@ struct BardSong // Exported ROM declarations extern const u16 gUnknown_085F5490; +extern const u16 gUnknown_085FA1D4; const struct BardSound *GetWordSounds(u16 word); void GetWordPhonemes(struct BardSong *song, u16 word); |