diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-22 15:48:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-22 15:48:29 -0500 |
commit | 584cad6c0bbd8d60b756abd0860834eedeb91994 (patch) | |
tree | 627037f203d5240700fd431701056023a58765ed /src/m4a_tables.c | |
parent | 58a5e4a261cd3001f5cb747dd13080192d8d2245 (diff) | |
parent | e93f1182e6b11ee277943808a68c534173f36b60 (diff) |
Merge pull request #339 from Kermalis/master
Rename voicegroups
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, |