ItemDex/RB:091: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
(Claify item effect)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
([[ItemDex|↑ Back to the ItemDex index]].)
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
{{ItemInfoGenI
|1=add<br>[[File:(Version) item xx inventory.png]]
|1=6F<br>[[File:RB item 5B inventory.png]]
|2=5B
|2=5B
|3=091
|3=091
|4=00:283d (ROM 0)
|4=283D
|5=No
|5=No
|6=Yes
|6=Yes
|7=0
|7=0
|8=0}}
|8=0
|9=$fc, $85, $50}}


[[File:6F glitch item name.png|link=]] (hex:5B) is a [[glitch item]] in {{RB}}. Its name is taken from lists of lift destinations.
[[File:6F glitch item name.png|link=]] (hex:5B) is a [[glitch item]] in {{RB}}. Its name is taken from lists of lift destinations.


The effects of this glitch item are unknown, as it causes seemingly nothing noticeable to happen both from within battle and outside of battle. However, using it will cause a turn to pass in battle.
Using [[File:6F glitch item name.png|link=]] causes nothing to happen outside of battle, and using it in battle will only cause a turn to pass.
This is because the effect pointer points to the end of the ReverseNybble function, where it runs the following code that essentially does nothing:

283D 01 14 1A: ld bc, $1A14
2840 C9 : ret


{{clr}}
{{clr}}

Latest revision as of 17:10, 25 December 2022

(↑ Back to the ItemDex index.)

Name (transcribed): 6F

Identifier (HEX): 5B
Identifier (DEC): 091
Effect pointer: 00:283d (ROM 0)
Unterminated name glitch item?: No
Tossable/Sellable?: Yes
Buy Price: 0
Sell Price: 0
Name bytes: $fc, $85, $50

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

Using causes nothing to happen outside of battle, and using it in battle will only cause a turn to pass. This is because the effect pointer points to the end of the ReverseNybble function, where it runs the following code that essentially does nothing:

283D 01 14 1A: ld bc, $1A14
2840 C9      : ret