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

no edit summary
mNo edit summary
No edit summary
 
Line 58: Line 58:
For a single-type Pokémon, both types are set to the same value.
For a single-type Pokémon, both types are set to the same value.


* 0x00: Normal
* 0x00: {{t|Normal}}
* 0x01: Fighting
* 0x01: {{t|Fighting}}
* 0x02: Flying
* 0x02: {{t|Flying}}
* 0x03: Poison
* 0x03: {{t|Poison}}
* 0x04: Ground
* 0x04: {{t|Ground}}
* 0x05: Rock
* 0x05: {{t|Rock}}
* 0x06: [[Bird (type)|Bird]]
* 0x06: {{t|Bird}}
* 0x07: Bug
* 0x07: {{t|Bug}}
* 0x08: Ghost
* 0x08: {{t|Ghost}}
* 0x09: Steel
* 0x09: {{t|Steel}}
* 0x0a:-0x12: blank
* 0x0a:-0x12: blank
* 0x13: [[??? (type)|???]]
* 0x13: {{t|???}}
* 0x14: Fire
* 0x14: {{t|Fire}}
* 0x15: Water
* 0x15: {{t|Water}}
* 0x16: Grass
* 0x16: {{t|Grass}}
* 0x17: Electric
* 0x17: {{t|Electric}}
* 0x18: Psychic
* 0x18: {{t|Psychic}}
* 0x19: Ice
* 0x19: {{t|Ice}}
* 0x1a: Dragon
* 0x1a: {{t|Dragon}}
* 0x1b: Dark
* 0x1b: {{t|Dark}}


===Wild held items===
===Wild held items===
Line 147: Line 147:
The low nybble is one group, and the high nybble is another. For a Pokémon in only one group, both are set to the same value.
The low nybble is one group, and the high nybble is another. For a Pokémon in only one group, both are set to the same value.


* 0x01: Monster
* 0x01: {{egg|Monster}}
* 0x02: Water 1
* 0x02: {{egg|Water 1}}
* 0x03: Bug
* 0x03: {{egg|Bug}}
* 0x04: Flying
* 0x04: {{egg|Flying}}
* 0x05: Ground
* 0x05: {{egg|Ground}}
* 0x06: Fairy
* 0x06: {{egg|Fairy}}
* 0x07: Plant
* 0x07: {{egg|Plant}}
* 0x08: Humanshape
* 0x08: {{egg|Humanshape}}
* 0x09: Water 3
* 0x09: {{egg|Water 3}}
* 0x0a: Mineral
* 0x0a: {{egg|Mineral}}
* 0x0b: Indeterminate
* 0x0b: {{egg|Indeterminate}}
* 0x0c: Water 2
* 0x0c: {{egg|Water 2}}
* 0x0d: Ditto
* 0x0d: {{egg|Ditto}}
* 0x0e: Dragon
* 0x0e: {{egg|Dragon}}
* 0x0f: No Eggs
* 0x0f: {{egg|No Eggs}}


===TMs===
===TMs===