ItemDex/RB:136: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
m (Update info)
m (Add shared effect pointer)
 
Line 15: Line 15:
Using this glitch item outside of battle gives Professor Oak's message that it isn't time to use the item.
Using this glitch item outside of battle gives Professor Oak's message that it isn't time to use the item.


In battle, this glitch item acts as a Poké Ball with an unknown catch rate. The quantity of this glitch item will also be decreased by one.
In battle, this glitch item 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 $08 (SAFARI BALL).


{{clr}}
{{clr}}

Latest revision as of 20:03, 7 January 2023

(↑ Back to the ItemDex index.)

Name (transcribed): #▶D#

Identifier (HEX): 88
Identifier (DEC): 136
Effect pointer: 03:5687 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: Undefined
Buy Price: 809150
Sell Price: 404575
Name bytes: $17, $ed, $63, $22, $50

(hex:88) 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 time to use the item.

In battle, this glitch item 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 $08 (SAFARI BALL).