From 3e80e081b5c9d44ecc2e507302f67d4fbd8c48e6 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Sat, 15 Sep 2018 02:53:50 -0400 Subject: Voicegroups need names --- src/libs/m4a_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/m4a_tables.c') diff --git a/src/libs/m4a_tables.c b/src/libs/m4a_tables.c index 91f00a31d..9a4ea32e6 100644 --- a/src/libs/m4a_tables.c +++ b/src/libs/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, -- cgit v1.2.3