diff --git a/include/config/species_enabled.h b/include/config/species_enabled.h index 9720f78f0e97..23bb6d9d54f6 100644 --- a/include/config/species_enabled.h +++ b/include/config/species_enabled.h @@ -1,6 +1,9 @@ #ifndef GUARD_CONFIG_SPECIES_ENABLED_H #define GUARD_CONFIG_SPECIES_ENABLED_H +// WARNING: For some reason, using 1/0 instead of TRUE/FALSE causes cry IDs to be shifted. +// Please use TRUE/FALSE when using the family toggles. + // Modifying the latest generation WILL change the saveblock due to Dex flags and will require a new save file. // Generations of Pokémon are defined by the first member introduced, // so Pikachu depends on the Gen 1 setting despite Pichu being the lowest member of the evolution tree. diff --git a/sound/cry_tables.inc b/sound/cry_tables.inc index 450b9ee5843b..c98e0ec74656 100644 --- a/sound/cry_tables.inc +++ b/sound/cry_tables.inc @@ -1707,7 +1707,7 @@ gCryTable:: cry Cry_Goodra .endif @ P_FAMILY_GOOMY .if P_FAMILY_KLEFKI == TRUE - cry Cry_Klefki + cry_uncomp Cry_Klefki @ Cannot be heard unless we use cry_uncomp here. .endif @ P_FAMILY_KLEFKI .if P_FAMILY_PHANTUMP == TRUE cry Cry_Phantump @@ -4133,7 +4133,7 @@ gCryTable_Reverse:: cry_reverse Cry_Goodra .endif @ P_FAMILY_GOOMY .if P_FAMILY_KLEFKI == TRUE - cry_reverse Cry_Klefki + cry_reverse_uncomp Cry_Klefki @ Cannot be heard unless we use cry_reverse_uncomp here. .endif @ P_FAMILY_KLEFKI .if P_FAMILY_PHANTUMP == TRUE cry_reverse Cry_Phantump