From 97a0bb7a96277f3c921ec9c2daa0e3c5876d5d8a Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 23 Jul 2020 13:37:47 -0300 Subject: [PATCH] Added the cries of Deoxys' forms --- sound/cry_tables.inc | 6 ++++++ sound/direct_sound_data.inc | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/sound/cry_tables.inc b/sound/cry_tables.inc index dabd9ce5b6..3140d5c8ff 100644 --- a/sound/cry_tables.inc +++ b/sound/cry_tables.inc @@ -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 diff --git a/sound/direct_sound_data.inc b/sound/direct_sound_data.inc index 8b51cb18cc..441f589f3a 100644 --- a/sound/direct_sound_data.inc +++ b/sound/direct_sound_data.inc @@ -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"