ItemDex/RB:194: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
>Sherkel
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
|6=Yes
|6=Yes
|7=868450
|7=868450
|8=434225}}
|8=434225
|9=$17,$50}}


[[File:RBItemC2.png|link=]] (hex:C2) is a [[glitch item]] in {{RB}}.
[[File:RBItemC2.png|link=]] (hex:C2) is a [[glitch item]] in {{RB}}.
Line 14: Line 15:
If the player attempts to use it from outside of battle, it may result in Professor Oak's message that it isn't the time to use the item. If the player attempts to use it from within battle, it may result in the message "Nothing happened!" and a copy of the item being used up.
If the player attempts to use it from outside of battle, it may result in Professor Oak's message that it isn't the time to use the item. If the player attempts to use it from within battle, it may result in the message "Nothing happened!" and a copy of the item being used up.


Theoretically this may happen because the game attempts to modify [[glitch stat]] 0x8B (0xC2-0x37).
As this glitch item's [[index number]] represents the jp nz,$xxyy instruction, it may be used for an 8F code that redirects from the items pack to elsewhere (such as offgao's memory editor stored at boxed Pokémon data).

As this glitch item's [[index number]] represents the jp nz,$xxyy instruction, it may be used for an [[ItemDex/RB:093|8F (hex:5D)]] or similar glitch item code that redirects from the items pack to elsewhere (such as offgao's memory editor stored at boxed Pokémon data).
{{clr}}
{{clr}}
[[Category:Glitch items]]
[[Category:Glitch items]]

Latest revision as of 20:05, 13 April 2019

(↑ Back to the ItemDex index.)

Name (transcribed): #

Identifier (HEX): C2
Identifier (DEC): 194
Effect pointer: ?
Unterminated name glitch item?: No
Tossable/Sellable?: Yes
Buy Price: 868450
Sell Price: 434225
Name bytes: $17,$50

(hex:C2) is a glitch item in Pokémon Red and Blue.

If the player attempts to use it from outside of battle, it may result in Professor Oak's message that it isn't the time to use the item. If the player attempts to use it from within battle, it may result in the message "Nothing happened!" and a copy of the item being used up.

Theoretically this may happen because the game attempts to modify glitch stat 0x8B (0xC2-0x37).

As this glitch item's index number represents the jp nz,$xxyy instruction, it may be used for an 8F (hex:5D) or similar glitch item code that redirects from the items pack to elsewhere (such as offgao's memory editor stored at boxed Pokémon data).