ItemDex/RB:091: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Abwayax
m (1 revision)
 
(Claify item effect)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
|1=6F<br>[[File:RB item 5B inventory.png]]
|2=5B
|3=091
|4=00:283d (ROM 0)
|5=No
|6=Yes
|7=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.
6F

6F
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.
Dec: 091
This is because the effect pointer points to the end of the ReverseNybble function, where it runs the following code that essentially does nothing:
Hex: 5B

Price: 0
283D 01 14 1A: ld bc, $1A14
Sell Price: 0
2840 C9 : ret
Effect Outside: Does nothing

Effect in Battle: Does nothing
{{clr}}
[[Category:Glitch items]]
[[Category:Pokémon Red and Blue glitch items]]
[[Category:ItemDex]]

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