Memory address

From Glitch City Wiki
Revision as of 15:38, 24 September 2010 by >Torchickens (New page: A memory address, or address is the location of an x-bit, although normally an 8-bit byte denoted in the hexadecimal notation of Z(x)XXYY. For example, in [[bp:Pokémon Red and Blu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A memory address, or address is the location of an x-bit, although normally an 8-bit byte denoted in the hexadecimal notation of Z(x)XXYY. For example, in Pokémon Red and Blue the species of a forced Pokémon encounter is defined by the identifier of the memory address 0xD059.

Cheating devices such as the GameShark however, often refer to a memory-address in little-endian notation hence in this case, the GameShark code to instantly encounter a given Pokémon would be 01XX59D0.