Jump to content

ItemDex/RB:091: Difference between revisions

Claify item effect
m (Update info)
(Claify item effect)
 
Line 13:
[[File:6F glitch item name.png|link=]] (hex:5B) is a [[glitch item]] in {{RB}}. Its name is taken from lists of lift destinations.
 
Using [[File:6F glitch item name.png|link=]] causes nothing to happen both from within battle and outside of battle. However, and using it in battle will only cause a turn to pass in battle. This item begins executing code just before the return command of the ReverseNybble subroutine, meaning it does absolutely nothing.
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}}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.