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

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 3: Line 3:
A '''base stats structure''' is a 32-byte piece of data.  
A '''base stats structure''' is a 32-byte piece of data.  


Every [[Pokémon|Pokémon species]] in the [[Generation II]] {{pkmn|games}} has a 32-byte base stats structure stored in the game's ROM somewhere. It determines all information inherent to the species, such as base Defense, [[type]]s, [[catch rate]] and [[Egg group]]s.
Every [[Pokémon|Pokémon species]] in the [[Generation II]] {{pkmn|games}} has a 32-byte base stats structure stored in the game's ROM somewhere. It determines all information inherent to the species, such as base Defense, [[type]]s, [[catch rate]] and [[Egg Group]]s.


{| {{bluetable}}
{| {{bluetable}}
Line 51: Line 51:
| 0x16 || [[Experience|Growth rate]] || byte
| 0x16 || [[Experience|Growth rate]] || byte
|-
|-
| 0x17 || [[Egg group]]s || byte
| 0x17 || [[Egg Group]]s || byte
|-
|-
| 0x18-0x1f || TM and HM flags || 8 bytes
| 0x18-0x1f || TM and HM flags || 8 bytes

Navigation menu