Index gBardSounds_Moves and gBardSounds_Pokemon with constants

This commit is contained in:
GriffinR
2021-01-28 15:42:51 -05:00
parent 8fe4d004e3
commit 89b85a49ec
6 changed files with 779 additions and 785 deletions

View File

@@ -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);