diff --git a/src/Cry_Table.c b/src/Cry_Table.c index 7b5939e..d905814 100644 --- a/src/Cry_Table.c +++ b/src/Cry_Table.c @@ -14696,6 +14696,18 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, + [SPECIES_TOXTRICITY_LOW_KEY_GIGA] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = gCryToxtricity, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, [SPECIES_CENTISKORCH_GIGA] = { .type = 0x20,