diff --git a/src/Cry_Table.c b/src/Cry_Table.c index 945a3ee..7b5939e 100644 --- a/src/Cry_Table.c +++ b/src/Cry_Table.c @@ -12716,7 +12716,211 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, - [SPECIES_GROOKEY] = + [SPECIES_PIKACHU_SURFING] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_FLYING] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_COSPLAY] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_LIBRE] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_POP_STAR] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_ROCK_STAR] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_BELLE] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_PHD] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_ORIGINAL] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_HOENN] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_SINNOH] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_UNOVA] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_KALOS] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_ALOLA] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PIKACHU_CAP_PARTNER] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x8527204, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_PICHU_SPIKY] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = (u8*) 0x85c65f0, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, + [SPECIES_XERNEAS_NATURAL] = + { + .type = 0x20, + .key = 0x3c, + .length = 0x0, + .pan_sweep = 0x0, + .wav = gCryXerneas, + .attack = 0xff, + .decay = 0x0, + .sustain = 0xff, + .release = 0x0, + }, +[SPECIES_GROOKEY] = { .type = 0x20, .key = 0x3c, @@ -13835,7 +14039,7 @@ const struct ToneData gCryTable[NUM_SPECIES] = [SPECIES_ALCREMIE_LOVE] = { .type = 0x20, - .key = 0x3c, + .key = 0x3c, .length = 0x0, .pan_sweep = 0x0, .wav = gCryAlcremie, @@ -14588,208 +14792,4 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, - [SPECIES_PIKACHU_SURFING] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_FLYING] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_COSPLAY] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_LIBRE] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_POP_STAR] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_ROCK_STAR] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_BELLE] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_PHD] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_ORIGINAL] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_HOENN] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_SINNOH] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_UNOVA] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_KALOS] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_ALOLA] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PIKACHU_CAP_PARTNER] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x8527204, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_PICHU_SPIKY] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = (u8*) 0x85c65f0, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, - [SPECIES_XERNEAS_NATURAL] = - { - .type = 0x20, - .key = 0x3c, - .length = 0x0, - .pan_sweep = 0x0, - .wav = gCryXerneas, - .attack = 0xff, - .decay = 0x0, - .sustain = 0xff, - .release = 0x0, - }, };