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,
|
||||||
|
|
|
@ -502,7 +502,7 @@ gUnknown_03006370: @ 3006370
|
||||||
|
|
||||||
.include "m4a_2.o"
|
.include "m4a_2.o"
|
||||||
|
|
||||||
.include "agb_flash.o"
|
.include "agb_flash.o"
|
||||||
|
|
||||||
gUnknown_03007868: @ 3007868
|
gUnknown_03007868: @ 3007868
|
||||||
.space 0x8
|
.space 0x8
|
||||||
|
|
Loading…
Reference in a new issue