-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In sun and moon, GTS list screen not valid if only one pokemon #27
Comments
By "one Pokémon in GTS list screen", you mean you only have one Pokémon registered in your dex? |
No like let’s say I’m searching for a female Nidoqueen level 100... and only one shows up in gts
…Sent from my iPhone
On Jan 29, 2018, at 07:08, Naturally-Delicious ***@***.***> wrote:
By "one Pokémon in GTS list screen", you mean you only have one Pokémon registered in your dex?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I will have to test this out myself and inspect it for issues. Seems weird it would go into panic mode. Ideally it would just read one on the page, notice it is trade-able or not, and then trade or re-search. |
it fails as the "is correct screen" section. My guess is the address is different when containing one pokemon? I'll dump the address when it panics |
The block of gts will always be the same but not sure why the value at the screen detection address wouldn't change just cause it's only one entry. |
Maybe that address doesn’t contain the left and right scroll bars? |
The Answer is: Currentscreen != 4180 when only one Entry is present, the Offset contains 0x40C0 then. |
Issue was fixed with Commit: f4f15fe |
So if there's only one pokemon on the GTS list screen it comes up as invalid and panics then goes to recovery mode
The text was updated successfully, but these errors were encountered: