mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-10 02:55:37 -05:00
Update Cry_Table.c
This commit is contained in:
committed by
GitHub
parent
7f2ca2089d
commit
6186ef9601
@@ -13904,6 +13904,18 @@ const struct ToneData gCryTable[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,
|
||||
|
||||
Reference in New Issue
Block a user