Fix Enamorus not changing forms (#6093)

This commit is contained in:
Bassoonian 2025-01-24 11:59:24 +01:00 committed by GitHub
parent 2aa0ee3de8
commit c372a3bf82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7687,6 +7687,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
.levelUpLearnset = sEnamorusLevelUpLearnset,
.teachableLearnset = sEnamorusTeachableLearnset,
.formSpeciesIdTable = sEnamorusFormSpeciesIdTable,
.formChangeTable = sEnamorusFormChangeTable,
},
[SPECIES_ENAMORUS_THERIAN] =
@ -7751,6 +7752,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
.levelUpLearnset = sEnamorusLevelUpLearnset,
.teachableLearnset = sEnamorusTeachableLearnset,
.formSpeciesIdTable = sEnamorusFormSpeciesIdTable,
.formChangeTable = sEnamorusFormChangeTable,
},
#endif //P_FAMILY_ENAMORUS