ItemDex/RB:110: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Sherkel
No edit summary
m (Update info)
 
Line 1: Line 1:
([[ItemDex|↑ Back to the ItemDex index]].)
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
{{ItemInfoGenI
|1=Lg-<br>[[File:RB item 6E inventory.png]]
|1=Lg#-<br>[[File:RB item 6E inventory.png]]
|2=6E
|2=6E
|3=110
|3=110
|4=00:1eea (ROM 0)
|4=1EEA
|5=No
|5=No
|6=Yes
|6=Yes
|7=912085 (8###7#)
|7=912085
|8=456042
|8=456042
|9=$8b,$a6,$19,$e3,$50}}
|9=$8b, $a6, $19, $e3, $50}}


[[File:RBItem6E.png|link=]] (hex:6E) is a [[glitch item]] in {{RB}}.
[[File:RBItem6E.png|link=]] (hex:6E) is a [[glitch item]] in {{RB}}.
Line 16: Line 16:


Using this glitch item (unlike the Yellow version of Lg-) will cause seemingly nothing noticeable to happen, or simply use up a turn in battle.
Using this glitch item (unlike the Yellow version of Lg-) will cause seemingly nothing noticeable to happen, or simply use up a turn in battle.
This is because it jumps to the middle of the function at <code>00:1ee8</code> (UpdateMovingBgTiles.left), which does some useless writes to ROM starting at <code>00:1ee8</code> and exits right after.


{{clr}}
{{clr}}

Latest revision as of 19:47, 25 December 2022

(↑ Back to the ItemDex index.)

Name (transcribed): Lg#-

Identifier (HEX): 6E
Identifier (DEC): 110
Effect pointer: 00:1eea (ROM 0)
Unterminated name glitch item?: No
Tossable/Sellable?: Yes
Buy Price: 912085
Sell Price: 456042
Name bytes: $8b, $a6, $19, $e3, $50

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

The name of this glitch item is taken from mojibake of Red/Green's untranslated シルバー (Silver) string; which is also the name of the hex:6E glitch item in Japanese versions.

Using this glitch item (unlike the Yellow version of Lg-) will cause seemingly nothing noticeable to happen, or simply use up a turn in battle. This is because it jumps to the middle of the function at 00:1ee8 (UpdateMovingBgTiles.left), which does some useless writes to ROM starting at 00:1ee8 and exits right after.