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 /src/m4a_tables.c | |
parent | c61603fb3812011981e22478bce93aba8b7ec183 (diff) | |
parent | 06bc713f9a6238c132a8504f44b2ff1a3e7c9724 (diff) |
Merge pull request #114 from PikalaxALT/song_names
Rename song pointers
Diffstat (limited to 'src/m4a_tables.c')
-rw-r--r-- | src/m4a_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a_tables.c b/src/m4a_tables.c index 91f00a31d..9a4ea32e6 100644 --- a/src/m4a_tables.c +++ b/src/m4a_tables.c @@ -261,7 +261,7 @@ const struct PokemonCrySong gPokemonCrySongTemplate = 0, // block count 255, // priority 0, // reverb - (struct ToneData *)&voicegroup_pokemon_cry, + (struct ToneData *)&voicegroup000, NULL, NULL, 0, |