ItemDex/RB:084: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
(Fix typo)
(better wording)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
When used in and outside of battle, it acts as a Poké Ball that always allows the Pokémon to break free after 3 shakes. This is because the effect pointer goes to "ItemUseBall.setanimdata", which is always called when failing to catch a Pokémon. It also uses up the item.
When used in and outside of battle, it acts as a Poké Ball that always allows the Pokémon to break free after 3 shakes. This is because the effect pointer goes to "ItemUseBall.setanimdata", which is always called when failing to catch a Pokémon. It also uses up the item.


Additionally, when used outside of battle it plays the Professor Oak's 'good Pokédex' jingle, which is caused by playing sound effect $91 (SFX_BALL_TOSS) while out of battle.
Additionally, when used outside of battle it plays the Professor Oak's 'good Pokédex' jingle, which is caused by playing sound effect $91 (SFX_BALL_TOSS) while out of battle, and may corrupt tile data resulting in a Glitch City.


{{clr}}
{{clr}}

Latest revision as of 22:12, 22 June 2024

(↑ Back to the ItemDex index.)

Name (transcribed): B2F

Identifier (HEX): 54
Identifier (DEC): 084
Effect pointer: 03:57fa (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: Yes
Buy Price: 0
Sell Price: 0
Name bytes: $81, $f8, $85, $50

(hex:54) is a glitch item in Pokémon Red and Blue. Its name is taken from lists of lift destinations.

When used in and outside of battle, it acts as a Poké Ball that always allows the Pokémon to break free after 3 shakes. This is because the effect pointer goes to "ItemUseBall.setanimdata", which is always called when failing to catch a Pokémon. It also uses up the item.

Additionally, when used outside of battle it plays the Professor Oak's 'good Pokédex' jingle, which is caused by playing sound effect $91 (SFX_BALL_TOSS) while out of battle, and may corrupt tile data resulting in a Glitch City.