ItemDex/RGBY:021: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ItemInfoGenI
'''BoulderBadge''' (hex:15) is an unavailable inventory item in {{RBY}}.
|1=BOULDERBADGE<br>[[File:RB item 15 inventory.png]]
|2=15
|3=021
|4=03:5f52 (ROM 3)
|5=No
|6=No
|7=0
|8=0
|9=$81, $8e, $94, $8b, $83, $84, $91, $81, $80, $83, $86, $84, $50}}
The '''BoulderBadge''' (Japanese: '''グレーバッジ''' ''Grey Badge'') is an unobtainable Key Item in {{RGBY}} that is normally only used by the NPC in Cerulean City who describes the actual BoulderBadge<ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/scripts/CeruleanBadgeHouse.asm#L56 pokered badge NPC code]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/scripts/CeruleanBadgeHouse.asm#L56 pokeyellow badge NPC code]</ref> and as the bait function of Safari Game battles in the Safari Zone.<ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/constants/item_constants.asm#L32 pokered item definition]</ref><ref>[https://github.com/pret/pokered/blob/d3128b9a7ffab9d4d9b615acf9527ee2f1744749/engine/battle/core.asm#L2179-L2188 pokered battle code]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/constants/item_constants.asm#L32 pokeyellow item definition]</ref><ref>[https://github.com/pret/pokeyellow/blob/1d10d108d0b2d5c43021bda6c94fafcca6cf165e/engine/battle/core.asm#L2280-L2289 pokeyellow battle code]</ref>


The bait function is also this item's effect outside of battle. The bait animation uses the current sound bank, which causes its sound effects to play incorrectly, and may partially corrupt the graphics.
In the final game the BoulderBadge is added to the player's Trainer Card and not the inventory, however BoulderBadge is a list entry for the badge man in Cerulean City.


==References==
In {{RBY}}, when BoulderBadge is used outside of battle on the 'overworld' (02) sound bank, it will throw some bait (like in the Safari Zone) and play an isolated channel of a tune (possibly the 'follow me' theme). If used on the 'dungeon' (1F) sound bank it will instead play an isolated channel of the title screen music for the relevant game (which differs between Red/Blue and Yellow). This bait will halve the catch rate of the foe.
<references/>


[[Category:Glitch items]]
[[Category:Glitch items]]
[[Category:Pokémon Red and Blue glitch items]]
[[Category:Pokémon Red and Blue glitch items]]
[[Category:Pokémon Yellow glitch items]]
[[Category:Pokémon Yellow glitch items]]
[[Category:ItemDex]]

Latest revision as of 19:44, 7 July 2023

Name (transcribed): BOULDERBADGE

Identifier (HEX): 15
Identifier (DEC): 021
Effect pointer: 03:5f52 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: No
Buy Price: 0
Sell Price: 0
Name bytes: $81, $8e, $94, $8b, $83, $84, $91, $81, $80, $83, $86, $84, $50

The BoulderBadge (Japanese: グレーバッジ Grey 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 BoulderBadge[1][2] and as the bait function of Safari Game battles in the Safari Zone.[3][4][5][6]

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

References