Fix typo in Salazzle form species ID table reference (#8904)

This commit is contained in:
Josh Hufford 2026-01-12 21:25:24 -05:00 committed by GitHub
parent 37211c611b
commit 53984af384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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