mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Added the cries of Deoxys' forms
This commit is contained in:
parent
179741446f
commit
97a0bb7a96
@ -910,6 +910,9 @@ gCryTable:: @ 869DCF4
|
||||
cry_not Cry_Lycanroc_Dusk
|
||||
cry_not Cry_Zygarde_10
|
||||
cry_not Cry_Zygarde_Complete
|
||||
cry Cry_DeoxysAttack
|
||||
cry Cry_DeoxysDefense
|
||||
cry Cry_DeoxysSpeed
|
||||
|
||||
.align 2
|
||||
gCryTable2:: @ 869EF24
|
||||
@ -1822,3 +1825,6 @@ gCryTable2:: @ 869EF24
|
||||
cry2_not Cry_Lycanroc_Dusk
|
||||
cry2_not Cry_Zygarde_10
|
||||
cry2_not Cry_Zygarde_Complete
|
||||
cry2 Cry_DeoxysAttack
|
||||
cry2 Cry_DeoxysDefense
|
||||
cry2 Cry_DeoxysSpeed
|
||||
|
@ -4014,6 +4014,18 @@ Cry_Zygarde_10::
|
||||
Cry_Zygarde_Complete::
|
||||
.incbin "sound/direct_sound_samples/cries/cry_not_zygarde_complete.bin"
|
||||
|
||||
.align 2
|
||||
Deoxys_Attack::
|
||||
.incbin "sound/direct_sound_samples/cries/cry_deoxys.bin"
|
||||
|
||||
.align 2
|
||||
Deoxys_Defense::
|
||||
.incbin "sound/direct_sound_samples/cries/cry_deoxys.bin"
|
||||
|
||||
.align 2
|
||||
Deoxys_Speed::
|
||||
.incbin "sound/direct_sound_samples/cries/cry_deoxys.bin"
|
||||
|
||||
.align 2
|
||||
DirectSoundWaveData_register_noise::
|
||||
.incbin "sound/direct_sound_samples/register_noise.bin"
|
||||
|
Loading…
Reference in New Issue
Block a user