mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-09 18:45:42 -05:00
Update Cry_Table_2.c
This commit is contained in:
committed by
GitHub
parent
047f8b752e
commit
040ab56605
@@ -13938,6 +13938,30 @@ const struct ToneData gCryTable2[NUM_SPECIES] =
|
||||
.sustain = 0xff,
|
||||
.release = 0x0,
|
||||
},
|
||||
[SPECIES_REGIELEKI] =
|
||||
{
|
||||
.type = 0x20,
|
||||
.key = 0x3c,
|
||||
.length = 0x0,
|
||||
.pan_sweep = 0x0,
|
||||
.wav = gCryRegieleki,
|
||||
.attack = 0xff,
|
||||
.decay = 0x0,
|
||||
.sustain = 0xff,
|
||||
.release = 0x0,
|
||||
},
|
||||
[SPECIES_REGIDRAGO] =
|
||||
{
|
||||
.type = 0x20,
|
||||
.key = 0x3c,
|
||||
.length = 0x0,
|
||||
.pan_sweep = 0x0,
|
||||
.wav = gCryRegidrago,
|
||||
.attack = 0xff,
|
||||
.decay = 0x0,
|
||||
.sustain = 0xff,
|
||||
.release = 0x0,
|
||||
},
|
||||
[SPECIES_CRAMORANT_GULPING] =
|
||||
{
|
||||
.type = 0x20,
|
||||
|
||||
Reference in New Issue
Block a user