Word: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
mNo edit summary
>Torchickens
No edit summary
Line 1: Line 1:
The technical term '''word''' represents a 16-bit [[byte]], or two 8-bit bytes with 65536 distinct [[identifiers]]. In all main-series Pokémon games after [[bp:Generation II|Generation II]] Pokémon species identifiers are stored in words, hence there are 65151, 65044 and 64877 invalid identifiers representing '[[glitch Pokémon]]' in [[bp:Generation III|Generation III]], [[bp:Generation IV|Generation IV]] and [[bp:Generation V|Generation V]] main series Pokémon games respectively.
The programming term '''word''' represents a two 8-bit bytes (16 bits) with 65536 distinct [[identifiers]]. In all main-series Pokémon games after [[bp:Generation II|Generation II]] Pokémon species identifiers are stored in words, hence there are 65150, 65043 and 64887 invalid identifiers representing '[[glitch Pokémon]]' in [[bp:Generation III|Generation III]], [[bp:Generation IV|Generation IV]] and [[bp:Generation V|Generation V]] main series Pokémon games respectively.


==See also==
==See also==
Line 5: Line 5:
#[[Byte]]
#[[Byte]]
#[[dword]]
#[[dword]]
#[[qword]]
#[[oword]]


[[Category:Terminology]]
[[Category:Terminology]]

Revision as of 01:04, 17 August 2014

The programming term word represents a two 8-bit bytes (16 bits) with 65536 distinct identifiers. In all main-series Pokémon games after Generation II Pokémon species identifiers are stored in words, hence there are 65150, 65043 and 64887 invalid identifiers representing 'glitch Pokémon' in Generation III, Generation IV and Generation V main series Pokémon games respectively.

See also

  1. Bit
  2. Byte
  3. dword