PokéBase - Pokémon Q&A
0 votes
86 views

I was playing a Pokemon Blue trashlocke, and I was trying to to a strat against Giovanni's Kangaskhan where I put it to sleep and try to lower it's defense so I can chip it down with Onix to avoid getting it's rage build too high and sweeping my whole team.

However, when I swap into Ekans, everytime I hit leer, it didn't land once. And eventually, Kangaskhan woke up and started to whittle down my team with Rage, before I used Rage myself on Onix and lost the run there due to Kang's rage being built too high.

Am I just unlucky, or is there a reason to why Leer was not landing?

ago by
Screech is just 85% accurate, but that doesn't explain what happened with leer. Can you load a save file and show us a video of leer failing?

1 Answer

2 votes

For each of his fights, Giovanni has 1 Guard Spec for each of his Pokemon, which he will randomly use 25% of the time. The Guard Spec protects his Pokemon from having their stats lowered by status moves, so if you remembered that he used one before this happened, then this is normal behavior.

It's still possible for Leer to miss even if he didn't use any items, although it's unlikely to occur. In Gen 1, there is a bug that reduces the accuracy of every move by 1/256. This causes moves with 100 accuracy (like Leer) to effectively have a 99.6% hit rate, making it possible for the move to miss.

Every move has an accuracy value of some number between 0 and 255 inclusive, with 255 representing a move with 100 accuracy. The reason this bug happens is because the game determines whether a move lands by pseudorandomly generating a number between 0 and 255 and checking if it's strictly less than the move's accuracy value, instead of less than or equal to it. This means that if it generated 255, the move will always miss because 255 is not less than 255.

There is another separate issue with Leer where it has a 25% chance of failing if used by an opponent outside the Battle Tower, so you may notice that as well.

Source 1 / 2 / 3

ago by
edited ago by
I've just figured it out, so Giovanni uses Guard Spec. which can prevent moves like Leer and Screech from working.

Turns out it was not a glitch, and I totally forgot that Guard Spec. works like that.
Oh yeah, if he used a Guard Spec beforehand, then what you observed seems a lot more realistic. I'll add the details about him randomly using items.