Talk:Rhydon glitch: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
:I'd support a move to something like the Rhydon error handler. I inquired about it on the GCL forums, and TheZZAZZGlitch provided proof [http://forums.glitchcity.info/index.php/topic,6966.msg195670.html#msg195670 here], the game definitely checks if the Pokédex number is 0, then checks if the Pokédex number is less than 152. --[[User:Chickasaurus|Chickasaurus]] ([[User talk:Chickasaurus|talk]]) 15:29, 10 June 2014 (UTC)
:I'd support a move to something like the Rhydon error handler. I inquired about it on the GCL forums, and TheZZAZZGlitch provided proof [http://forums.glitchcity.info/index.php/topic,6966.msg195670.html#msg195670 here], the game definitely checks if the Pokédex number is 0, then checks if the Pokédex number is less than 152. --[[User:Chickasaurus|Chickasaurus]] ([[User talk:Chickasaurus|talk]]) 15:29, 10 June 2014 (UTC)
::The fact that it becomes an "unstable" hybrid Pokemon [[Unstable hybrid Pokémon#Rhydon glitch|if sent to Bill's PC]] after being caught still sounds like a "glitch" to me, and not just some benign "error handler". Is an unstable hybrid really "intended behavior"? [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 15:47, 10 June 2014 (UTC)
::The fact that it becomes an "unstable" hybrid Pokemon [[Unstable hybrid Pokémon#Rhydon glitch|if sent to Bill's PC]] after being caught still sounds like a "glitch" to me, and not just some benign "error handler". Is an unstable hybrid really "intended behavior"? [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 15:47, 10 June 2014 (UTC)
::You're likely right. But despite the oversight, the 'Rhydon glitch' is still error handling behaviour. I agree with you with the idea that the 'sent to the box' behavior is an oversight or bug. To clarify (in case you don't know), there are two and not one species bytes for each Pokémon in the party or stored Pokémon data structure. What happens when you catch say a [[▶ A]] and haven't enabled it capture flag?: DA81 is changed to 01 but DA96 is not; it is left at BF, which is ▶ A's index number. I feel that not setting both would be an easy mistake for Game Freak to make. --[[User:Chickasaurus|Chickasaurus]] ([[User talk:Chickasaurus|talk]]) 18:42, 10 June 2014 (UTC)
:::You're likely right. In relation the move, the 'Rhydon glitch' is still error handling behaviour, just with a possible oversight or bug, so I still think it should be moved, maybe just with a note that it seems to be glitchy. (I agree with you with the theory that the Pokémon becoming an unstable hybrid is not intended behaviour).
 
:::To clarify what happens (in case you don't know), there are two and not one species bytes for each Pokémon in the party or stored Pokémon data structure. What happens when you catch say a [[▶ A]] and haven't enabled it capture flag?: DA81 is changed to 01 but DA96 is not; it is left at BF, which is ▶ A's index number. I feel that not setting both would be an easy mistake for Game Freak to make. --[[User:Chickasaurus|Chickasaurus]] ([[User talk:Chickasaurus|talk]]) 18:42, 10 June 2014 (UTC)

Revision as of 18:44, 10 June 2014

Not actually a glitch

Unlike most glitches, which actually are glitches, the Rhydon "glitch" is actually error-handling code working as designed. It produces odd results, but it's the intended behavior of the code. --FSX (talk) 17:56, 7 June 2014 (UTC)

I'd support a move to something like the Rhydon error handler. I inquired about it on the GCL forums, and TheZZAZZGlitch provided proof here, the game definitely checks if the Pokédex number is 0, then checks if the Pokédex number is less than 152. --Chickasaurus (talk) 15:29, 10 June 2014 (UTC)
The fact that it becomes an "unstable" hybrid Pokemon if sent to Bill's PC after being caught still sounds like a "glitch" to me, and not just some benign "error handler". Is an unstable hybrid really "intended behavior"? Tiddlywinks (talk) 15:47, 10 June 2014 (UTC)
You're likely right. In relation the move, the 'Rhydon glitch' is still error handling behaviour, just with a possible oversight or bug, so I still think it should be moved, maybe just with a note that it seems to be glitchy. (I agree with you with the theory that the Pokémon becoming an unstable hybrid is not intended behaviour).
To clarify what happens (in case you don't know), there are two and not one species bytes for each Pokémon in the party or stored Pokémon data structure. What happens when you catch say a ▶ A and haven't enabled it capture flag?: DA81 is changed to 01 but DA96 is not; it is left at BF, which is ▶ A's index number. I feel that not setting both would be an easy mistake for Game Freak to make. --Chickasaurus (talk) 18:42, 10 June 2014 (UTC)