Update Cry_Table_2.c

This commit is contained in:
professorleondias
2020-06-14 19:05:08 -04:00
committed by GitHub
parent 6186ef9601
commit df9cfd53b8

View File

@@ -13902,6 +13902,18 @@ const struct ToneData gCryTable2[NUM_SPECIES] =
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_UNKNOWN_MYTHICAL] =
{
.type = 0x20,
.key = 0x3c,
.length = 0x0,
.pan_sweep = 0x0,
.wav = gCryUnknownMythical,
.attack = 0xff,
.decay = 0x0,
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_KUBFU] =
{
.type = 0x20,