ItemDex/RGBY:024: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
m (Update info)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
{{ItemInfoGenI
|1=RAINBOWBADGE<br>[[File:RB item 18 inventory.png]]
|1=RAINBOWBADGE<br>[[File:RB item 18 inventory.png]]
Line 10: Line 9:
|8=0
|8=0
|9=$91, $80, $88, $8d, $81, $8e, $96, $81, $80, $83, $86, $84, $50}}
|9=$91, $80, $88, $8d, $81, $8e, $96, $81, $80, $83, $86, $84, $50}}
The '''RainbowBadge''' (Japanese: '''レインボーバッジ''' ''Rainbow Badge'') is an unobtainable and dummy Key Item in {{RGBY}} that is normally only used by the NPC in Cerulean City who describes the actual RainbowBadge.<ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/scripts/CeruleanBadgeHouse.asm#L59 pokered badge NPC code]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/scripts/CeruleanBadgeHouse.asm#L59 pokeyellow badge NPC code]</ref>


As a dummy item, using it will always return Professor Oak's "OAK: (PLAYER)! This isn't the time to use that!" message.
'''RainbowBadge''' (Japanese: レインボーバッジ, ''Rainbow Badge'') (hex:18) is an unavailable inventory item in {{RBY}}.


==References==
In the final game the RainbowBadge is added to the player's Trainer Card and not the inventory, however RainbowBadge is a list entry for the badge man in Cerulean City.
<references/>


The RainbowBadge cannot be used both in and outside of battle. Attempting to use it will bring up Professor Oak's 'unusable' message.
{{clr}}
[[Category:Glitch items]]
[[Category:Glitch items]]
[[Category:Pokémon Red and Blue glitch items]]
[[Category:Pokémon Red and Blue glitch items]]

Latest revision as of 08:00, 8 July 2023

Name (transcribed): RAINBOWBADGE

Identifier (HEX): 18
Identifier (DEC): 024
Effect pointer: 03:6476 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: No
Buy Price: 0
Sell Price: 0
Name bytes: $91, $80, $88, $8d, $81, $8e, $96, $81, $80, $83, $86, $84, $50

The RainbowBadge (Japanese: レインボーバッジ Rainbow Badge) is an unobtainable and dummy Key Item in Pokémon Red, Green, Blue, and Yellow that is normally only used by the NPC in Cerulean City who describes the actual RainbowBadge.[1][2]

As a dummy item, using it will always return Professor Oak's "OAK: (PLAYER)! This isn't the time to use that!" message.

References