diff options
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 |