Pascal
Pascal
Did you reboot after changing the settings? You can also try to ForceClose Pogo.
@ELynx Thank you very much for your contribution, this means a lot to me. I think the most interesting value would be the standard deviation which simply is: ``` tex...
This is because of the new scroll feature. Try to open the PoGoIV app before starting pokemon go so it can receive the Broadcasts from PokemonGo.
> Bubblestrat Pokemons must have the right Type, Level, Moveset and IVs so it is not easy to find them. Looking at https://pokemongo.gamepress.gg/bubblestrat-possibilities IVs are not important. So when you...
Please try the latest verion. I just implemented https://github.com/chuparCh0pper/PoGoIV_xposed/commit/645ac7325c1169a1fceed612e376cd20c0c94d84 a BubbleStrat++ checker according to https://pokemongo.gamepress.gg/bubblestrat-possibilities , taking the pokémon and its level into consideration
@simonward86 I merged your code, thank you @jane0815 I just uploaded v.1.5 but it is only compatible with 0.35
There are about 300 moves ... https://github.com/chuparCh0pper/PoGoIV_xposed/blob/master/app/src/main/java/com/github/aeonlucid/pogoprotos/Enums.java#L870 You can start translating if you want ;)
@Xelwon thank you for your work. While [implementing](https://github.com/chuparCh0pper/PoGoIV_xposed/tree/translate_moveset) your solution I realized that the order of the moves do not match up. The first move on bulbapedia is "Pound" but...
@Xelwon sorry I did not see your edit until now. I will try to merge it tomorrow.
Responses.CatchPokemonResponse.getStatus() gives you these Enums. [See here](https://github.com/chuparCh0pper/PoGoIV_xposed/blob/master/app/src/main/java/de/chuparch0pper/android/xposed/pogoiv/IVChecker.java#L247). You would have to create a new enty in [strings.xml](https://github.com/chuparCh0pper/PoGoIV_xposed/blob/master/app/src/main/res/values/strings.xml) for each of them.