From 53984af3845d375c00ad1554e99bab48fa5d3733 Mon Sep 17 00:00:00 2001 From: Josh Hufford Date: Mon, 12 Jan 2026 21:25:24 -0500 Subject: [PATCH] Fix typo in Salazzle form species ID table reference (#8904) --- src/data/pokemon/form_species_tables.h | 2 +- src/data/pokemon/species_info/gen_7_families.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/pokemon/form_species_tables.h b/src/data/pokemon/form_species_tables.h index ab703bc2d0..08751e4d28 100644 --- a/src/data/pokemon/form_species_tables.h +++ b/src/data/pokemon/form_species_tables.h @@ -1872,7 +1872,7 @@ static const u16 sLurantisFormSpeciesIdTable[] = { #endif //P_FAMILY_FOMANTIS #if P_FAMILY_SALANDIT -static const u16 sSalanditFormSpeciesIdTable[] = { +static const u16 sSalazzleFormSpeciesIdTable[] = { SPECIES_SALAZZLE, SPECIES_SALAZZLE_TOTEM, FORM_SPECIES_END, diff --git a/src/data/pokemon/species_info/gen_7_families.h b/src/data/pokemon/species_info/gen_7_families.h index 72af279446..85aebfb795 100644 --- a/src/data/pokemon/species_info/gen_7_families.h +++ b/src/data/pokemon/species_info/gen_7_families.h @@ -3346,7 +3346,7 @@ const struct SpeciesInfo gSpeciesInfoGen7[] = ) .levelUpLearnset = sSalazzleLevelUpLearnset, .teachableLearnset = sSalazzleTeachableLearnset, - .formSpeciesIdTable = sSalanditFormSpeciesIdTable, + .formSpeciesIdTable = sSalazzleFormSpeciesIdTable, }, [SPECIES_SALAZZLE_TOTEM] = @@ -3409,7 +3409,7 @@ const struct SpeciesInfo gSpeciesInfoGen7[] = .perfectIVCount = LEGENDARY_PERFECT_IV_COUNT, .levelUpLearnset = sSalazzleLevelUpLearnset, .teachableLearnset = sSalazzleTeachableLearnset, - .formSpeciesIdTable = sSalanditFormSpeciesIdTable, + .formSpeciesIdTable = sSalazzleFormSpeciesIdTable, }, #endif //P_FAMILY_SALANDIT