diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-28 15:42:51 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-28 15:55:33 -0500 |
commit | 89b85a49ec30d613244bd5c76f0a86ab1022bc48 (patch) | |
tree | 28bd3b8fc74f4512cd13e9924960b49e60988b3e /include/bard_music.h | |
parent | 8fe4d004e369ee8378f4295b0e3926fbe9df7627 (diff) |
Index gBardSounds_Moves and gBardSounds_Pokemon with constants
Diffstat (limited to 'include/bard_music.h')
-rw-r--r-- | include/bard_music.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/bard_music.h b/include/bard_music.h index 882606b27..ca4c285db 100644 --- a/include/bard_music.h +++ b/include/bard_music.h @@ -34,12 +34,8 @@ struct BardSong /*0x30*/ const struct BardSound *sound; }; -// Exported RAM declarations - -// Exported ROM declarations - -extern const u16 gNumSpeciesNames; -extern const u16 gUnknown_085FA1D4; +extern const u16 gNumBardWords_Species; +extern const u16 gNumBardWords_Moves; const struct BardSound *GetWordSounds(u16 word); void GetWordPhonemes(struct BardSong *song, u16 word); |