diff options
author | YamaArashi <shadow962@live.com> | 2016-11-01 20:10:09 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-01 20:10:09 -0700 |
commit | dcf291abe42fde4c3315272647c9b67dec246245 (patch) | |
tree | e6d891472646ea594b96642c7b397143022f8d6f | |
parent | 69c734c9a8b7fbc405d0d6e81bf7e2bcf783883d (diff) |
name pokemon cry voicegroup
-rw-r--r-- | data/sound_data.s | 2 | ||||
-rw-r--r-- | include/gba/m4a_internal.h | 2 | ||||
-rw-r--r-- | src/m4a_tables.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index a6f3fde26..61b6abc04 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,6 +1,6 @@ .section .rodata -voicegroup_8675D04:: @ 8675D04 +voicegroup_pokemon_cry:: @ 8675D04 .incbin "baserom.gba", 0x675D04, 0x27FF0 gUnknown_0869DCF4:: @ 869DCF4 diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index c6cff3b6f..f5d44de99 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -365,7 +365,7 @@ extern const u8 gNoiseTable[]; extern const struct PokemonCrySong gPokemonCrySongTemplate; -extern const struct ToneData voicegroup_8675D04; +extern const struct ToneData voicegroup_pokemon_cry; extern char gNumMusicPlayers[]; extern char gMaxLines[]; diff --git a/src/m4a_tables.c b/src/m4a_tables.c index e064b6ccf..91f00a31d 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_8675D04, + (struct ToneData *)&voicegroup_pokemon_cry, NULL, NULL, 0, |