Fix Voltorb and Exeggutor' form species table

This commit is contained in:
Blackforest92 2022-08-19 18:14:11 +07:00
parent 346f3b7f4c
commit 2b512a8e03

View file

@ -31,9 +31,9 @@ const u16 *const gFormSpeciesIdTables[NUM_SPECIES] =
[SPECIES_GRIMER] = sGrimerFormSpeciesIdTable,
[SPECIES_MUK] = sMukFormSpeciesIdTable,
[SPECIES_GENGAR] = sGengarFormSpeciesIdTable,
[SPECIES_VOLTORB] = sExeggutorFormSpeciesIdTable,
[SPECIES_ELECTRODE] = sVoltorbFormSpeciesIdTable,
[SPECIES_EXEGGUTOR] = sElectrodeFormSpeciesIdTable,
[SPECIES_VOLTORB] = sVoltorbFormSpeciesIdTable,
[SPECIES_ELECTRODE] = sElectrodeFormSpeciesIdTable,
[SPECIES_EXEGGUTOR] = sExeggutorFormSpeciesIdTable,
[SPECIES_MAROWAK] = sMarowakFormSpeciesIdTable,
[SPECIES_WEEZING] = sWeezingFormSpeciesIdTable,
[SPECIES_KANGASKHAN] = sKangaskhanFormSpeciesIdTable,