ItemDex/RGBY:022: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
 
Line 1: Line 1:
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
{{ItemInfoGenI
|1=CASCADEBADGE<br>[[File:RB item 16 inventory.png]]
|1=CASCADEBADGE<br>[[File:RB item 16 inventory.png]]
Line 10: Line 9:
|8=0
|8=0
|9=$82, $80, $92, $82, $80, $83, $84, $81, $80, $83, $86, $84, $50}}
|9=$82, $80, $92, $82, $80, $83, $84, $81, $80, $83, $86, $84, $50}}
The '''CascadeBadge''' (Japanese: '''ブルーバッジ''' ''Blue Badge'') is an unobtainable Key Item in {{RGBY}} that is normally only used by the NPC in Cerulean City who describes the actual CascadeBadge<ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/scripts/CeruleanBadgeHouse.asm#L57 pokered badge NPC code]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/scripts/CeruleanBadgeHouse.asm#L57 pokeyellow badge NPC code]</ref> and as the rock function of Safari Game battles in the Safari Zone.<ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/constants/item_constants.asm#L33 pokered item definition]</ref><ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/engine/battle/core.asm#L2301-L2309 pokered battle code]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/constants/item_constants.asm#L33 pokeyellow item definition]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/engine/battle/core.asm#L2406-L2414 pokeyellow battle code]</ref>


The rock function is also this item's effect outside of battle. The rock animation uses the current sound bank, which causes its sound effects to play incorrectly, and may partially corrupt the graphics.
'''CascadeBadge''' (Japanese: ブルーバッジ, ''Blue Badge'') (hex:16) is an unavailable inventory item in {{RBY}}.


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


When it is used outside of battle the player will throw a rock and an isolated channel of Professor Oak's 'follow me' music will play. In battle this rock will double the catch rate of the foe.
{{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 19:55, 7 July 2023

Name (transcribed): CASCADEBADGE

Identifier (HEX): 16
Identifier (DEC): 022
Effect pointer: 03:5f67 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: No
Buy Price: 0
Sell Price: 0
Name bytes: $82, $80, $92, $82, $80, $83, $84, $81, $80, $83, $86, $84, $50

The CascadeBadge (Japanese: ブルーバッジ Blue Badge) is an unobtainable 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 CascadeBadge[1][2] and as the rock function of Safari Game battles in the Safari Zone.[3][4][5][6]

The rock function is also this item's effect outside of battle. The rock animation uses the current sound bank, which causes its sound effects to play incorrectly, and may partially corrupt the graphics.

References