ItemDex/RGBY:024: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 10: Line 10:
|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>
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.


==References==
==References==

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