From 047f8b752eea3de86bde37b658c1e19ce83aa2e8 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:37:34 -0400 Subject: [PATCH] Update Cry_Table.c --- src/Cry_Table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cry_Table.c b/src/Cry_Table.c index 477b261..f66cc2a 100644 --- a/src/Cry_Table.c +++ b/src/Cry_Table.c @@ -13940,7 +13940,7 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, - [SPECIES_REGIELEKI] = + [SPECIES_REGIELEKI] = { .type = 0x20, .key = 0x3c, @@ -13952,7 +13952,7 @@ const struct ToneData gCryTable[NUM_SPECIES] = .sustain = 0xff, .release = 0x0, }, - [SPECIES_REGIDRAGO] = + [SPECIES_REGIDRAGO] = { .type = 0x20, .key = 0x3c,