mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
name pokemon cry voicegroup
This commit is contained in:
parent
69c734c9a8
commit
dcf291abe4
@ -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 New Issue
Block a user