Dinones / Nintendo-Switch-Pokemon-Shiny-Hunter

Search for shiny pokémon on your Nintendo Switch while sleeping!
Other
78 stars 4 forks source link

Wild encounters stuck on "ESCAPE_COMBAT_1" state #24

Closed RandomizerGamerRIPLinky closed 2 weeks ago

RandomizerGamerRIPLinky commented 2 weeks ago

It won't get past the loading screen for the game, not sure what's going on. Will record in the am as it's almost midnight as I'm writing this out. It gets stuck after choosing the game and then just restarts, making an endless loop

RandomizerGamerRIPLinky commented 2 weeks ago

After doing the git pull origin master command, it now goes into the battle but it still won't run from the battle and resets the game

RandomizerGamerRIPLinky commented 2 weeks ago

https://youtu.be/gCq4EJ2Hq24

Dinones commented 2 weeks ago

Hmm, it seems it's not detecting the correct white color to change from the ESCAPE_COMBAT_1 to the ESCAPE_COMBAT_2. This happens because every capture card records slightly different colors, so I analyze the pixels in a range of colors. Your values may be outside this range and that's why it's stuck on the ESCAPE_COMBAT_1 state. Could you please follow these steps and tell me the output you get?

RandomizerGamerRIPLinky commented 2 weeks ago

oddly enough, all of them are 250,250,250 except for when the Pokemon is thrown out, which gives a 244,244,244

RandomizerGamerRIPLinky commented 2 weeks ago

12 1725123053 3560438 1725123055 665798

RandomizerGamerRIPLinky commented 2 weeks ago

So on the last photo that was sent, it shows 244,244,244

Dinones commented 2 weeks ago

I have pushed a new version that solves this. You can either clone the repository again git clone https://github.com/Dinones/Nintendo-Switch-Pokemon-Shiny-Hunter.git or update the current one git pull origin master in your local repository folder.

Can you please confirm if the issue has been solved?

RandomizerGamerRIPLinky commented 2 weeks ago

Thank you so much! It works now!