Update Cry_Table.c

This commit is contained in:
professorleondias
2020-06-10 20:36:55 -04:00
committed by GitHub
parent 4d60123372
commit 5f017bce2b

View File

@@ -13939,6 +13939,30 @@ const struct ToneData gCryTable[NUM_SPECIES] =
.decay = 0x0,
.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] =
{