Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.
GNU General Public License v3.0
77 stars 32 forks source link

Improves substantially the favorite box color check #50

Closed esauvisky closed 5 years ago

esauvisky commented 5 years ago

This makes the favorite_box color check work much better. Instead of using an absolute number of pixels, which could vary hugely between configurations and devices, it calculates the ratio of yellow pixels against non-yellow pixels in the area.

I did 30 tests with this approach and it worked flawlessly on 29 of them, losing the 100% for a Moltres that covered the entire favorite icon twice in a row. The old approach scored 16/30, which means 14 false-positives, or potentially 14 already favorited pokemons that got unfavorited (is this even a word?...).

This is definitely a much more reliable approach.

For now only the favorite_box was changed. Next step is to do the same on the appraisal box, though that one is much more less likely to fail, so.. yeah.. :grin:

Azelphur commented 5 years ago

Great stuff, thanks