Jump to content

Catch rate glitches (Generation II): Difference between revisions

no edit summary
>Sherkel
(Created page with "In {{GSC}}, if the opposing Pokémon's catch rate is not affected if it is burned, poisoned, or paralyzed, despite those conditions increasing catch rate in other generations...")
 
>Sherkel
No edit summary
Line 17:
What the code does is set a value increasing catch rate to 10 if the opponent is asleep or frozen, and do nothing otherwise. The "and a" is presumably intended to read from WildPokemonStatus and set the value to 5 if there is a different status condition; however, the "jr nz" preceding it prevents this from being able to occur, as WildPokemonStatus will not be 0.
 
AOne simplepossible fix would be modifying the code to the following:
 
ld b, a
Line 33:
 
==Attriution==
* IIMarckus for discovery and the corrected code, in addition to everyone who helped with [https://github.com/pret/pokegold pokegold] and [https://github.com/pret/pokecrystal pokecrystal].
 
[[Category:Generation II glitches]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.