diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-07-31 00:01:20 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-07-31 00:01:20 -0700 |
commit | dee6732764d7a6b41027bb2756557a8638e73c22 (patch) | |
tree | 32475f873d44af82e17a7fb545383f8b6e30c187 /include | |
parent | 9ee6622f83e4177761f93546a43e305de24c4d4c (diff) |
Finish synchronizing bard_music data organization.
Diffstat (limited to 'include')
-rw-r--r-- | include/bard_music.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bard_music.h b/include/bard_music.h index ee8a5f80b..6e9d802e6 100644 --- a/include/bard_music.h +++ b/include/bard_music.h @@ -40,6 +40,6 @@ struct BardSong // Exported ROM declarations const struct BardSound *GetWordSounds(u16 group, u16 word); -s32 GetWordPhonemes(struct BardSong *dest, const struct BardSound *src, u16 arg2); +s32 GetWordPhonemes(struct BardSong *dest, const struct BardSound *src, u16 word); #endif // GUARD_BARD_MUSIC_H |