Difference between revisions of "Pokédex"
Jump to navigation
Jump to search
Tornado9797 (talk | contribs) (Fixed heading and other stuff) |
Tornado9797 (talk | contribs) m (→Location: Hyperlink) |
||
| Line 4: | Line 4: | ||
A Pokédex is given to the [[player]] by Professor Oak on the [[player]]'s errand to meet Mr. Pokémon. | A Pokédex is given to the [[player]] by Professor Oak on the [[player]]'s errand to meet Mr. Pokémon. | ||
A Pokédex can be forcefully obtained by accessing the player's player.dat file and finding the <code>hasPokedex</code> line. Then, change the <code>0</code> to a <code>1</code> to give the [[player]] the Pokédex. | A Pokédex can be forcefully obtained by accessing the [[player]]'s player.dat file and finding the <code>hasPokedex</code> line. Then, change the <code>0</code> to a <code>1</code> to give the [[player]] the Pokédex. | ||
==Version history== | ==Version history== | ||
Latest revision as of 18:17, 30 December 2012
The Pokédex is a high-tech encyclopedia that records seen and caught Pokémon on the player's journey.
Location
A Pokédex is given to the player by Professor Oak on the player's errand to meet Mr. Pokémon.
A Pokédex can be forcefully obtained by accessing the player's player.dat file and finding the hasPokedex line. Then, change the 0 to a 1 to give the player the Pokédex.
Version history
| Version | Changes |
|---|---|
| 0.01a | Implemented. |
| 0.02a | Jigglypuff is now #40 in the Pokédex.
If the Pokédex is empty, it doesn’t show up any entries |
| 0.17 | Pokédex event implemented. |
| 0.18 | Fixed not getting the Pokédex. |