diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-11 10:47:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 10:47:30 -0400 |
commit | f2a4a0b4b345ebd25169c9fa8164f44b6a88c457 (patch) | |
tree | 8e1456bb87622715d99d4dd74a41c02c1e347452 /include | |
parent | c61603fb3812011981e22478bce93aba8b7ec183 (diff) | |
parent | 06bc713f9a6238c132a8504f44b2ff1a3e7c9724 (diff) |
Merge pull request #114 from PikalaxALT/song_names
Rename song pointers
Diffstat (limited to 'include')
-rw-r--r-- | include/gba/m4a_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 6f05a176a..3c9e99b11 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -368,7 +368,7 @@ extern const u8 gNoiseTable[]; extern const struct PokemonCrySong gPokemonCrySongTemplate; -extern const struct ToneData voicegroup_pokemon_cry; +extern const struct ToneData voicegroup000; extern char gNumMusicPlayers[]; extern char gMaxLines[]; |