ItemDex/RB:093: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
>Torchickens
No edit summary
Line 15: Line 15:
This glitch item's effect pointer is D163 in WRAM, which is the beginning of the party Pokémon data in memory, similar to Japanese Red/Green/Blue's 5かい. As such it is very popular for arbitrary code execution as a bootstrap code to items can be represented with party Pokémon here. For more information see the [[arbitrary code execution]] article.
This glitch item's effect pointer is D163 in WRAM, which is the beginning of the party Pokémon data in memory, similar to Japanese Red/Green/Blue's 5かい. As such it is very popular for arbitrary code execution as a bootstrap code to items can be represented with party Pokémon here. For more information see the [[arbitrary code execution]] article.
==External links==
==External links==
*[http://forums.glitchcity.info/index.php?topic=6638.0 Forums thread by TheZZAZZGlitch].
*[[ItemDexJP/RG:090|5かい]]; a [[glitch item]] that executes the equivalent address in {{RG}}.
*[[ItemDexJP/RG:090|5かい]]; a [[glitch item]] that executes the equivalent address in {{RG}}.
*[[ItemDexJP/B:090|5かい]]; a glitch item that executes the equivalent address in {{JB}}.
*[[ItemDexJP/B:090|5かい]]; a glitch item that executes the equivalent address in {{JB}}.

Revision as of 19:32, 22 October 2017

(↑ Back to the ItemDex index.)

Name (transcribed): 8F

Identifier (HEX): 5D
Identifier (DEC): 093
Effect pointer: D163
Unterminated name glitch item?: No
Tossable/Sellable?: No
Buy Price: 0
Sell Price: N/A
Name bytes: {{{9}}}

8F redirects here. For other uses, see 8F (disambiguation).

8F is a glitch item in Pokémon Red and Blue, with index number 93 (hex:5D). It takes its name from floor destinations in a lift.

This glitch item's effect pointer is D163 in WRAM, which is the beginning of the party Pokémon data in memory, similar to Japanese Red/Green/Blue's 5かい. As such it is very popular for arbitrary code execution as a bootstrap code to items can be represented with party Pokémon here. For more information see the arbitrary code execution article.

External links