Pokémon species data structure (Generation III): Difference between revisions

Added egg group and color Index value relationships.
(Added egg group and color Index value relationships.)
Line 95: Line 95:
Certain bits count for particular stats:
Certain bits count for particular stats:
<pre>
<pre>
(MSB)                       (LSB)
(MSB)                   (LSB)
  0000  11  11  11  11  11 11
  0000  11  11  11  11  11 11
empty SDF SAK SPD DEF ATK HP
empty SDF SAK SPD DEF ATK HP
</pre>
</pre>
===Colors===
Colors don't really affect any part of the game mechanics; though the MSB bit is set on some pokémon.
Here is the list of the values and their relating colors:
{| style="border: 1px solid #88a; padding: 0.5em;" cellspacing="3"
|00. Red
|01. Blue
|02. Yellow
|04. Green
|05. Black
|-
|06. Brown
|07. Purple
|08. Gray
|09. White
|10. Pink
|}
===Egg Groups===
This determines with which type of Pokémon the Pokémon can breed to get eggs. See [[Egg groups|Egg groups]]. These are the direct values of the groups:
{| style="border: 1px solid #88a; padding: 0.5em;" cellspacing="3"
|01. Monster
|02. Water 1
|04. Bug
|05. Flying
|06. Ground
|-
|07. Fairy
|08. Plant
|09. Humanshape
|10. Water 3
|11. Mineral
|-
|12. Indeterminate
|13. Water 2
|14. Ditto
|15. Dragon
|16. No Egg
|}


==Storage==
==Storage==
41

edits