From c820faaa544dc65f3ad0c86843689b2f5c49eaa6 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Thu, 28 May 2020 17:29:08 -0400 Subject: [PATCH] Update Cry_Table.c Commented out Gen 8 --- src/Cry_Table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Cry_Table.c b/src/Cry_Table.c index d905814..2154eac 100644 --- a/src/Cry_Table.c +++ b/src/Cry_Table.c @@ -12920,7 +12920,7 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, -[SPECIES_GROOKEY] = +/* [SPECIES_GROOKEY] = { .type = 0x20, .key = 0x3c, @@ -14804,4 +14804,5 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, +*/ };