diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2016-11-01 22:03:16 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-01 20:03:16 -0700 |
commit | 69c734c9a8b7fbc405d0d6e81bf7e2bcf783883d (patch) | |
tree | 1d137feaea05c6fd80b245d5445e1542bb1e535e /include/gba/m4a_internal.h | |
parent | 2db94cf5eb0fa9b505f40fa4bff4d1fe876e61fb (diff) |
Ported libmks4agb from pokeruby (#12)
* Port agb_flash from pokeruby
* use ramscrgen
* formatting
* delete ewram_syms.txt and iwram_syms.txt
* Finish port of agb_flash
* Ported libmks4agb from pokeruby
* Reordered declarations to match pokeruby
Diffstat (limited to 'include/gba/m4a_internal.h')
-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 84b448243..c6cff3b6f 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_842FC88; +extern const struct ToneData voicegroup_8675D04; extern char gNumMusicPlayers[]; extern char gMaxLines[]; |