Merge remote-tracking branch 'refs/remotes/pret/master'
This commit is contained in:
commit
b0a46f2c4b
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
.section .rodata
|
.section .rodata
|
||||||
|
|
||||||
voicegroup_8675D04:: @ 8675D04
|
voicegroup_pokemon_cry:: @ 8675D04
|
||||||
.incbin "baserom.gba", 0x675D04, 0x27FF0
|
.incbin "baserom.gba", 0x675D04, 0x27FF0
|
||||||
|
|
||||||
gUnknown_0869DCF4:: @ 869DCF4
|
gUnknown_0869DCF4:: @ 869DCF4
|
||||||
|
|
|
@ -365,7 +365,7 @@ extern const u8 gNoiseTable[];
|
||||||
|
|
||||||
extern const struct PokemonCrySong gPokemonCrySongTemplate;
|
extern const struct PokemonCrySong gPokemonCrySongTemplate;
|
||||||
|
|
||||||
extern const struct ToneData voicegroup_8675D04;
|
extern const struct ToneData voicegroup_pokemon_cry;
|
||||||
|
|
||||||
extern char gNumMusicPlayers[];
|
extern char gNumMusicPlayers[];
|
||||||
extern char gMaxLines[];
|
extern char gMaxLines[];
|
||||||
|
|
|
@ -261,7 +261,7 @@ const struct PokemonCrySong gPokemonCrySongTemplate =
|
||||||
0, // block count
|
0, // block count
|
||||||
255, // priority
|
255, // priority
|
||||||
0, // reverb
|
0, // reverb
|
||||||
(struct ToneData *)&voicegroup_8675D04,
|
(struct ToneData *)&voicegroup_pokemon_cry,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue