ItemDex/RGBY:007: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
:''This article is about the surfing-related item called ?????. For the other item with the same name, see [[ItemDex/RGBY:044]].''
([[ItemDex|↑ Back to the ItemDex index]].)
{{ItemInfoGenI
{{ItemInfoGenI
|1=?????<br>[[File:RB item 07 inventory.png]]
|1=?????<br>[[File:RB item 07 inventory.png]]
Line 12: Line 10:
|9=$e6, $e6, $e6, $e6, $e6, $50}}
|9=$e6, $e6, $e6, $e6, $e6, $50}}


'''?????''', commonly referred to as "Surfboard", is an unobtainable item in {{RGBY}}. It was previously known as '''ラプラス''', the Japanese name of the Pokémon Lapras, during the development of Pokémon Red and Green.<ref>[https://tcrf.net/Development:Pokémon_Red_and_Blue/Miscellaneous_Data#Item_List TCRF article]</ref>
'''?????''', commonly referred to as "Surfboard", is an unobtainable Key Item in {{RGBY}}. It was previously known as '''ラプラス''', the Japanese name of the Pokémon Lapras, during the development of Pokémon Red and Green.<ref>[https://tcrf.net/Development:Pokémon_Red_and_Blue/Miscellaneous_Data#Item_List TCRF article]</ref>


This item is responsible for providing the HM move Surf with its field effect.<ref>[https://github.com/pret/pokered/blob/cc46b0e510e07f2e7a0d14732c02a2f416eac9e1/engine/menus/start_sub_menus.asm#L160-L176 pokered Surf field move code]</ref><ref>[https://github.com/pret/pokeyellow/blob/c0085ea1b21a171ef9f4c73ad28a5306558f2cc3/engine/menus/start_sub_menus.asm#L163-L192 pokeyellow Surf field move code]</ref> Additionally, it is not subject to some of the field move's limitations such as the requirement for the Soulbadge or the inability to surf on Cycling Road, although the player will still be forcibly pushed southwards like on land. This allows it to work around the [[Ghost Bicycle glitch]].
This item is responsible for providing the HM move Surf with its field effect.<ref>[https://github.com/pret/pokered/blob/cc46b0e510e07f2e7a0d14732c02a2f416eac9e1/engine/menus/start_sub_menus.asm#L160-L176 pokered Surf field move code]</ref><ref>[https://github.com/pret/pokeyellow/blob/c0085ea1b21a171ef9f4c73ad28a5306558f2cc3/engine/menus/start_sub_menus.asm#L163-L192 pokeyellow Surf field move code]</ref> Additionally, it is not subject to some of the field move's limitations such as the requirement for the [[ItemDex/RGBY:025|SoulBadge]] or the inability to surf on Cycling Road, although the player will still be forcibly pushed southwards like on land. This allows it to work around the [[Ghost Bicycle glitch]].


The item can be used in battle as long as the player is facing shore or water tiles.<ref>[https://github.com/pret/pokered/blob/bbb0e7e82deb6741f75a12b48f81076d92f5d9dc/engine/items/item_effects.asm#L668-L746 pokered ????? item code]</ref><ref>[https://github.com/pret/pokeyellow/blob/2f00afe9352ff9b71d5854f18ca5356905cf2ef8/engine/items/item_effects.asm#L699-L777 pokeyellow ????? item code]</ref> This will cause the Surf theme to play by performing a sound bank switch, which breaks the sound effects of moves. Once the battle ends, the player will be surfing on the overworld water. This will occur even if the water is static (tile animations are disabled) before the battle since the water will be animated afterwards.
The item can be used in battle as long as the player is facing shore or water tiles.<ref>[https://github.com/pret/pokered/blob/bbb0e7e82deb6741f75a12b48f81076d92f5d9dc/engine/items/item_effects.asm#L668-L746 pokered ????? item code]</ref><ref>[https://github.com/pret/pokeyellow/blob/2f00afe9352ff9b71d5854f18ca5356905cf2ef8/engine/items/item_effects.asm#L699-L777 pokeyellow ????? item code]</ref> This will cause the Surf theme to play by performing a sound bank switch, which breaks the sound effects of moves. Once the battle ends, the player will be surfing on the overworld water. This will occur even if the water is static (tile animations are disabled) before the battle since the water will be animated afterwards.

Latest revision as of 17:45, 7 July 2023

Name (transcribed): ?????

Identifier (HEX): 07
Identifier (DEC): 007
Effect pointer: 03:59b4 (ROM 3)
Unterminated name glitch item?: No
Tossable/Sellable?: No
Buy Price: 0
Sell Price: 0
Name bytes: $e6, $e6, $e6, $e6, $e6, $50

?????, commonly referred to as "Surfboard", is an unobtainable Key Item in Pokémon Red, Green, Blue, and Yellow. It was previously known as ラプラス, the Japanese name of the Pokémon Lapras, during the development of Pokémon Red and Green.[1]

This item is responsible for providing the HM move Surf with its field effect.[2][3] Additionally, it is not subject to some of the field move's limitations such as the requirement for the SoulBadge or the inability to surf on Cycling Road, although the player will still be forcibly pushed southwards like on land. This allows it to work around the Ghost Bicycle glitch.

The item can be used in battle as long as the player is facing shore or water tiles.[4][5] This will cause the Surf theme to play by performing a sound bank switch, which breaks the sound effects of moves. Once the battle ends, the player will be surfing on the overworld water. This will occur even if the water is static (tile animations are disabled) before the battle since the water will be animated afterwards.

References