Adjust endif in form_species_tables.h to include Hisuian Sneasel and Qwilfish

This commit is contained in:
Blackforest92 2022-08-24 16:21:45 +07:00
parent 07a07ddc8d
commit fb00ac977a

View File

@ -309,7 +309,6 @@ static const u16 sSlowkingFormSpeciesIdTable[] = {
SPECIES_SLOWKING_GALARIAN,
FORM_SPECIES_END,
};
#endif
static const u16 sQwilfishFormSpeciesIdTable[] = {
SPECIES_QWILFISH,
@ -322,7 +321,7 @@ static const u16 sSneaselFormSpeciesIdTable[] = {
SPECIES_SNEASEL_HISUIAN,
FORM_SPECIES_END,
};
#endif
static const u16 sUnownFormSpeciesIdTable[] = {
SPECIES_UNOWN,
SPECIES_UNOWN_B,