summaryrefslogtreecommitdiff
path: root/src/libs/m4a_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/m4a_2.c')
-rw-r--r--src/libs/m4a_2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/m4a_2.c b/src/libs/m4a_2.c
index 2d3c65848..b694e0ded 100644
--- a/src/libs/m4a_2.c
+++ b/src/libs/m4a_2.c
@@ -85,7 +85,8 @@ void m4aSoundInit(void)
mplayInfo->memAccArea = gMPlayMemAccArea;
}
- memcpy(&gPokemonCrySong, &gPokemonCrySongTemplate, sizeof(struct PokemonCrySong));
+ gPokemonCrySong = gPokemonCrySongTemplate;
+// memcpy(&gPokemonCrySong, &gPokemonCrySongTemplate, sizeof(struct PokemonCrySong));
for (i = 0; i < MAX_POKEMON_CRIES; i++)
{