diff options
author | Fontbane <fontbane@gmail.com> | 2019-04-04 19:28:37 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-04 19:34:35 -0500 |
commit | 9e74409bb2032e25d431dda116462759e5b51fe0 (patch) | |
tree | ddec37d138b0c3281a32b7dca27754a7ae2966a9 /include/bard_music.h | |
parent | 8b88ef3e01ea2e574b8326fd46dfc1fc5af575e0 (diff) |
Fix labels, label more scripts
Diffstat (limited to 'include/bard_music.h')
-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 488205405..882606b27 100644 --- a/include/bard_music.h +++ b/include/bard_music.h @@ -38,7 +38,7 @@ struct BardSong // Exported ROM declarations -extern const u16 gUnknown_085F5490; +extern const u16 gNumSpeciesNames; extern const u16 gUnknown_085FA1D4; const struct BardSound *GetWordSounds(u16 word); void GetWordPhonemes(struct BardSong *song, u16 word); |