Remove leftover comment

This commit is contained in:
Marcus Huderle 2026-01-24 11:03:23 -06:00
parent c5b91446c8
commit 604d9d3c39

View File

@ -2870,20 +2870,3 @@ const struct PokemonSpecies gSpeciesInfo[NUM_SPECIES] = {
.evolutionTarget = SPECIES_NONE
},
};
/*
[SPECIES_] = {
.mainSeriesIndexNumber = ,
.unk2 = {
, , , ,
},
.name = {
'', '', '', '', '', '', '', '', '', ''
},
.catchIndex = ,
.eggIndex = ,
.unk13 = ,
.evolutionMethod = ,
.evolutionTarget = SPECIES_
},
*/