summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-22 15:48:29 -0500
committerGitHub <noreply@github.com>2018-09-22 15:48:29 -0500
commit584cad6c0bbd8d60b756abd0860834eedeb91994 (patch)
tree627037f203d5240700fd431701056023a58765ed /include/gba
parent58a5e4a261cd3001f5cb747dd13080192d8d2245 (diff)
parente93f1182e6b11ee277943808a68c534173f36b60 (diff)
Merge pull request #339 from Kermalis/master
Rename voicegroups
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/m4a_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index 659302fd5..339a0774e 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -368,7 +368,7 @@ extern const u8 gNoiseTable[];
extern const struct PokemonCrySong gPokemonCrySongTemplate;
-extern const struct ToneData voicegroup_pokemon_cry;
+extern const struct ToneData voicegroup000;
extern char gNumMusicPlayers[];
extern char gMaxLines[];