diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-10 17:15:59 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-10 17:15:59 -0400 |
commit | 55353e0023a6a50c7a159264f5b5d2d251d5b7fc (patch) | |
tree | 9d3a7aad53bb373488212e5b18ce88f31fee4310 /src | |
parent | dd24c4bd8ad01e14870c1f55dc921e0915f281a5 (diff) |
Port songs from Emerald (nonmatching)
Diffstat (limited to 'src')
-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, |