Identifier: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Abwayax
No edit summary
>DavidJCobb
(Note about cross-category ID sharing, and similarity to text charcodes.)
Line 1: Line 1:
{{bulbapedia2|Index number}}
{{bulbapedia2|Index number}}
{{wikipedia2|Identification (information)}}
{{wikipedia2|Identification (information)}}
In the Pokémon games, an '''identifier''' (also '''index number''' or '''ID number''') is a number used within the game's code to identify pieces of data. Pokémon, items, locations, moves, and abilities all have unique identifiers; in each game, no two Pokémon have the same identifier.
In the Pokémon games, an '''identifier''' (also '''index number''' or '''ID number''') is a number used within the game's code to identify pieces of data. Pokémon, items, locations, moves, and abilities all have unique identifiers; in each game, no two Pokémon have the same identifier. Pieces of data in different categories, however, may share identifiers -- a Pokemon and an item may use the same identifier, for instance. Identifiers may be likened to character codes in [[Wikipedia:Character encoding|computer text]].


In the [[bp:Generation I|first generation]] (Red/Blue and Yellow versions), the Pokémon's identifiers did not match the PokéDex numbers assigned to them (PokéDex number 1 is assigned to Bulbasaur, while identifier 1 is assigned to Rhydon). The identifier, not the PokéDex number, must be used for [[cheating device|cheat codes]] and in-game tricks like the [[Old Man Trick]] or [[Ditto Trick]]. This was fixed in the [[bp:Generation II|second generation]]. Item identifiers are relatively constant throughout generations (i.e. item ID 1 is always the [[bp:Master Ball|Master Ball]]).
In the [[bp:Generation I|first generation]] (Red/Blue and Yellow versions), the Pokémon's identifiers did not match the PokéDex numbers assigned to them (PokéDex number 1 is assigned to Bulbasaur, while identifier 1 is assigned to Rhydon). The identifier, not the PokéDex number, must be used for [[cheating device|cheat codes]] and in-game tricks like the [[Old Man Trick]] or [[Ditto Trick]]. This was fixed in the [[bp:Generation II|second generation]]. Item identifiers are relatively constant throughout generations (i.e. item ID 1 is always the [[bp:Master Ball|Master Ball]]).

Revision as of 03:30, 6 July 2009

Bulbapedia also has an article about Identifier.
Wikipedia also has an article about Identifier.

In the Pokémon games, an identifier (also index number or ID number) is a number used within the game's code to identify pieces of data. Pokémon, items, locations, moves, and abilities all have unique identifiers; in each game, no two Pokémon have the same identifier. Pieces of data in different categories, however, may share identifiers -- a Pokemon and an item may use the same identifier, for instance. Identifiers may be likened to character codes in computer text.

In the first generation (Red/Blue and Yellow versions), the Pokémon's identifiers did not match the PokéDex numbers assigned to them (PokéDex number 1 is assigned to Bulbasaur, while identifier 1 is assigned to Rhydon). The identifier, not the PokéDex number, must be used for cheat codes and in-game tricks like the Old Man Trick or Ditto Trick. This was fixed in the second generation. Item identifiers are relatively constant throughout generations (i.e. item ID 1 is always the Master Ball).

An identifier is also referred to as a "hex", due to the fact that identifiers are almost always represented in hexadecimal notation.

Identifiers by generation