diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-12 11:55:37 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-12 11:55:37 +0800 |
commit | ff795fa8347f111163ef033a4ae132a3a3caf1eb (patch) | |
tree | aa6ff23d6868485cd744da353610f7bae7c3ffb7 /include/gba | |
parent | c46e6fa3d923641c875c68027947896f78b68c1c (diff) | |
parent | ce18093251f35ad6369d9d42d84e8fe60d398891 (diff) |
Merge branch 'master' into battle
Diffstat (limited to 'include/gba')
-rw-r--r-- | include/gba/m4a_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 6f05a176a..3c9e99b11 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[]; |