Fix Voltorb and Exeggutor' form species table
This commit is contained in:
parent
346f3b7f4c
commit
2b512a8e03
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue