ItemDex/RB:132: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
m (Update info)
(Add shared effect pointer)
 
Line 13: Line 13:
[[File:RBItem84.png|link=]] (hex:84) is a [[glitch item]] in {{RB}}.
[[File:RBItem84.png|link=]] (hex:84) is a [[glitch item]] in {{RB}}.


Using this glitch item outside of battle gives Professor Oak's message that it isn't the time to use the item. Using it in battle acts as a Poké Ball with an unknown catch modifier (which does not give 100% capture).
Using this glitch item outside of battle gives Professor Oak's message that it isn't the time to use the item. Using it in battle acts as an Ultra Ball. This is due to the way the <code>ItemUseBall</code> function works, as it first checks if the item is a Master Ball, then Poké Ball, then Great Ball, and so anything else must be an Ultra Ball.

This glitch item shares its effect pointer with item $04 (POKé BALL).


{{clr}}
{{clr}}

Latest revision as of 19:59, 7 January 2023

(↑ Back to the ItemDex index.)

Name (transcribed): Trade completed!

Identifier (HEX): 84
Identifier (DEC): 132
Effect pointer: 03:5687 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: Undefined
Buy Price: 839493
Sell Price: 419746
Name bytes: $93, $b1, $a0, $a3, $a4, $7f, $a2, $ae, $ac, $af, $ab, $a4, $b3, $a4, $a3, $e7, $50

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

Using this glitch item outside of battle gives Professor Oak's message that it isn't the time to use the item. Using it in battle acts as an Ultra Ball. This is due to the way the ItemUseBall function works, as it first checks if the item is a Master Ball, then Poké Ball, then Great Ball, and so anything else must be an Ultra Ball.

This glitch item shares its effect pointer with item $04 (POKé BALL).