From fb00ac977a8e3d5229de48c70b740e9f1e471a5a Mon Sep 17 00:00:00 2001 From: Blackforest92 Date: Wed, 24 Aug 2022 16:21:45 +0700 Subject: [PATCH] Adjust endif in form_species_tables.h to include Hisuian Sneasel and Qwilfish --- src/data/pokemon/form_species_tables.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/pokemon/form_species_tables.h b/src/data/pokemon/form_species_tables.h index 9467006452..8e89a3836a 100644 --- a/src/data/pokemon/form_species_tables.h +++ b/src/data/pokemon/form_species_tables.h @@ -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,